我已經花了好久找文章跟刷機,但還是沒辦法刷金卡降版本
文章是參考MMCC大大的http://www.mobile01.com/topicdetail.php?f=566&t=2009924&p=32
這邊OK↓↓↓↓↓↓↓↓↓↓↓↓↓↓
(goldcard)最好的範例就是關機,然後按住音量鍵的下和電源鍵就會進到Fastboot模式 (類似到recovery模式)並自動偵測PD98IMG.zip 這個檔<==讀的到
在要降級的時候,輸入下段的時候
adb push psneuter /data/local/tmp
adb push misc_version /data/local/tmp
adb shell chmod 777 /data/local/tmp/psneuter
adb shell chmod 777 /data/local/tmp/misc_version
adb shell /data/local/tmp/psneuter
adb shell
CMD顯示↓↓↓↓↓↓↓↓↓↓↓↓↓↓
C:\Downgrade>adb push psneuter /data/local/tmp
adb server is out of date. killing...
* daemon started successfully *
1918 KB/s (557962 bytes in 0.284s)
C:\Downgrade>adb push misc_version /data/local/tmp
adb server is out of date. killing...
* daemon started successfully *
1288 KB/s (15837 bytes in 0.012s)
C:\Downgrade>adb shell chmod 777 /data/local/tmp/psneuter
adb server is out of date. killing...
* daemon started successfully *
C:\Downgrade>adb shell chmod 777 /data/local/tmp/misc_version
adb server is out of date. killing...
* daemon started successfully *
C:\Downgrade>adb shell /data/local/tmp/psneuter
adb server is out of date. killing...
* daemon started successfully *
Failed to set prot mask (Inappropriate ioctl for device)
C:\Downgrade>adb shell
adb server is out of date. killing...
* daemon started successfully *
$<==不是#
想請問是哪邊出問題了呢....
USB 除錯中要打勾及該要換充電模式及磁碟機模式時都全程照做....
在麻煩大家了
2.3.3不適用的樣子
我用了另外一個軟體做金卡 HxD Hex Editor 教學不再多說 自已找= ="
1.請先到:http://gfans.bryan.tw/2011/04/11/1791 做到下載好金卡檔案為止
2.找到 HxD Hex Editor 請自行將記憶卡改為金卡 把 goldcard.img 與 PD98IMG.zip
放到sd card裡面根目錄
3.到DOS裡 到Downgrade目錄 下 adb push misc_version /data/local/tmp 指令
4.執行 RUU 換成台灣大哥大版本 2.3.3
5.安裝好後 請安裝GingerBreak 1.20 APK 並取得 Root(過程中有些程式要強制關閉就關)
6.3~5 分鐘會跳出手動重開機的訊息,這時候不要理他,也不要重開。
7.再用dos到downgrade目錄(指令請一行一行執行)
adb shell
su
8.然後他開頭會從$ 變成 # 這就表示你root成功了(螢幕可能會出現是否存取最高權限)
9.接著再下指令(指令請一行一行執行)
cat /sdcard/goldcard.img > /dev/block/mmcblk1
sync
chmod 777 /data/local/tmp/misc_version
/data/local/tmp/misc_version -s 1.31.405.6
接著就再重開機到hboot降級即可 有不懂的再問我 我也是昨天一直試試出來的
tom15800000 wrote:
在那個方法 2.3....(恕刪)
請問...
1.請先到:http://gfans.bryan.tw/2011/04/11/1791 做到下載好金卡檔案為止<==這ok
2.找到 HxD Hex Editor 請自行將記憶卡改為金卡 把 goldcard.img 與 PD98IMG.zip
放到sd card裡面根目錄<==這ok
3.到DOS裡 到Downgrade目錄 下 adb push misc_version /data/local/tmp 指令<=這ok
4.執行 RUU 換成台灣大哥大版本 2.3.3<=這RUU是什麼意思呢??
另外DOS畫面還是出現下段
adb server is out of date. killing...
* daemon started successfully *
Failed to set prot mask (Inappropriate ioctl for device)
這意思是還是沒辦法用嗎