How to install Android O + SuperSU on Google Pixel
Downloads
Android O
Factory Image for Pixel Devices
TWRP for Google Pixel
SDK Platform-Tools
SuperSu
Set-up Platform-Tools
Unzip platform-tools.zip somewhere safe
Add its path to your PATH
Edit Flash-All
Open Android O's flash-all.bat with Notepad++
Add --slot _b after fastboot flash
Add --slot _b --skip-secondary --skip-reboot after fastboot -w update
Open Android N's flash-all.bat with Notepad++
Add --slot _a after fastboot flash
Add --slot _a --skip-secondary --skip-reboot after fastboot -w update
Flash
fastboot --slot _a -w
fastboot --slot _b -w
fastboot --set-active=_b
fastboot reboot-bootloader
Run Android O's flash-all.bat
fastboot --set-active=_a
fastboot reboot-bootloader
Run Android N's flash-all.bat
Install TWRP and SuperSU
fastboot boot twrp.img
Advanced > ADB Sideload
adb sideload twrp.zip
Reboot > Slot B
Reboot > Recovery
Advanced > ADB Sideload
adb sideload supersu.zip
Reboot System
Please be aware that certain applications, including Snapchat, might not work properly when SuperSu is installed. To avoid this, stop after step 5, boot Android O, log into those apps, reboot in recovery mode and continue before step 6.
















