Tsubasa~翼 wrote:步驟6就看不懂了...(恕刪) 6. Push modded su into the system (新增su這個檔案到手機系統)(以下adb指令,手機開機,USB線連接起來,su放到懶人包或是SDK的Tools目錄,開啟CMD切換到這目錄,下達指令)=> adb shell#mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system#exit=> adb push su /system/bin/su=> adb shell# cd /system/bin# chmod 6755 su# sync# reboot
YN162 wrote:6. Push mo...(恕刪) 不知道是哪邊出問題了…1. 先確定 MAGIC 與電腦的 HTC Sync 同步連線都有搞定 (該裝的 Driver 都給他裝一裝)。→完成!2. 將 MAGIC 透過 USB 與電腦連線。→完成!3. 把 MAGIC 關機,然後按著 "返回" + "開關鍵" 進入 FastBoot 模式。→完成!4. 接著打開電腦的 cmd 模式後進入 magic 資料夾:輸入=> fastboot boot boot-hami-rooted-max528.img→出現訊息:downloading 'boot.img'... OKAYbooting... OKAY自動重開機5. 測試正常後正式寫入:輸入=> fastboot flash boot boot-hami-rooted-max528.img→出現訊息:sending 'boot' <1640 KB>... OKAYwriting 'boot'... INFOsignature checking...FAILED <remote: signature verify fail>失敗?!6. 繼續新增 su 這個檔案到手機系統輸入=> adb shell# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system# exit輸入=> adb push su /system/bin/su輸入=> adb shell# cd /system/bin# chmod 6755 su# sync# reboot
Tsubasa~翼 wrote:FAILED <remote: signature verify fail>......(恕刪) 沒有刷SPL的錯誤訊息。參考一下,這一篇文章:http://www.mobile01.com/topicdetail.php?f=423&t=1130936&last=13130852