[Q] How to unbrick S-ON Hboot 0.93 - Desire General

hi.
I bricked my desire with Hboot 0.93 when I flashed cusom rom Cyanogenom. I flashed via rom manager. Everything goes well, but after reboot not working SD card, USB and WCDMA. I thought of unroot PB99IMG to help, but to no avail. Unroot goes well, but problem persists. whereas USB does not work, we can not root. I tried to root http://android.modaco.com/content/h...com/309939/usb-brick-rickrolled-b0rked-fixed/ but not working:
google translator helped me

http://android.modaco.com/content/h...com/309939/usb-brick-rickrolled-b0rked-fixed/
Since you seem to have successfully unrooted, start from step 1.
-edit- Oops, didn't read properly. Looks like unrooting screwed you a little... what exactly isn't working when you try the root method linked in step one?

log from terminal, when I using Paul Obrien root method r6 :
About to start flash...
< waiting for device >
sending 'zip' (138708 KB)... OKAY
writing 'zip'... INFOadopting the signature contained in this image...
INFOsignature checking...
INFOzip header checking...
INFOzip info parsing...
INFOchecking model ID...
INFOchecking custom ID...
FAILED (remote: 42 custom id check fail)
sending 'zip' (138708 KB)... OKAY
writing 'zip'... INFOadopting the signature contained in this image...
INFOsignature checking...
INFOzip header checking...
INFOzip info parsing...
INFOchecking model ID...
INFOchecking custom ID...
FAILED (remote: 43 custom id check fail)

If you mean the r6 rooting method that's for HBOOT 0.65/0.80 ONLY - you definitely brick your phone using that!

Are you sure you're unrooted? Did you try
fastboot oem enableqxdm 0
in Fastboot and then flashing the update.zip from Modaco USB unbrick step 3?

How to do?
2. Enable the SD Card functionality. Boot your phone in FASTBOOT mode (back + power), and enter this command: 'fastboot oem enableqxdm 0' . This will re-enable your SD card.
Edit:
Power off the phone, hold 'back key' then power... go into your adb\tools and enter from a cmd window:
fastboot oem enableqxdm 0

You need to read up a lot more if you don't know basic fastboot/adb commands...

Depends on your OS... on Windows it's the same as ADB: Open a command prompt, cd to directory of fastboot.exe (in the SDK) and then enter the command.
EddyOS said:
You need to read up a lot more if you don't know basic fastboot/adb commands...
Click to expand...
Click to collapse
Yep, nobody should be rooting without knowledge of ADB and Fastboot... seems like Unrevoked makes it too easy.

True, I learnt the hard way (kinda) but now know more after reading up. Even Paul back in the day with the first rooting methods made it easy!!

I am using ubuntu and I have instaled Android SDK. I do not know how to run fastboot. How?

http://android-dls.com/wiki/index.php?title=Fastboot
http://forum.xda-developers.com/showthread.php?t=619153
Everything you need to know is in there (took me 2 seconds on Google to find them)

tma24 said:
I am using ubuntu and I have instaled Android SDK. I do not know how to run fastboot. How?
Click to expand...
Click to collapse
Find fastboot and run it from the terminal, I suppose... same as ADB. Or, if you've added the SDK tools directory to your path variable, just enter the command in the terminal, no need to CD to fastboot.

I added it to my path variable as soon as it was installed - SO much easier!

usb bricking isnt a problem. it can be realtivly easy fixed.
the only "real" brick can be done with destroying hboot - which today is nearly impossible with the rock solid alpharev solution.
i had a similar problem - 24 hours without my phone - i learned a lot in that time - and finally was much further than i was before.
so look at the bright side of it - in the end, you gathered knowledge.
the fastboot command will restore sdcard - then you can go to recovery and flash a new rom or restore a backup.

mad-murdock said:
the fastboot command will restore sdcard - then you can go to recovery and flash a new rom or restore a backup.
Click to expand...
Click to collapse
Can he really, if he already unrooted in a fit of panic?

I do not know it
my desire is in fastboot mode and connected to PC
path android-sdk is:
/home/username/android-sdk
path adb is:
/home/username/android-sdk/platform-tools
fastboot??? not find
I have the exact "fastboot" from r6.desire-root to platform-tools
and
open teminal:
cd /home/username/android-sdk/platform-tools enter
sudo fastboot oem enableqxdm 0
not working
cd /home/username/android-sdk/platform-tools enter
sudo fastboot
not working
where I make mistakes

You can't take the fastboot program from one folder into another...seriously, go read up on it and research properly. Go here for a start:
http://developer.android.com/sdk/index.html

My card is already fully working. problem is now in version HBOOT (0.93). anyone know how I could get hboot 0.80 from the card or through fastboot? All guides requires root or cable connection.

tma24 said:
How to do?
2. Enable the SD Card functionality. Boot your phone in FASTBOOT mode (back + power), and enter this command: 'fastboot oem enableqxdm 0' . This will re-enable your SD card.
Edit:
Power off the phone, hold 'back key' then power... go into your adb\tools and enter from a cmd window:
fastboot oem enableqxdm 0
Click to expand...
Click to collapse
Thanks! My SD card is back.

