wget -c
http://sourceforge.net/projects/pwnpad/files/latest/download1.
Install the “adb” and “fastboot” packages onto your Linux host computer:
$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt-get update
$ sudo apt-get install android-tools-adb android-tools-fastboot
2.
Untar the Pwn Pad installation package:
$ tar xvf pwnpad-*.tar.xz
$ cd pwnie_img/
$ chmod +x imagev2.sh
3.
4.
5.
Attach the Nexus 7 to your Linux host computer with the stock Nexus 7 microUSB cable. Do NOT use any USB
extension cables, USB hubs, or any additional adapters.
Hold the Nexus 7 power and volumedown buttons simultaneously to boot into Fastboot mode.
From your Linux host computer, run the following command to initialize the adb server:
$ sudo adb start-server
6.
Run the Pwn Pad image installation script:
$ sudo ./imagev2.sh
7.
Follow the onscreen stepbystep instructions from the script.