馬上加入Android 台灣中文網,立即免費下載應用遊戲。
您需要 登錄 才可以下載或查看,沒有帳號?註冊
x
這是在其他地方看到的,仔點幾乎都掛點,因此我重新上傳分享。
英文版
How To: Motorola Atrix 4G Root
http://briefmobile.com/motorola-atrix-4g-root
Filed under Development, Guides by Kenneth Pennington on February 18, 2011 at 9:19 PM
Read the full BriefMobile Motorola Atrix 4G review! The process of rooting your Motorola Atrix 4G has just been changed with the latest updates. We’ve updated the guide below to allow users to root.
http://briefmobile.com/motorola-atrix-4g-review
How To: Motorola Atrix 4G Root
Root method found and executed by Brandon15811, the2dcour, and of course eval-! Make sure to thank them over at the forums.
http://forum.xda-developers.com/showthread.php?p=15023030
Prerequisites
Drivers installed 32-bit or 64-bit
ADB-Fastboot package
Root image (Mirror)
Outline
1.Extract the ADB-Fastboot package and root image to your C: Drive under a new folder titled “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
3.Open your command prompt (Start >> run “cmd” >> enter)
4.Type the following commands
cd C:/root
fastboot flash preinstall root.img
fastboot reboot
5.Enable USB debugging (Settings >> Applications >> Debugging)
6.Type the following commands
adb shell
/preinstall/dosu
7.Type the following commands
/bin/mount /system -o remount,rw
cp /preinstall/su /system/bin/su
chmod 6755 /system/bin/su
PATH=/system/bin:$PATH pm install /preinstall/Superuser.apk
8.Congratulations! You are rooted!
中文版
請先準備好下列工具與軟體
1.motorola me860 2.3.4----手機
2.傳輸線
3.motorola usb 驅動軟體 (MOTO 英文官網有或GOOGLE一下吧)
https://motorola-global-portal.custhelp.com/app/product_page/faqs/p/30,6720,7898
4. adb-fastboot.zip (406.65 KB)
5. root.zip (8.01 MB)
6.一顆想要root解鎖的心
好了下面要開始教你怎麼進入Android神的境界(記的要先安裝MOTOROLA USB 驅動)
1. 在電腦的 C槽新增一個ROOT的目錄夾
2. 將adb-fastboot.zip (406.65 KB)與Root image root.zip(8.01 MB)解壓縮在ROOT目錄夾裡面
3. 將ME860 手機關機
4. 將ME860進入fastboot模式,開機時同時按住電源鍵與音量下鍵,看到螢幕上方出現Fastboot字樣時放開電源鍵與音量下鍵後在按音量向上鍵
5. 將手機與傳輸線連接電腦
6. 在windows打開DOS模式(右下角=>開始=>執行=>cmd=>按enter)
7. 在DOS模式輸入以下指令 cd C:/root =>按enter
fastboot flash preinstall root.img =>按enter (這會跑比較久)
fastboot reboot =>按enter (手機會自動重新開機)
8. 手機重開後 將手機進入到 Debugging模式 (設定 => 應用程式 =>開發 =>USB偵測 "打勾")
9. 在DOS模式輸入以下指令
adb shell =>按enter
/preinstall/dosu =>按enter
/bin/mount /system -o remount,rw =>按enter
cp /preinstall/su /system/bin/su =>按enter
chmod 6755 /system/bin/su =>按enter
PATH=/system/bin:$PATH pm install /preinstall/Superuser.apk =>按enter
10.恭喜你你經完成ANDROID ROOT 你會在你的應用程式裡發現多了一隻叫 "授權程式"
root.part05.rar
(353.19 KB, 下載次數: 36)
|
評分
-
查看全部評分

|