I fastboot flashed my HTC One S with the LeeDroid provided script and everything went fine. However now when I try to restore from a backup or go into my previous OS (TrickDroid), it's stuck at the HTC screen with the developmental warning. I can get into recovery and bootloader but nothing seems to work.
If there are any methods of me transferring the LeeDroid ROM via bootloader or recovery screen, that'd be great.
Try to flash a recovery via fastboot and boot into it via bootloader. The command is fastboot flash recovery [your_recovery.bin]
It's all explained here http://forum.xda-developers.com/showthread.php?t=1583427
Gesendet von meinem HTC One S mit Tapatalk 2
Does it worked?
Gesendet von meinem HTC One S mit Tapatalk 2
Did you restore trickdroid from nandroid? Maybe you have to fastboot flash boot boot.img or similar again
Related
Hello people
I have a big problem. I have yesterday flash a Custom Rom and hab in the 4Ext Recovery Format Boot/System and Data and since I'm back to S-On and since I've been running the 4ext recovery on it my device i can't restore my Stock Rom Backup because its 3ext. and now I do not know how to get back S-Off. Can someone help me?
sry for my bad english.
Are you HTCDev Unlocked? If that is the case, you need to flash the ROM's original boot.img via CMD
fastboot flash boot boot.img
Click to expand...
Click to collapse
Read more about the difference here http://forum.xda-developers.com/showthread.php?t=1547851
I have flashed the boot.img via fastboot but when i reboot i come to the recovery and not to the lockscreen
Gesendet von meinem HTC Desire S mit Tapatalk 2
Again. Are you HTCDev unlocked? And I was talking about flashing the STOCK ROM BACKUP boot.img
I am HTCdev unlocked and i have flashed the Stock Backup Boot image via fastboot
Gesendet von meinem HTC Desire S mit Tapatalk 2
Omg.. Here is the way how to do it.
1. Connect your phone to the PC
2. Find on your SD Card /clockwordmod/backup/"your backu name"
3. Copy the boot.img to your computer where the adb shell files are located
4. Make sure Fastboot is off and USB Debugging is on
5. Restart your phone in the recovery
6. Restore your previous ROM
7. Restart you phone in Bootloader
8. Connect your phone to the pc flash the boot.img vai cmd
that's exactly what I've tried it five times and I always come only into recovery.
Specimann said:
that's exactly what I've tried it five times and I always come only into recovery.
Click to expand...
Click to collapse
Oh and a full wipe is necessarily as well.
And have you tried to convert the file using "EXT3 - EXT4 - 4EXT" the option in your recovery?
can i change it in cwm? because i dont have 4ext recovery and i can't install it because the s-off
I get 4ext installed via fastboot. Then tried the back-up to convert 3EXT but this does not help, it is because I have a another radio (20.72.30.0833U_3831.17.00.310)?
i have a big problem
i unroot my phone, install stock recovery from p8max root tools and NOW i come not in the recovery for install the update. it shows only the huawei logo.
i flashed via fastboot flash recovery recovery.img
when i flashed twrp, i come into the twrp recovery, but here i cant install the update.
anyone have a idea?
Gesendet von meinem HUAWEI P8max mit Tapatalk
Sounds linke u somehow bricked you phone, flash original recovery and force update it Form SD card.
Hirs_E_Fruit said:
Sounds linke u somehow bricked you phone, flash original recovery and force update it Form SD card.
Click to expand...
Click to collapse
thats the problem, i flash the orginal recovery and after this, i come not in the recovery. not from the update tool via local update, it restarts and stand on the huawei logo.
Gesendet von meinem HUAWEI P8max mit Tapatalk
where did u get the original recovery?
Hirs_E_Fruit said:
where did u get the original recovery?
Click to expand...
Click to collapse
from here:
http://www.mediafire.com/download/9drsdo2f6hn4j34/P8MaxRootTools.zip
Gesendet von meinem HUAWEI P8max mit Tapatalk
Huawei devices usually have 2 recovery partitions; 1 is the regular recovery & the other 1 is the eRecovery.
Here are both (from the b029 update): https://drive.google.com/file/d/0B8rpJsF4EG0YWk9xMWFJSXA3VnM
Flash the 1st one & you should be good to go.
If you want to flash the 2nd partition, you need to specify "recovery2" as target in fastboot.
In case this doesn't work but you can still access TWRP, try the following:
adb push recovery1.img /sdcard/
adb push recovery2.img /sdcard/
dd if=/sdcard/recovery1.img of=/dev/block/mmcblk0p28
& for eRecovery:
dd if=/sdcard/recovery2.img of=/dev/block/mmcblk0p21
Reboot & do your thing.
adwinp said:
Huawei devices usually have 2 recovery partitions; 1 is the regular recovery & the other 1 is the eRecovery.
Here are both (from the b029 update): https://drive.google.com/file/d/0B8rpJsF4EG0YWk9xMWFJSXA3VnM
Flash the 1st one & you should be good to go.
If you want to flash the 2nd partition, you need to specify "recovery2" as target in fastboot.
In case this doesn't work but you can still access TWRP, try the following:
adb push recovery1.img /sdcard/
adb push recovery2.img /sdcard/
dd if=/sdcard/recovery1.img of=/dev/block/mmcblk0p28
& for eRecovery:
dd if=/sdcard/recovery2.img of=/dev/block/mmcblk0p21
Reboot & do your thing.
Click to expand...
Click to collapse
ok i flashed the first one and i come into the erecovery and install the update zip.
after the update the phone reboot in the huawei boot logo and stand on this.
i wait over 10 minutes.
update is now installed, but i come not in the system.
please help.
siddartha said:
ok i flashed the first one and i come into the erecovery and install the update zip.
after the update the phone reboot in the huawei boot logo and stand on this.
i wait over 10 minutes.
update is now installed, but i come not in the system.
please help.
Click to expand...
Click to collapse
Are you sure you flashed it correctly? The full 1.4Gb update needs to be extracted & the dload folder copied into the root of the sdcard.
Not the zip itself.
I also suggest to make a full wipe from fastboot:
fastboot erase cache
fastboot erase userdata
fastboot format cache
fastboot format userdata
adwinp said:
Are you sure you flashed it correctly? The full 1.4Gb update needs to be extracted & the dload folder copied into the root of the sdcard.
Not the zip itself.
I also suggest to make a full wipe from fastboot:
fastboot erase cache
fastboot erase userdata
fastboot format cache
fastboot format userdata
Click to expand...
Click to collapse
my update.zip is only 40mb, i downloaded it with the regular update tool
siddartha said:
my update.zip is only 40mb, i downloaded it with the regular update tool
Click to expand...
Click to collapse
In this case I recommend that you download the full 1.4Gb update - the 40Mb OTA might try patching the recovery as well, & since the recovery on the device is already from that version, it will fail.
Although I don't know whether this will be an image flash or binary patching.
As mentioned - the safest & fastest way is to install the full firmware.
adwinp said:
In this case I recommend that you download the full 1.4Gb update - the 40Mb OTA might try patching the recovery as well, & since the recovery on the device is already from that version, it will fail.
Although I don't know whether this will be an image flash or binary patching.
As mentioned - the safest & fastest way is to install the full firmware.
Click to expand...
Click to collapse
ok thx, i will try this.
is there a faster download for the full b029 firmware?
now it works!
i flashed stock recovery and then twrp many times and halleluja, i come in twrp.
now ich restore a backup und come in the system. i look into the settings and here is the b029. i wonder why...
**** happens, now it works!
thanx for your help!!!
Gesendet von meinem HUAWEI P8max mit Tapatalk
siddartha said:
now it works!
i flashed stock recovery and then twrp many times and halleluja, i come in twrp.
now ich restore a backup und come in the system. i look into the settings and here is the b029. i wonder why...
**** happens, now it works!
thanx for your help!!!
Gesendet von meinem HUAWEI P8max mit Tapatalk
Click to expand...
Click to collapse
Glad you could solve the problem ;]
the b029 is simple: nandroid only makes a backup of the boot, data & system partitions, but Huawei flashes customization to other partitions (/dev/block/mmcblk0p8, /dev/block/mmcblk0p39), where the firmware level is stored.
If you want to apply OTAs in the future, I really recommend doing a full flash to get all firmware levels consistent.
Hi I'm an amateur enthusiast of rooting and flashingn etc. I have a Google nexus 5 hammerhead and I flashed a bootloader image as a recovery image while in recovery. My phone turns on goes straight to bootloader and if I try to access rec or start phone then screen is just blank. I've tried using a computer to fix but won't detect drivers won't update drivers and I'm not really sure what I'm doing. Can someone please help me . thanks mike
Make yourself familiar with fastboot.
fastboot flash recovery recovery.img
If the phone is recognized in fastboot mode and the phone has an unlocked bootloader, try flashing a stock Google ROM.
He doesn't have to flash the whole factory image. If he wants stock recovery, he can flash that image file only.
Gesendet von meinem Nexus 5 mit Tapatalk
If it was only recovery that was corrupted, I'm not sure why the phone doesn't boot the rom.
Ah, you're right! Sorry!
@OP: Flash the whole factory image then. Remove the -w flag from the flash-all.bat to prevent your data partition from being wiped.
Gesendet von meinem Nexus 5 mit Tapatalk
Hi,
I tried to install magisk on my Z3 with locked bootloader and fragment rom.
After hitting reboot the phone the screen turned black and my phone is dead. I doesn`t turn on.
Tried to flash a rom via flashtool but it says I have to turn on USB debugging. Thats not possible since my phone doesn`t start at all.
Fastbootmode is recognized, also flashmode.
What to do?
memphis77 said:
Hi,
I tried to install magisk on my Z3 with locked bootloader and fragment rom.
After hitting reboot the phone the screen turned black and my phone is dead. I doesn`t turn on.
Tried to flash a rom via flashtool but it says I have to turn on USB debugging. Thats not possible since my phone doesn`t start at all.
Fastbootmode is recognized, also flashmode.
What to do?
Click to expand...
Click to collapse
I had a problem like that.
Try using PC Companion by Sony. It worked for me
Worked
Gesendet von meinem D6603 mit Tapatalk
memphis77 said:
Worked
Gesendet von meinem D6603 mit Tapatalk
Click to expand...
Click to collapse
Just a little info about Magisk taken from the original thread:
"Sony Devices: If you're using stock kernel, it is using Sony's special ELF format.
Magisk will repack it to standard AOSP format, which requires your device to be unlocked"
Don't try to flash Magisk on a Xperia with locked bootloader.
Hi, today i tried installing an ota update on my rooted honor 6x.
it all went wrong, my os is gone, my twrp recovery doesnt work and i get in error mode everytime i try to boot.
The error mode screen says:
ERROR MODE
Attention!
please update system again
(picture of android robot thingy)
Error!
Func NO:14 (iom 3 image)
Error NO:1 (security verify failed!)
Even if you cant help me, i still want to thank you for your time.
(sorry for my bad english, im dutch)
Edit: i tried removing my sim card and sd card and then booting in recovery but now i get something diffirent.
it gives the same error mode thing but with other "error codes".
now it says:
Func NO:11 (recovery image)
Error NO:2 (load failed!)
MintCrystal556 said:
Hi, today i tried installing an ota update on my rooted honor 6x.
it all went wrong, my os is gone, my twrp recovery doesnt work and i get in error mode everytime i try to boot.
The error mode screen says:
ERROR MODE
Attention!
please update system again
(picture of android robot thingy)
Error!
Func NO:14 (iom 3 image)
Error NO:1 (security verify failed!)
Even if you cant help me, i still want to thank you for your time.
(sorry for my bad english, im dutch)
Click to expand...
Click to collapse
You have bln-l21?
Gesendet von meinem BLN-L21 mit Tapatalk
Felix__L-01 said:
You have bln-l21?
Click to expand...
Click to collapse
Yes i do. Its a very nice phone so i would love to get it back. :crying:
MintCrystal556 said:
Yes i do. Its a very nice phone so i would love to get it back. :crying:
Click to expand...
Click to collapse
You will Download this: http://update.hicloud.com:8180/TDS/data/files/p3/s15/G753/g104/v84070/f1/full/update.zip
1) unpack zip file
2) you will see a file called "UPDATE.APP"
3) get a micro sd Card
4) create a folder called "dload" in the root of your micro sd Card
5) put the UPDATE.APP file into the "dload" folder.
6) insert micro sd card into your phone
7)press power button and both volume Buttons for 10-15 seconds
8) Update Screen will arrive (hopefully)
Gesendet von meinem BLN-L21 mit Tapatalk
---------- Post added at 12:51 PM ---------- Previous post was at 12:46 PM ----------
when update finished and phone says it will reboot, hold only volume up for 10 seconds. if all went right you will get into erecovery. There you first wipe cache and then peform a factory reset. If all These steps are done, your phone is resurrected! Good Luck! If you have questions, ask Here!
Gesendet von meinem BLN-L21 mit Tapatalk
Felix__L-01 said:
You will Download this: http://update.hicloud.com:8180/TDS/data/files/p3/s15/G753/g104/v84070/f1/full/update.zip
1) unpack zip file
2) you will see a file called "UPDATE.APP"
3) get a micro sd Card
4) create a folder called "dload" in the root of your micro sd Card
5) put the UPDATE.APP file into the "dload" folder.
6) insert micro sd card into your phone
7)press power button and both volume Buttons for 10-15 seconds
8) Update Screen will arrive (hopefully)
Click to expand...
Click to collapse
Already tried that. and i broke my recovery so yeah...
but i have not found or tried this package so i am going to try it.
Hopfully it works! :fingers-crossed:
MintCrystal556 said:
Already tried that. and i broke my recovery so yeah...
but i have not found or tried this package so i am going to try it.
Hopfully it works! :fingers-crossed:
Click to expand...
Click to collapse
Okay. Update me.
Gesendet von meinem BLN-L21 mit Tapatalk
Felix__L-01 said:
Okay. Update me.
Click to expand...
Click to collapse
still the same recovery load failed thing. i guess my phone is just dead. my parents are going to kill me. :crying:
MintCrystal556 said:
still the same recovery load failed thing. i guess my phone is just dead. my parents are going to kill me. :crying:
Click to expand...
Click to collapse
No. Dont give Up. Can you Boot to fastboot Mode?
Gesendet von meinem BLN-L21 mit Tapatalk
Felix__L-01 said:
No. Dont give Up. Can you Boot to fastboot Mode?
Gesendet von meinem BLN-L21 mit Tapatalk
Click to expand...
Click to collapse
how can i do that?
MintCrystal556 said:
how can i do that?
Click to expand...
Click to collapse
is phone powered off?
Gesendet von meinem BLN-L21 mit Tapatalk
sometimes it is off. it bootloops. also, it freezes at the error screen when i try to boot in recovery mode.
MintCrystal556 said:
sometimes, it bootloops.
Click to expand...
Click to collapse
when it is powered off, press only volume down and connect phone via usb cable to your pc at the same time. if it loops, first connect device to your pc, then press power button + volume down button as long till white fastboot Screen arrives
Gesendet von meinem BLN-L21 mit Tapatalk
Felix__L-01 said:
when it is powered off, press only volume down and connect phone via usb cable to your pc at the same time. if it loops, first connect device to your pc, then press power button + volume down button as long till white fastboot Screen arrives[\QUOTE]
it worked but the screen is dimmed. could this mean that it didnt finish booting or am i just overreacting to something small?
(removed the edit here because of a really noob mistake)
Click to expand...
Click to collapse
MintCrystal556 said:
Felix__L-01 said:
when it is powered off, press only volume down and connect phone via usb cable to your pc at the same time. if it loops, first connect device to your pc, then press power button + volume down button as long till white fastboot Screen arrives[\QUOTE]
it worked but the screen is dimmed. could this mean that it didnt finish booting or am i just overreacting to something small?
Click to expand...
Click to collapse
dimmed screen shouldnt matter. so you have fastboot on your pc?
Gesendet von meinem BLN-L21 mit Tapatalk
Click to expand...
Click to collapse
Felix__L-01 said:
MintCrystal556 said:
dimmed screen shouldnt matter. so you have fastboot on your pc?
Click to expand...
Click to collapse
of course!
Click to expand...
Click to collapse
MintCrystal556 said:
Felix__L-01 said:
of course!
Click to expand...
Click to collapse
if device is in fastboot mode and connected to pc Go to fastboot on pc and do "fastboot devices" and Tell me what command prompt says
Gesendet von meinem BLN-L21 mit Tapatalk
Click to expand...
Click to collapse
Felix__L-01 said:
if device is in fastboot mode and connected to pc Go to fastboot on pc and do "fastboot devices" and Tell me what command prompt says
Click to expand...
Click to collapse
C:\Users\user>fastboot devices
*serial number* fastboot
I forgot to say that i wiped every partition that i could wipe in twrp when it still worked including all huawei/honor partitions like vendor.
MintCrystal556 said:
C:\Users\mazza>fastboot devices
7BQDU17222000633 fastboot
Click to expand...
Click to collapse
Thats very good!!
Gesendet von meinem BLN-L21 mit Tapatalk
---------- Post added at 02:12 PM ---------- Previous post was at 02:10 PM ----------
MintCrystal556 said:
C:\Users\mazza>fastboot devices
7BQDU17222000633 fastboot
Click to expand...
Click to collapse
Download HuaweiUpdateExtractor, simply Google it. You should find xda thread where you Can Download it.
Gesendet von meinem BLN-L21 mit Tapatalk
---------- Post added at 02:14 PM ---------- Previous post was at 02:12 PM ----------
Do you have any Messenger Apps where we can exchange better Than Here? Hangouts or something Like that?
Gesendet von meinem BLN-L21 mit Tapatalk
Felix__L-01 said:
Thats very good!!
Gesendet von meinem BLN-L21 mit Tapatalk
---------- Post added at 02:12 PM ---------- Previous post was at 02:10 PM ----------
Download HuaweiUpdateExtractor, simply Google it. You should find xda thread where you Can Download it.
Gesendet von meinem BLN-L21 mit Tapatalk
Click to expand...
Click to collapse
i already have it (i was hoping it could help me before all this happened)