summaryrefslogtreecommitdiff
path: root/static/web-install.html
AgeCommit message (Collapse)Author
2021-01-23add a temporary warning to the web install pageDaniel Micay
2021-01-23Implement web install using fastboot.jsDanny Lin
This implements the WebUSB-based web installer using fastboot.js to act as a fastboot client. A bare minimum UI with a plain-text status/progress caption for each step is included, as well as a plain button to trigger it and basic error handling. WebADB has been removed now that we are only using fastboot.js. Initial features: - Unlocking and locking the bootloader - Downloading the latest GrapheneOS release available for the device - Flashing the factory images zip - Reusing USB connections
2021-01-16add post-installation to web-installDaniel Micay
2021-01-16update web install prerequisites sectionDaniel Micay
2021-01-16simpler to avoid using adb like the current guideDaniel Micay
2021-01-07reorganize page metadataDaniel Micay
2021-01-05add flashing section to web installDaniel Micay
2021-01-05add stub download implementationDaniel Micay
2021-01-05add locking to web install proof of conceptDaniel Micay
2021-01-05add prerequisites section for web installDaniel Micay
2021-01-05clarifying confirming unlock / lockDaniel Micay
2021-01-05add structure to WebUSB proof of concept pageDaniel Micay
2021-01-05steer people away from WebUSB proof of conceptDaniel Micay
2021-01-05add foundation for WebUSB-based install pageDaniel Micay