[Q] Issue after flashing Kitkat ROM - HTC Sensation

I installed a kitkat ROM and gapps and now I can't boot into recovery when i enter bootloader I get a parsing message and it says security fail then in red Update fail! press power to reboot.
It also didn't boot up just keep giving FC messages!!
HELP :| please

technostein said:
I installed a kitkat ROM and gapps and now I can't boot into recovery when i enter bootloader I get a parsing message and it says security fail then in red Update fail! press power to reboot.
It also didn't boot up just keep giving FC messages!!
HELP :| please
Click to expand...
Click to collapse
do you have any pg58img.zip file in your sdcard which bootloader recognizes it and that's why preventing you to enter in the recovery?
also try this
connect the device to pc in fastboot mode and type in a cmd window
fastboot reboot recovery
or from android OS type
adb reboot recovery

rzr86 said:
do you have any pg58img.zip file in your sdcard which bootloader recognizes it and that's why preventing you to enter in the recovery?
also try this
connect the device to pc in fastboot mode and type in a cmd window
fastboot reboot recovery
or from android OS type
adb reboot recovery
Click to expand...
Click to collapse
In all honesty I am not sure. And I can't do adb or fastboot. I cant get into fastboot due to the error it gives me when i enter bootloader when it scans it. and when I plug it into a PC with it switched on apart from getting 4 or 5 force closes my computer does not detect adb. I did also try "adb devices" command and was not found.

rzr86 said:
do you have any pg58img.zip file in your sdcard which bootloader recognizes it and that's why preventing you to enter in the recovery?
also try this
connect the device to pc in fastboot mode and type in a cmd window
fastboot reboot recovery
or from android OS type
adb reboot recovery
Click to expand...
Click to collapse
took my SD card out and I no longer have the error. So I am going to plug the SD card into computer and delete the pg58img zip. then it should be sorted right?
EDIT: removed that file. up back on running. thanks!!

technostein said:
took my SD card out and I no longer have the error. So I am going to plug the SD card into computer and delete the pg58img zip. then it should be sorted right?
EDIT: removed that file. up back on running. thanks!!
Click to expand...
Click to collapse
glad for you mate:good:
but i am wondering what pg58img.zip file did you have and was showing you update fail/security fail?
are you on S-ON?

rzr86 said:
glad for you mate:good:
but i am wondering what pg58img.zip file did you have and was showing you update fail/security fail?
are you on S-ON?
Click to expand...
Click to collapse
yeah I am S ON. the pg58img wasn't a zip though, think it said something like nbh or something similar.

technostein said:
yeah I am S ON. the pg58img wasn't a zip though, think it said something like nbh or something similar.
Click to expand...
Click to collapse
bootloader scans sdcard for nbh files and some other files too
and with S-ON you can't flash any of these files

rzr86 said:
bootloader scans sdcard for nbh files and some other files too
and with S-ON you can't flash any of these files
Click to expand...
Click to collapse
Thanks for the heads up! greatly appreciated!

Related

[X920d] How to Unroot HTC Butterfly

