轉自XDA 我親自試過是可以的 有圖有真相
![[轉貼] padfone 2 a68 root 限定55版使用](http://attach.mobile01.com/attach/201212/mobile01-275f36e8d60c48b272e52a1b9357e0ec.jpg)
![[轉貼] padfone 2 a68 root 限定55版使用](http://attach.mobile01.com/attach/201212/mobile01-e1728b5e9ab99fb24b0919baf9efb8aa.jpg)
![[轉貼] padfone 2 a68 root 限定55版使用](http://attach.mobile01.com/attach/201212/mobile01-5398320a5296a01b51700f01c99a35b2.jpg)
準備如下
1.電池最好有百分之70的電力
2.下載原PO所使用的IMG檔
3.下載GOOGLE SDK套件 要有ADB TOOLS
4.尋找一個名為SU的檔案 內行的都知道這是甚麼
5.請務必安裝USB驅動
6.下載官方解鎖UnLock.apk
步驟開始
1.請先將 SU BOOT.IMG 放到TOOLS資料夾內 並確定裡面有 fastboot exe adb.exe
2.執行解鎖apk (聽說會破保 請自行決定是否使用 三思
3.手機記得使用偵錯模式 並且關機
4.按音量上+電源鍵 進入Fastboot MODE
5.如果驅動有裝好 在tools目錄>shift+右鍵> 用命令提示字元開啟
(預設是C:\android-sdk-windows\tools)
6 輸入fastboot devices 檢查 手機是否有連上
7.接著輸入fastboot boot boot.img
8如果這裡你的手機 沒有重新開機 進入系統 那此root方法 不能用在你的手機上
9不用進入Fastboot MODE 在開機狀態下用
10並再次使用命令提示 輸入
adb remount
adb push su /system/bin/
adb shell
chmod 06755 /system/bin/su
11接著重新開機 並且安裝SuperSU or Superuse
12沒有意外的話 你的手機 已被root
下面是原文
WHAT YOU NEED
1. a padfone 2 with more than 70% battery available, and the above firmware installed (you might wanna try also if your device has different firmware, but I cannot garantee on the results you'll get.
2. this INSECURE boot.img
3. a valid ADB and FASTBOOT package (lots available within XDA, or already available if you have andorid SDK installed)
4. a valid "su" binary, again you can find it in XDA
5. Valid usb drivers (see mama ASUS website)
6. the infamous "UnLock.apk" (again kindly provided by ASUS)
PROCEDURE (MS WINDOWS OS Only)
0. place all of the files (boot.img, adb and fastboot exe's, SU binary) in one folder of your pc and open a cmd session in it.
1. install drivers at point 5 above
2. Unlock your bootloader: install the apk at point 6. above follows all the instructions to get a bootloader unlocked
3. once done the phone can be put in FASTBOOT mode (black screen with "Fastboot MODE !!!" and ASUS LOGO) , with one of the two methods below.
3a. power off device. then push and hold power on + vol up.
3b. if your device is connected to your pc, verify it is in debug mode (under setup/development) and run "adb reboot-bootloader"
4. if not already done connect the device to your pc and wait the drivers selfconfiguring
5. check if fastboot.exe see your device, type in cmd "fastboot devices", if nothing is shown means you're missing drivers, or using a bad fastboot exe.
6. check if your device boots with the insecure img at point 2. of what-you-need list. type in cmd "fastboot boot boot.img"
6a. if it reboots normally... CONGRATS your device is ok with my boot.img and you can root your phone
6b. if it goes into bootloop or bootlock or in QHUSB_DLOAD state, well sorry you cannot go ahead. just push and hold power on your device. it will reboot using its boot.img Sorry no root for you
7. if you're lucky and you get 6a response, you can now ROOT your device
7a. in cmd session type the below
adb remount (system answer "remount succeded" that's a confirmation you can act as superuser)
adb push su /system/bin/
adb shell
chmod 06755 /system/bin/su
7b. install SuperSU or Superuser and busybox from google play. run both of them in sequence to check for proper updates of binaries, and also double check if rooting is complete and functional.
OR in case 7b doesn't work
7c. Collect superuser.apk at the end of this post and place it in same folders of adb.
In cmd session type
"adb push Superuser.apk /system/app
adb shell chmod 06755 /system/app/Superuser.apk"
IF YOU JUST WANT YOUR DEVICE ROOTED PROCEDURE STOPS HERE FOLLOWING IS JUST an ADDED-ON
8. OPTIONAL just in case you want to keep the insecure adbd onboard, not necessary to mantain root condition.
8a. put the device in FASTBOOT mode as above and type in cmd "fastboot flash boot boot.img", this just overwrite your stock boot.img and inoculate the insecure boot.img in your device on a stable basis.
guess it's all.




























































































