Asus Nexus 7 Rooting Kit

This is a handy Asus Nexus 7 Rooting Kit that I made thanks to numerous files found from Google and developers over the Internet. The rooting is done from setup.bat from Windows Explorer.

TITLE Asus Nexus 7 Rooting Kit v4.4.0
@ECHO OFF
cls
color 1f
echo —————————————-
echo Asus Nexus 7 Rooting Kit v4.4.0
echo —————————————-
echo (A) Checks for a Nexus 7
echo (B) Wipes All Partitions
echo (C) Unlocks Bootloader
echo (D) Updates Bootloader
echo (E) Restarts Bootloader
echo (F) Update Android OS
echo (G) Restarts Bootloader
pause

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

cls
echo —————————————-
echo Erasing Nexus 7 Partitions
echo —————————————-
C:\sipylus\android\rootkit\sdk\fastboot.exe erase boot
C:\sipylus\android\rootkit\sdk\fastboot.exe erase cache
C:\sipylus\android\rootkit\sdk\fastboot.exe erase recovery
C:\sipylus\android\rootkit\sdk\fastboot.exe erase system
C:\sipylus\android\rootkit\sdk\fastboot.exe erase userdata
pause

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

cls
echo —————————————-
echo Updating Nexus 7 Bootloader
echo —————————————-
C:\sipylus\android\rootkit\sdk\fastboot.exe flash bootloader C:\sipylus\android\rootkit\img\bootloader.img
pause

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

cls
echo —————————————-
echo Updating Nexus 7 Partitions
echo —————————————-
C:\sipylus\android\rootkit\sdk\fastboot.exe flash boot C:\sipylus\android\rootkit\img\boot.img
C:\sipylus\android\rootkit\sdk\fastboot.exe flash recovery C:\sipylus\android\rootkit\img\recovery.img
C:\sipylus\android\rootkit\sdk\fastboot.exe flash system C:\sipylus\android\rootkit\img\system.img
C:\sipylus\android\rootkit\sdk\fastboot.exe flash userdata C:\sipylus\android\rootkit\img\userdata.img
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.