Thats what depixel8 does, it toggles the greyed out unlock option. Thats also what 7.1.1 patched.
Sent from my Pixel XL using Tapatalk
I just got my phone and it is indeed NDE63P 7.1 !!!
In progress of depixel8 right now
---------- Post added at 08:08 PM ---------- Previous post was at 07:56 PM ----------
I just got my phone and it is indeed NDE63P 7.1 !!!
In progress of depixel8 right now
Blah, minimal ADB/Fastboot is not recognizing my device even though I installed the drivers, ugh. So excited to get this thing finally!
When I run adb devices it finds my phone but when I run the command to fastboot to the image it just says "waiting for devices"
Anyone seen this before?
---------- Post added at 08:22 PM ---------- Previous post was at 08:08 PM ----------
I just got my phone and it is indeed NDE63P 7.1 !!!
In progress of depixel8 right now
---------- Post added at 08:08 PM ---------- Previous post was at 07:56 PM ----------
Blah, minimal ADB/Fastboot is not recognizing my device even though I installed the drivers, ugh. So excited to get this thing finally!
When I run adb devices it finds my phone but when I run the command to fastboot to the image it just says "waiting for devices"
Anyone seen this before?
When I run adb devices it finds my phone but when I run the command to fastboot to the image it just says "waiting for devices"
Anyone seen this before?
---------- Post added at 09:04 PM ---------- Previous post was at 08:22 PM ----------
I just got my phone and it is indeed NDE63P 7.1 !!!
In progress of depixel8 right now
---------- Post added at 08:08 PM ---------- Previous post was at 07:56 PM ----------
Blah, minimal ADB/Fastboot is not recognizing my device even though I installed the drivers, ugh. So excited to get this thing finally!
When I run adb devices it finds my phone but when I run the command to fastboot to the image it just says "waiting for devices"
Anyone seen this before?
---------- Post added at 08:22 PM ---------- Previous post was at 08:08 PM ----------
When I run adb devices it finds my phone but when I run the command to fastboot to the image it just says "waiting for devices"
Anyone seen this before?
OK GOT IT!!! Here the EXACT STEPS TO GET YOUR 7.1 WORKING
download dePixel8 in the same folder where you have installed ADB/Fastboot files.
Enable Developer options on your Google Pixel: go to Settings > About phone > Build number and tap it 7 times.
Enable USB Debugging: go to Settings > Developer options and enable USB Debugging
Connect your Google Pixel or Pixel XL to the PC using a USB cable.
Navigate to the folder where you have extracted the ADB and Fastboot files and open cmd (press Shift + Right click on empty space inside the folder and select Open command prompt).
Enter the following commands:
adb push dePixel8 /data/local/tmp
adb shell chmod 755 /data/local/tmp/dePixel8
adb shell /data/local/tmp/dePixel8
This installs dePixel8 and reboots the phone into fastboot mode, you then type "fastboot oem unlock"
Your phone will then prompt you to unlock the bootloader, telling you that you may void your warranty by doing so, hit the UP Volume for Yes, then the power button. You now reboot your phone and your bootloader is unlocked. When I go to developer options OEM Unlocking is still grayed out but it now says "Bootloader is already unlocked"
Proceed with TWRP and SU installation, as I am doing right now!