我在網上查了許多跟HERO2.1官方ROM 要 ROOT的方式
下面是簡化後的通用版本
1、下載root用的檔案
->下載好 PossibleGSMRoot.zip
->以及hero_root_TW.rar
2、將1中所下載的檔案解壓至同一資料夾中 (亦可用我打包好的備份檔)
*請解壓到用指令好找的地方 ex: c:/hero_root/ 之類的
4、確認給HERO的驅動程式已裝好
->手機端開啟USB 除錯模式
->開啟 命令提示字元 ,進入剛解壓的資料夾 (開始-> 輸入 cmd 亦可)
->在命令提示字元中輸入 adb devices , 若有看到手機號碼則確認安裝OK
5、在WINDOWS介面下開啟解壓資料夾中的 runindos.bat
若步驟都有作正確,則手機會進入 recovery 模式
6、幫手機root
手機進入recovery模式後,在電腦命令提示字元輸入
adb shell mount /system
adb push su /system/bin/
adb shell chmod 4755 /system/bin/su
adb push Superuser.apk /system/app/
adb shell reboot
重開機完成後,就root了
--
ROOT參考資料:
http://www.villainrom.co.uk/viewtopic.php?f=110&t=2096 (英文)
http://shop.teac.idv.tw/MyBlog/index.php?pl=1817&ct1=3&ct2=23
http://www.mobile01.com/topicdetail.php?f=566&t=1627772&m=f&p=1
http://blog.roodo.com/DavidLanz/archives/10366315.html (un root)
===============================
接著就是wifi-tether了~
進入wifi tether的網站
http://code.google.com/p/android-wifi-tether/
然後選擇hero的download
我試過2.0.2版的不知如何無法上線
2.0版的可以正常使用
當跑出允許su的畫面記得按always allow,才不會一直被煩
以上,就是root與wifi-tether