Co budeme potřebovat?
Hardware
Google Pixel telefon (https://grapheneos.org/faq#supported-devices)
Software
Windows, Android nebo Linux
Postup - pokročilá instalace přes CLI z Linuxu
1) Otevřete terminál a zkontrolujte verzi fastboot
fastboot --version Potřebujete minimálně verzi 35.0.1. Pokud nemáte, na Ubuntu je možné instalovat Google Android Platform Tools
sudo apt-get install google-android-platform-tools-installera nyní pro Ubuntu 25.10 máme fastboot 35.0.2
2) Vypněte firewall na Ubuntu
sudo systemctl stop fwupd.service
sudo apt install android-sdk-platform-tools-common
3) Vypněte telefon (Power button + Volume Up pro Pixel 9a) a nabootojte do bootloaderu. Spusťte telefon a podržte Volume Down. Znovu odpojte/zapojte USB a odemknete bootloader z terminalu
:~$fastboot flashing unlock OKAY [ 0.050s]
Finished. Total time: 0.050sNa telefonu prepnete na "Unlock the bootloader" a potvrdte Power buttonem.
4) Ověřte že máte openssh klienta
sudo apt install openssh-client
Stáhněte factory klíč:
curl -O https://releases.grapheneos.org/allowed_signers
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 104 100 104 0 0 144 0 --:--:-- --:--:-- --:--:-- 144
Stáhněte si image pro váš model Pixelu na https://grapheneos.org/releases

Nyní ověřte instalaci. Např. pro Pixel 9a image z 20260128 takto, změňte dle potřeby:
ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s tegu-install-2026012800.zip.sig tegu-install-2026012800.zipNakonec rozbalte image:
bsdtar xvf tegu-install-2026012800.zipvejděte do vytvořené složky a nafloshujte Graphene OS do telefonu, počkejt pár minut...
cd tegu-install-2026012800/
bash flash-all.shPočekjte pár minut... až se to dokončí tak ještě zamkněte bootloader zpět:
fastboot flashing lock
a potvrďte zamknuti v telefonu. Telefon se restartuje a vuala......máte Graphene OS
Přidat komentář