Install method for Pixel 9 codename TOKAY

Install method for Pixel 9 codename TOKAY



CLEAN INSTALL METHOD

  • adb -d reboot bootloader
  • Flash the downloaded image files to your device by typing:

fastboot flash boot boot.img

fastboot flash dtbo dtbo.img

fastboot flash vendor_kernel_boot vendor_kernel_boot.img

fastboot flash vendor_boot vendor_boot.img

  • Reboot in recovery
  • FORMAT DATA
  • Apply update
  • Apply from adb

adb -d sideload (rom).zip


DIRTY INSTALL METHOD

  • adb -d reboot bootloader
  • Flash the downloaded image files to your device by typing:

fastboot flash boot boot.img

fastboot flash dtbo dtbo.img

fastboot flash vendor_kernel_boot vendor_kernel_boot.img

fastboot flash vendor_boot vendor_boot.img

  • Reboot in recovery
  • Apply update
  • Apply from adb

adb -d sideload (rom).zip


Report Page