Today, I will be unlocking a Nexus 7 by executing fastboot oem unlock from the DOS command prompt window. For this to work, the original power/transfer cable that came with the Nexus 7 will be required to execute the modified version of the Asus Nexus 7 Rooting Kit program below.
TITLE Asus Nexus 7 Rooting Kit v1.0.0
@ECHO OFF
cls
color 1f
echo —————————————-
echo Asus Nexus 7 Rooting Kit v1.0.0
echo —————————————-
echo (A) Checks for a Nexus 7
echo (B) Unlocks Bootloader
echo (C) Restarts Bootloader
pausecls
echo —————————————-
echo Checking for Nexus 7 Devices
echo —————————————-
C:\sipylus\android\rootkit\sdk\fastboot.exe devices
pausecls
echo —————————————-
echo Unlocking Nexus 7 Bootloader
echo —————————————-
C:\sipylus\android\rootkit\sdk\fastboot.exe oem unlock
pausecls
echo —————————————-
echo Restarting Nexus 7 Bootloader
echo —————————————-
C:\sipylus\android\rootkit\sdk\fastboot.exe reboot-bootloader
pause
Stephan Pringle
Latest posts by Stephan Pringle (see all)
- ADFS/CAS Time out - Thursday, September 19, 2024