This guide is made for those people who want to unroot and revert there HTC butterfly to stock firmware by flashing Stock RUU using ADB commands. this is tested personally by me. a compete detail explanation can be found in this link.
1. download the stock RUU in this link. This is a working Stock RUU image and can be flash only using ADB command. the zip file will prompt you that it is corrupted when you try to open manually. rename the file to PL99IMG.zip to flash it faster.
PL99IMG_DLXB1_U_JB_45_hTC_Asia_WWE_1.12.707.1_R_Ra dio_3A.22.306.10_10.07.1060.04D_release_signed.zip
http://www.androidfilehost.com/?fid=9390288116658475218
Click to expand...
Click to collapse
2. You will need sdk & and drivers, please take a look here. if you already have it, continue. extract the folder and copy the PL99IMG.zip to that directory.
3. Reboot to bootloader by Holding Vol down + Power button
4. Connect your phone to the PC while in the bootloader. The phone should say fastboot USB, if not, select fastboot on the phone & check if it says fastboot USB, if not, change the USB port you are using.
5. open a command prompt and browse to the folder containing the ADB files.
6. enter the following commands
fastboot erase cache
Click to expand...
Click to collapse
7. You may not see any output, then enter the command
fastboot oem rebootRUU
Click to expand...
Click to collapse
8. You phone will now go into the RUU mode.
9. Wait for around 30 seconds, then enter the command
fastboot flash zip PL99IMG.zip
Click to expand...
Click to collapse
if this error will prompt you. enter the command again in step 9.
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
Normal after Hboot version changes. You need to run only the flash command again (not the whole set of commands, just the fastboot flash command.)
Click to expand...
Click to collapse
10. The installation will begin and you will be able to see the progress at every step.
Once done, enter the command
fastboot reboot
Click to expand...
Click to collapse
i hope this guide will be a great help.
Hit Thanks if you like it.
Or you could rename this thread to 'How to flash RUU zip for X920D'
Does this include stock recovery?
So why do we have 2 threads .. ?? Just confused
Also when I tried fixing the zip, I didnt see any boot image in it.. can someone who has restored confirm that their kernel also actually reverted ?
v-b-n said:
So why do we have 2 threads .. ?? Just confused
Also when I tried fixing the zip, I didnt see any boot image in it.. can someone who has restored confirm that their kernel also actually reverted ?
Click to expand...
Click to collapse
you dont have to fix the zip file. let the internal RUU flash everything for you including the boot image. as i said never try to fix the zip file even though it saying its corrupted. only RUU will can open the zip file properly. this guide is a step by step procedure. alright? i confirm that this is working. this where the steps i used to revert my butterfly back to stock.
lombers said:
Does this include stock recovery?
Click to expand...
Click to collapse
yes this contains the stock recovery and even the boot image.
acid28 said:
you dont have to fix the zip file. let the internal RUU flash everything for you including the boot image. as i said never try to fix the zip file even though it saying its corrupted. only RUU will can open the zip file properly. this guide is a step by step procedure. alright? i confirm that this is working. this where the steps i used to revert my butterfly back to stock.
Click to expand...
Click to collapse
Agreed on that , whats baffling me is that boot image doesnt come up in the zip listing at all ... anyways, I am not in need of this , was just clarifying for others
acid28 said:
This guide is made for those people who want to unroot and revert there HTC butterfly to stock firmware by flashing Stock RUU using ADB commands. this is tested personally by me. a compete detail explanation can be found in this link.
1. download the stock RUU in this link. This is a working Stock RUU image and can be flash only using ADB command. the zip file will prompt you that it is corrupted when you try to open manually. rename the file to PL99IMG.zip to flash it faster.
2. You will need sdk & and drivers, please take a look here. if you already have it, continue. extract the folder and copy the PL99IMG.zip to that directory.
3. Reboot to bootloader by Holding Vol down + Power button
4. Connect your phone to the PC while in the bootloader. The phone should say fastboot USB, if not, select fastboot on the phone & check if it says fastboot USB, if not, change the USB port you are using.
5. open a command prompt and browse to the folder containing the ADB files.
6. enter the following commands
7. You may not see any output, then enter the command
8. You phone will now go into the RUU mode.
9. Wait for around 30 seconds, then enter the command
if this error will prompt you. enter the command again in step 9.
10. The installation will begin and you will be able to see the progress at every step.
Once done, enter the command
i hope this guide will be a great help.
Hit Thanks if you like it.
Click to expand...
Click to collapse
This will put my Butterfly to stock everything right? Locked bootloader, stock recovery and all?
Sent from my HTC Butterfly using Tapatalk 2
enyaj said:
This will put my Butterfly to stock everything right? Locked bootloader, stock recovery and all?
Sent from my HTC Butterfly using Tapatalk 2
Click to expand...
Click to collapse
Yes this will revert your butterfly back to stock. and relock your bootloader
I guess this is a sort of side question, but is this the latest current software available for the X920D or is there an OTA available?
EDIT: Also what languages are available in this RUU?
acid28 said:
This guide is made for those people who want to unroot and revert there HTC butterfly to stock firmware by flashing Stock RUU using ADB commands. this is tested personally by me. a compete detail explanation can be found in this link.
1. download the stock RUU in this link. This is a working Stock RUU image and can be flash only using ADB command. the zip file will prompt you that it is corrupted when you try to open manually. rename the file to PL99IMG.zip to flash it faster.
2. You will need sdk & and drivers, please take a look here. if you already have it, continue. extract the folder and copy the PL99IMG.zip to that directory.
3. Reboot to bootloader by Holding Vol down + Power button
4. Connect your phone to the PC while in the bootloader. The phone should say fastboot USB, if not, select fastboot on the phone & check if it says fastboot USB, if not, change the USB port you are using.
5. open a command prompt and browse to the folder containing the ADB files.
6. enter the following commands
7. You may not see any output, then enter the command
8. You phone will now go into the RUU mode.
9. Wait for around 30 seconds, then enter the command
if this error will prompt you. enter the command again in step 9.
10. The installation will begin and you will be able to see the progress at every step.
Once done, enter the command
i hope this guide will be a great help.
Hit Thanks if you like it.
Click to expand...
Click to collapse
getting error FAILED (remote :99 unknown fail)
i hv tried 4-5 times as instructed but same error
getting error FAILED (remote :99 unknown fail)
guyluvsgals said:
getting error FAILED (remote :99 unknown fail)
i hv tried 4-5 times as instructed but same error
Click to expand...
Click to collapse
Found solution for this......
Need to relock back the bootloader
1.) On bootloader, type "fastboot oem lock" (I got the message mentioned locked successful or something but end of the process FAILED)
2.) Just don't bother bout the message, ur phone may restarted now.
3.) Boot back to Bootloader (Hold Power + Vol Down)
4.) Follow back all the steps as mentioned on the thread.
Hope this help
guyluvsgals said:
getting error FAILED (remote :99 unknown fail)
i hv tried 4-5 times as instructed but same error
Click to expand...
Click to collapse
Your bootloader is still unlocked. You didn't relock your bootloader. Relock your bootloader using this command:
Code:
fastboot oem lock
acid28 said:
This guide is made for those people who want to unroot and revert there HTC butterfly to stock firmware by flashing Stock RUU using ADB commands. this is tested personally by me. a compete detail explanation can be found in this link.
1. download the stock RUU in this link. This is a working Stock RUU image and can be flash only using ADB command. the zip file will prompt you that it is corrupted when you try to open manually. rename the file to PL99IMG.zip to flash it faster.
2. You will need sdk & and drivers, please take a look here. if you already have it, continue. extract the folder and copy the PL99IMG.zip to that directory.
3. Reboot to bootloader by Holding Vol down + Power button
4. Connect your phone to the PC while in the bootloader. The phone should say fastboot USB, if not, select fastboot on the phone & check if it says fastboot USB, if not, change the USB port you are using.
5. open a command prompt and browse to the folder containing the ADB files.
6. enter the following commands
7. You may not see any output, then enter the command
8. You phone will now go into the RUU mode.
9. Wait for around 30 seconds, then enter the command
if this error will prompt you. enter the command again in step 9.
10. The installation will begin and you will be able to see the progress at every step.
Once done, enter the command
i hope this guide will be a great help.
Hit Thanks if you like it.
Click to expand...
Click to collapse
hello I got an error here :
FAILED (remote: 43 main version check fail)
Your device is S-ON & you are trying to use an RUU that has software number less than your current software number.
what should I do now
acid28 said:
This guide is made for those people who want to unroot and revert there HTC butterfly to stock firmware by flashing Stock RUU using ADB commands. this is tested personally by me. a compete detail explanation can be found in this link.
1. download the stock RUU in this link. This is a working Stock RUU image and can be flash only using ADB command. the zip file will prompt you that it is corrupted when you try to open manually. rename the file to PL99IMG.zip to flash it faster.
2. You will need sdk & and drivers, please take a look here. if you already have it, continue. extract the folder and copy the PL99IMG.zip to that directory.
3. Reboot to bootloader by Holding Vol down + Power button
4. Connect your phone to the PC while in the bootloader. The phone should say fastboot USB, if not, select fastboot on the phone & check if it says fastboot USB, if not, change the USB port you are using.
5. open a command prompt and browse to the folder containing the ADB files.
6. enter the following commands
7. You may not see any output, then enter the command
8. You phone will now go into the RUU mode.
9. Wait for around 30 seconds, then enter the command
if this error will prompt you. enter the command again in step 9.
10. The installation will begin and you will be able to see the progress at every step.
Once done, enter the command
i hope this guide will be a great help.
Hit Thanks if you like it.
Click to expand...
Click to collapse
Success!
the ruu has corrupted?
Can someone post the stock recovery img please
v-b-n said:
Can someone post the stock recovery img please
Click to expand...
Click to collapse
here it is, recovery.img from : OTA_DLXB1_U_JB_45_hTC_Asia_WWE_1.12.707.1_R
How do unlock the bootloader again so that I can flash the stock recovery img? when i relock i used the fastboot oem lock command..then flashed RUU..all ok..just that the stock recovery doesnt show..just an image of a phone with a red exclamation mark.Thanks.
edit..ok..managed to unlock again..but after I flash the stock recovery..still get the red triangle...
Do i have to unroot a rooted x920d to receive OTA update?
Hi all,
its been a long time since I last on xda. I was using HTC P3600i back then. Now I just bought a butterfly & its rooted. I am unable to update via air since then. My question is do I hve to do this to update my system
software? We all know new OTA update is available. I can't update cos everytime got error while flashing. The error is zip file not found. When I use it with tarp the error is cannot flash zip file, the signature verification failed. Any help here dud be great. Thx

