hi guys i am going to be getting a wildfire s in a few weeks so i have been google searching on how to s-off the phone without the xtc-clip and found this fastboot command to backup the hboot partition so i was thinking if a user with s-off was to run this command to get a hboot backup then all users would just need to boot into fastboot and run fastboot flash hboot hboot.img
Code:
fastboot oem saveprt2sd hboot -n hbootpart.img -a
output log
... SaveImageToSD partition file name:hboot
SaveImageToSD output file name:hbootpart.img
Cmd5 CMD_TIMEOUT
sdcc_poll_status(): i=11
Cmd5 polling status timed out
SD: CMD5 fail, rc=2 ..
SD 2.0
HC card
Searching free data sectors....
[SAVE2SD] 131072 bytes saved.
[SAVE2SD] 262144 bytes saved.
[SAVE2SD] 393216 bytes saved.
[SAVE2SD] 524288 bytes saved.
[SAVE2SD] 655360 bytes saved.
[SAVE2SD] 786432 bytes saved.
[SAVE2SD] Done.
OKAY
so could a user with s-off try this command and give the hboot to a user that doesn't have s-off to try it with i would try it but as i said i don't have the phone yet.
thanks
Eoghan
p.s. i an not responsible for any bricked devices trying this command
eoghan2t7 said:
hi guys i am going to be getting a wildfire s in a few weeks so i have been google searching on how to s-off the phone without the xtc-clip and found this fastboot command to backup the hboot partition so i was thinking if a user with s-off was to run this command to get a hboot backup then all users would just need to boot into fastboot and run fastboot flash hboot hboot.img
Code:
fastboot oem saveprt2sd hboot -n hbootpart.img -a
output log
... SaveImageToSD partition file name:hboot
SaveImageToSD output file name:hbootpart.img
Cmd5 CMD_TIMEOUT
sdcc_poll_status(): i=11
Cmd5 polling status timed out
SD: CMD5 fail, rc=2 ..
SD 2.0
HC card
Searching free data sectors....
[SAVE2SD] 131072 bytes saved.
[SAVE2SD] 262144 bytes saved.
[SAVE2SD] 393216 bytes saved.
[SAVE2SD] 524288 bytes saved.
[SAVE2SD] 655360 bytes saved.
[SAVE2SD] 786432 bytes saved.
[SAVE2SD] Done.
OKAY
so could a user with s-off try this command and give the hboot to a user that doesn't have s-off to try it with i would try it but as i said i don't have the phone yet.
thanks
Eoghan
p.s. i an not responsible for any bricked devices trying this command
Click to expand...
Click to collapse
Altough I'm not a dev.......but its good someone's taking an initiative and not waiting for the revolutionary team......anyway I found some leeched files from the xtc-clip(some dude leeched them I didn't).....will they help you in any way?????It is a file of ".nbh" extension.
ahmadns said:
Altough I'm not a dev.......but its good someone's taking an initiative and not waiting for the revolutionary team......anyway I found some leeched files from the xtc-clip(some dude leeched them I didn't).....will they help you in any way?????It is a file of ".nbh" extension.
Click to expand...
Click to collapse
Can you pm me a link to the file. I do have a hboot.nb0 file that I'm hex editing to see what's needed to be done.
Thanks in advanced
Sent from my GT540 using xda premium
We're having faith in you guys! Keep it up! I don't wanna pay for S-OFF.
Sent from my HTC Wildfire S A510e using XDA App
I think we continues here - http://forum.xda-developers.com/showthread.php?t=1342468, right ?
Related
I've searched the forum and Google high and low to solve this and have come up with the following:
1. Running the RUU. Result: "Wrong customer" error.
2. Grabbing rom.zip from RUU temp files, renaming PK76IMG.zip, flashing from bootloader. Result: No dice.
3. Repeat step 2 on a Goldcard. Tried MMC0 and MMC2 (GoldCard generator got errors with MMC1). Result: "CID incorrect! Update Fail!"
4. Flashing zip from command line as follows:
Code:
fastboot erase cache
fastboot oem rebootRUU
fastboot flash zip rom.zip
Result: "CID error"
5. Relocking bootloader and repeating #4. Result: same.
6. Change CID as follows: fastboot oem writecid HTC__001. Result: COMMAND ERROR!
7. Downloaded various other fastboot.exe and re-run step 6. Result: COMMAND ERROR!
8. Flashing with fastboot: fastboot flash system system.img. Result: "FAILED (remote: data length is too large)." This one boggles me because the extracted system.img for the HTC UE ROM (what I'm trying to flash) is identical to the HTC Asia ROM (what I have).
9. What's your idea???????
BTW, can I replace the android-info.txt in the HTC EU ROM with the one from the HTC Asia ROM without negative ramifications?
Bump.
So using Goldcard and flash RUU also not working ?
I used to use Goldcard to flash RUU which is not meant for my Desire before.
Thread moved to Q&A.
Sent from my Galaxy Note (i717), using XDA Permium.
•••••••••••••••••••••••••••••••••••••••••••••••••
XDA Rules:
http://forum.xda-developers.com/announcement.php?a=81
Ten post rule:
http://www.xda-developers.com/android/10-post-rule-explained/
Marketplace Rules (updated):
http://forum.xda-developers.com/announcement.php?f=476
ckpv5 said:
So using Goldcard and flash RUU also not working ?
I used to use Goldcard to flash RUU which is not meant for my Desire before.
Click to expand...
Click to collapse
Yes. The same works for Wildfire S. But to change my Wildfire S from Asian to European I ultimately had to flash from fastboot.
I only tried MMC0 so I'm going to try MMC1 and MMC2 next.
I tried MMC1 and MMC2 tonight.
MMC1 didn't work. SimpleGoldCard.exe reported errors and couldn't produce the GoldCard.
MMC2 produced a different CID and successfully generated a GoldCard, but the install failed again: "CID incorrect! Update Fail!"
Any ideas? It can't be impossible to do this!
When we connect our phone as usb drive, with sdcard inserted, there are two removable storage, so patch the sdcard alone with the goldcard won't work as the other is not patched. Anyway this is my guess only.
Delete.
My next approach to changing to CID to the Super CID comes from the AT&T One X forum:
[UNLOCK] AT&T Bootloader Unlock Through HTC-Dev
Thoughts???
CafeKampuchia said:
My next approach to changing to CID to the Super CID comes from the AT&T One X forum:
[UNLOCK] AT&T Bootloader Unlock Through HTC-Dev
Thoughts???
Click to expand...
Click to collapse
Any idea what is mmcblk0p4 referring to ? As we know for one v, our dev/block is numbered differently.
Actually, I don't. I don't think retrieving this block is going to work on the One V, but the method he used will. He found the block containing the CID by searching a dump. I don't (yet) know how to do that.
CafeKampuchia said:
Actually, I don't. I don't think retrieving this block is going to work on the One V, but the method he used will. He found the block containing the CID by searching a dump. I don't (yet) know how to do that.
Click to expand...
Click to collapse
Hi,
I'm trying to figure out how to do the same thing. I can't revert to stock because I have a One V on Three, and the radio is a later version than the RUU online. I found a similar guide to changing the CID on a One S that you did:
http://forum.xda-developers.com/showthread.php?t=1674202
This thread shows how to look at the contents of those blocks:
http://forum.xda-developers.com/showthread.php?t=1694700
And this one gives the purpose of each partition, at least for the primoc, probably same for primou:
http://forum.xda-developers.com/showthread.php?t=2156415
I wrote a BASH script to search through the blocks for a given bit of text, which you can use if you're on Linux by making sure it has execute permission, and running it with the search string (change .txt to .sh if you like). For my CID (H3G__001), I used ./findinblock H3G__001. It is case sensitive. I found my CID in partitions 7, 18, 23, 25 & 26.
Maybe 7 is the one to change. I'm not sure I'm quite ready to just blindly experiment, even if it may be possible to revert. I wonder if someone more experienced can weigh in?
I tried overwriting the CID in mmcblk0p7 but it didn't "take":
Code:
C:\adt-bundle-windows-x86\sdk\platform-tools>adb shell
[email protected]:/ # strings -n 8 /sdcard/mmcblk0p7MOD
strings -n 8 /sdcard/mmcblk0p7MOD
HTC__001
<snip>
[email protected]:/ # strings -n 8 /dev/block/mmcblk0p7
strings -n 8 /dev/block/mmcblk0p7
H3G__001
<snip>
[email protected]:/ # dd if=/sdcard/mmcblk0p7MOD of=/dev/block/mmcblk0p7
dd if=/sdcard/mmcblk0p7MOD of=/dev/block/mmcblk0p7
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.393 secs (5336264 bytes/sec)
[email protected]:/ # strings -n 8 /dev/block/mmcblk0p7
strings -n 8 /dev/block/mmcblk0p7
H3G__001
<snip>
Perhaps using a goldcard would help. I've only ever done this putting the goldcard directly in the phone. In this case we'd need to use a Y cable to allow a working sdcard in the phone (unless you can store the modded CID partition somewhere else) and I don't have the hardware to hand.
Can anyone else help?
Ok, I tried this with a gold card, sorting this modified block in internal storage instead of SD card. Still no joy.
Sent from my Nexus 7 using XDA Premium HD app
>_<''
Hey everyone
I got the same Problem.
I've found my CID, which is O2___102, on partition 7, 18, 23, 29 and 32.
I made some screenshots of it.
Maybe anyone can help.
P.S.:
Does anyone now the filesize of the mmcblk0p4 partition of the AT&T One X??
Maybe this information can be helpful
- greetings, animeryumyu
EDIT:
I just find out, that the needed partition for modding is the bootloader itself.
At least I read it in the "how to SuperCID" for the HTC One SV (K2_U / K2_UL)
For the One SV it is the same partition as for the AT&T One X.
And before the CID and IMEI of both, the X and the SV is a little text that reads "HTC-BOARD-INFO!".
Maybe this is important to.
Does anyone now any other indicators to find out, which partition is the bootloader??
Maybe, when we get SuperCID, we are one step closer to S-OFF our device
not understand why not work too downgrade my antivirus is sleep
this version ruu is 3.12.405.1
[Select and press Enter]1
3.12.405.1
This version of Android cannot use the hack kit at this time.
You can downgrade if you like, then rerun the hack step.
WARNING: THIS WILL WIPE DATA
[Would you like to downgrade? y/n]y
a67daa6baa7ef085307593fef6329d14 *PD98IMG/PD98IMG-GB2.zip
Flash the downgrade RUU? [y,n]y
pushing rom to sdcard - this takes time please be patient.
1536 KB/s (259503624 bytes in 164.958s)
Setting up to temproot....
cannot stat 'tools/bin/zergRush': No such file or directory
1864 KB/s (572752 bytes in 0.300s)
1342 KB/s (19240 bytes in 0.014s)
going for temproot using zergRush....
/data/local/tmp/zergRush: not found
setting mainver lower for downgrade...
--set_version set. VERSION will be changed to: 1.31.405.6
Misc partition is "/dev/block/mmcblk0p17"
Patching and backing up misc partition...
Error opening input file.
Creating goldcard....
HTC android goldcard tool Copyright (C) 2011, Wayne D. Hoxsie Jr.
Original code by B. Kerler. Special thanks to ATTN1 and the XDA team.
Donations can be made to the Electronic Frontier Foundation:
http://www.eff.org/
or to B. Kerler:
http://psas.revskills.de/
/dev/block/mmcblk1: cannot open for write: Permission denied
starting downgrade...
** The phone will now reboot into HBOOT.
** It will then check the file just sent.
** If everything is okay, the phone will
** prompt you to continue by pressing
** VOLUME UP. It will reboot, flashing twice.
**** PUSH POWER WHEN THIS STEP COMPLETES ****
If downgrade is successful, you may set up the phone and try to hack it again.
Once the downgrade is successful, press a key to return to the menu......
Otherwise, cut and paste the output to the screen into a text file for evaluatio
n.... then press a key.
Press any key to continue . . .
'''relocket''
ACE PVT SHIP S-ON RL
HBOOT-2.00.0029
MICROP-0428
REDIO-26.14.04.28_M
EMMC-BOOT
HBOOT
MAIN VERSION IS OLDER UPDATE FAIL
uvejsi2009 said:
not understand why not work too downgrade my antivirus is sleep
this version ruu is 3.12.405.1
[Select and press Enter]1
3.12.405.1
This version of Android cannot use the hack kit at this time.
You can downgrade if you like, then rerun the hack step.
WARNING: THIS WILL WIPE DATA
[Would you like to downgrade? y/n]y
a67daa6baa7ef085307593fef6329d14 *PD98IMG/PD98IMG-GB2.zip
Flash the downgrade RUU? [y,n]y
pushing rom to sdcard - this takes time please be patient.
1536 KB/s (259503624 bytes in 164.958s)
Setting up to temproot....
cannot stat 'tools/bin/zergRush': No such file or directory
1864 KB/s (572752 bytes in 0.300s)
1342 KB/s (19240 bytes in 0.014s)
going for temproot using zergRush....
/data/local/tmp/zergRush: not found
setting mainver lower for downgrade...
--set_version set. VERSION will be changed to: 1.31.405.6
Misc partition is "/dev/block/mmcblk0p17"
Patching and backing up misc partition...
Error opening input file.
Creating goldcard....
HTC android goldcard tool Copyright (C) 2011, Wayne D. Hoxsie Jr.
Original code by B. Kerler. Special thanks to ATTN1 and the XDA team.
Donations can be made to the Electronic Frontier Foundation:
http://www.eff.org/
or to B. Kerler:
http://psas.revskills.de/
/dev/block/mmcblk1: cannot open for write: Permission denied
starting downgrade...
** The phone will now reboot into HBOOT.
** It will then check the file just sent.
** If everything is okay, the phone will
** prompt you to continue by pressing
** VOLUME UP. It will reboot, flashing twice.
**** PUSH POWER WHEN THIS STEP COMPLETES ****
If downgrade is successful, you may set up the phone and try to hack it again.
Once the downgrade is successful, press a key to return to the menu......
Otherwise, cut and paste the output to the screen into a text file for evaluatio
n.... then press a key.
Press any key to continue . . .
'''relocket''
ACE PVT SHIP S-ON RL
HBOOT-2.00.0029
MICROP-0428
REDIO-26.14.04.28_M
EMMC-BOOT
HBOOT
MAIN VERSION IS OLDER UPDATE FAIL
Click to expand...
Click to collapse
your antivirus is working on a secondary process...zergrush was eaten by it and therefore it will fail everytime u run the Hack Kit....uninstall the AV or use a liveCD...it is worthless that you keep trying in that way.
thanks men a go uninstall my antivirus kaspersky and is work too downgrade...:good:.:fingers-crossed:.:victory:
uvejsi2009 said:
not understand why not work too downgrade my antivirus is sleep
this version ruu is 3.12.405.1
[Select and press Enter]1
3.12.405.1
This version of Android cannot use the hack kit at this time.
You can downgrade if you like, then rerun the hack step.
WARNING: THIS WILL WIPE DATA
[Would you like to downgrade? y/n]y
a67daa6baa7ef085307593fef6329d14 *PD98IMG/PD98IMG-GB2.zip
Flash the downgrade RUU? [y,n]y
pushing rom to sdcard - this takes time please be patient.
1536 KB/s (259503624 bytes in 164.958s)
Setting up to temproot....
cannot stat 'tools/bin/zergRush': No such file or directory
1864 KB/s (572752 bytes in 0.300s)
1342 KB/s (19240 bytes in 0.014s)
going for temproot using zergRush....
/data/local/tmp/zergRush: not found
setting mainver lower for downgrade...
--set_version set. VERSION will be changed to: 1.31.405.6
Misc partition is "/dev/block/mmcblk0p17"
Patching and backing up misc partition...
Error opening input file.
Creating goldcard....
HTC android goldcard tool Copyright (C) 2011, Wayne D. Hoxsie Jr.
Original code by B. Kerler. Special thanks to ATTN1 and the XDA team.
Donations can be made to the Electronic Frontier Foundation:
http://www.eff.org/
or to B. Kerler:
http://psas.revskills.de/
/dev/block/mmcblk1: cannot open for write: Permission denied
starting downgrade...
** The phone will now reboot into HBOOT.
** It will then check the file just sent.
** If everything is okay, the phone will
** prompt you to continue by pressing
** VOLUME UP. It will reboot, flashing twice.
**** PUSH POWER WHEN THIS STEP COMPLETES ****
If downgrade is successful, you may set up the phone and try to hack it again.
Once the downgrade is successful, press a key to return to the menu......
Otherwise, cut and paste the output to the screen into a text file for evaluatio
n.... then press a key.
Press any key to continue . . .
'''relocket''
ACE PVT SHIP S-ON RL
HBOOT-2.00.0029
MICROP-0428
REDIO-26.14.04.28_M
EMMC-BOOT
HBOOT
MAIN VERSION IS OLDER UPDATE FAIL
Click to expand...
Click to collapse
I had the same problem im running win7 home premium 64 bit i deleted norton and i had not htc sync installed and no apple program i reinstalled my computer a week ago so i dosent hav many program but i think it dosent want to work whit my computer im gonna try it on another computer
please i need help i had the same software and hboot and everything
It is not working because the hack kit download is flaw. The anti virus it firewall has eaten the zergrush.
Delete that hack kit, uninstall the anti virus and then re download it again. If you are still stuck just let me know.
Sent from my Inspire 4G using xda app-developers app
same situation
glevitan said:
It is not working because the hack kit download is flaw. The anti virus it firewall has eaten the zergrush.
Delete that hack kit, uninstall the anti virus and then re download it again. If you are still stuck just let me know.
Sent from my Inspire 4G using xda app-developers app
Click to expand...
Click to collapse
hello i was just reading, and i also have the same problem. i already tried to re-download the hack kit.. but i keeps failing on me.
i have an htc inspire android 2.3.5
sofware V. 3.20.502.52
and i keep getting killed by the hellions.
dangerbrick said:
hello i was just reading, and i also have the same problem. i already tried to re-download the hack kit.. but i keeps failing on me.
i have an htc inspire android 2.3.5
sofware V. 3.20.502.52
and i keep getting killed by the hellions.
Click to expand...
Click to collapse
That is att latest update, go to the hack kit site and check the requisites needed first.
tau.shadowchild.nl
Sent from my GT-N7000 using xda app-developers app
Its very easy just place the original ruu v 2.3.3 to the root of yor sd card and rename to PD98IMG.ZIP and to HBOOT menu just wait and follow the instruction on screen, thats it.
Sent from my HTC Desire HD A9191 using xda premium
asepsr said:
Its very easy just place the original ruu v 2.3.3 to the root of yor sd card and rename to PD98IMG.ZIP and to HBOOT menu just wait and follow the instruction on screen, thats it.
Sent from my HTC Desire HD A9191 using xda premium
Click to expand...
Click to collapse
What? That is wrong...you can not downgrade with a higher main version...you need at least a goldcard and in this case will also fail.
Sent from my GT-N7000 using xda app-developers app
i need working solution how downgrade hboot
i try that : http://forum.xda-developers.com/showthread.php?t=1132028
but no success
here is logs
*** Buzz Downgrader to HTC WWE ***
STEP 1.
This will automatically downgrade your misc to support flashing a lower version
ROM,
in this case the HTC Froyo WWE rom for Buzz with HBOOT 1.01.0001.
*** Make sure you have the HTC Driverpackage installed before you proceed, and h
ave
USB debugging turned on, charge only, HTC sync uninstalled! ***
Press enter to start.
771 KB/s (655360 bytes in 0.830s)
730 KB/s (419822 bytes in 0.561s)
758 KB/s (357080 bytes in 0.460s)
*** Getting temproot ***
property service neutered.
killing adbd. (should restart in a second or two)
*** Downgrading MISC ***
flashing misc from /data/local/dmisc.img
*** Step 1 is done, continue with Step 2. ***
*** Create a goldcard with the GoldCardTool first!
Press enter to exit step 1.
And Goldcard Logs:
CID: 1234564E2F412020101495342100C72E
Reversing CID
CID: 00C70021349514102020412F4E563412
Loaded C:\buzzdowngrade\goldcard.img
Reading sector 0 of DriveG:
Converting to GoldCard Sector
Writing sector 0 of DriveG:
Validating sector 0 of DriveG:
Writing sector 0 of DriveG: Success
Step 2
*** Buzz Downgrader to HTC WWE ***
STEP 2.
Make sure your goldcard is inserted in the phone.
We will now start the ROM downgrade.
Press enter to start.
< waiting for device >
erasing 'cache'... OKAY
... FAILED (remote: not allowed)
*** Starting the ROM downgrade ***
sending 'zip' (127911 KB)...
Phone Status : S-OFF
please help me how solve that problem and downgrade Hboot ...i already to create goldcard but always facing sector 0 error
waiting for reply thanks in advance
waiting for solution please help me
Replies: No Reply
Views: 68 ....
If any one know how solve that problem please guide me
Just a tip. For gold card there is an app called goldcard helper, you can use that
Try this thread http://forum.xda-developers.com/showthread.php?t=1365159
I hope you're using window 7 for this.
If u follow the above post, you'll do just fine.
Sent from my HTC Wildfire using xda premium
imeicodes said:
Replies: No Reply
Views: 68 ....
If any one know how solve that problem please guide me
Click to expand...
Click to collapse
Is your phone s-off? The log says it is. If it is just run a ruu with hboot 1.01.0001
Sent from my HTC Sensation XE with Beats Audio Z715e using xda premium
HTC WILDFIRE S A3333
BUZZ PVT SHIP S-ON
HBOOT-1.01.0002
MICROP-0622
TOUCHPANEL-ATMELA224_16ab
RADIO-3.35.20.10
i tried all the method to down grade to 1.01.0001 i also tried buzzdowngrade but still no good result
it work perfectly i follow every steps but still did not down grade my hboot i really nid some help thank you in advance
btw my gold card generator is this hxxp://huygens.hoxnet.cm/goldcard.html :crying:
OLOKS402 said:
HTC WILDFIRE S A3333
BUZZ PVT SHIP S-ON
HBOOT-1.01.0002
MICROP-0622
TOUCHPANEL-ATMELA224_16ab
RADIO-3.35.20.10
i tried all the method to down grade to 1.01.0001 i also tried buzzdowngrade but still no good result
it work perfectly i follow every steps but still did not down grade my hboot i really nid some help thank you in advance
btw my gold card generator is this hxxp://huygens.hoxnet.cm/goldcard.html :crying:
Click to expand...
Click to collapse
Did you try running the bat files as a admin (ie right click and run as administrator) also do you get any errors
when running the files ? (please post errors) Also post your cid number and i will make a new goldcard just in case thats the problem
huhu
matter1 said:
Did you try running the bat files as a admin (ie right click and run as administrator) also do you get any errors
when running the files ? (please post errors) Also post your cid number and i will make a new goldcard just in case thats the problem
Click to expand...
Click to collapse
CID: 00B1004C58AC021030303030304D531B
if i run as admin the there are errors.:
'adb' is not recognized as an internal or external command,
operable program or batch file.
i search about that it says dont run as admin
step 1 results :
Press enter to start.
511 KB/s (655360 bytes in 1.250s)
690 KB/s (419822 bytes in 0.593s)
572 KB/s (357080 bytes in 0.609s)
*** Getting temproot ***
property service neutered.
killing adbd. (should restart in a second or two)
*** Downgrading MISC ***
adb server is out of date. killing...
* daemon started successfully *
** daemon still not runningerror: cannot connect to daemon
*** Step 1 is done, continue with Step 2. ***
*** Create a goldcard with the GoldCardTool first!
CID: 00B1004C58AC021030303030304D531B
Executing adb shell cat /sys/class/mmc_host/mmc1/mmc1:*/cid
Reading adb output
------------------------
adb server is out of date. killing...
* daemon started successfully *
1b534d30303030301002ac584c00b10e
------------------------
CID: 1B534D30303030301002AC584C00B10E
Reversing CID
CID: 00B1004C58AC021030303030304D531B
after i create gold card i patched it and the results are
------------------------
CID: 1B534D30303030301002AC584C00B10E
Reversing CID
CID: 00B1004C58AC021030303030304D531B
Loaded D:\Documents\Downloads\goldcard(1).img
Reading sector 0 of DriveG:
Converting to GoldCard Sector
Writing sector 0 of DriveG:
Validating sector 0 of DriveG:
Writing sector 0 of DriveG: Success
and after the reboot stil the same notjing has change on my hboot still
HTC WILDFIRE S A3333
BUZZ PVT SHIP S-ON
HBOOT-1.01.0002
MICROP-0622
TOUCHPANEL-ATMELA224_16ab
RADIO-3.35.20.10
:crying::crying::crying:
OLOKS402 said:
CID: 00B1004C58AC021030303030304D531B
if i run as admin the there are errors.:
'adb' is not recognized as an internal or external command,
operable program or batch file.
i search about that it says dont run as admin
step 1 results :
Press enter to start.
511 KB/s (655360 bytes in 1.250s)
690 KB/s (419822 bytes in 0.593s)
572 KB/s (357080 bytes in 0.609s)
*** Getting temproot ***
property service neutered.
killing adbd. (should restart in a second or two)
*** Downgrading MISC ***
adb server is out of date. killing...
* daemon started successfully *
** daemon still not runningerror: cannot connect to daemon
*** Step 1 is done, continue with Step 2. ***
*** Create a goldcard with the GoldCardTool first!
CID: 00B1004C58AC021030303030304D531B
Executing adb shell cat /sys/class/mmc_host/mmc1/mmc1:*/cid
Reading adb output
------------------------
adb server is out of date. killing...
* daemon started successfully *
1b534d30303030301002ac584c00b10e
------------------------
CID: 1B534D30303030301002AC584C00B10E
Reversing CID
CID: 00B1004C58AC021030303030304D531B
after i create gold card i patched it and the results are
------------------------
CID: 1B534D30303030301002AC584C00B10E
Reversing CID
CID: 00B1004C58AC021030303030304D531B
Loaded D:\Documents\Downloads\goldcard(1).img
Reading sector 0 of DriveG:
Converting to GoldCard Sector
Writing sector 0 of DriveG:
Validating sector 0 of DriveG:
Writing sector 0 of DriveG: Success
and after the reboot stil the same notjing has change on my hboot still
HTC WILDFIRE S A3333
BUZZ PVT SHIP S-ON
HBOOT-1.01.0002
MICROP-0622
TOUCHPANEL-ATMELA224_16ab
RADIO-3.35.20.10
:crying::crying::crying:
Click to expand...
Click to collapse
Sorry your right about running the bats as a admin !
It looks to be MISC your having trouble with try what i have said below
I meant to say run CMD as a admin then cd to to the folder that has the bat files
and run them from there this is where i had trouble !
also here is a gold card for you
If you still have trouble we will go through it step by step till we get it right...
SAME
matter1 said:
sorry your right about running the bats as a admin !
It looks to be misc your having trouble with try what i have said below
i meant to say run cmd as a admin then cd to to the folder that has the bat files
and run them from there this is where i had trouble !
Also here is a gold card for you
if you still have trouble we will go through it step by step till we get it right...
Click to expand...
Click to collapse
still the same t-t
Hey guys i just flashed the 1.54 firmware and in the process i relocked the phone. I flashed the firmware and everything, but now i can't unlock it for some reason. I tried the command to flash the token but no luck it gives me:
C:\Users\haswell\Desktop\platform-tools>fastboot flash unlocktoken Unlock_code.bin
target reported max download size of 1830711296 bytes
sending 'unlocktoken' (0 KB)...
OKAY [ 0.124s]
writing 'unlocktoken'...
FAILED (remote: unlock token check failed)
finished. total time: 0.129s
please help!
***and on a side note, whenever i plug the phone into the computer it takes a good 2-3 minutes before it detects the phone and starts working. wtf?***
itzjonjon69 said:
Hey guys i just flashed the 1.54 firmware and in the process i relocked the phone. I flashed the firmware and everything, but now i can't unlock it for some reason. I tried the command to flash the token but no luck it gives me:
C:\Users\haswell\Desktop\platform-tools>fastboot flash unlocktoken Unlock_code.bin
target reported max download size of 1830711296 bytes
sending 'unlocktoken' (0 KB)...
OKAY [ 0.124s]
writing 'unlocktoken'...
FAILED (remote: unlock token check failed)
finished. total time: 0.129s
please help!
***and on a side note, whenever i plug the phone into the computer it takes a good 2-3 minutes before it detects the phone and starts working. wtf?***
Click to expand...
Click to collapse
Apply for a next token
Sent from my HTC One_M8 using Tapatalk
I did, same thing
i tried this (http://forum.xda-developers.com/showthread.php?t=2708571) however i got this:
1|[email protected]_m8:/ $ echo -ne "HTCU" | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796
lock/mmcblk0p2 bs=1 seek=33796 <
/dev/block/mmcblk0p2: cannot open for write: Permission denied
1|[email protected]_m8:/ $
C:\Users\haswell\Desktop\platform-tools>
i also realized that my recovery is no longer working as my super SU... please someone help me
I also did .
itzjonjon69 said:
i tried this (http://forum.xda-developers.com/showthread.php?t=2708571) however i got this:
1|[email protected]_m8:/ $ echo -ne "HTCU" | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796
lock/mmcblk0p2 bs=1 seek=33796 <
/dev/block/mmcblk0p2: cannot open for write: Permission denied
1|[email protected]_m8:/ $
C:\Users\haswell\Desktop\platform-tools>
i also realized that my recovery is no longer working as my super SU... please someone help me
Click to expand...
Click to collapse
I had about the same issue and did all the stuff your doing.
Check in your hboot if it says S-On.
If so then like me you may need to visit the guys in the #firewater IRC channel on freenode.
They ran me through a couple things that didn't work then we all came to the conclusion that my system was write protected.
Something set incorrectly in my mmcblk0p2 caused everything to act as if the phone is S-On.
Finally Beaups remoted into my laptop with the phone connected and ran through some stuff in adb that allowed him to write a fresh copy of mmcblk0p2 to my phone and everything went back to normal.
Sorry I don't know the specifics but it was a couple hours into it then Beaups just remoted in and did it, it was to fast for me to follow.
mc_365 said:
I had about the same issue and did all the stuff your doing.
Check in your hboot if it says S-On.
If so then like me you may need to visit the guys in the #firewater IRC channel on freenode.
They ran me through a couple things that didn't work then we all came to the conclusion that my system was write protected.
Something set incorrectly in my mmcblk0p2 caused everything to act as if the phone is S-On.
Finally Beaups remoted into my laptop with the phone connected and ran through some stuff in adb that allowed him to write a fresh copy of mmcblk0p2 to my phone and everything went back to normal.
Sorry I don't know the specifics but it was a couple hours into it then Beaups just remoted in and did it, it was to fast for me to follow.
Click to expand...
Click to collapse
oops i thought i updated the thread, but forum member russellvone SAVED my ass. So what he did was he had me download this file for my ATT M8
https://mega.co.nz/#!NUURzC5T!tCjG3n...c6zRAwOPZ8T2PI and told me to rename it 0P6BIMG.zip and place it in my adb fastboot folder
then he told me to run these commands:
fastboot erase cache
fastboot oem rebootRUU
fastboot flash zip 0P6BIMG.zip
fastboot reboot
then once everything was done we ran the commands from this thread (http://forum.xda-developers.com/show....php?t=2708571) and voila! i'm once again unlocked! He explained to me that when i tried to run the unlock commands before it didn't work because i had the secure boot.img and what he had me flash was a file he created which made it unsecure so i could run the command. HUGE HUGE props to this guy.
good to hear