Unlocking a Nexus 7

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
pause

cls
echo —————————————-
echo Checking for Nexus 7 Devices
echo —————————————-
C:\sipylus\android\rootkit\sdk\fastboot.exe devices
pause

cls
echo —————————————-
echo Unlocking Nexus 7 Bootloader
echo —————————————-
C:\sipylus\android\rootkit\sdk\fastboot.exe oem unlock
pause

cls
echo —————————————-
echo Restarting Nexus 7 Bootloader
echo —————————————-
C:\sipylus\android\rootkit\sdk\fastboot.exe reboot-bootloader
pause

The following two tabs change content below.
facebook-profile-picture

Stephan Pringle

Technology Support Specialist at Sipylus
About The Author: Stephan Pringle is an Information Technology Support Specialist. He covers hardware and software and provides tips for you to troubleshoot and repair issues on your own. In his spare time, he writes articles about the State of New York on his Hackintosh and HackBook and that has helped him to become the top contributor of the New York City section of Yahoo! Answers.
facebook-profile-picture

Latest posts by Stephan Pringle (see all)

facebook-profile-picture

Stephan Pringle

About The Author: Stephan Pringle is an Information Technology Support Specialist. He covers hardware and software and provides tips for you to troubleshoot and repair issues on your own. In his spare time, he writes articles about the State of New York on his Hackintosh and HackBook and that has helped him to become the top contributor of the New York City section of Yahoo! Answers.