Titan Games Docs
  • Welcome
  • Stuff
    • Brain headaches
      • How to add gitbook page to Google Analytics
        • How do i add a site to GA
        • Finding the tracking id
    • Phones
      • Pixel 4 XL
        • Unlocking the bootloader
        • Rooting Google Pixel 4 XL
        • Installing TWRP on Google Pixel 4 XL
        • Flashing Google Pixel 4 XL back to stock
      • Porting and building the kali nethunter kernel
        • Preparations
          • Trown in trash
        • Beginning
          • Side notes
    • STUPID stuff or errors we do as humans
      • BRO, insert Ur type-c's CAREFULLY
  • Music
    • Reaper
      • Tips
        • Tweaks
          • Envelopes for individual items
        • Recommended extensions
          • BirdBird Item Modifiers
          • Global sampler
        • Shortcuts
          • Custom: ALT + NUM /
          • Custom: ALT + Q
          • Custom: ALT + F
          • CTRL + ALT + LClick (mouse)
          • Custom: ALT + [
          • CTRL / ALT + MWheel
          • CTRL + LClick (mouse)
          • ALT + RClick (mouse)
          • Custom: ALT + V
          • Custom: SHIFT + ALT + MWheel
          • Custom: ALT + 7 (numpad)
          • Custom: NUM + . (numpad)
          • SHIFT + R
          • SHIFT + X
          • SHIFT + Z
        • Did you know ?
          • You can change the range in your automation items
Powered by GitBook
On this page
  1. Stuff
  2. Phones
  3. Pixel 4 XL

Flashing Google Pixel 4 XL back to stock

Assuiming you have the firmware already downloaded. Cmd into the platform-tools folder:

Check the devices list:

adb devices

Reboot it to the bootloader:

adb reboot bootloader

Error: More than one device/emulator

Let's fix that, we just need to select the device:

adb devices

And then, we need to copy ALL the LOOOONG id next to the device.

There will be an emulator that is offline, leave it alone

So, to select the device you need this command:

adb -s <DEVICE_CODE> <Command>
adb -s <DEVICE_CODE> reboot bootloader

If your bootloader is locked then you must use the command below

It will erase all your data stored on the phone!

fastboot -s <DEVICE_CODE> flashing unlock

Let's continue with reverting back to stock

The firmware must be extracted to the platform tools folder. You should see a flash-all.bat executable. You can just type flash-all.bat in the same cmd we have worked with. This is what you should see:

DO NOT TOUCH THE CABLE WAIT UNTIL THE PROCESS FINISHES, ONLY UNTIL IT STOPPED DOING THINGS

YOU WILL SEE A FASTBOOTD SCREEN WITH A PROMT TO REBOOT - DO NOT DO IT UNTILL THE CONSOLE SAID YOU CAN

The fastbootd screen started when:

After some time the phone rebooted, the moment on console was:

Now, a welcoming screen should appear. This marks the success of the entire operation> ETT: 27:00

PreviousInstalling TWRP on Google Pixel 4 XLNextPorting and building the kali nethunter kernel

Last updated 9 months ago

Started at 11:36 (Yea default time)