Related
OTA update to cupcake make you lose root? Have a fastboot enabled SPL?
These instructions are for those who have a Bootloader with fastboot enabled. (Hard SPL, Engineering SPL, etc.)
Again these instructions are for those who have a bootloader with fastboot enabled.
THIS WILL WORK ON ALL FIRMWARE VERSIONS WITHOUT HAVING TO REFLASH!
As long as you have fastboot enabled in your SPL you can root any of the OTA update without having to reflash your firmware or downgrade.
1) Download JF Recovery V 1.43
2) Extract recovery.img from the data directory
3) Boot phone into bootloader (power off then power+camera buttons)
4) use fastboot to boot into recovery firmware (this will NOT flash just boot)
# fastboot boot recovery.img
5)wait for firmware to boot and hit Alt+x
6)press enter when it tells you
7)type on your phone
# mount system
8)wait for a new prompt #
9)type on your phone
# cd /system/bin
# cat sh > su
# chmod 4755 su
# reboot
10) Your phone is now rooted
semyazza said:
OTA update to cupcake make you lose root? Have a fastboot enabled SPL?
These instructions are for those who have a Bootloader with fastboot enabled. (Hard SPL, Engineering SPL, etc.)
Again these instructions are for those who have a bootloader with fastboot enabled.
THIS WILL WORK ON ALL FIRMWARE VERSIONS WITHOUT HAVING TO REFLASH!
As long as you have fastboot enabled in your SPL you can root any of the OTA update without having to reflash your firmware or downgrade.
1) Download JF Recovery V 1.43
2) Extract recovery.img from the data directory
3) Boot phone into bootloader (power off then power+camera buttons)
4) use fastboot to boot into recovery firmware (this will NOT flash just boot)
# fastboot boot recovery.img
5)wait for firmware to boot and hit Alt+x
6)press enter when it tells you
7)type on your phone
# mount system
8)wait for a new prompt #
9)type on your phone
# cd /system/bin
# cat sh > su
# chmod 4755 su
# reboot
10) Your phone is now rooted
Click to expand...
Click to collapse
How can this be done through adb ? if you can't load-flash hard-spl or the engineered one ? It states E:No signature
Please read the directions
You must have the Hard SPL,Engineering SPL or a Fastboot enabled SPL for this to work. Try the file I have linked to at the bottom of this post. It is a production signed SPL and has the proper non-test keys so should be able to flash as stock firmware. This SPL is also fastboot enabled.
http://www.filedropper.com/hboot-09500007d2fc780
If it still gives you a key error my method will not work for you (because the first direction I posted is you MUST have an fastboot enabled SPL).
http://www.filedropper.com/hboot-09500007d2fc780
semyazza said:
You must have the Hard SPL,Engineering SPL or a Fastboot enabled SPL for this to work. Try the file I have linked to at the bottom of this post. It is a production signed SPL and has the proper non-test keys so should be able to flash as stock firmware. This SPL is also fastboot enabled.
http://www.filedropper.com/hboot-09500007d2fc780
If it still gives you a key error my method will not work for you (because the first direction I posted is you MUST have an fastboot enabled SPL).
http://www.filedropper.com/hboot-09500007d2fc780
Click to expand...
Click to collapse
Thanks for the link. Still can't flash.
can anyone confirm this works?
Worked for me
This procedure worked for me. I took the JF 1.43 recovery image from http://code.google.com/p/android-roms/
Worked perfect running gfh_eu CRB43 all OTA updated
I don't understand the point of this... As long as your running the official ADP image or a JF ROM you shouldn't have lost root in the first place. Since the OTA update doesn't include a new SPL you can still downgrade to RC29 and use the root bug to update to 1.5.
Am I missing something?
I believe the official ADP images do not come by default with root enabled any more. I could be wrong though.
Datruesurfer said:
I don't understand the point of this... As long as your running the official ADP image or a JF ROM you shouldn't have lost root in the first place. Since the OTA update doesn't include a new SPL you can still downgrade to RC29 and use the root bug to update to 1.5.
Am I missing something?
Click to expand...
Click to collapse
Yes, I followed the instructions to update to Haykuro 6.0.
Flashed radio first,then spl, then firmware.
I now have no root and can only downgrade to rc29 through recovery and flash dream. I cannot flash anything ! Cannot flash the recovery.test keys. Am stuck on the ota cupcake( the only file I can flash).
Any suggestions. I downgraded and rooted several times. Still cannot flash anything.
Datruesurfer said:
I don't understand the point of this... As long as your running the official ADP image or a JF ROM you shouldn't have lost root in the first place. Since the OTA update doesn't include a new SPL you can still downgrade to RC29 and use the root bug to update to 1.5.
Am I missing something?
Click to expand...
Click to collapse
Why would you want to have to reflash your phone twice? Your chips CAN wear out from repeated unnecessary flashing. You will also have to install a modified build then (see below).
techvd said:
I believe the official ADP images do not come by default with root enabled any more. I could be wrong though.
Click to expand...
Click to collapse
Techvd is correct. The new google production ADP images do not allow you to SU to a root prompt. ADB still works but it is kind of pointless without root access. I prefer the least modified firmware possible as it is much more stable than the custom roms (although that is getting less and less true).
I had just updated to the newest hero rom and for some reason i lost root. I followed your step except for the recovery image part because i already had it on my phone, thanks for the instructions!!!
why it doesn't works for me? I have the SPV thing, and the haykuro SPL. when I press camera and power, after a very fast sliding of messages telling me that a don't have this this and this (but in my sd, on root, there are the dreaming.* and the recovery.img from JF 1.43 files), I got a screen telling
Dream PVT 32B ENG S-off
HBOOT-1.33.2005 (DREA1100)
CPLD-4
RADIO 2.22.19.26I
Apr 20 2009, 15.30:43
HBOOT
<BACK> FastBoot Mode
by pressing <Back>
I obtain the following screen:
FASTBOOT (evidenced in red)
<Camera step2> hboot mode
<Send> reset device
<Action> Restart to HBOOT
<Menu> Power down
So how to enter if fast boot mode? I'm really missed up! any help?
iso67 said:
I obtain the following screen:
FASTBOOT (evidenced in red)
<Camera step2> hboot mode
<Send> reset device
<Action> Restart to HBOOT
<Menu> Power down
So how to enter if fast boot mode? I'm really missed up! any help?
Click to expand...
Click to collapse
You are already in fastboot mode. You need to flash the recovery image to the phone now. Open a terminal window and use the command:
Code:
fastboot flash recovery [i]/path/to/JF_recovery.img[/i]
Then, press MENU on the phone, and it will reboot. Reboot the phone into recovery mode (HOME+POWER), Alt+X at the log screen, and then enter those commands.
Why fastboot? Use ADB
I don't understand why there's the need to change the recovery image or use fastboot at all. You can do this from ADB.
Code:
$ adb remount
$ adb shell
# cd /system/bin
# cat sh > su
# chmod 4755 su
# reboot
($ and # are terminal prompts, not to be entered on the command line)
rpcameron said:
You are already in fastboot mode. You need to flash the recovery image to the phone now. Open a terminal window and use the command:
Code:
fastboot flash recovery [i]/path/to/JF_recovery.img[/i]
Click to expand...
Click to collapse
but how to enter this command from this screen? I don't know how to open a terminal windows from here (I know how to open it from the telefon properly powered on)
Then, press MENU on the phone, and it will reboot. Reboot the phone into recovery mode (HOME+POWER), Alt+X at the log screen, and then enter those commands.[/QUOTE]
whenb to run those commands?
Has anoyne else tried running the recovery.img (JF 1.43) from the fastboot on the new Rogers Dream phones?
Mine just displays the Rogers text and logo, but never boots into the recovery mode.
I got it!
I didn't perfom the the recovery.img part, since I already have the JF 1.43, and since I didn't understand the process!
I didn't just the second part and it worked!
thanks
rpcameron said:
I don't understand why there's the need to change the recovery image or use fastboot at all. You can do this from ADB.
Code:
$ adb remount
$ adb shell
# cd /system/bin
# cat sh > su
# chmod 4755 su
# reboot
($ and # are terminal prompts, not to be entered on the command line)
Click to expand...
Click to collapse
And what do you do when you are running a Google/T-mobile production ROM instead of a user debug? I CAN guarantee you that will not work. Also, you are not changing the recovery image on the phone (as stated in the directions). You are simply booting from the modified recovery image on your computer.
outsider787 said:
Has anoyne else tried running the recovery.img (JF 1.43) from the fastboot on the new Rogers Dream phones?
Mine just displays the Rogers text and logo, but never boots into the recovery mode.
Click to expand...
Click to collapse
There seems to be an incompatibility with the Rogers Phone and the Recovery images that we currently have. If anyone has a NAND dump of the *stock* boot, recovery, and System images for the rogers Phone I'll give it a go and try to get a modified recovery working.
I updated the Radio on my 32a then I went to Fastboot mode to load the hboot image and discovered that i get a (failed : remote not allowed) message everytime I try to flash anything. So I guess I need a goldcard the only problem is I can't boot up to reformat the SD and make a goldcard...
Any idea's??
I'm lost!!
Can someone make a Goldcard for me, on another phone? I don't know what to do,
Thanks in advance...
anyone???
I'll pay for a goldcard if someone sends me one, assuming I can use one made on another phone in my phone. I need a way to get past my Fastboot mode and I can't boot to recovery or get anywhere else... to make a Goldcard
HELP?!?!
i used my memory card that came with my phone to create a gold card and it worked perfectly well just make sure you follow the guide to the letter.
you cant use one from another phone as you have to get the CID from your phone which is unique from phone to phone.
i believe what you should of done was flash the image first then update the radio but just search the forums theres bound to be someone with the same problem or even a google search might help
icow said:
i used my memory card that came with my phone to create a gold card and it worked perfectly well just make sure you follow the guide to the letter.
you cant use one from another phone as you have to get the CID from your phone which is unique from phone to phone.
i believe what you should of done was flash the image first then update the radio but just search the forums theres bound to be someone with the same problem or even a google search might help
Click to expand...
Click to collapse
But I can't use my phone to make a Goldcard because I can't get it booted up to a point where i can use adb shell. Only Fastboot
use a card reader. if you don't have one, go buy one, they are very useful to have lying around...
hi
please please please my phone is completely dead can i use the blue led mode ?? or the gold card to revive it and use fastboot again????
march83 said:
use a card reader. if you don't have one, go buy one, they are very useful to have lying around...
Click to expand...
Click to collapse
How does a card reader help me get the cid number off the phone? Don't i still need to get to adb mode to do that? which means booting the phone up which it won't do...
What's your HBOOT version? I got that while upgrading my RADIO. All I had to do was install an engineering SPL first. Then I was able to flash the new SPL.
you need to post more info. what radio did u upgrade to and whats your spl/hboot? Also, what recovery did u use?
I also noticed you saying something about the blueLED, I thought you could still get into fastboot...
can you still get into fastboot? I'm confused, cause you went from being able to go into fastboot and then now it's completely dead?
current set up
SAPPHIRE PVT 32A SHIP S-ON H
HBOOT - 1.33.0010
CPLD-12
RADIO-6.35.00.29 (was 3.22.20.17 before update)
June 2 2009, 17:28:28
I the current recovery is RA-magic-v1.2.3H and I was trying to upgrade to RA-hero-v1.6.2 and Hboot 1.76.2007.
I got the radio upgraded but when I go to Fastboot to flash the hboot i get the (Failure: remote not allowed) error. So I can't change anything with the current hboot. I'm guessing I need a goldcard since I can't get to recovery mode, but every set of instructions for making a Goldcard requires the phone to be in adb shell mode which i can't get too.
At this point i don't care if i get the new radio on or not I just want it working again. I was running the SuperD 1.9.3 ROM with the Old radio...
The Blue LED issue wasn't me, I dont know who that is or what that was about.. I CAN still get to fastboot
Um, is that an engineering SPL? I believe you need one before doing this.
Did you try flashing the old radio again? Also, how did you upgrade your radio? Did you use Fastboot or Recovery?
If you can't flash anything.. well I dunno what else to do, never seen this problem yet. Maybe someone else with some more knowledge can help you, but try searching. I'm sure you're not the only one who's been through this situation.
Give this a try, I have no idea if it works though.
(Read this off unlockr)
Download the Hero Recovery Image
Put it in your androidsdk/tools folder
in fastboot, type
fastboot boot NameOfRecoveryImage.img
The only way i know how to change the Radio back is to Flash it through fastboot and this is the message i get when flashing anything through fastboot:
FAILED <remote: not allow>
The first time i changed the Radio to the new one I did it through recovery mode
I can't make it in to recovery mode anymore...
help?...
If you flash an engineering SPL you'll be able to continue. Flash 1.33.2010 and then continue from there. That happened to me too.
If you can read:
Prerequisites:
- HTC Magic / Sapphire 32A
- Engineering SPL
----- 1.33.2005
----- 1.33.2009
----- 1.33.2010
----- If you boot into fastboot and have issues with "fastboot:remote not allow", then your SPL won't work. Upgrade to Engineering SPL before continuing.
----- If you do not have an Engineering SPL, download 1.33.2010 and flash through recovery before starting this procedure. Flash the SPL update.zip like any other update.zip file.
- Working ADB/Fastboot Drivers
- Basic knowledge or modding your phone
Click to expand...
Click to collapse
This is the very top of the topic.
rquattro said:
If you flash an engineering SPL you'll be able to continue. Flash 1.33.2010 and then continue from there. That happened to me too.
If you can read:
This is the very top of the topic.
Click to expand...
Click to collapse
how do I flash it through recovery if I can't boot into recovery?
can your computer detect the device? can ADB detect it? Can you get into fastboot mode (Power+Back)? You could try to flash the engineer SPL (and the old radio) through command prompt:
Do it in this order:
Code:
fastboot flash radio Radio_HTC_PVT_32A_3.22.20.17.img
fastboot flash hboot hboot-1.33.2010.img
fastboot flash recovery recovery-RA-sapphire-v1.5.2H.img
fastboot erase system -w
fastboot reboot-bootloader
The files you'll need are all at this topic.
perhaps you missed the part about any fastboot command giving me a
FAILURE <remote: not allow> error
The one thing that gives me hope is that I get about 1-2 seconds of response from adb during boot up before it shuts down and starts the boot process again. If I knew how to run an update.zip from adb shell in one or two commmands maybe i have a chance at loading the old radio or engineering SPL or something. If I try to get to recovery mode it locks up after a second and I can't run the update through the menu...
??
fibofan said:
How does a card reader help me get the cid number off the phone? Don't i still need to get to adb mode to do that? which means booting the phone up which it won't do...
Click to expand...
Click to collapse
If you have fastboot, can't you fastboot boot recovery.img?
It's like a liveCD boot. Or maybe flash the old radio back on.
You did say you have fastboot, right?
HBoot mode?
fibofan said:
perhaps you missed the part about any fastboot command giving me a
FAILURE <remote: not allow> error
The one thing that gives me hope is that I get about 1-2 seconds of response from adb during boot up before it shuts down and starts the boot process again. If I knew how to run an update.zip from adb shell in one or two commmands maybe i have a chance at loading the old radio or engineering SPL or something. If I try to get to recovery mode it locks up after a second and I can't run the update through the menu...
Click to expand...
Click to collapse
Isn't there an HBoot mode that applies whatever is in an update.zip file? You may be able to recover your radio that way.
Windos or Lenox
i have bricked my mytouch the red screen of death VodaFone. i am trying the unbrick method (fastboot boot recover.img)
which some have said it works. would i have a better change of success on windows or lenox. cant
bricked mytouch1.0 with the new software 1.6 from htc gold card the vodafone sap.img because the usa was giving a version on device is older.
i was trying to change radio then spl looked like flash radio just fine went to the reboot then never came back from the vodafone screen.
cant fastboot and cant go to recovery
charging light just fine
Brick
ive came to the concluion that i did everything right it just bricked anyways. i think im going to send it to htc and see how much they will charge me
Hi
A friend gave me his htc magic because he crashed him.
he has already rooted his device
he put 2.1 rom and he decided to put another "fastest" and he crash his device
he told me that radio is bugged and his rom too.
I think with what i read on this forum that it's semi bricked because i can go to the Fastboot with pushing back and Power
When i put him on regulary i get Rogers screen then a Black screen.
What do you think about it ? bricked ? semi bricked ? Recoverable ?
here is a Video who show what happen when i press differents Buttoms
youtube.com/watch?v=MaSAh_8YK2E
Thanks
Need more exact details on which Magic it is. Can you read off the fastboot screen.
it's a 32A magic
The first version without jack 3.5
SAPPHIRE PVT 32A SHIP S-ON H
HBOOT-1.76.0010 (SAPP10000)
CPLD-10
RADIO - 6.35.10.18
jan 14 2010
Hboot
fast boot mode
sim lock
Fastboot
Hboot mode
Reset device
restart to hboot
Reset
Hrm... new radio.
Assuming he already rooted the device, but didn't have a working rom for the radio combination, try one of the "New Radio" roms for 32A and see if it works (Can you get into recovery?)
Like t his 32A Port of OpenEclair for New Radios
http://forum.xda-developers.com/showthread.php?t=640105
If you can't get into recovery you may need to flash the 1.6.2H recovery image from here:
http://forum.xda-developers.com/showthread.php?t=530492
and if you can't flash recovery (due to the SPL being Perfected) and you want to try something from scratch (you may have downgrade the new radio back to 3.xx via this link http://forum.xda-developers.com/showthread.php?t=605239 )
You can try something like Cyanogenmod with this 32A Wiki Guide. (Though I *Think* you'll need to get a Engineering SPL to get rid of any Perfecting)
http://wiki.cyanogenmod.com/index.php/Full_Update_Guide_-_G1/Dream/Magic32A_Firmware_to_CyanogenMod
ok thanks i'm gonna test =)
but now i have another probleme.
i cannot charge the htc magic don't know why ...
i try to solve that probleme to test to unbrick my phone
my problems seems to be Solve,
my battery is dead so i use my htc diamond battery.
can now test To unbrick the phone
And i had new from the old owner
he say me that
"The fastboot is Dead
Spl isn't good
Recovery is dead
And radio seem to don't work too"
hmm see i can't acces to the recovery mode how can i upgrade my radio ? ..
gluton said:
hmm see i can't acces to the recovery mode how can i upgrade my radio ? ..
Click to expand...
Click to collapse
You'll probably need to downgrade to an Engineering SPL for your phone if you are unable to do fastboot flash radio radio.img from the command line.
(I'd look more for you but I'm currently coding a website for a client).
i tryed to make the first part of http://wiki.cyanogenmod.com/index.php/Full_Update_Guide_-_G1/Dream/Magic32A_Firmware_to_CyanogenMod
"if it says 'Remote Not Allow' or similar, your SPL may need to be changed"
They are exactly say that in the commands prompt so i need to flash my Spl i'm actualy trying =)
and i think that i have to make a Gold card to flash my spl
Edit
I tryed to Downgrade my SPL with a tutorial in my language
"http://swissdroid.wordpress.com/2010/02/23/32a-changer-le-spl-ou-le-radio-de-votre-magic/"
And i cannot flash anything they alway say "sending 'xxx' <xxkb>... FAILED (remote: Not allow)
Ans i don't know how i could make a goldcard with a bricked phone.
So What can i do ? ..
The "remote not allowed" means the SPL is perfected. Perfected means that it's "Locked".
You have to make a gold card:
http://theunlockr.com/2009/08/14/how-to-root-your-mytouch-3g/
Once you have a gold card then you download a new SPL and put it onto the card (read instructions from there):
http://forum.xda-developers.com/showthread.php?p=4332591
Engineerings SPL v1.33.2010
Once you have an Engineering (prefered) or non-perfected SPL you'll be able to flash what you need without the 'remote not allowed' message.
But I must warn you, make sure you read the instructions several times before doing anything and verify that its for your exact device.
Thanks for you Help Kbeezie
I've got a probleme
my phone is reconize when i type fastboot devices
but when i write adb devices , it's found nothing so i can't go to the next step : /
Does i need a non bricked magic to make a gold card ?
gluton said:
Thanks for you Help Kbeezie
I've got a probleme
my phone is reconize when i type fastboot devices
but when i write adb devices , it's found nothing so i can't go to the next step : /
Does i need a non bricked magic to make a gold card ?
Click to expand...
Click to collapse
You can't do adb from fastboot, only from the recovery. If you flashed a new SPL (Engineering) You need to then flash the appropriate recovery/radio/hboot, then when you turn off the phone you press and hold down Home + Power to get into Recovery mode, once there then you can do adb, or you can mount the USB and copy over an update.zip or rom file.
Kind of hoping someone with experience on the older Magic/MyTouch (32B) chimes in.
Okay
but i can't flash recovery so
i need flash my Spl and i can't flash normaly my spl 'not allowed"
so i need to make a goldcard and i need use Adb commands so how can i make goldcard ? i don't understand ..
gluton said:
Okay
but i can't flash recovery so
i need flash my Spl and i can't flash normaly my spl 'not allowed"
so i need to make a goldcard and i need use Adb commands so how can i make goldcard ? i don't understand ..
Click to expand...
Click to collapse
The new SPL is placed on the goldcard, then you do volume down + power in order to Hboot, doing so will cause it to update the SPL package. You don't flash an SPL with fastboot command .
yes but i can't make the goldcard for flashing my SPL because i need to make adb commands so what can i do ? ..
I'm sorry i really don't understand :$
It mean that my magic is dead ? ..
How did you write your fastboot info if you cant access fastboot mode? I cant believe that someone could memorize every detail, including the exact list of options.
Its just that that SPL is a perfected one...you could try re-flashing it by using a goldcard via fastboot. Or try running RUU.
gluton said:
It mean that my magic is dead ? ..
Click to expand...
Click to collapse
As long as you can enter fastboot mode, its not bricked.
i have acces to my fastboot mode
But i have probleme with creating the goldcard to flash the SPL.
In the step to create goldcard i need tu use ADb commands to get my CID but i can't use them.
So how could i get my CID ?
And Kbeezie Told me that it's because it's in recovery that we can use those commands.
So how can i make the goldcard ?
That what i don't understand :$
Thanks for the help everyone
Hi i have just tried to flash amons new 1.7.0 recovery image from terminal amd got, read error at 0×0000000 out of memory. so then i exited terminal then tried to reboot into recovery with no success it just hanged on the g1 logo? but im able to reboot my phone normally? please can anybody help me
Sent from my HTC Dream using Tapatalk
if you can reboot your phone normally try doing it in the terminal emulator.
Code:
Copy recovery-RA-dream-v1.7.0.img to the root of your sdcard
start the terminal app
#flash_image recovery /sdcard/recovery-RA-dream-v1.7.0.img
Make sure you are root when you run this command.
But don't do this if your running Cyanogen 5.0.7. If your running Cyanogen you'll have to do the fasboot method.
Code:
Copy recovery-RA-dream-v1.7.0.img to a location where fastboot can find it.
Boot your G1 into fastboot mode (boot while holding BACK)
Connect your G1 via usb to your pc/mac/...
fastboot devices (to make sure that fastboot "sees" your device)
fastboot flash recovery recovery-RA-dream-v1.7.0.img
This is the same code for all versions on RA. Just change RA-dream-v1.7.0.img, to whatever image file you have for your specific phone.
thanks for the quick reply ill try it when i get home thanks again!
Sent from my HTC Dream using Tapatalk
thanks for ur help i have done it through droid installer, mods close this thread please
Sent from my HTC Dream using Tapatalk
kylepotts said:
Code:
Copy recovery-RA-dream-v1.7.0.img to a location where fastboot can find it.
Boot your G1 into fastboot mode (boot while holding BACK)
Connect your G1 via usb to your pc/mac/...
fastboot devices (to make sure that fastboot "sees" your device)
fastboot flash recovery recovery-RA-dream-v1.7.0.img
This is the same code for all versions on RA. Just change RA-dream-v1.7.0.img, to whatever image file you have for your specific phone.
Click to expand...
Click to collapse
I have recently changed the SPL to version 1.33.2010 as well as the RECOVERY to RA-sapphire.v1.7.0 in my Magic following the procedure above but, although the flash command seems to finish properly and I can reboot into the new recovery just after the update, when I boot completely the phone (load Android) and reboot into recovery again, something changes the recovery version back to the original one (Android 2e), while the SPL is correct.
Do you have any idea of what may be happening?
This is the original config I had:
SAPPHIRE PVT 32B SHIP S-ON G
HBOOT-1.33.2004 (SAPP10000)
CPLD-10
RADIO-2.22.19.26I
And this is the current one:
SAPPHIRE PVT 32B ENG S-OFF H
HBOOT-1.33.2010 (SAPP10000)
CPLD-10
RADIO-2.22.19.26I
Jun 2 2009, 17:27:03
Thank you.
Hi all,
I desperately need help.
I am too new to ask my question in the following thread
http://forum.xda-developers.com/showthread.php?t=1346200
therefore i have to put it in the general forum.
For warranty purpose I have to bring my flyer back to s-on and unrooted (I already have flashed it with the original rom, but it still shows s-off).
I did:
Preparation
(Windows): Uninstall HTC Sync and any other sync software ( eg Androsync ) that you have been using. OK
(Windows) : Install these fastboot drivers OK
Get fastboot and adb tool for windows here OK
Download the RUU for your device OK
Download the downgrade hboot for your device: OK
Flyer downgrade hboot MD5SUM=6f82c00e2029c4bf3cb00e861789e2f8
Check the mdsum of your download - HELP how can I do this???
Reboot to to fastboot mode OK
Flash the downgrade hboot I opened cmd, typed cd c://android (is where the files from adb and fastboot are) and then typed the following code:
Flyer:
Code:
fastboot flash hboot flyer_downgrader.nb0
but now I get the error:
cannot load flyer_downgrader.nb0
Any idea what I am doing wrong?
Please help....!!!
Thanks
Emily