miccha wrote:
謝謝bigpilla...(恕刪)
是否成功root了,而又可使用move cache?
之前我遇到跟你一樣的問題
在安裝完「FlashRec.apk」後,將「sdcard/cm-hero-recovery.img」輸入後,畫面的按鈕卻不會出現「Flash Custom Recovery Image」,且按鈕一直是灰色的,無法按下去..
我最後放棄了...我有選usb除錯的。
請問怎樣裝su?
謝謝
布萊嗯 wrote:
怕有人的英雄變成了狗...
...
然後把adb.exe, su, Superuser.apk放在同一目錄下,開CMD視窗切換到該目錄執行以下
(先執行adb devices察看Hero有沒有連上來)
adb shell mount /system
adb push su /system/bin/
adb shell chmod 4755 /system/bin/su
adb push Superuser.apk /system/app/Superuser.apk
adb shell reboot
這樣就完工了
...
(恕刪)