[Q] Device bricked? Can use hboot, fastboot with sdk.. How to flash a rom? - Android Software/Hacking General [Developers Only]

Okay... I think i bricked my HTC Desire Z, i tried to install PC10IMG.zip (Stock rom?), when i already had s-off, dont ask why.
Now it starts - HTC - Blackscreen - HTC - Black ..and so on.
But i can get to HBOOT, it says
VISION PVT SHIP S-OFF
Its s-off, i go to fastboot and i can use it connected to my Windows 7.
Now i think i have to flash recovery (with CWM) so i type
fastboot flash recovery c:\sdcard\recovery.img (I have latest cwm on root of my sd card named to "recovery.img"
and it keeps saying: error: cannot load 'thepath/recovery.img'
so, what is the correct path of sdcard or am i supposed to too something else in this situation.. ?

punkkapoika said:
Okay... I think i bricked my HTC Desire Z, i tried to install PC10IMG.zip (Stock rom?), when i already had s-off, dont ask why.
Now it starts - HTC - Blackscreen - HTC - Black ..and so on.
But i can get to HBOOT, it says
VISION PVT SHIP S-OFF
Its s-off, i go to fastboot and i can use it connected to my Windows 7.
Now i think i have to flash recovery (with CWM) so i type
fastboot flash recovery c:\sdcard\recovery.img (I have latest cwm on root of my sd card named to "recovery.img"
and it keeps saying: error: cannot load 'thepath/recovery.img'
so, what is the correct path of sdcard or am i supposed to too something else in this situation.. ?
Click to expand...
Click to collapse
C:\sdcard\recovery.img?
Are you sure there is a file named "recovery.img" in C:\sdcard on YOUR PC?

Ohh.. D: How stupid i was Before trying which do u prefer, normal CWM or the new touch one?

sending done
writing ..... 'recovery'
FAILED (remote: not allowed)
Whats wrong? :;(

Related

[Q] Bricked? By trying to get s-on

Dear xda-community,
as said in the title i dont know if i bricked my device by trying to get s-on again.
At first i read some threads here about getting s-on again and revert to stock.
I was s-off by revelutionary and flashed the ENG-hboot a few days ago (0.98.2000). After that i flashed the stock 1.47 rom and was trying to get s-on and stock again with the 1.47 RUU. I read that if i have the ENG-hboot i can run the RUU and then i get back to stock and s-on. But after i was running the RUU, i get to the bootloader again (on the phone). In the header stands now "*** Security Warning ***" and i'm s-on again like i want it with hboot 0.98.0002.
But the problem is that i cant get out of the bootloader, i can only acsses fastboot and the bootloader. If i click 'recovery', 'reboot' or anything else it only restarts the bootloader. I cant even turn the phone off, only with pulling the battery :/
So i'm stucked in the hboot 0.98.0002 with s-on and i dont know what i can do now or if i bricked my desire s permanently
Can anyone help me please?
are you sure that you have used the right RUU?
amidabuddha said:
are you sure that you have used the right RUU?
Click to expand...
Click to collapse
yes, i used the htc_saga_europe... 1.47 and im on a unbranded phone, so this is the right, isnt it?
Jahai said:
yes, i used the htc_saga_europe... 1.47 and im on a unbranded phone, so this is the right, isnt it?
Click to expand...
Click to collapse
It should be if you bought it in Europe. What happens when you try the RUU again? You should do this when "FASTBOOT USB" is written on your phone screen.
amidabuddha said:
It should be if you bought it in Europe. What happens when you try the RUU again?
Click to expand...
Click to collapse
yes, i bought and use it in germany. if i try it again it get aborted after receiving the information from the phone and tells me something about a error 140: bootloader error and in the manuel isnt an entry for error 140 :S
Jahai said:
yes, i bought and use it in germany. if i try it again it get aborted after receiving the information from the phone and tells me something about a error 140: bootloader error and in the manuel isnt an entry for error 140 :S
Click to expand...
Click to collapse
Ok there is what you can do:
run RUU without a connected phone. Let the screen open. Go to WIndows Explorer, C drive and type in the search box : rom.zip. When you find it copy it to another place and close the RUU window.
Then extract from the rom.zip these images: system.img, boot_signed.img, recovery_signed.img
If you do not have fastboot command use the Guide in my signature. Then in cmd on your PC with phone in "fastboot usb" mode type:
Code:
fastboot flash system {path to the file}\system.img
fastboot flash boot {path to the file}\boot_signed.img
fastboot flash recovery {path to the file}\recovery_signed.img
where {patho to the file}\ should be replaced with the the actual path to the file from your Windows Explorer (like C:\android\images)
then, if the flashing is successful try to reboot to OS (wait several minutes on the white screen it can take some time to load)
This solution is taken from here, credits to degit
amidabuddha said:
Ok there is what you can do:
run RUU without a connected phone. Let the screen open. Go to WIndows Explorer, C drive and type in the search box : rom.zip. When you find it copy it to another place and close the RUU window.
Then extract from the rom.zip these images: system.img, boot_signed.img, recovery_signed.img
If you do not have fastboot command use the Guide in my signature. Then in cmd on your PC with phone in "fastboot usb" mode type:
Code:
fastboot flash system {path to the file}\system.img
fastboot flash boot {path to the file}\boot_signed.img
fastboot flash recovery {path to the file}\recovery_signed.img
where {patho to the file}\ should be replaced with the the actual path to the file from your Windows Explorer (like C:\android\images)
then, if the flashing is successful try to reboot to OS (wait several minutes on the white screen it can take some time to load)
This solution is taken from here, credits to degit
Click to expand...
Click to collapse
thank you for your help!
i will try that and report back in a few minutes
hm
i cant get it to work in this way :/
if i write fastboot flash system C:\android-tools\system.img
it tells me:
"sending 'system' (571388 KB)...
OKAY [93.130s]
writing 'system'...
(bootloader) signature cheking...
FAILED (remote: signature verify fail)
finished. total time: 166.095s"
its the same with boot_signed.img and recovery_signed.img
if i try fastboot getvar version-main i get : 11.10.401.4
think there is a typo, shouldnt it be 2.10.401.4? could it be this and if yes how could i change it?
So you problem maybe sounds the same, but it is not.
Try
Code:
fastboot oem rebootRUU
Your phone will reboot to a black screen with silver HTC logo. Then run the RUU.
Other options is to go to the repair centre and tell them that this happened during OTA update.
Sent from my HTC Desire S using Tapatalk
Jahai said:
if i try fastboot getvar version-main i get : 11.10.401.4
think there is a typo, shouldnt it be 2.10.401.4? could it be this and if yes how could i change it?
Click to expand...
Click to collapse
Hmm that's new. Have you flashed a new radio recently? Anyway try the latest RUU 2.10.401.8.
Sent from my HTC Desire S using Tapatalk
amidabuddha said:
Hmm that's new. Have you flashed a new radio recently? Anyway try the latest RUU 2.10.401.8.
Sent from my HTC Desire S using Tapatalk
Click to expand...
Click to collapse
will try it with that. since now i tried it until 2.10.401.4
Edit: it took me ages to download that ruu from filefacrtory :/
i got the same error 140 with the last 2.10.401.8 RUU
looks like it is stucked in that bootloader for ever
Jahai said:
i got the same error 140 with the last 2.10.401.8 RUU
looks like it is stucked in that bootloader for ever
Click to expand...
Click to collapse
Go to repair center and say that the OTA update did this (it is the same as RUU) They should repair it for free
Sent from my HTC Desire S using Tapatalk
maybe there is any way to get s-off from fastboot or bootloader?
got to new hboot with this instruction: http://forum.xda-developers.com/showpost.php?p=20850548&postcount=22
managed to get the unlocktoken from htcdev but if i flash it everything themes fine, but i cant choose the option yes (unlock bootloader).
if i choose "no" and press the power button it reboots like it should but if i choose "yes" and press the power button nothing happens. i can still choose between the options but nothing happens :/
anyone know how i can get it working to unlock this bootloader and flash a custom recovery?

[Q] Bricked, HTC BOOTLOOP, No RECOVERY, Begging You

hi all xda community !
So here is the situation :
HBOOT Screen :
***UNLOCKED***
pyramid pvt ship s-off rl
HBOOT-1.27.0000
Radio-11.21.3504.13_2
OpenADSP-v02.6.0.226.00.0104
eMMC-boot
Symptom:
I'm Stuck in a bootloop after i flash the 3.24 firmware and the Elegancia ROM.
First Time the roms boot normaly, then i reboot with the USB Cable attach.
And here come the BootLoop
Try to go to recovery, but bootLoop too.........
So I can go in Hboot, i can do FASTBOOT command and that all.
I try to flash CWM from fastboot -- > Ok for flash but wont go in recovery..
Try to flash 1.17 firmware then flash ROM.zip from 1.35Ruu Europe release --> Bootloop
Try to Flash 3.24 Ruu Same BOOTLOOP..
So what can I do community ?
What Solution i have ?
Why i cant flash a recovery since i Have S-OFF ??
MAYBE :
- Maybe i flash a Ruu who was Corrupt
- Maybe the radio don't match the Ruu i Tried to flash
- Maybe i'm just a simple mind guy
It seems that the 3.24 Firmware from SebastianFM with hBoot unlock have some problem, cause it seems that i'm not the only one who got several problem after flash this Firmware.
toowave said:
hi all xda community !
So here is the situation :
HBOOT Screen :
***UNLOCKED***
pyramid pvt ship s-off rl
HBOOT-1.27.0000
Radio-11.21.3504.13_2
OpenADSP-v02.6.0.226.00.0104
eMMC-boot
Symptom:
I'm Stuck in a bootloop after i flash the 3.24 firmware and the Elegancia ROM.
First Time the roms boot normaly, then i reboot with the USB Cable attach.
And here come the BootLoop
Try to go to recovery, but bootLoop too.........
So I can go in Hboot, i can do FASTBOOT command and that all.
I try to flash CWM from fastboot -- > Ok for flash but wont go in recovery..
Try to flash 1.17 firmware then flash ROM.zip from 1.35Ruu Europe release --> Bootloop
Try to Flash 3.24 Ruu Same BOOTLOOP..
So what can I do community ?
What Solution i have ?
Why i cant flash a recovery since i Have S-OFF ??
MAYBE :
- Maybe i flash a Ruu who was Corrupt
- Maybe the radio don't match the Ruu i Tried to flash
- Maybe i'm just a simple mind guy
It seems that the 3.24 Firmware from SebastianFM with hBoot unlock have some problem, cause it seems that i'm not the only one who got several problem after flash this Firmware.
Click to expand...
Click to collapse
Follow this thread .
http://forum.xda-developers.com/showthread.php?t=1480061
I doubt you may have to look the highlighted red text.
hi & thks
I already read this thread, problem is that i can't flash anything except Ruu Roms with fastboot or maybe i can but i don't know how to do ..
i already try to flash recovery (CWM) but bootloop when i want to go to recovery
if you now how i can have a recovery to work, or maybe if i can wipe everything with fastboot i would appreciate
toowave said:
hi & thks
I already read this thread, problem is that i can't flash anything except Ruu Roms with fastboot or maybe i can but i don't know how to do ..
i already try to flash recovery (CWM) but bootloop when i want to go to recovery
if you now how i can have a recovery to work, or maybe if i can wipe everything with fastboot i would appreciate
Click to expand...
Click to collapse
I got you. Actually you do not have any custom recovery installed. Actually if you flash any RUU it will wipe your recovery partition and install stock recovery. So first you flash a custom recovery. I know you tried to flash CWM.But you got bootloop. Did you delete the file PG58IMG.zip from sdcard after flashing CWM ???? Please redo the following steps.
STEPS TO FOLLOW:
1. Download recovery v5.0.0.8 for the Sensation here .
2. Copy the PG58IMG file into the Root folder of your SD card (The main Folder of your Memory Card)
3. Turn off your phone.
4. Remove the battery.
5. Wait a minute.
6. Put the battery again.
7. Press Power + Volume Down key together.
8. The phone will boot into bootloader.
9. Press Volume up to Accept when it asks" Do you want to start the update"
10. Press Power Off to Reboot back to android after installation is successful (normal screen with homescreen)
11. It may not boot . Do not worry because you may have wiped out evrything.
12. Power off your phone.
13. Delete PG58IMG from your memory card .
14. Download your favorite custom ICS ROM.
15. Put it on the root of your SDCARD.
16. Remove the battery.
17. Wait a minute.
18. Put the battery again.
19. Press Power + Volume Down key together.
20. The phone will boot into bootloader.
21. Select "Recovery" by pressing Volume Down Key.
22. Press Power button after selecting Recovery.
23. Your phone will reboot into clockworkmod recovery.
24. Wipe system, boot, cache, data , and dalvik cache
24. Install your ROM from SDCARD.
25. Wait at least 7 to 10 minutes for first boot
26. Your phone will be normal now.
NOTE:
******* You must be SuperCID to do the above. Please also note , from your preveous post, I understand that you have V3.24 Firmware. Remember only ICS rom will work with this firmware. So do not flash Gingerbread ROM.**********
hi help is appreciate,
`So i tried to follow your step 3 times . One with 1.17 Firmware 3.12 & 3.24.
every time after flashing the recovery, i reboot and when i go to recovery the phone go into boot loop.
toowave said:
hi help is appreciate,
`So i tried to follow your step 3 times . One with 1.17 Firmware 3.12 & 3.24.
every time after flashing the recovery, i reboot and when i go to recovery the phone go into boot loop.
Click to expand...
Click to collapse
Which ROM you want to flash ??
Why did you try all three firmware ???? You should choose your firmware according to your ROM you want to flash.
You may get boot loop after flashing recovery as there might be no rom installed.
So as I said after flashing recovery you should power off your device. Then boot into bootloader by the preveous method. ( Step 3 to 7 ).Selct recovery by volume down key. Then press power button. You will be in recovery. And flash your ROM. But your ROM should match with the firmware.
Ok but How could i flash a ROm if i can't go to recovery ...
Ok maybe you miss understand, i got boot loop when i want to go to recovery too
Please tell me what ROM you want to flash. Post the link here. And once again you give the details of your boot loader screen. Do you have fastboot/adb set up on your PC?
Sent from my HTC Sensation XE with Beats Audio using Tapatalk
Android Revolution : http://forum.xda-developers.com/showpost.php?p=14192842&postcount=4
Seem to be a good Base.
I can Do fast boot command, but no adb .
HBOOT Screen :
***UNLOCKED***
pyramid pvt ship s-off rl
HBOOT-1.27.0000
Radio-11.21.3504.13_2
OpenADSP-v02.6.0.226.00.0104
eMMC-boot
toowave said:
Android Revolution : http://forum.xda-developers.com/showpost.php?p=14192842&postcount=4
Seem to be a good Base.
Click to expand...
Click to collapse
Ok you want arhd 6.2.1 . Tell me your cid. And where is the details of your current boot loader screen?
You did not tell me whether you have adb/fastboot set up..
Sent from my HTC Sensation XE with Beats Audio using Tapatalk
Ok i edit my previous response, with the informations you want.
And i'm super CID.
other Things, the phone won't want to charge cause he repeatedly try to boot.
toowave said:
Ok i edit my previous response, with the informations you want.
And i'm super CID.
other Things, the phone won't want to charge cause he repeatedly try to boot.
Click to expand...
Click to collapse
So, Let fix the recovery first.
Download this attatched recovery (4Ext Touch).
MD5 Checksum : d31d7df8d275f7234416af6a2e8b1c73
Check the md5check sum after download. If it matches , go to the next step else redownload.
Put the downloaded recovery.img in the directory of your fastboot binary.
Connect your phone with pc via usb cable.
Reboot your phone into bootloader.
Open fastboot command from your pc.
Now type the following command in fastboot.
" fastboot flash recovery recovery.img "
After flashing type " fastboot reboot"
Now try to go to recovery. If it is successfull then I will tell you the ROM flashing part.
Please come on gtalk . My gtalk id is musarraf172
ok i'm on gtalk wait for ya
so i'm still in the BOotLoop mode.
i've tried almost everything who was in the forum.
i'm aware of the noob style problem(Firmware not updated, still got PM58IMG.zip in SDcard, wrong Rom--firmware etc ..) and i'm not in this case !!!!
I think the device is brick but maybe someone with good knowledge, and experience can help me.
For now i got the last Hboot, i can flash recovery from fastboot , the command return OK but recovery wont boot.
Ruu flashing run nice with no problem but don't Boot (.exe and PM58IMG.zip).
when i try to unlock bootloader (who is already mark S-OFF but just for try)
with the HTCDEV method i'm stuck on the Unlock bootloader screen and i can't click YES.
it seems that my data partition have disappear ...
I here if you need more information.
Maybe someone can tell me if it's possible to FullWipe from fastboot ?
toowave said:
so i'm still in the BOotLoop mode.
i've tried almost everything who was in the forum.
i'm aware of the noob style problem(Firmware not updated, still got PM58IMG.zip in SDcard, wrong Rom--firmware etc ..) and i'm not in this case !!!!
I think the device is brick but maybe someone with good knowledge, and experience can help me.
For now i got the last Hboot, i can flash recovery from fastboot , the command return OK but recovery wont boot.
Ruu flashing run nice with no problem but don't Boot (.exe and PM58IMG.zip).
when i try to unlock bootloader (who is already mark S-OFF but just for try)
with the HTCDEV method i'm stuck on the Unlock bootloader screen and i can't click YES.
it seems that my data partition have disappear ...
I here if you need more information.
Maybe someone can tell me if it's possible to FullWipe from fastboot ?
Click to expand...
Click to collapse
if yo can go in fastboot your likley not bricked.
you can always flash the original or similar ruu (not a rom) you phone came with in fastboot.
so you will go to stock with your hboot and recovery and to see if it boots.
then do the whole process over. s-off, then root.
then check your mid and cid if its supported.
and only then update to ics.
btw whats the type of phone? branded or og htc
my phone is from vodaphone so branded.
What do you mean by flashing your original or similar Ruu ?
The one coming with the phone out of box ?
i flash via command, .exe or PM58IMG.zip ?
i don't write my original cid is it bad ?
thks
toowave said:
my phone is from vodaphone so branded.
What do you mean by flashing your original or similar Ruu ?
The one coming with the phone out of box ?
i flash via command, .exe or PM58IMG.zip ?
i don't write my original cid is it bad ?
thks
Click to expand...
Click to collapse
Come on g talk
Sent from my HTC Sensation XE with Beats Audio using Tapatalk
toowave said:
my phone is from vodaphone so branded.
What do you mean by flashing your original or similar Ruu ?
The one coming with the phone out of box ?
i flash via command, .exe or PM58IMG.zip ?
i don't write my original cid is it bad ?
thks
Click to expand...
Click to collapse
yes the rom the phone came with or close to it (any with recent ota`s).
always flash the ruu.exe because it wil recover the hboot, radio and recovery to stock. (zipfiles can be easily corrupted)
so go in fastboot usb (via power and volume button) and run the ruu.exe
then s-off/root the device
when s-off you should be able to install recovery within the original rom like cwr or ext4 updater tool, backup, then check your mid and cid, get a correct zipfile for the ics firmware update, flash arhd (it includes the lastest ext4 recovery). then change roms if you like.
you then also can check if the phone is working correctly.
if you already changed to supercid, i think its oke.
if not, on the forum there is al list of cid`s from different countrys and brands.
also there is al list of originals ruu the devices came with.
i assume you have done custom roms before ics came out?
so the cupercid was applied correctly?
i never supercid my devices (on a personal note)
and always flashed the testroms (to get the latest firmware) with no probs.
but if your branded its mandatory.
i've already flash 3 Ruu from this thread : http://forum.xda-developers.com/showthread.php?t=1074559
and all finish in a bootloop with no stock recovery... almost all Ruu run fine with no alert
ruu i flashed already :
RUU_Pyramid_HTC_Europe_1.27.401.3_Radio_10.42.9007.00P_10.11.9007.
RUU_Pyramid_HTC_Europe_1.35.401.1_Radio_10.43a.9007.00U_10.51.9007.
RUU_PYRAMID_LE_ICS_35_S_HTC_Europe_3.25.401.101_Radio_11.68.3504.00U_11.21.3

[Q] HELP!!!how to return to stock without latest RUU?

i bricked my htc X920e chinese version and i cant flash the latest RUU(image version 1.08.1400.6 ) since my phone image verion is 1.10.1400.1.
Can anyone tell me how to return to stock without latest RUU? since the brick i cant use the phone anymore , everytime i boot it up the screen display the HTC logo, goes white and then nothing...HELP!!!
Please excuse my poor English.
bootloader infos:
DELUXE_U PVT SHIP S-ON
HBOOT-1.40.0000
RADIO-3A.22.306.10
OpenDSP-v5.120.274.1207
eMMC-boot
Re: [Q] HELP!!!how to ruturn to stock without latest RUU?
Have you tried wipe the cache from the recovery?
Sent from my HTC Butterfly
HELP!!!how to return to stock without latest RUU?
gbear said:
Have you tried wipe the cache from the recovery?
Sent from my HTC Butterfly
Click to expand...
Click to collapse
yes i did, but that didnt change anything
Try to find the executive file of ROM (.exe) and run it to reflash your phone from PC. That the way I did with my One X, hope that will help. Remember to relock the phone before flashing.
HELP!!!how to return to stock without latest RUU?
snipervn said:
Try to find the executive file of ROM (.exe) and run it to reflash your phone from PC. That the way I did with my One X, hope that will help. Remember to relock the phone before flashing.
Click to expand...
Click to collapse
i tried it but it failed because of image version of the latest Rom Update Utility( 1.08.1400.6 ) which is lower than my phone image version(1.10.1400.1.).
maybe you can go to htc service center and get them flash it back for you, they won't charge you anything (in my country), just say you don't know what happen...
Re :HELP!!!how to return to stock without latest RUU?
franzkila said:
i bricked my htc X920e chinese version and i cant flash the latest RUU(image version 1.08.1400.6 ) since my phone image verion is 1.10.1400.1.
Can anyone tell me how to return to stock without latest RUU? since the brick i cant use the phone anymore , everytime i boot it up the screen display the HTC logo, goes white and then nothing...HELP!!!
Please excuse my poor English.
bootloader infos:
DELUXE_U PVT SHIP S-ON
HBOOT-1.40.0000
RADIO-3A.22.306.10
OpenDSP-v5.120.274.1207
eMMC-boot
Click to expand...
Click to collapse
Same Problem Hare.
is there any solution you find out.
please share.................!
HELP!!!how to return to stock without latest RUU?
SheikhSaqib said:
Same Problem Hare.
is there any solution you find out.
please share.................!
Click to expand...
Click to collapse
i still didnt find any solution yet...
If you have the RUU.exe file (as you said), lets try :
- run the exe file.
- when the installation preperation process completed , keep the process wait there and find the temperature rom extracted somewhere in PC.
- copy the rom to other place.
- find the boot.img and recovery.img in firmware.zip file (in the zip rom that you just have)
- unlock your phone.
- press volume down + power to go to bootloader.
- connect phone to PC and use fastboot to flash boot.img file.
- continue to flash recovery.img
- relock the phone by fastboot oem lock
- flash rom.zip by fastboot.
Hope that could help. That is the way I did for my friend One X+.
snipervn said:
If you have the RUU.exe file (as you said), lets try :
- run the exe file.
- when the installation preperation process completed , keep the process wait there and find the temperature rom extracted somewhere in PC.
- copy the rom to other place.
- find the boot.img and recovery.img in firmware.zip file (in the zip rom that you just have)
- unlock your phone.
- press volume down + power to go to bootloader.
- connect phone to PC and use fastboot to flash boot.img file.
- continue to flash recovery.img
- relock the phone by fastboot oem lock
- flash rom.zip by fastboot.
Hope that could help. That is the way I did for my friend One X+.
Click to expand...
Click to collapse
thx but that method didnt work...
franzkila said:
thx but that method didnt work...
Click to expand...
Click to collapse
So, the problem should be HBoot version, I guested. You may try to search and find if there are any solutions to re-install Hboot, otherwise, send your phone to HTC service center is last solution you should do.
Unbrick htc x920e
hi everyone i finally succeed to unbrick my htc butterfly. Thx for all the support u guys brought to this post.
This is how i did it:
1. boot in recovery mode and wipe eveything (factory reset, cache, dalvik-cache and system)
2. Flash any x920e custom rom :
In my case i couldnt mount the sdcard from the recovery so i select the option "Install zip from sideload " instead of "Install zip from sdcard" abd and i used ADB Toolkit GUI Shell (http://forum.xda-developers.com/showthread.php?t=1800335) to flash the custom rom.
Once in sideload mode u can use this command to flash the custom rom:
Code:
adb sideload rom_name.zip
After the phone reboot it was still stucked at the boot logo so i proceeded to step 3
3.Reboot in bootloader and put the phone in "fastboot USB" mode
4. Open the custom rom zip file and extract the "boot.img"
5. Use the command shell to flash the extracted boot.img using this command:
Code:
fastboot flash boot boot.img
6.Reboot

[Q] my phone got stuck after flashing new rom

I have htc pico( explorer) A310e....when i had flashed the rom and after booting it it got stuck then i have to remove the battery and flash the stock rom (original basic rom) then it works but whenever i flash any new rom it never works ??? i need help...recently i flashed "deroid xperia z" rom suing this thread - http://forum.xda-developers.com/showthread.php?t=2223878 . and after flashing it and rebooting it...it got stuck on startup...i waited for more than hour but there was no change. earlier also i flashed "htc sense 4 and 5" but same problem happened it got stuck at htc logo screen.......what to do pls help???????? can i never flash any other rom???? as i want to upgrade to latest versions of android - 4.0 or above...
pls pls help me and tell me how can i use new rom without getting stuck ??:crying:
avinashattitude said:
I have htc pico( explorer) A310e....when i had flashed the rom and after booting it it got stuck then i have to remove the battery and flash the stock rom (original basic rom) then it works but whenever i flash any new rom it never works ??? i need help...recently i flashed "deroid xperia z" rom suing this thread - http://forum.xda-developers.com/showthread.php?t=2223878 . and after flashing it and rebooting it...it got stuck on startup...i waited for more than hour but there was no change. earlier also i flashed "htc sense 4 and 5" but same problem happened it got stuck at htc logo screen.......what to do pls help???????? can i never flash any other rom???? as i want to upgrade to latest versions of android - 4.0 or above...
pls pls help me and tell me how can i use new rom without getting stuck ??:crying:
Click to expand...
Click to collapse
Since it's a HTC phone, it has S-OFF and S-ON, Is your Phone S-OFF?
Then you could flash a Rom without flashing Boot.IMG using PC
Is it S-ON?
Then you need to seperate the Boot.img and flash it using your PC with CMD.
To check if your S-OFF or On you need to reboot into your bootloader and read it from there.
procedure?
Fantassy123 said:
Since it's a HTC phone, it has S-OFF and S-ON, Is your Phone S-OFF?
Then you could flash a Rom without flashing Boot.IMG using PC
Is it S-ON?
Then you need to seperate the Boot.img and flash it using your PC with CMD.
To check if your S-OFF or On you need to reboot into your bootloader and read it from there.
Click to expand...
Click to collapse
can u pls also tell me how to check wether it is s-on or s-off...???pls tell me the procedure...!!!!
avinashattitude said:
can u pls also tell me how to check wether it is s-on or s-off...???pls tell me the procedure...!!!!
Click to expand...
Click to collapse
Remove the Battery when your phone is off, Put it back on, Press Vol Down & Power Button at the same time, Then you enter HBoot Menu, now read the First Sentence and it says something about The Device Name and S-OFF or S-ON.
If your S-OFF you don't need to flash Boot.img.
Flash ROM first Before Flashing Boot.Img
To flash Boot.img, Seperate the boot.img and put it somewhere you can find back. (For example the C Partition on your PC)
Turn your phone on HBoot Then Click fastboot
Plug your phone into your PC with a Micro USB
Then Enter CMD (When you have all the flash tools)
Search the Boot.img and type : Fastboot flash boot c:\boot.img
how to flash using cmd?
Fantassy123 said:
Remove the Battery when your phone is off, Put it back on, Press Vol Down & Power Button at the same time, Then you enter HBoot Menu, now read the First Sentence and it says something about The Device Name and S-OFF or S-ON.
If your S-OFF you don't need to flash Boot.img.
Flash ROM first Before Flashing Boot.Img
To flash Boot.img, Seperate the boot.img and put it somewhere you can find back. (For example the C Partition on your PC)
Turn your phone on HBoot Then Click fastboot
Plug your phone into your PC with a Micro USB
Then Enter CMD (When you have all the flash tools)
Search the Boot.img and type : Fastboot flash boot c:\boot.img
Click to expand...
Click to collapse
ok i got to knw it is S-OFF that is y whenever i flash rom using phone only it gets stuck..!!! so can u pls tell me how to install rom using cmd??means what are the commands for installing rom??? and how and from where i have to seperate "boot.img"...????and which flash tools i need????? pls help...thanku
wow, since i'm not htc user, it seems i can't provide any help, sorry
avinashattitude said:
ok i got to knw it is S-OFF that is y whenever i flash rom using phone only it gets stuck..!!! so can u pls tell me how to install rom using cmd??means what are the commands for installing rom??? and how and from where i have to seperate "boot.img"...????and which flash tools i need????? pls help...thanku
Click to expand...
Click to collapse
You never told us Your Recovery also which version are you using + Did you Do a full wipe before flashing?
Are you clearing the caches
Did you remember to clear all the caches and system? If you don't the system will never boot, but not freeze either. It the system is freezing there is likely an incompatibility in my experience.
dwightlathan77 said:
Did you remember to clear all the caches and system? If you don't the system will never boot, but not freeze either. It the system is freezing there is likely an incompatibility in my experience.
Click to expand...
Click to collapse
You Don't need to clear Cache or System, If you Flash From Stock (This is not for all devices).
ok
Fantassy123 said:
You Don't need to clear Cache or System, If you Flash From Stock (This is not for all devices).
Click to expand...
Click to collapse
Good point. It would be a more useful one if you knew this happened to be a device you don't need to do that with.
However, this is the advice everyone should get before flashing a rom and since this particular flash's failure has symptoms indicating the cache corrupted it, I don't see why you would try moving a step backwards. You yourself stated a wipe should be performed, which would include the caches and system if all options were selected.
Back up the device again and clear the cache and system, which is already inoperable and see if the clean flash clears up system boot problem.
Fantassy123 said:
You never told us Your Recovery also which version are you using + Did you Do a full wipe before flashing?
Click to expand...
Click to collapse
hey i just opened my phone in recovery mode by pressing vol dwn key + power buttn
i ll tell u what is written here..
" *** UNLOCKED ***
PICO PVT SHIP S-ON RL
HBOOT- 1.03.0000
RADIO- 1.11.82.17
NOV 29 2011 "
this is written in boot menu..now pls tell me what to do further...!!! and my device is S-ON...so now what to do..??pls help???pls tell me whole procedure...!! and yed i did complete wipe.....thanku..
avinashattitude said:
hey i just opened my phone in recovery mode by pressing vol dwn key + power buttn
i ll tell u what is written here..
" *** UNLOCKED ***
PICO PVT SHIP S-ON RL
HBOOT- 1.03.0000
RADIO- 1.11.82.17
NOV 29 2011 "
this is written in boot menu..now pls tell me what to do further...!!! and my device is S-ON...so now what to do..??pls help???pls tell me whole procedure...!! and yed i did complete wipe.....thanku..
Click to expand...
Click to collapse
(lol) You said you had S-OFF, Well That not so, You have HTC dev Unlock that means S-ON, Which means you have the Manually Flash Boot.img.
1.Unlock your bootloader and flash a custom recovery (CWM or 4ext)
2.Download the rom zip file you are willing to flash to your PC.
3.Extract the the boot.img from inside the zip file (do not extract the whole rom)
4.Put the zip file in your sdcard.
5.Boot into recovery and do a full wipe (wipe data/factory reset, wipe cache partition, format system)
6.Flash rom (install zip from sdcard)
7.Reboot into bootloader again and plug the phone to the PC.
8.You need to be in fastboot usb (if you see HBOOT USB PLUG in the phone, just press power to toggle)
9.Open a cmd/terminal and navigate to where the boot.img file is located.
10.Type: fastboot flash boot boot.img If you don´t how to do that, watch this video (it is in spanish, thou you can follow it without listening to the instructions)
11.Reboot and now you should be enjoying your custom rom
i had already unlocked bootloader ...Means first i have to download the rom and extract boot.tmg somewhere else like in c: then i have to keep dat zip file (without boot.img) in sd card and flash it using recovery mode (without file boot.img) ? and then what..? i have to reboot the phone???or how to then connect to pc..? coz i thing phone will not start without "boot.img"...so how do i connect to pc?? and firstly i have to flsh via phone (withour boot.img) and then connect via pc and flash "boot.img"..?? then ???? what i have to do further..????? this tym it will not stuck na???
thankyou
avinashattitude said:
i had already unlocked bootloader ...Means first i have to download the rom and extract boot.tmg somewhere else like in c: then i have to keep dat zip file (without boot.img) in sd card and flash it using recovery mode (without file boot.img) ? and then what..? i have to reboot the phone???or how to then connect to pc..? coz i thing phone will not start without "boot.img"...so how do i connect to pc?? and firstly i have to flsh via phone (withour boot.img) and then connect via pc and flash "boot.img"..?? then ???? what i have to do further..????? this tym it will not stuck na???
thankyou
Click to expand...
Click to collapse
No it won't Like i said Flash the ZIP (ROM) Before with or without Boot.IMG (Doesn't do anything) But you have to extract the Boot.img before and placing it somewhere, where you can flash it with CMD or whatever Apple or linux uses.
Then flash it in CMD after Flashing the ZIP with Recovery.
With the Following Command Fastboot flash boot c:\boot.img (When placed in the C Disk)
Remember you need to be in Fastboot mode Not in HBOOT mode that means you have to Click one time on the power button.

Can't access recovery

A friend has given me his Desire S to fix what I originally thought was just a stuck power button that prevented it from starting up. But the button is now fixes and I've been trying the last few days to get it to start up.
What I have tried so far is to enter Recovery mode, but upon choosing it, the phone would just go to the HTC logo screen, fibrate once and then fibrate agian after a second or two for a few times and the screen would go blank. The same happens with normal bootup. It also seems that the phone is still running with the blank screen because I have to pull the battery to startup again.
I then tried to use the latest RUU (Android 4.0) from HTC but the phone is not recognized by the computer (I think it is because it didn't startup enough to be able to present itself to the computer). So I unlocked it and used fastboot (from Ubuntu as OS) to flash the recovery (recovery_signed.img) and boot (boot_signed.img) from the RUU. With this recovery and normal startup would remain at the HTC screen and wouldn't go blank as before - still fibrates a few times.
I also tried to rename the rom.zip to PG88IMG.zip and putting it on a SD and the bootloader does detect it, but presents the normal boot screen afterwards (I think it complains about it being incorrect - the display is too quick for me to see the error).
Now I also have a Desire S and made a backup of it before I installed a custom ROM. So I also tried the recovery.img that I have from this backup, but then recovery is stuck on the blank screen again.
Is there anything that I did wrong, missed or may not have tried yet? And how can I go about to fix it?
PHONE DETAILS (from bootloader screen)
*** UNLOCKED ***
SAGA PVT SHIP S-ON RL
HBOOT-2.00.0002
RADIO-3822.10.08.04_M
eMMC-boot
The PG88IMG wont work coz ur s-on. Ul need to extract the zip file and put the recovery.img in ur fastboot folder and then flash it from fastboot, volume down + power then select select fastboot then plug ur phone into pc and open a fastboot command window and type
fastboot flash recovery recovery.img
Also a ruu u run from fastboot and u need to relock ur bootloader.
(i dunno how all this is done using ubuntu but thats how on windows so im sure ul know or figure it out)
Ok, didn't know that I needed S-OFF for PG88IMG - thanks for pointing that out . I did flash the recovery (paragraph 3), it is just named `recovery_signed.img` and not 'recovery.img` - I assume that there isn't a difference between the two?
Do I open the RUU while in fastboot on the phone (after relocking) or do I run it from a fastboot command?
(On Ubuntu fastboot is installed as a program so I can call it after I CD to the extracted rom folder and I assume it is working since I didn't get any errors)
Pieter2627 said:
Ok, didn't know that I needed S-OFF for PG88IMG - thanks for pointing that out . I did flash the recovery (paragraph 3), it is just named `recovery_signed.img` and not 'recovery.img` - I assume that there isn't a difference between the two?
Click to expand...
Click to collapse
Well it depends, could be 4ext recovery, CWM, or TWRP. But as far as the name, could be called peterpan.img and it wouldnt matter haha
Pieter2627 said:
Do I open the RUU while in fastboot on the phone (after relocking) or do I run it from a fastboot command?
Click to expand...
Click to collapse
Yh boot ur phone into fastboot, connect it to pc, relock bootloader and then run ruu. The ruu should be exe file so just double click it to run.
Ok, relocked it and went into fastboot mode and then opened the RUU, but was not recognized. Then followed this (droid-now.com/2013/10/fix-working-fastboot-drivers-windows-8-1-x64/) since I used Win 8.1 for the RUU and it flashed successfully.
But it is still stuck on the HTC screen - gave it 30 minutes for the first boot after flash. Recovery is also still stuck, so I reflashed and same issue.
Radio is now 3831.19.00.110

Categories

Resources