Ubuntu 12.04にPwn Pad 2014をインストールする方法

1.Ubuntuに"adb"と"fastboot"をインストール
$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt- get update
$ sudo apt- get install android-tools-adb android-fastboot-tools

2.Pwn Pad 2014システムファイルを解凍する
ダウンロードURL:
https://www.pwnieexpress.com/support/downloads/

$ tar xvf pwnpad-2014_image.tar.xz
$ cd pwnie_img/ 3
$ chmod +x imagev2.sh

3.Nexus 7はPCに接続してfastbootモードに入る

4.adaを初期化する
$ sudo adb start-server

5.Pwn Padの実装スクリプトを実行
$ sudo ./imagev2.sh

6.画面の説明ヒントに従って操作
Pree ENTER to continue,CTR+C to abort
Boot the device into fastboot mode (hold power and volume down)
Attach the device vis USB once in fastboot mode.
Press 「Enter」key to continue…

 

Source

Posted by arkgame