[Q] boot loop cannot get PC to read device

Okay I was flashing a ROM for the S4 version and the phone began rebooting in the middle of the flash. I realize my error so lets not focus on that Im just trying to fix the boot loop issue. Im trying to use fastboot to fix it but when the phone is connected to my windows 7 PC it makes the connected sound but the device cannot be found by fastboot and it is not shown in the sidebar tree. I cannot get into recovery the TRWP splash screen is displayed for 10 seconds then it goes to the HTC developers use only screen. Please help. Are there any options to repair the damage?
sideshow03 said:
Okay I was flashing a ROM for the S4 version and the phone began rebooting in the middle of the flash. I realize my error so lets not focus on that Im just trying to fix the boot loop issue. Im trying to use fastboot to fix it but when the phone is connected to my windows 7 PC it makes the connected sound but the device cannot be found by fastboot and it is not shown in the sidebar tree. I cannot get into recovery the TRWP splash screen is displayed for 10 seconds then it goes to the HTC developers use only screen. Please help. Are there any options to repair the damage?
Click to expand...
Click to collapse
Okay so can someone confirm then that I am out of luck on this one:?
sideshow03 said:
Okay so can someone confirm then that I am out of luck on this one:?
Click to expand...
Click to collapse
What is device manager showing when your phone is connected to pc while in bootloader (fastboot USB)
for example here is mine:
tivofool said:
What is device manager showing when your phone is connected to pc while in bootloader (fastboot USB)
for example here is mine:
Click to expand...
Click to collapse
It looks the same as yours. But Im not able to connect to the pc to transfer the ROM over. What do I need to do please and thank you?
sideshow03 said:
It looks the same as yours. But Im not able to connect to the pc to transfer the ROM over. What do I need to do please and thank you?
Click to expand...
Click to collapse
well don't give up then, it isn't bricked.
I'm guessing the way you worded it, you have a villeC2 (S3) version and you flashed (S4) ROM? So just make sure you have the S3 version of TWRP flashed and flash a boot.img and rom. wipe caches and you should be fine.
Never mind that if your phone is S4 and I misinterpreted that.
With phone in Bootloader, (fastboot USB) try and check fastboot devices again. Opening your folder with fastboot in it and shift right click, pick open command window.
fastboot devices
(should show a serial #)
flash recovery again, since it was bootlooping. That will probably allow it to be stable again so you can mount USB storage.
If you are in bootloader (fastboot USB) and command window on pc is ran from the correct folder but it still shows device cannot be found then reinstall fastboot drivers. That should fix it for you.
tivofool said:
well don't give up then, it isn't bricked.
I'm guessing the way you worded it, you have a villeC2 (S3) version and you flashed (S4) ROM? So just make sure you have the S3 version of TWRP flashed and flash a boot.img and rom. wipe caches and you should be fine.
Never mind that if your phone is S4 and I misinterpreted that.
With phone in Bootloader, (fastboot USB) try and check fastboot devices again. Opening your folder with fastboot in it and shift right click, pick open command window.
fastboot devices
(should show a serial #)
flash recovery again, since it was bootlooping. That will probably allow it to be stable again so you can mount USB storage.
If you are in bootloader (fastboot USB) and command window on pc is ran from the correct folder but it still shows device cannot be found then reinstall fastboot drivers. That should fix it for you.
Click to expand...
Click to collapse
Im on the S4 variant my error was not flashing the boot.img separately
Im needing to run the cmd as admin so Im opening it up from the start button and changing the directory to the folder fastboot is in. I did get a serial # HT251W408295 fastboot. as shown
Just to confirm my next step is to flash recovery so my command line should be C:\Android fastboot flash recovery twrp2.1.6-ville.img
Correct?
Im using an older twrp cause I read that the newest one is not the best for HTC one S devices.
Thanks
sideshow03 said:
Im on the S4 variant my error was not flashing the boot.img separately
Im needing to run the cmd as admin so Im opening it up from the start button and changing the directory to the folder fastboot is in. I did get a serial # HT251W408295 fastboot. as shown
Just to confirm my next step is to flash recovery so my command line should be C:\Android fastboot flash recovery twrp2.1.6-ville.img
Correct?
Im using an older twrp cause I read that the newest one is not the best for HTC one S devices.
Thanks
Click to expand...
Click to collapse
That would work, BUT:
I see Maximus HD in that pic. For Maximus and any other ROM that uses 2.16 HBoot you can only use the recovery provided in the Maximus original post. It has been modified to work with the new partitions.
If you have moved back to or are still on HBoot 2.15 older firmware, then yes go ahead and flash like you are.
---------- Post added at 07:07 PM ---------- Previous post was at 07:04 PM ----------
oh, and usb storage (mount sd card) will not be available on this new recovery.
Easy way to move a ROM onto the phone while in this recovery is adb push
put ROM.zip in the adb folder and type in command window:
adb push filename.zip /sdcard
tivofool said:
That would work, BUT:
I see Maximus HD in that pic. For Maximus and any other ROM that uses 2.16 HBoot you can only use the recovery provided in the Maximus original post. It has been modified to work with the new partitions.
If you have moved back to or are still on HBoot 2.15 older firmware, then yes go ahead and flash like you are.
---------- Post added at 07:07 PM ---------- Previous post was at 07:04 PM ----------
oh, and usb storage (mount sd card) will not be available on this new recovery.
Easy way to move a ROM onto the phone while in this recovery is adb push
put ROM.zip in the adb folder and type in command window:
adb push filename.zip /sdcard
Click to expand...
Click to collapse
Ok I have both packages now but when I try to flash twrp is shows FAILED (remote: image error! (BootMagic check fail)).
I have verified the md5 with HASHCALC.
Im lost but feel like Im getting somewhere
sideshow03 said:
Ok I have both packages now but when I try to flash twrp is shows FAILED (remote: image error! (BootMagic check fail)).
I have verified the md5 with HASHCALC.
Im lost but feel like Im getting somewhere
Click to expand...
Click to collapse
Is your bootloader locked? Can't install recoveries with locked bootloader.
tivofool said:
Is your bootloader locked? Can't install recoveries with locked bootloader.
Click to expand...
Click to collapse
No I am Unlocked S-off CID 11111111
sideshow03 said:
No I am Unlocked S-off CID 11111111
Click to expand...
Click to collapse
Sorry, you need to extract that zip on your pc and put the recovery.img in your folder. Or I guess just extract it in that same folder you are using.
then depending on the name of the recovery.img flash that. But I think that extracts to recovery.img
so
fastboot flash recovery recovery.img
tivofool said:
Sorry, you need to extract that zip on your pc and put the recovery.img in your folder. Or I guess just extract it in that same folder you are using.
then depending on the name of the recovery.img flash that. But I think that extracts to recovery.img
so
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Ok Ive completed that and the phone went into recovery, i can see the ROM when I click on the install tab. But when I trying to install the ROM i get E: Unable to open zip file Error flashing zip
sideshow03 said:
Ok Ive completed that and the phone went into recovery, i can see the ROM when I click on the install tab. But when I trying to install the ROM i get E: Unable to open zip file Error flashing zip
Click to expand...
Click to collapse
One of the possibilities with that error is a bad download. You may have to redownload the ROM.
Another is if you change the name of the rom, just in case you did that.
Solved
tivofool said:
One of the possibilities with that error is a bad download. You may have to redownload the ROM.
Another is if you change the name of the rom, just in case you did that.
Click to expand...
Click to collapse
Yes it was a bad download. Thanks for all of your help I really appreciate your time to help me get back up and running. :victory:

Cyanogenmod update problem

After update to cm-11-20140413 and instal newest kernel (Sultan-kernel-Pure-v1.4.0) my htc stuck at cyanogen loading screen. I don't know where's the problem. Maybe someone know the solution.
chmiela1991 said:
After update to cm-11-20140413 and instal newest kernel (Sultan-kernel-Pure-v1.4.0) my htc stuck at cyanogen loading screen. I don't know where's the problem. Maybe someone know the solution.
Click to expand...
Click to collapse
probably your kernel is the problem
try to flash the boot.img of the rom via fastboot command
fastboot flash boot boot.img
by the way are you on S-ON or S-OFF?
rzr86 said:
probably your kernel is the problem
try to flash the boot.img of the rom via fastboot command
fastboot flash boot boot.img
by the way are you on S-ON or S-OFF?
Click to expand...
Click to collapse
Thanks flashing new boot helped
rzr86 said:
probably your kernel is the problem
try to flash the boot.img of the rom via fastboot command
fastboot flash boot boot.img
by the way are you on S-ON or S-OFF?
Click to expand...
Click to collapse
I have the same problem, but i cant find the command in the bootloader
Noam_Nissel said:
I have the same problem, but i cant find the command in the bootloader
Click to expand...
Click to collapse
actually you type the command from pc
connect your device to pc in fastboot mode(in the hboot screen should say fastboot usb)
extract the boot.img from the rom and place it in your adb/fastboot folder
then open a cmd window in that folder and type the command
press enter
rzr86 said:
actually you type the command from pc
connect your device to pc in fastboot mode(in the hboot screen should say fastboot usb)
extract the boot.img from the rom and place it in your adb/fastboot folder
then open a cmd window in that folder and type the command
press enter
Click to expand...
Click to collapse
i don't fully understand what to do, can you be more detailed?
Noam_Nissel said:
i don't fully understand what to do, can you be more detailed?
Click to expand...
Click to collapse
ok
boot your device to the bootloader and select fastboot
then connect it to pc
now in your pc navigate to the folder where you have adb and fastboot(i assume you have installed sdk tools)
in that folder press shift + right click
you will see an option open a command window here
then a black window will appear
in that window type the command and press enter
but don't forget first to place the boot.img to the adb/fastboot folder
rzr86 said:
ok
boot your device to the bootloader and select fastboot
then connect it to pc
now in your pc navigate to the folder where you have adb and fastboot(i assume you have installed sdk tools)
in that folder press shift + right click
you will see an option open a command window here
then a black window will appear
in that window type the command and press enter
but don't forget first to place the boot.img to the adb/fastboot folder
Click to expand...
Click to collapse
i have this problem agian, and it doesnt help this time
Noam_Nissel said:
i have this problem agian, and it doesnt help this time
Click to expand...
Click to collapse
what kind of problem and what did you do now?
rzr86 said:
what kind of problem and what did you do now?
Click to expand...
Click to collapse
every rom im installing is getting me into bootloop, i've tried to install from revcovery and from fastboot, and it always the same problem
Noam_Nissel said:
every rom im installing is getting me into bootloop, i've tried to install from revcovery and from fastboot, and it always the same problem
Click to expand...
Click to collapse
i replied in the other thread
Does S-on and S-off matter for this issue?
Hi,
I am facing the same issue, my Sensation z710e is stuck in Cyanogenmod boot logo. following are the details.
bootloader unlocked
s-on
rooted
cwm recovery installed
tried latest CM10 for pyramid devices
I didnt try 'fastboot flash boot boot.img' command yet but i would like to know if s-on matters, my device is already rooted with cwm recovery.
I am having a similar issue as well. I have followed the instructions in this thread [ROM][STABLE][Android 4.4.4] CyanogenMod 11 with 3.0.16 kernel [July 18, 2014]. I have followed all the steps including doing a full wipe, flashed the ROM zip, gapps zip, and the aroma installer for the flash kernel several times with the same result. My screen keeps getting stuck on the white HTC loading screen.
Currently I have restored my phone to my previous ROM using a backup through 4ext recovery (v1.0.0.6 RC2). My HTC Sensation 4G T-mobile is unlocked and rooted with s-on. I have smartflash enabled on 4ext and my ROM is currently stock android 4.0.3. I did search the above mentioned thread for similar issues and a potential solution but none of the things I tried worked.
I would appreciate any help on how to fix this problem. If you need additional information I would be glad to provide it.
Tried another re-install today and everything worked fine, I guess the 5th time is the charm? I still don't know why it didn't work the other times, I did the exact same thing each time.

Help me

I am new to htc
i am flashing a custom rom for first time on htc
what do i have to know?
and what is needed?
and i am stuck on soft brick and cant mount internal storage
i am using
hboot 2.15
it shows tampered
and twrp 2.8
Tampered is shown because you probably unlocked your bootloader on the HTC dev site (which is the first thing you should do anyway)
Now, taking in consideration what you said in the Candy thread, can you enter in fastboot mode? You can do this by entering in bootloader (with phone off, keep pressed the vol down and press power). On the bootloader screen navigate with vol up/down and select with power button. Enter fasboot from there and while you connect the phone to pc via USB you should notice on uour screen a line saying "fastboot USB"
After this you shoul be able to flash the kernel in that mode. You should have ADB installed for this on your pc (it is done by installing the Android SDK) and the ADB/fastboot drivers working.
Let us know how it goes so far then we can go further
Sent from nowhere over the air...
Rapier said:
Tampered is shown because you probably unlocked your bootloader on the HTC dev site (which is the first thing you should do anyway)
Now, taking in consideration what you said in the Candy thread, can you enter in fastboot mode? You can do this by entering in bootloader (with phone off, keep pressed the vol down and press power). On the bootloader screen navigate with vol up/down and select with power button. Enter fasboot from there and while you connect the phone to pc via USB you should notice on uour screen a line saying "fastboot USB"
After this you shoul be able to flash the kernel in that mode. You should have ADB installed for this on your pc (it is done by installing the Android SDK) and the ADB/fastboot drivers working.
Let us know how it goes so far then we can go further
Sent from nowhere over the air...
Click to expand...
Click to collapse
Do i need to s off
and ive noticed that even after flashing rom system folder is empty except for bin and by the way my device is t mobile
S-off is not mandatory but is good to have as the whole flashing process will be much easier. Is it somewhere in the bootloader screen written UNLOCKED? Above or below the "tampered"...
Sent from nowhere over the air...
Rapier said:
S-off is not mandatory but is good to have as the whole flashing process will be much easier. Is it somewhere in the bootloader screen written UNLOCKED? Above or below the "tampered"...
Sent from nowhere over the air...
Click to expand...
Click to collapse
unlocked yes i did it but i cant flash the rom it wont be pushed into system at all
please my mind is not clear can you give me a link for kernal pleaseee
Kernel that you must flash in fastboot is the file boot.img located in the system folder in the ROM"s zip....that is, you'll have to open the zip you're flashing, go to system and extract that boot.img file. Save it on your pc in the same location where fastboot and adb are installed then open a command prompt there. You can flash it using the "fastboot flash boot boot.img" command
Edit: Here's an XDA tutorial how to do it in detail
http://forum.xda-developers.com/showthread.php?t=1752270
Sent from nowhere over the air...
Rapier said:
Kernel that you must flash in fastboot is the file boot.img located in the system folder in the ROM"s zip....that is, you'll have to open the zip you're flashing, go to system and extract that boot.img file. Save it on your pc in the same location where fastboot and adb are installed then open a command prompt there. You can flash it using the "fastboot flash boot boot.img" command
Edit: Here's an XDA tutorial how to do it in detail
http://forum.xda-developers.com/showthread.php?t=1752270
Sent from nowhere over the air...
Click to expand...
Click to collapse
ive restored from ruu
Rapier said:
Kernel that you must flash in fastboot is the file boot.img located in the system folder in the ROM"s zip....that is, you'll have to open the zip you're flashing, go to system and extract that boot.img file. Save it on your pc in the same location where fastboot and adb are installed then open a command prompt there. You can flash it using the "fastboot flash boot boot.img" command
Edit: Here's an XDA tutorial how to do it in detail
http://forum.xda-developers.com/showthread.php?t=1752270
Sent from nowhere over the air...
Click to expand...
Click to collapse
Why my device wont s-off its always telling me to f***off
eswarvf said:
Why my device wont s-off its always telling me to f***off
Click to expand...
Click to collapse
What RUU Worked?
eswarvf said:
Why my device wont s-off its always telling me to f***off
Click to expand...
Click to collapse
În order to properly s-off, you might need a certain ROM to be installed. Have you tried to get s-off having that stock ROM you got after RUU?
Sent from nowhere over the air...
Can s-off be achieved without an installed ROM?
bobby2x420 said:
Can s-off be achieved without an installed ROM?
Click to expand...
Click to collapse
Only by a j-tag device but I don't know how that works. The software methods presented here needs a ROM as far as I know
Sent from nowhere over the air...
bobby2x420 said:
What RUU Worked?
Click to expand...
Click to collapse
Ya it worked (not androidruu though) i had to search a lot i got tired of it

[HELP]Cant't flash any rom !

Hello everyone.
I've got a terrible issue with my phone(s-off, locked bootloader, 4ext smartflash enabled). I need to flash a rom by recovery(4ext), but i always get the following messsage:
<<E:can't open /Rom (bad)
Installation aborted>>
Actually i've sent my s4 back to client service for a problem with volume buttons, sensation is the own phone I could use. what can I do ? I really need to solve this problem !
gab_ITA said:
Hello everyone.
I've got a terrible issue with my phone(s-off, locked bootloader, 4ext smartflash enabled). I need to flash a rom by recovery(4ext), but i always get the following messsage:
<<E:can't open /Rom (bad)
Installation aborted>>
Actually i've sent my s4 back to client service for a problem with volume buttons, sensation is the own phone I could use. what can I do ? I really need to solve this problem !
Click to expand...
Click to collapse
probably bad zip file
redownload the rom
rzr86 said:
probably bad zip file
redownload the rom
Click to expand...
Click to collapse
I already tried 5 roms and 2 different sd cards, i Always get the same problem. I've also tried with a different recovery(cwm), but i even obtain the "status 0" error
gab_ITA said:
I already tried 5 roms and 2 different sd cards, i Always get the same problem. I've also tried with a different recovery(cwm), but i even obtain the "status 0" error
Click to expand...
Click to collapse
if you have status 0 then update your recovery version
rzr86 said:
if you have status 0 then update your recovery version
Click to expand...
Click to collapse
HOW ? I can't do anything by fastboot (don't know why) and i didn't find any zip version of my recovery, i really don't know what to do...
gab_ITA said:
HOW ? I can't do anything by fastboot (don't know why) and i didn't find any zip version of my recovery, i really don't know what to do...
Click to expand...
Click to collapse
this is the latest version of 4ext
http://www.4shared.com/zip/WnSyLWMaba/4EXT_Recovery_Touch_v1006_RC3_.html
but you have to use the recovery.img via fastboot
rzr86 said:
this is the latest version of 4ext
http://www.4shared.com/zip/WnSyLWMaba/4EXT_Recovery_Touch_v1006_RC3_.html
but you have to use the recovery.img via fastboot
Click to expand...
Click to collapse
And se come to che secondo problem: my PC doesn't see my phone when it's connected in fastboot mode. Can I flash it by recovery ?
gab_ITA said:
And se come to che secondo problem: my PC doesn't see my phone when it's connected in fastboot mode. Can I flash it by recovery ?
Click to expand...
Click to collapse
no it isn't a flashable zip
rzr86 said:
no it isn't a flashable zip
Click to expand...
Click to collapse
ok. so, how do i got it ? i have no rom installed, i can't activate USB debug...it's the same if i plug in my phone in fastboot mode ?
gab_ITA said:
ok. so, how do i got it ? i have no rom installed, i can't activate USB debug...it's the same if i plug in my phone in fastboot mode ?
Click to expand...
Click to collapse
plug your device in fastboot mode and select fastboot from bootloader
if you see in your hboot screen fastboot usb then your device has been recognized
you can check it also with fastboot devices
rzr86 said:
no it isn't a flashable zip
Click to expand...
Click to collapse
rzr86 said:
plug your device in fastboot mode and select fastboot from bootloader
if you see in your hboot screen fastboot usb then your device has been recognized
you can check it also with fastboot devices
Click to expand...
Click to collapse
i've plug my phone, i got back a prompt from pc saying the device could not be recognized or could be broken. i tried to flash recovery but command prompt is stuck on "waiting for device". i also tried to flash older roms(even gingerbread one), i always get (status 0) error. is there a way to restore the original firmware from a ruu ? Or anything else ? Or it's officially bricked ?
I had a little progress ! the phone now can mount sd-ext, sdcard and other partition, but flash interrupts due (status 1) error. what now ?
gab_ITA said:
i've plug my phone, i got back a prompt from pc saying the device could not be recognized or could be broken. i tried to flash recovery but command prompt is stuck on "waiting for device". i also tried to flash older roms(even gingerbread one), i always get (status 0) error. is there a way to restore the original firmware from a ruu ? Or anything else ? Or it's officially bricked ?
I had a little progress ! the phone now can mount sd-ext, sdcard and other partition, but flash interrupts due (status 1) error. what now ?
Click to expand...
Click to collapse
i saw again your first post
you have locked bootoader so you are limited to fastboot commands
flash 3.33 universal from here
http://forum.xda-developers.com/showthread.php?t=1459767
follow the instructions to the letter
and before flashing check md5 sums(important)
then try again flashing 4ext recovery via fastboot
rzr86 said:
i saw again your first post
you have locked bootoader so you are limited to fastboot commands
flash 3.33 universal from here
http://forum.xda-developers.com/showthread.php?t=1459767
follow the instructions to the letter
and before flashing check md5 sums(important)
then try again flashing 4ext recovery via fastboot
Click to expand...
Click to collapse
Great ! just a thing: how do i check my md5 ?
I've found a way to get 4ext via zip from hboot, now recovery works againg but there is even the same problem: i can't flash any rom! just as curiosity, I enabled zip signature verification, but i'm told it's "unable to complete zip signature verification", due to some error.
gab_ITA said:
Great ! just a thing: how do i check my md5 ?
I've found a way to get 4ext via zip from hboot, now recovery works againg but there is even the same problem: i can't flash any rom! just as curiosity, I enabled zip signature verification, but i'm told it's "unable to complete zip signature verification", due to some error.
Click to expand...
Click to collapse
download md5 checker for pc
open that program
navigate to the zip and select it to check the md5 sum
about that problem i don't know what to say
what error does tell you?
I dont want to open a nwer thread but since my problem is very similar I will post my problem here.
I am using andrid Revolution 7.6 and I have some problems on phone since I installed fasut123 kernel - i think my device just can manage the highest clock, so now I want to re-flash the rom. I have problem with the reading of my micro sd card.
I have a few problems
1)I got the message "mounted readonly" but I have solution how to fix that, that is the smalle rproblem.
2) the bigger problem is, when I formated the sd card, put it back in the sensation phone, and the device puts the file sistem on the sd crad and I put a cosum rom on the sd card, when I reboot in the recovery it says "error mounting sd card". Then I reboot the phone, and It just works normally, I can take videos, photos, the card is woking. But when I reboot to recovery, nothing.
I tried almost everything I thought will help, but I had no luck.
What do you think, what is going on, what is the problem?
rzr86 said:
download md5 checker for pc
open that program
navigate to the zip and select it to check the md5 sum
about that problem i don't know what to say
what error does tell you?
Click to expand...
Click to collapse
It just say (bad). It was unable even to check signature verification. It's like if it couldn't access to E:/ ...

Categories

Resources