Well I need to send in the Chacha because of some Hardware issues, so I'd like to restore the original ROM.
What's the easiest way getting it back (maybe with the option not having to root it again afterwards, or restoring the Clockwork-Backup)?
The best way is to download RUU, extract from it rom.zip and from that zip extract system.img, boot.img and recovery.img. Then flash those three via fastboot using these commands:
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
And reboot your phone and you will have stock rom with stock recovery on it. Then you can use OTA update if available.
Hi,
I tried to install paranoid and then CM10, so i changed kerner from 3.4 to modded 3.4 and then kernel from CM10
and now i have no recovery and cant install new one.
With fastboot flash recovery recovery.img command i have an error with bad signatures.
And with RUU flashing stock in "sending..."
I can get access to hboot (2.15)
im using this tutor. http://forum.xda-developers.com/showthread.php?p=42540922
Please help what should I do
// i tried with another PC and the same
Simply download stock recovery from here and flash it with 'fastboot flash recovery ville_recovery_signed.img' to run an RUU according to your bootloader version and CID.
After that you should be able to reflash your custom recovery. You should take care to flash a working one, e.g TWRP 2.3.3.0.
100% SOLUTION:
Flash via fastboot Unlock_code.bin "fastboot flash unlocktoken Unlock_code.bin"
But ONLY via fastboot, not RUU
Regards
hello i have a big trouble with my htc one s, is a S4 variant and i try to boot normally but is always boot on the cwm 5.8! i reboot and is return to cwm! help me i try everything
Sounds like no ROM
From the sounds of it, it doesn't seem like you have a ROM installed.
A few things to remember when flashing new ROM's:
-Try not to ever flash dirty* (without wiping data, cache, dalvic cache, and system)
-ONLY wipe the system if you have another ROM loaded onto the internal SD card and ready to flash
-Make sure said ROM is COMPATIBLE with your phone. (Device model, in our case HBOOT [2.15, 2.16 have their differences]
-Try to update to the latest Recovery when flashing, unless stated otherwise in the ROM's OP. THEY WILL TELL YOU WHAT YOU NEED.
There is plenty more, but for your issue these may help.
Update your recovery through FASTBOOT and then use the MOUNT option to mount your SD card and add a new [compatible] ROM and try to flash it. (and if it has GAPPs, flash that AFTER you flash the ROM)
i dont flash anyrom, i just flash the recovery and write this command line "fastboot flash boot recovery*.img" (just a cut of the .img of the recovery) and after that, is allways reboot in recovery mode
le_numerik said:
i dont flash anyrom, i just flash the recovery and write this command line "fastboot flash boot recovery*.img" (just a cut of the .img of the recovery) and after that, is allways reboot in recovery mode
Click to expand...
Click to collapse
Code:
fastboot flash boot recovery.img
flashes recovery to boot sector. That's why your device boots into recovery every time. You should use
Code:
fastboot flash recovery recovery.img
to flash recovey correctly, unzip boot.img from your rom's zip and flash it with
Code:
fastboot flash boot boot.img
to be able to boot into your rom
Sent from my HTC One S
cool, but where is boot.img?
le_numerik said:
cool, but where is boot.img?
Click to expand...
Click to collapse
Like i said it's in your rom's zip. Which rom are you on?
Sent from my HTC One S
i dont use external rom's, just the android inside
ics or jb?
Sent from my HTC One S
the stock rom 4.1.3
le_numerik said:
the stock rom 4.1.3
Click to expand...
Click to collapse
Sorry, i couldn't get online for some time.
try the one on my attachment
thanks but twrp recovery try to install sideload.zip, my transfert work but twrp say sideload.zip is corrup :/ i try to reinstall twrp? im really in sh*t because this not my cell and i fu**ed up the telephone :'(
EDIT: OH GOD ok im too tired xD i try adb sideload but is fastboot i need, ok i install boot.img and is work well! THANK YOU ALL!!! ok now... need to install SuperSU he dont work
LOLL
I'm unlocked on stock, but my recovery doesn't load up. Can I flash CWM via ADB or Odin? In the guide you seem to need recovery to be working.
No idea how to ADB it:cyclops:
im trying to flash custom recovery in my phone using bugjeager app it show recovery flash success bt when i open my phone recovery its stock always why this problm showing help me please
Instead this weird flash way - flash recovery via PC and use "fastboot flash recovery recovery.img" command (use latest Android SDK Platform Tools).