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

Unlocking the bootloader

The essentials

Let's fully unlcok ))))) the GP4XL 1. Go to settings and tap ur build number

  1. Go to dev options and enable OEM Unlocking and USB Debugging

  2. Connect ur phone to PC and prepare the platform-tools folder

  3. Open CMD in that folder and type adb devices

  4. Click to enable access on your phone

  5. adb reboot bootloader

You'll probably get the error: more than one device emulator. You need to take your Device_id shown by the previous command and use in this command:

adb -s <DEVICE_CODE> <Command>

7. fastboot flashing unlock

PreviousPixel 4 XLNextRooting Google Pixel 4 XL

Last updated 9 months ago