Skip to content

Latest commit

 

History

History
98 lines (89 loc) · 4.38 KB

taimen.md

File metadata and controls

98 lines (89 loc) · 4.38 KB

Installation Guide For Project Elixir

Installation Guide for Project Elixir on Google Pixel 2XL (Taimen)

Basic requirements

  1. Read through the instructions at least once before actually following them, so as to avoid any problems due to any missed steps!
  2. Make sure your computer has adb and fastboot
  3. Enable USB debugging on your device
  4. Boot your device with the stock OS at least once and check every functionality. Make sure that you can send and receive SMS and place and receive calls (also via WiFi and LTE, if available)

Unlocking the bootloader

  1. Enable OEM unlock in the Developer options under device Settings, if present
  2. Connect the device to your PC via USB
  3. On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
adb reboot bootloader
  • You can also boot into fastboot mode via a key combination with the device powered off, hold Volume Down + Power
  1. Once the device is in fastboot mode, verify your PC finds it by typing:
fastboot devices

If you get any output or an error:

  • on Windows: make sure the device appears in the device manager without a triangle. Try other drivers until the command above works!
  • on Linux or macOS: If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port!
  1. Now type the following command to unlock the bootloader:
fastboot flashing unlock
  1. If the device doesn’t automatically reboot, reboot it. It should now be unlocked.
  2. Since the device resets completely, you will need to re-enable USB debugging to continue.

Repartition

Specially for A14, you must repartition again your device. If you have repartitioned with PixelExperience partition, well you just need to flash the new repart file, no need back to the stock partition again. But if you want to make all clean, you can do back to the stock patition firts then repart again.

  1. Download TWRP Recovery
  2. Download Partition A14 Pixel 2XL
  3. Connect your device to your PC via USB if it isn’t already.
  4. If your device isn’t already in fastboot mode, on the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
adb reboot bootloader
  1. Once the device is in fastboot mode, verify your PC finds it by typing:
fastboot devices
  1. Flash the TRWP Recovery on your device by typing:
fastboot flash boot <recovery_filename>.img
  • Replace <recovery_filename> with the actual filename or just drag & drop the file to the terminal
  1. Now reboot into recovery
  2. Sideload the new partition file by typing:
adb sideload <partition_filename>.zip
  • Replace <partition_filename> with the actual filename or just drag & drop the file to the terminal
  • On the TWRP Recovery, select "Advance", "Adb sideload", then swipe to begin sideload
  1. After flash complete, on TWRP select return to the main menu
  2. Now tap Wipe, then select Format data/factory reset and continue with the formatting process.

Flashing

Clean flash

  1. Reboot to bootloader by typing:
adb reboot bootloader
  1. Wipe data by typing:
fastboot -w
  1. Flash TWRP or boot.img provided
  2. Reboot to recovery
  • On the TWRP Recovery, select "Advance", "Adb sideload", then swipe to begin sideload
  • On the recovery, select "Apply update"
  1. Sideload the ROM by typing:
adb sideload <ROM_filename>.zip
  • Replace <ROM_filename> with the actual filename or just drag the file to the terminal
  1. Reboot system

Dirty flash

  1. Reboot to recovery by typing:
adb reboot recovery
  • On the recovery, select "Apply update"
  1. Sideload the ROM by typing
adb sideload <ROM_filename>.zip
  • Replace <ROM_filename> with the actual filename or just drag the file to the terminal
  1. Reboot system

Note:

If you want to back to the stock partition table, kindly download and flash the this Stock Partiton - Pixel 2 XL