Thread: htc valente wx
View Single Post
Old 11-01-2013, 09:47   #6 (permalink)
marvin_2310
Major Poster
 
Join Date: Aug 2006
Location: Philippines
Posts: 47
Member: 335094
Status: Offline
Thanks Meter: 14
Quote:
Originally Posted by dexter_mn View Post
i followed this guide
How to SIM-Unlock for HTC J, ISW13HT | hello.c

d:\srockyou\tools>adb shell
adb server is out of date. killing...
* daemon started successfully *
root@android:/ # dd if=/dev/block/mmcblk0p4 of=/sdcard/mmcblk0p4
dd if=/dev/block/mmcblk0p4 of=/sdcard/mmcblk0p4
2+0 records in
2+0 records out
1024 bytes transferred in 0.007 secs (146285 bytes/sec)
root@android:/ # exit
exit

d:\srockyou\tools>adb pull /sdcard/mmcblk0p4 mmcblk0p4ORIG
0 KB/s (1024 bytes in 5.576s)

d:\srockyou\tools>adb push mmcblk0p4MOD /sdcard/mmcblk0p4MOD
200 KB/s (1024 bytes in 0.005s)

d:\srockyou\tools>adb shell
root@android:/ # dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4
dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4
2+0 records in
2+0 records out
1024 bytes transferred in 0.001 secs (1024000 bytes/sec)
root@android:/ # sync
sync
root@android:/ # reboot bootloader
reboot bootloader

d:\srockyou\tools>fastboot getvar cid
cid: KDDI_801


edit mmcblk0p4ORIG using HexEditor

You will see “KDDI_801″.
Please rewritten with “111111″.

After that, save it.
Please name the file to “mmcblk0p4MOD”.

Then, write the file to your phone.

1
adb push mmcblk0p4MOD /sdcard/mmcblk0p4MOD
2
adb shell
3
# dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4
4
# sync
5
# reboot bootloader
Your phone will reboot and go to fastboot mode.

1
fastboot getvar cid
cid: 111111
finished.

It will be OK if displayed in this way.

After that, go to HTCDev to unlock.



Goodluck...
  Reply With Quote
 
Page generated in 0.11617 seconds with 7 queries