簡單好用的 FRF91 ROOT~(來源 XDA:http://forum.xda-developers.com/showthread.php?t=736271)
需求~
-------
- 未解鎖的NEXUS ONE
- 最新的 ANDROID SDK 還有 驅動
- Working ADB
- 檔案 "freenexus.zip"
http://www.megaupload.com/?d=502MJXUY
MD5: 947C20222056D7C070733E7FCF85CF15
準備好上序條件~
-------
開始 一步一步取得權限吧
-------
1. install android sdk & USB drivers
1.安裝 Android sdk 還有USB 驅動
2. extract zip file into the tools directory of SDK (i.e. \android-skd-windows\tools)
2.將下載的 FREENEXUS解壓制 SDK 工具裡面(i.e. \android-skd-windows\tools)
3. open a command prompt (Windows: Start, Run, "cmd", OK; Linux: Terminal)
3.開啟CMD (Windows:開始 ,執行, "cmd",確認; Linux: 終端機)
4. change to SDK tools directory (i.e. cd \android-skd-windows\tools)
4. 轉換到 SDK TOOLs的子目錄 (i.e. cd \android-skd-windows\tools)
5. connect Nexus to USB and check if debugging mode is activated
5.將N1 連接至USB 並確認開啟USB除錯選項
(設定/應用程式/開發/USB 除錯)
6. run "adb devices" in shell and see if there is a device lsited. if not back to step 5 or reinstall USB-drivers
6.鍵入" adb devices "並確認機器以連接,如果未出現連接訊息請從回第5步驟或是從新安裝 USB驅動
7a. for Windows: run "freenexus.bat" in command shell (this copies the neccessary files to /data/local/tmp)
7a.windows系統 ,在CMD 內輸入" freenexus.bat" (這指令將複製所需的檔案至/data/local/tmp)
7b. for Linux or manual installation: run the following commands
Linux 或是手動安裝使用者 請用下列指令
adb push freenexus /data/local/tmp/freenexus
adb push Superuser.apk /data/local/tmp/Superuser.apk
adb push su /data/local/tmp/su
adb push busybox /data/local/tmp/busybox
adb shell chmod 755 /data/local/tmp/freenexus
adb shell chmod 755 /data/local/tmp/busybox
8. run the following commands:
8.輸入下列指令
adb shell
(you should see a "$" prompt now)
(視窗將會出現 "$" 符號)
cd /data/local/tmp
9. on your phone go to a screen where you can easily toggle wifi (widget or settings/wireless)
9.在你的N1上請先轉到可以馬上啟動WIFI的頁面(工具 或是 設定>無線)
10. be prepared to toggle wifi immediately after you execute the next step
10. 當執行第11步驟時準備好快速啟動WIFI
11. run "./freenexus"
11.執行 "./freenexus"
12. toggle wifi
12. 馬上開啟WIFI
13. you should see something like that:
13.在中CMD內你將看到下列
[*] Android local root exploid (C) The Android Exploid Crew
[*] Modified by ak for HTC Nexus One
[+] Using basedir=/sqlite_stmt_journals, path=/data/local/tmp/freenexus
[+] opening NETLINK_KOBJECT_UEVENT socket
[+] sending add message ...[*] Try to invoke hotplug now, clicking at the wireless
[*] settings, plugin USB key etc.[*] You succeeded if you find /system/bin/rootshell.
[*] GUI might hang/restart meanwhile so be patient.
14. run "rootshell"
14.執行 "rootshell"
15. if you succeeded you will be asked for a password, if not try again from step 10
15.如果成功你將要求輸入"密碼",如果未成功請回到第10步驟
16. enter the password "freenexus"
16.輸入密碼 :freenexus"
17. now you should see a "#" as a prompt -> you are root now
17.現在你因該可以看到 "#" 符號 >恭喜妳已經成功取的ROOT權限
18. run the following commands:
18. 執行下列指令
./busybox cp busybox /system/bin
chmod 4755 /system/bin/busybox
busybox cp Superuser.apk /system/app
busybox cp su /system/bin
chmod 4755 /system/bin/su
rm /system/bin/rootshell
exit
exit
19. Check if you keep root rights:
19. 確認你是否取得權限
adb shell
su
20. after you executed the su command the Superuser app on your device should ask you for allowance
20.當你執行了"su"指令 ,你手機上的Superuser 工具將詢問你允許與否(當然選允許)
21. you should see the "#" prompt again, if you didn't get that try su again
21.現在你因該可以再看到 "#"符號,如未出現"#"請從回地19步驟
22. 完成你已成功取得權限~~~~~~~~

個人積分:3分
文章編號:21241161

個人積分:3分
文章編號:21241610
為提供您更優質的服務,本網站使用cookies。若您繼續瀏覽網頁,即表示您同意我們的cookies政策。 了解隱私權條款