Related

how to flash pd98img.zip through adb

Anybody know if its poissible to flash the Stock pd98img.zip by using adb shell, i want to return to stock but my volume up key isnt working so is there any way that i can use the adb instead of my volume up key
adilrenzu said:
Anybody know if its poissible to flash the Stock pd98img.zip by using adb shell, i want to return to stock but my volume up key isnt working so is there any way that i can use the adb instead of my volume up key
Click to expand...
Click to collapse
plug the phone in fastboot, you should see fastboot usb in red.
Open a cmd as admin or terminal as root in the pc
type: fastboot oem rebootRUU (you will get a black splash with silver htc)
fastboot flash zip "nameoffile.zip" (no quation marks)
Once it is done (it says OKAY. finished in the CMD session)
fastboot reboot
Make sure that u are in the same folder (in CMD) where the zip file is...This will only be feasible for a RUU...not a rom. It also works for radios and CWM recovery....:good:
glevitan said:
plug the phone in fastboot, you should see fastboot usb in red.
Open a cmd as admin or terminal as root in the pc
type: fastboot oem rebootRUU (you will get a black splash with silver htc)
fastboot flash zip "nameoffile.zip" (no quation marks)
Once it is done (it says OKAY. finished in the CMD session)
fastboot reboot
Make sure that u are in the same folder (in CMD) where the zip file is...This will only be feasible for a RUU...not a rom. It also works for radios and CWM recovery....:good:
Click to expand...
Click to collapse
Hey there, im in this part of the process. Right now is in writing "ZIP"... since around 1 hour. it is normal? how long it will take?
Thank you
fefetron said:
Hey there, im in this part of the process. Right now is in writing "ZIP"... since around 1 hour. it is normal? how long it will take?
Thank you
Click to expand...
Click to collapse
It shouldn´t take that long. Make sure that you are using the oem cable. That USB ports are working fine and there´s no other stuff connected to your USB ports.
glevitan said:
It shouldn´t take that long. Make sure that you are using the oem cable. That USB ports are working fine and there´s no other stuff connected to your USB ports.
Click to expand...
Click to collapse
I only have the mouse in the usb port. im using the HTC cable. i have a htc inspire 4g
fefetron said:
I only have the mouse in the usb port. im using the HTC cable. i have a htc inspire 4g
Click to expand...
Click to collapse
ok, do the following. Eject the sdcard and try again without the sdcard. Report back please. :good:
glevitan said:
ok, do the following. Eject the sdcard and try again without the sdcard. Report back please. :good:
Click to expand...
Click to collapse
Just Waiting for the device.. nothing more
im traying to install new drivers.
i´ll back
glevitan said:
plug the phone in fastboot, you should see fastboot usb in red.
Open a cmd as admin or terminal as root in the pc
type: fastboot oem rebootRUU (you will get a black splash with silver htc)
fastboot flash zip "nameoffile.zip" (no quation marks)
Once it is done (it says OKAY. finished in the CMD session)
fastboot reboot
Make sure that u are in the same folder (in CMD) where the zip file is...This will only be feasible for a RUU...not a rom. It also works for radios and CWM recovery....:good:
Click to expand...
Click to collapse
Many thanks!
I too had this boot problem on a bad flash through the Hack Kit
(my fault by the way). From power on it took 20 mins to get to the first white HTC screen . Then a further 10 mins to start normal boot.
Apart from the LONG boot, everything worked perfectly. Using TermEm I could boot into bootloader and recovery. The rom, IceColdSandwich worked perfectly in every respect but the corrupted boot was doing my head in.
Using your tutorial, I managed to flash the correct bootloader and now all is good.
hboot before was 0.85.2007
hboot after is 0.85.0024
Sorry if this is a long post but I think it is worth it. Here is a log of the fastboot process:
F:\Android\DHD\Bootloader Image\Fastboot>adb devices
adb server is out of date. killing...
* daemon started successfully *
List of devices attached
HT11BRX11244 device
F:\Android\DHD\Bootloader Image\Fastboot>fastboot oem rebootRUU
... OKAY [ 0.375s]
finished. total time: 0.376s
F:\Android\DHD\Bootloader Image\Fastboot>fastboot flash zip PD98IMG.zip
< waiting for device >
sending 'zip' (227 KB)... OKAY [ 0.056s]
writing 'zip'... INFOzip header checking...
INFOzip info parsing...
INFOchecking model ID...
INFOstart image[hboot] unzipping & flushing...
INFO[RUU]UZ,hboot,0
INFO[RUU]UZ,hboot,100
INFO[RUU]WP,hboot,0
INFO[RUU]WP,hboot,100
OKAY [6586.776s]
finished. total time: 6586.834s
F:\Android\DHD\Bootloader Image\Fastboot>fastboot reboot
rebooting...
finished. total time: 8.532s
F:\Android\DHD\Bootloader Image\Fastboot>
I have to say that the timings, because of the LONG boot, are completely wrong, . I was tempted to pull the plug on a number of occasions but I gave myself a talking to and went for a coffee.
The whole process took about 2 hours and I am now the delighted owner of a normal booting DHD.
To anyone who wants to attempt this procedure, the watchword is patience. Whenever you think nothing is happening, DO NOTHING!
The different stages will eventually happen just as laid out as per Glevitan. Good luck with your attempt.
Once again, many thanks.
Edit: Just an afterthought, at one stage Windows had a failed attempt at installing usb drivers that ended up as an 'Unknown Device'. Just ignore it and keep going.
Edit: I just tried again and it worked, nevermind!
Just fyi: if you get an error after flashing the ZIP, just flash it again.
Thanks! This was helpful.
glevitan said:
plug the phone in fastboot, you should see fastboot usb in red.
Open a cmd as admin or terminal as root in the pc
type: fastboot oem rebootRUU (you will get a black splash with silver htc)
fastboot flash zip "nameoffile.zip" (no quation marks)
Once it is done (it says OKAY. finished in the CMD session)
fastboot reboot
Make sure that u are in the same folder (in CMD) where the zip file is...This will only be feasible for a RUU...not a rom. It also works for radios and CWM recovery....:good:
Click to expand...
Click to collapse

