1. Extract the ADB-Fastboot package and root image to your C:\\ Drive under a new folder titled “root”
先將附件1.在電腦上安裝好
到c:\\下建立一個root的資料匣
解壓縮附件2.及附件3.至c:\\root\\
2. Put your device into Fastboot mode: – Turn off your device. – Hold down the power button and downward volume button until you see “Fastboot” on your screen – Push the upward volume button
進入fastboot模式
先關機
開機鍵及側邊的聲音向下按鍵一起按
直到出現“Fastboot”的字樣後放掉這2個鍵
再按側邊的聲音向上按鍵
將手機以usb線接上電腦
等待驅動程式安裝完成
到root完之前都不用拔usb線
3. Open your command prompt (Start >> run “cmd” >> enter)
在桌面左下角的開始,指令列(搜尋程式及檔案)中打cmd後按Enter鍵執行
就會跑出dos畫面了,也可以直接執行→附屬應用程式→命令提示字元
4. Type the following commands
cd C:/root
fastboot flash preinstall root.img
fastboot reboot
按以下三行指令輸入,每一行都要按按Enter鍵執行
cd C:/root
fastboot flash preinstall root.img
fastboot reboot
第三行的fastboot reboot按完後手機就會重開機
記住cmd這個dos模式不要關掉,第6、7步還要用
開好機後,執行第5步
請問,為什麼我到第七步會出現以下訊息:C:\root>adb shell
* daemon not running. starting it now *
* daemon started successfully *
$ /preinstall/dosu
/preinstall/dosu
bash: groups: command not found
總而言之就是....6.7步驟都沒成功XDD
有大大之道要怎ㄇ解決嘛??
用dosu出現的英文字如下:
C:\root>adb shell
* daemon not running. starting it now *
* daemon started successfully *
$ /preinstall/dosu
/preinstall/dosu
bash: groups: command not found
root@localhost:/# /bin/mount/system -o remount,rw
/bin/mount/system -o remount,rw
bash: /bin/mount/system: Not a directory
root@localhost:/# cp/preinstall/su /system/bin/su
cp/preinstall/su /system/bin/su
bash: cp/preinstall/su: No such file or directory
root@localhost:/# chmod 6755 /system/bin/su
chmod 6755 /system/bin/su
chmod: /system/bin/su: No such file or directory
root@localhost:/# path=/system/bin:$PATH pm install /preinstall/Superuser.apk
path=/system/bin:$PATH pm install /preinstall/Superuser.apk
bash: pm: command not found