GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Product Support Sections > No More Supported Solutions (Dead Products) > No More Supported H/W Products > IRKEY


Reply
 
LinkBack Thread Tools Display Modes
Old 10-28-2013, 17:16   #1 (permalink)
Freak Poster
 
dexter_mn's Avatar
 
Join Date: Jul 2006
Location: heart of Asia
Posts: 499
Member: 311316
Status: Offline
Thanks Meter: 41
htc valente wx


hi supporter
how to root and s-off and unlock?
  Reply With Quote
Old 10-29-2013, 09:03   #2 (permalink)
No Life Poster
 
perspolis's Avatar
 
Join Date: Mar 2004
Location: IRAN - tehran
Posts: 602
Member: 60103
Status: Offline
Sonork: 108841
Thanks Meter: 1,328
Quote:
Originally Posted by dexter_mn View Post
hi supporter
how to root and s-off and unlock?
Please unlock the bootloader.
Install Custom recovery.
Connect recovery mode.
The use of options.
  Reply With Quote
Old 10-29-2013, 16:54   #3 (permalink)
Freak Poster
 
dexter_mn's Avatar
 
Join Date: Jul 2006
Location: heart of Asia
Posts: 499
Member: 311316
Status: Offline
Thanks Meter: 41
1.17.0000
2.06.970.4

there're no recovery
Index Of : Main Directory / ROM_Android_WindowsMobile / ROM_Android / HTC / Valente

where from download?
  Reply With Quote
Old 10-30-2013, 08:20   #4 (permalink)
No Life Poster
 
perspolis's Avatar
 
Join Date: Mar 2004
Location: IRAN - tehran
Posts: 602
Member: 60103
Status: Offline
Sonork: 108841
Thanks Meter: 1,328
Quote:
Originally Posted by dexter_mn View Post
1.17.0000
2.06.970.4

there're no recovery
Index Of : Main Directory / ROM_Android_WindowsMobile / ROM_Android / HTC / Valente

where from download?
_ valentewx-td2sk-121010.img ROM_Android_WindowsMobile ROM_Android HTC Valente Recovery
  Reply With Quote
Old 10-31-2013, 17:20   #5 (permalink)
Freak Poster
 
dexter_mn's Avatar
 
Join Date: Jul 2006
Location: heart of Asia
Posts: 499
Member: 311316
Status: Offline
Thanks Meter: 41
cant unlock bootloader

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
  Reply With Quote
Old 11-01-2013, 09:47   #6 (permalink)
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
Old 11-01-2013, 14:35   #7 (permalink)
Freak Poster
 
dexter_mn's Avatar
 
Join Date: Jul 2006
Location: heart of Asia
Posts: 499
Member: 311316
Status: Offline
Thanks Meter: 41
yes i did it but still cid still same
here is modificated
Attached Files
File Type: rar mmcblk0p4MOD.rar (222 Bytes, 53 views)
  Reply With Quote
Old 11-06-2013, 16:54   #8 (permalink)
Freak Poster
 
dexter_mn's Avatar
 
Join Date: Jul 2006
Location: heart of Asia
Posts: 499
Member: 311316
Status: Offline
Thanks Meter: 41
?????????????????????????????????????????????????? ??
  Reply With Quote
Old 11-08-2013, 16:52   #9 (permalink)
Freak Poster
 
dexter_mn's Avatar
 
Join Date: Jul 2006
Location: heart of Asia
Posts: 499
Member: 311316
Status: Offline
Thanks Meter: 41
where is supporter
where is prove valente wx s-off cid change etc
  Reply With Quote
Old 11-09-2013, 11:59   #10 (permalink)
No Life Poster
 
perspolis's Avatar
 
Join Date: Mar 2004
Location: IRAN - tehran
Posts: 602
Member: 60103
Status: Offline
Sonork: 108841
Thanks Meter: 1,328
Quote:
Originally Posted by dexter_mn View Post
yes i did it but still cid still same
here is modificated
mmcblk0p4MOD
  Reply With Quote
Old 11-12-2013, 12:54   #11 (permalink)
Freak Poster
 
dexter_mn's Avatar
 
Join Date: Jul 2006
Location: heart of Asia
Posts: 499
Member: 311316
Status: Offline
Thanks Meter: 41
just copied this 1 but still same

d:\srockyou\tools>adb push mmcblk0p4MOD /sdcard/mmcblk0p4MOD
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
166 KB/s (1022 bytes in 0.006s)

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

d:\srockyou\tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.17.0000
(bootloader) version-baseband: 1.53.30.0905
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.06.970.4
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SHTBG031171
(bootloader) imei: 35170105132****
(bootloader) product: valente_wx
(bootloader) platform: HBOOT-8960
(bootloader) modelid: PK0710000
(bootloader) cidnum: KDDI_801
(bootloader) battery-status: good
(bootloader) battery-voltage: 3852mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 80968db3
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.081s
  Reply With Quote
Old 11-24-2013, 14:14   #12 (permalink)
Freak Poster
 
dexter_mn's Avatar
 
Join Date: Jul 2006
Location: heart of Asia
Posts: 499
Member: 311316
Status: Offline
Thanks Meter: 41
?????????????????????????????????????????????????? ????
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 



All times are GMT +1. The time now is 12:32.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.22915 seconds with 9 queries

SEO by vBSEO