unlocking problem "waiting for device"

Hey guys,
I am trying to s-off my girlfriends Wildfire S.
MARVEL PVT SHIP S-ON RL
HBOOT-1.009.0099
MICROP-041
RADIO-7.57.39.10M
FEB 9 2012 18:29:31
I am following the directions from htcdev.com/bootloader
I got to the point where I am supposed to "get_identifier_token"
Now my phone is connected as it should be, I am in "fastoot usb".
Still, the only thing happens is that I get the following message in command prompt: "waiting for device". Nothing happens. I tried to restart PC and phone again: same problem.
Does anyone have an idea about what I'm doing wrong? I'm stuck.
Okay. Now I unlocked bootloader. I think the problem was USB-debugging was not turned on.
Trying to run clockworkmod, but keep getting error messages:
"you must root your phone for ROM manager to function. Superuser was not found at "/system/bin/su" or "system/xbin/su".
When I try to flash clockworkmod recovery I get the following error:
"An error occured while attempting to run privileged commands".
My deviced is with unlocked bootloader, buy of course still S-ON. I understood from the threads around that that's not a problem.
http://forum.xda-developers.com/showthread.php?t=1927757&highlight=root
How can I install a custom ROM?
How can I install data2sd?
Can someone help? Thanks a lot.
szaboagoston said:
Okay. Now I unlocked bootloader. I think the problem was USB-debugging was not turned on.
Trying to run clockworkmod, but keep getting error messages:
"you must root your phone for ROM manager to function. Superuser was not found at "/system/bin/su" or "system/xbin/su".
When I try to flash clockworkmod recovery I get the following error:
"An error occured while attempting to run privileged commands".
My deviced is with unlocked bootloader, buy of course still S-ON. I understood from the threads around that that's not a problem.
http://forum.xda-developers.com/showthread.php?t=1927757&highlight=root
How can I install a custom ROM?
How can I install data2sd?
Can someone help? Thanks a lot.
Click to expand...
Click to collapse
-------------------------------------------------------------
Hi, what you need to do is go into your bootloader as you usually do, Volume - and Power Button, plug your USB and go into fastboot USB. Then you need to create a file on you C: drive called "fastboot" and put the following files in there "adb.exe, AdbWinApi.dll, AdbWinUsbApi.dll & fastboot.exe" and your recovery image, I suggest you use the offical clock work mod recovery which is available here,
if you do not have these files you can download them from here,
http://download2.clockworkmod.com/recoveries/recovery-clockwork-5.0.2.8-marvel.img
http://forum.xda-developers.com/showthread.php?t=1474956
once you do this then open a command dos window by typing cmd in the start search box of windows.... once the command window opens go to the right folder of C:\fastboot> where you saved the files.
Then as your phone is in fastboot USB and you are in the command window C:\fastboot>, type in the command window the following,
fastboot flash recovery recovery-clockwork-5.0.2.8-marvel.img
Then press enter, what you should see is the below,
c:\fastboot>fastboot flash recovery recovery-clockwork-5.0.2.8-marvel.img
sending 'recovery' (2224 KB)... OKAY
writing 'recovery'... OKAY
If you follow the above then you should have clockworkmod recovery, you can then take the USB out and go back to the hboot in you bootloader and choose recovery under hboot by navigating with the volume button and power button.
I do need to inform you though that if you are one of the unlucky WFS owners that get the "Black Screen Recovery" issue where you go into recovery and you only get a black screen and you tactile buttons are on then you need to follow the bellow method to be able to see you recovery on you PC screen than on your phone.
http://forum.xda-developers.com/showthread.php?t=1781105
Also here is a youtube video of what I mean
http://www.youtube.com/watch?v=HgrPctWKW8E
I know all this as I had the same issue and this helped me. Now I feel that I need to inform you about other issues... When you unlock the bootloader you can't flash a ROM and then just switch your phone on and it boots into the new ROM, there is a process you need to follow.
When you choose your ROM, and not all ROMs work with the Wildfire S new batch of phone as I had to find out the hard way, you need to flash your ROM and then open the .zip file of your phone copy the boot.img of the ROM paste it in the c:\fastboot> directory and again in the command window type,
fastboot flash boot boot.img
You will see the below,
c:\fastboot>fastboot flash boot boot.img
sending 'boot' (2224 KB)... OKAY
writing 'boot'... OKAY
Then type,
c:\fastboot>fastboot reboot
And your phone will reboot into the new ROM allow 10 to 15 minutes... BE PATIENT.
I hpe the above helps you.
I am currently having the below problems just for your info if you have the same...
http://forum.xda-developers.com/showthread.php?t=1948038
success
Karavasileiadis said:
-------------------------------------------------------------
Hi, what you need to do is go into your bootloader as you usually do, Volume - and Power Button, plug your USB and go into fastboot USB. Then you need to create a file on you C: drive called "fastboot" and put the following files in there "adb.exe, AdbWinApi.dll, AdbWinUsbApi.dll & fastboot.exe" and your recovery image, I suggest you use the offical clock work mod recovery which is available here,
if you do not have these files you can download them from here,
http://download2.clockworkmod.com/recoveries/recovery-clockwork-5.0.2.8-marvel.img
http://forum.xda-developers.com/showthread.php?t=1474956
once you do this then open a command dos window by typing cmd in the start search box of windows.... once the command window opens go to the right folder of C:\fastboot> where you saved the files.
Then as your phone is in fastboot USB and you are in the command window C:\fastboot>, type in the command window the following,
fastboot flash recovery recovery-clockwork-5.0.2.8-marvel.img
Then press enter, what you should see is the below,
c:\fastboot>fastboot flash recovery recovery-clockwork-5.0.2.8-marvel.img
sending 'recovery' (2224 KB)... OKAY
writing 'recovery'... OKAY
If you follow the above then you should have clockworkmod recovery, you can then take the USB out and go back to the hboot in you bootloader and choose recovery under hboot by navigating with the volume button and power button.
I do need to inform you though that if you are one of the unlucky WFS owners that get the "Black Screen Recovery" issue where you go into recovery and you only get a black screen and you tactile buttons are on then you need to follow the bellow method to be able to see you recovery on you PC screen than on your phone.
http://forum.xda-developers.com/showthread.php?t=1781105
Also here is a youtube video of what I mean
http://www.youtube.com/watch?v=HgrPctWKW8E
I know all this as I had the same issue and this helped me. Now I feel that I need to inform you about other issues... When you unlock the bootloader you can't flash a ROM and then just switch your phone on and it boots into the new ROM, there is a process you need to follow.
When you choose your ROM, and not all ROMs work with the Wildfire S new batch of phone as I had to find out the hard way, you need to flash your ROM and then open the .zip file of your phone copy the boot.img of the ROM paste it in the c:\fastboot> directory and again in the command window type,
fastboot flash boot boot.img
You will see the below,
c:\fastboot>fastboot flash boot boot.img
sending 'boot' (2224 KB)... OKAY
writing 'boot'... OKAY
Then type,
c:\fastboot>fastboot reboot
And your phone will reboot into the new ROM allow 10 to 15 minutes... BE PATIENT.
I hpe the above helps you.
I am currently having the below problems just for your info if you have the same...
http://forum.xda-developers.com/showthread.php?t=1948038
Click to expand...
Click to collapse
Thanks a lot for the quick and professional answer. By the time I read it, I managed to root.
I used rezo609's all-in-one utility, which I found in at this location:
http://forum.xda-developers.com/showthread.php?t=1697985
I got the advice from this thread:
http://forum.xda-developers.com/showthread.php?t=1927757
I installed the Speeddroid ROM and data2SD as described here:
http://forum.xda-developers.com/showthread.php?t=1932534&highlight=data2sd+install
The result: so far everything working. It looks like a new phone!
stuck to root
Hi,
I have the same situation here.
But Which tool do you run of the [UTILITY]rezo609's All-In-One Utility ? (http://forum.xda-developers.com/showthread.php?t=1697985&page=3)
In the whole topic there is no how to.
I managed to unlock the bootloader, and clockwork recovery is also on there.
I just want to root the phone (not to put an other rom)
Thanks in advance,

