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

Installing TWRP on Google Pixel 4 XL

An OTG cable and a USB required

PreviousRooting Google Pixel 4 XLNextFlashing Google Pixel 4 XL back to stock

Last updated 9 months ago

You must have Full OEM Unlock and USB Debugging (Preferable) to be enabled in the Developer options!

The USB MUST be in FAT32, otherwise you will not be able to mount it

So, in order to make some customs to your device TWRP is a must-have thing for your phones

Go to the and downloader both the twrp.img and twrpinstaller.zip and put them into the platform-tools folder

adb -s <DEVICE_CODE> <Command>

using that template check devices using:

adb devices

Then reboot to bootloader or use

adb reboot bootloader

and then

fastboot boot twrp.img

A TWRP screen will appear on the device Copy the zip installer to the usb

Connect the OTG to phone and enter mount in twrp and check the storage_1

Go back and go to install. There you have to flash the install_twrp.zip so it will be persistent.

The TWRP is now installed !

TWRP Site