The essentials
Let's fully unlcok ))))) the GP4XL 1. Go to settings and tap ur build number
Go to dev options and enable OEM Unlocking and USB Debugging
Connect ur phone to PC and prepare the platform-tools folder
Open CMD in that folder and type adb devices
adb devices
Click to enable access on your phone
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
fastboot flashing unlock
Last updated 1 year ago