[Q] My HTC Desire showing S-OFF But I Can't Access Through CMD prompt

Hi,
I've just bought a HTC Desire handset and I tried to Root it. From two days I am trying to do it but not succeeded.
Yesterday I used unRevoked 3.32 but in the end of whole procedure it gave me following error message:
"Error : failed to get root. Is your firmware too new?"
After that I tried to install ClockWorkMod 2.5.0.7 to take backup but when I am connecting my mobile in HBOOT mode my PC is detecting the device but I cant access the device through cmd prompt (e.g: adb shell or adb devices) it is showing : "error device not found"
Following are my mobile specs:
BRAVO PVT3 SHIP S-OFF
HBOOT-0.93.0001
MICROP-051d
TOUCH PANEL-SYNT0101
RADIO-5.09.05.30_2
Aug 10 2010, 17:52:18
Andriod version
2.2
baseband version
32.44.00.32U_5.09.05.30_2
KERNEL VERSION
2.6.32.15-gd96f2c0
[email protected] #1
Build number
2.13.707.2 CL274424 release-keys
Software number
2.13.707.2
Browser version
WebKit 3.1
Kindly help me because I searched and I cant find the solution of my problem in the old posts.
Awaiting for quick response.
u have to put ur phone in fastboot, (phone off then hold back button + power) if u have fastboot drivers installed it should say "FASTBOOT USB" on ur phone.
to flash recovery in fastboot comnand window the command is
fastboot flash recovery c:\recovery.img
(put recovery.img in ur c:\ drive on P.C)
theres a good step by step guide in my sig.
Sent from my HTC Desire
recovery.img?
Thank you so much for your quick response, I was not expecting this type of response, it is truly appreciable.
Kindly tell where can I find recovery.img file? is this a general file which i can download from internet or anything else?
Kindly help.
hammad.mohsin said:
Thank you so much for your quick response, I was not expecting this type of response, it is truly appreciable.
Kindly tell where can I find recovery.img file? is this a general file which i can download from internet or anything else?
Kindly help.
Click to expand...
Click to collapse
heres the link, u can do it the PB99IMG method, just follow the instructions or download PB99IMG.zip and extract it then flash recovery.img. either way u have a guide
http://forum.xda-developers.com/showthread.php?t=1751258
Sent from my HTC Desire
Not Working
jmcclue said:
heres the link, u can do it the PB99IMG method, just follow the instructions or download PB99IMG.zip and extract it then flash recovery.img. either way u have a guide
http://forum.xda-developers.com/showthread.php?t=1751258
Sent from my HTC Desire
Click to expand...
Click to collapse
I've copied PB99IMG.zip file in my sdcard and rebooted the mobile but it is giving following error for one second and again comes to HBOOT screen.
HBOOT
SD Checking...
Loading... [PB99DIAG.zip]
No image!
Loading... [PB99DIAG.nbh]
No image or wrong image!
Loading... [PB99IMG.zip]
No image!
Loading... [PB99IMG.nbh]
No image or wrong image!
After that I executed
C:\android-sdk-windows\tools>fastboot devices
HT07RPL08054 fastboot
C:\android-sdk-windows\tools>fastboot flash recovery c:\PB99IMG\recovery.img
sending 'recovery' (3786 KB)... OKAY [ 0.577s]
writing 'recovery'... FAILED (remote: not allowed)
finished. total time: 0.577s
C:\android-sdk-windows\tools>
Kindly what I've to do now?
I Know I am bothering you but you don't know how much I am grateful to you.
make sure the PB99IMG is not in any folder on ur sdcard and try again.
also if u do it fastboot method, extract the PB99IMG.zip file so ur left with the 2 files (android-info.txt and recovery.img) put just the recovery.img in ur c:\ drive then
fastboot flash recovery c:\recovery.img
Sent from my HTC Desire
same result
jmcclue said:
make sure the PB99IMG is not in any folder on ur sdcard and try again.
also if u do it fastboot method, extract the PB99IMG.zip file so ur left with the 2 files (android-info.txt and recovery.img) put just the recovery.img in ur c:\ drive then
fastboot flash recovery c:\recovery.img
Sent from my HTC Desire
Click to expand...
Click to collapse
I checked the file PB99IMG.zip, it is saved on main directory of sdcard.
I copied recovery.img file on c: and then executed command again but it again gave me following message:
C:\android-sdk-windows\tools>fastboot flash recovery c:\recovery.img
sending 'recovery' (3786 KB)... OKAY [ 0.562s]
writing 'recovery'... FAILED (remote: not allowed)
finished. total time: 0.562s
C:\android-sdk-windows\tools>
I Cleared my Both Phone and SD Card memory but still i am getting same results.
hammad.mohsin said:
I checked the file PB99IMG.zip, it is saved on main directory of sdcard.
I copied recovery.img file on c: and then executed command again but it again gave me following message:
C:\android-sdk-windows\tools>fastboot flash recovery c:\recovery.img
sending 'recovery' (3786 KB)... OKAY [ 0.562s]
writing 'recovery'... FAILED (remote: not allowed)
finished. total time: 0.562s
C:\android-sdk-windows\tools>
I Cleared my Both Phone and SD Card memory but still i am getting same results.
Click to expand...
Click to collapse
very strange.. ur s-off so should work. i just downloaded the PB99IMG.zip put on my sdcard then with phone off, held volume down + power and bootloader found it and asked to update recovery... so it works, whatever is going wrong is on ur part.
I am scared
jmcclue said:
very strange.. ur s-off so should work. i just downloaded the PB99IMG.zip put on my sdcard then with phone off, held volume down + power and bootloader found it and asked to update recovery... so it works, whatever is going wrong is on ur part.
Click to expand...
Click to collapse
I was reading other posts and I downloaded revolutionary software, it was installed sucessfully on my device.
In the recovery menu I selected backup/restore option from the list, after selection only "REVOLUTIONARY" is appearing on the screen from past 5 minutes.
Kindly tell, is this normal (if yes) then how much time it will take, (if not) then what should I do. Can I interrupt the process by pressing any key(which i don't know) . Does it make any problem if i reboot my mobile during this procedure.
Kindly tell I am really scared.
dear , I did something wrongly,
after i got s-off i can see only HTC logo when its on, even if i wanna open recovery mod still the same,
If i try to flash in CMD Its says <Failed : Remote not Allowed >
BRAVO PVT4 SHIP S-OFF
HBOOT-0.93.0001
MICROP-051d
TOUCH PANEL-SYNT0101
RADIO-5.11.05.27
Please help

[Q] Can't mount SD Card

Hello,
I posted this in the General section by mistake.
My HTC desire won't read the SD card. It is not a problem with the card since I tried it on Windows & other phones and it works + Tried cards that work in other phones and won't work on mine.
What do I have access to:
- The phone is S-OFF
- I have Clockworkmod Recovery
- I can't see the card from the recovery either ("Can't mount /sdcard")
- my phone is not rooted
- I have stock 2.2 android (2.29.405.5)
- I have the drivers installed on my PC and I can access the phone via abd or fastboot
I have tried:
"fastboot oem enableqxdm 0" from fastboot, it didn't fix it.
Unbrick from 4eXT Recovery:
Asked a coworker for his working SD Card
Used the "fastboot oem enableqxdm 0"
Installed "4eXT Recovery Touch v1.0.0.5 RC9"
Entered Recovery with msg "Error mounting your card .... "
Tools > Usb unbrick
"Your CID: HTC__032
Patching misc image..
Your misc partition size: 640kb
Writing mtd0..
Done.. please reboot!"
After reboot the same issue "Error mounting your card .... " in Recovery, loaded rom: No SD card
Returned the card to my coworker, card is still functional in his phone.
I am opened to suggestions. Worst case scenario: Hardware malfunction
Ty,
Danny
One additional question:
Assuming that I can't get my SDcard to work. Is there a way to install custom rom's?
I have s-OFF, Clockworkmod and adb + fastboot access. Can I flash a new rom from fastboot?
I tried like this with no success:
fastboot erase cache
erasing 'cache'...
OKAY [ 0.284s]
finished. total time: 0.284s
fastboot oem rebootRUU
...
OKAY [ 0.092s]
finished. total time: 0.092s
fastboot flash zip Official_Stock_Sense-Gingerbread_v1.2__GB-2.3.3_A2SD.zip
sending 'zip' (146730 KB)...
OKAY [ 21.102s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
FAILED (remote: 24 parsing android-info fail)
finished. total time: 29.371s
Danny
Im not an expert but it seems to be a hardware issue.
Also, if i would be in your situation i would try to change the hboot. Not sure if it has anything to do with it though. Like i said, not an expert.. but id try it anyway hehe..
Wait for someone with more knowledge on this matter to reply or take it to the service.
Please don't change hboot, it has nothing to do with your problem...
You only change hboot before you flash a rom to match the rom's /system size in order to maximize /data (internal memory)
To flash a rom you don't do it thru fastboot, you need to do it thru recovery like normal (full wipe then install zip from sdcard)
However it's strange why your phone can't detect your sdcard. suspect might be hardware after your current logical testing.
Last thing I would try is to delete all partitions and reformat to FAT32 partition using gparted, see if phone detects it after that
What is the capacity of your SDcard? (32Gb maximum for Desire if i'm right)
zinconnu said:
What is the capacity of your SDcard? (32Gb maximum for Desire if i'm right)
Click to expand...
Click to collapse
Just 2 GB and I also tried a 8 GB
If your sd-card is working in computer, so that is something wrong with the phone. Can you access your sd-card from recovery? If not, the system won't too.

[Q] After downgrade touch don't work

My HTC wildfire touch don't work after downgrade from 2.34.186.1 to from 2.34.186.1.
The branding ist 1und1. After this i try to find the original OTA 2.34.186.1 to upgrade
to the old one that was on the phone before. - no way - i don't found
After this i unlocked the bootloader and i think that there is a way to upgrade any firmware
but its not possible.
My bootscreen:
*** UNLOCKED ***
BUZZ PVT SHIP S-ON
HBOOT-1.02.0000
MICROP-0622
RADIO-3.35.15.31
Dec 13 2011,12:08:54
The HTC boot normaly to the lock screen but the touch don't work.
Anyone an idea to solve my problem an install another rom?
Here is another thread that discusses a similar issue.
Hope it'll help.
http://forum.xda-developers.com/showthread.php?t=1056767
Sent from my G9 using Tapatalk
Pretendde said:
My HTC wildfire touch don't work after downgrade from 2.34.186.1 to from 2.34.186.1.
The branding ist 1und1. After this i try to find the original OTA 2.34.186.1 to upgrade
to the old one that was on the phone before. - no way - i don't found
After this i unlocked the bootloader and i think that there is a way to upgrade any firmware
but its not possible.
My bootscreen:
*** UNLOCKED ***
BUZZ PVT SHIP S-ON
HBOOT-1.02.0000
MICROP-0622
RADIO-3.35.15.31
Dec 13 2011,12:08:54
The HTC boot normaly to the lock screen but the touch don't work.
Anyone an idea to solve my problem an install another rom?
Click to expand...
Click to collapse
Hmmm. This is going to be hard to get out of as you upgraded your Hboot. Does the phone still register fastboot commands? Also what downgrade thread did you follow?
Sent from my HTC Sensation using Tapatalk
It dont work at update with ruu shows the version 2.46.0.0 of the divece rom....
The update prozess stops and there is " FEHLER [155] : ABBILD-UPDATE-FEHLER " (IMAGE UPDATE ERROR)
The same with the PC49IMG.zip on microsd card:
RUU
Security fail!
Update Fail!
Pretendde said:
It dont work at update with ruu shows the version 2.46.0.0 of the divece rom....
The update prozess stops and there is " FEHLER [155] : ABBILD-UPDATE-FEHLER " (IMAGE UPDATE ERROR)
The same with the PC49IMG.zip on microsd card:
RUU
Security fail!
Update Fail!
Click to expand...
Click to collapse
That's not what I mean, to unlock your bootloader you would have had to issue the command fastboot OEM unlock, or fastboot flash OEM unlock unlock_token.bin or something similar. These types of commands are the ones I'm interested in I want to see if you can flash clockworkmod recovery pal.
Sent from my HTC Sensation using Tapatalk
I downgraded with the standard buzzdowngrade.zip package, step1 but the goldcard-step fail.....i flashed after hboot downgrade RUU_Buzz_Vodafone_DE_1und1_1.19.186.3_Radio_13.45.55.24_3.35.15.31_release_133745_signed.exe
Than was the problem with the touch ... it dont work.
After this i tryed many ruu's ....no way.
Than i downloaded from htcdev - PC4910000_Buzz_Froyo_hboot_1.02.0000_R3.exe and flashed and unlocked with Unlock_code.bin
I was thinking i would be able to unlock and update every rom
Pretendde said:
I downgraded with the standard buzzdowngrade.zip package, step1 but the goldcard-step fail.....i flashed after hboot downgrade RUU_Buzz_Vodafone_DE_1und1_1.19.186.3_Radio_13.45.55.24_3.35.15.31_release_133745_signed.exe
Than was the problem with the touch ... it dont work.
After this i tryed many ruu's ....no way.
Than i downloaded from htcdev - PC4910000_Buzz_Froyo_hboot_1.02.0000_R3.exe and flashed and unlocked with Unlock_code.bin
I was thinking i would be able to unlock and update every rom
Click to expand...
Click to collapse
Ok so fastboot works, good good. Do you have clockworkmod recovery installed? If not follow my thread for rooting hboot 1.02.0000 and install clockworkmod but go no further.
Also just for your information the ruu will not install because of
1. Your honor is higher than the ones in the RUU,
2 your bootloader is unlocked.
We need to downgrade you to the WWE rom with hboot 1.01.0001 and hopefully that will restore your touch panel to working order
Sent from my HTC Sensation using Tapatalk
Clockworkmod recovery is installed, rooting hboot 1.02.0000 o.k.
and now?
Pretendde said:
Clockworkmod recovery is installed, rooting hboot 1.02.0000 o.k.
and now?
Click to expand...
Click to collapse
ok so what we want to do know is downgrade your hboot to 1.01.0001 so to do that we need your misc partition to be edited. as such i would like you to boot the phone into clockworkmod recovery and connect it to the pc with a usb cable. windows should install the drivers if it has not done so already.
next you will need to set up your command prompt for using adb/fastboot commands.
then we will pull a copy of your misc partition to your sdcard and then copy it into your windows adb folder.
then you will upload that image to me, i will make the necessary changes and then re-upload for you.
then you will flash it to the phone all going well, re-lock your bootloader and then downgrade your hboot and rom and hopefully regain touch input
then as an extra if you want to use a rooted version of that german ruu you were trying to flash i can make you a "safe to flash" version
ok, so....
step 1. Connect your wildfire up to your pc In clockworkmod recovery mode.
step 2. open a command prompt within your adb/fastboot folder. (the same one you used to flash clockworkmod recovery)
step 3. enter the following commands one at a time. copy paste is recommended.
Code:
adb shell
su
cat /dev/mtd/mtd0 > /sdcard/misc.img
exit
exit
adb pull /sdcard/misc.img misc.img
step 4. Upload this file to somewhere like dropbox or media fire and then send me a link to it.
in command prompt
su
/sbin/sh: su: not found
what i do wrong?
Pretendde said:
in command prompt
su
/sbin/sh: su: not found
what i do wrong?
Click to expand...
Click to collapse
OK just skip that and move onto the next bit.
Sent from my Nexus 7 using Tapatalk
I attached this file here, i hope it is o.k.
It takes a while until i found out to mount the SD card before
Pretendde said:
I attached this file here, i hope it is o.k.
It takes a while until i found out to mount the SD card before
Click to expand...
Click to collapse
okey dokey, here is your new misc image. extract it into your adb folder.
i have edited this so it will re-lock your bootloader automatically once you have flashed it. one problem solved
also download this package, it has some tools you will need and the WWE rom you need to flash
lastly we need to make a goldcard. this will be hard given that your touch screen is non-functional. as such you will need a different, working android phone and YOUR sdcard. this trick is sdcard specific so dont swap them about
ok once you are ready with the right stuff, do these steps.
step 5. now we need to make a gold card. if you already have one, you can skip this part. first using your working android phone, download and install Goldcard helper from the android market. Run the app and copy down your SD cards reverse cid. double check it
step 6. now go to this website here and enter in your reverse cid. it will then let you download a goldcard.img.
step 7. now go back to the package you downloaded earlier with the WWE rom (named 1.01.zip) in it and run the goldcardtool.exe, this will flash the goldcard to your sd card. Warning! this will format your card!! in order to achieve this you will have to mount the sdcard from clockworkmod recovery to the computer, use mount usb storage and not mount sdcard.
step 8. once that is done we are now ready for the final push
Now the gold card is ready, i leave al the data on the goldcard, its not been formatted. Goldcard tool says, G: Goldcard is now ready.
The new misc image, must be copy to the phone ?
Pretendde said:
Now the gold card is ready, i leave al the data on the goldcard, its not been formatted. Goldcard tool says, G: Goldcard is now ready.
The new misc image, must be copy to the phone ?
Click to expand...
Click to collapse
ok from here copy the Nmisc.img to your sdcard and do not rename it, leave it on the sd card within no folders.
then connect up the phone in clockworkmod recovery again, and mount the sdcard with mount sdcard and not usb mass storage.
lastly make sure that the 1.01.zip is in your adb folder.
issue the following commands.
Code:
adb shell
(your shell symbol should be a #)
flash_image misc /sdcard/Nmisc.img
exit
(now it should not be a #)
adb reboot bootloader
The phone should not reboot into bootloader and should say at the top locked OOW.
This is ok, if it does not say this then your misc image was not flashed.
if all is well issue these commands.
Code:
fastboot oem rebootRUU
fastboot flash zip 1.01.zip
This will state an error, and that it needs to be reflushed. this is what we want, if any other issue your goldcard may have failed.
repeat the last command to reflush.
Code:
fastboot flash zip 1.01.zip
(this will take a while.)
fastboot reboot
the phone should reboot into the WWE stock rom and hopefully your touch screen will be working again. if it is proceed to s-off with revolutionary here ignore all but revolutionary and then if you want the german ruu as a safe flash rom send me a link to the ruu and I will make it. but it make take a few days.
im at work atm so my replys will be delayed pal, good luck
INFOsignature checking...
INFOzip header checking...
INFOzip info parsing...
INFOchecking model ID...
INFOchecking custom ID...
FAILED (remote: 42 custom id check fail)
finished. total time: 63.656s
i flashed 3 times....
Pretendde said:
INFOsignature checking...
INFOzip header checking...
INFOzip info parsing...
INFOchecking model ID...
INFOchecking custom ID...
FAILED (remote: 42 custom id check fail)
finished. total time: 63.656s
i flashed 3 times....
Click to expand...
Click to collapse
Your gold card has failed. Format the sdcard and then reissue the fastboot commands.
Sent from my HTC Sensation using Tapatalk
Yes the goldcard was bad, now its okay but n ow a new error :
INFOsignature checking...
FAILED (remote: not allowed)
finished. total time: 56.078s
flashed 5 times ...same error
Pretendde said:
Yes the goldcard was bad, now its okay but n ow a new error :
INFOsignature checking...
FAILED (remote: not allowed)
finished. total time: 56.078s
flashed 5 times ...same error
Click to expand...
Click to collapse
Does your bootloader still say locked?
Sent from my HTC Sensation using Tapatalk
heavy_metal_man said:
does your bootloader still say locked?
Sent from my htc sensation using tapatalk
Click to expand...
Click to collapse
yes
*** locked (00w) ***

Categories

Resources