summaryrefslogtreecommitdiff
path: root/static/install
AgeCommit message (Collapse)Author
2025-06-08Opt-into edge-to-edge by defaultcookiell546
Chromium already supports dynamic edge-to-edge viewports. This change opts-in by default, making the gesture navigation bar (chin) invisible without needing scroll interaction. No other changes were necessary, as no content relied on specific viewport insets. Command used: ``` sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html ```
2025-04-26fwupd is still consistently buggy years laterDaniel Micay
2025-04-26add missing wordDaniel Micay
2025-04-25document mobile Chromium desktop mode incompatibilityDaniel Micay
2025-04-15install: add supported devices linkCharles
2025-04-12add support for Pixel 9aDaniel Micay
2025-02-14remove trailing whitespaceDaniel Micay
2025-02-14drop key rotation verification instructionsDaniel Micay
We moved from signify to OpenSSH on 2024-02-14. These instructions were useful but are consistently causing confusion for people who are missing that this is an optional step for people who had the signify public key saved from previous usage. We provide multiple ways to get the current public key and don't really need this.
2025-02-10Updated CLI install guide info for fwupd bug in Debian-based distrosrslurry
2025-02-10Fixed accidental removal of textrslurry
2025-02-10Generalized install info related to fwupd bug on Debian-based distrosrslurry
2024-12-21list "symptoms" of successful entry to fastboot modeDave Eckhardt
2024-10-20add Android 15 as a support OS for web installerDaniel Micay
2024-10-20mark Ubuntu 24.10 as supported for installationDaniel Micay
2024-10-12update supported macOS versions for installationDaniel Micay
2024-09-23fix description of CLI install requirementsDaniel Micay
2024-09-23fingerprint to hashb068931cc450442b63f5b3d276ea4297
CLI install guide and Web installer each use the designation hash and never fingerprint.
2024-09-03stop marking fwupd workaround as not requiredDaniel Micay
This may still be needed.
2024-09-03production Pixel 9 Pro Fold supportDaniel Micay
2024-08-27fix platform-tools for Windowssandbank52641
URL for Windows changed starting with revision 35.0.1. Hash matches with "latest" Windows platform-tools. Fixes: https://github.com/GrapheneOS/grapheneos.org/issues/1004
2024-08-25use bash for flash-all.shGrapheneOS
2024-08-24add 9th generation Pixel supportDaniel Micay
2024-08-16clarify requirements for installationDaniel Micay
2024-08-09raise minimum fastboot version to 35.0.1GrapheneOS
2024-08-09update platform-tools for CLI install to 35.0.2Daniel Micay
2024-08-06generic Windows USB driver works on Windows 10Daniel Micay
2024-08-06cli-install: update flashing-factory-images sectionDmitry Muhomor
It now matches the corresponding web install section.
2024-08-06firmware anti-rollback is actively used since Pixel 6Daniel Micay
2024-08-06use new factory images naming in CLI install guideDaniel Micay
2024-08-06update fastboot.jsDaniel Micay
2024-08-06flash-all.sh is no longer executable in the new formatDaniel Micay
Our optimized factory images currently don't mark this script as executable because there's no API for it in the zip library used by fastboot. For now, just run it directly with the shell.
2024-08-06driver no longer needed on latest Windows 11 for 4a (5G) onwardsDaniel Micay
2024-08-06clearer statement on fwupd workaroundDaniel Micay
2024-08-04Remove EOL Android 11matchboxbananasynergy
2024-08-04fwupd workaround usually not required anymoreDaniel Micay
2024-08-04update supported Ubuntu / Linux Mint versionsDaniel Micay
2024-07-29web-install: update flashing-factory-images sectionDmitry Muhomor
2024-07-29update fastboot.jsDaniel Micay
2024-07-28improve guide on removing the non-stock key via fastboot modeJob
2024-07-09remove obsolete paragraph about OEM unlockingDaniel Micay
2024-06-27improve wording for install choicesDaniel Micay
2024-06-27Update the install pageTigerr918
Using the web-installer also avoids trusting the server infrastructure. CLI seems to be only good for installing custom builds.
2024-05-17replace twitter.com with x.comDaniel Micay
2024-05-15add Pixel 8a supportDaniel Micay
2024-05-11remove trailing whitespaceDaniel Micay
2024-04-07cli-install: adjust OEM unlocking sectionmatchboxbananasynergy
2024-04-07web-install: adjust OEM unlocking sectionmatchboxbananasynergy
2024-03-22raise minimum fastboot version to 34.0.5Daniel Micay
2024-03-14Since the texts have been swapped -> Menu updatedb068931cc450442b63f5b3d276ea4297
2024-03-03move up "Further information" sectionsandbank52641
After installation, the user may want to dive into more information about the new system they got (=> "Further information"). This should have a higher priority than the section "Replacing GrapheneOS with the stock OS."