Hi guys!
So i unlocked my m7 and though i could flash a twrp custom recovery.
But somehow the phone stuck on fastboot usb when i boot to recovery via cmd command promp...
I got :
C:\xxxxxxxxx\mini-sdk>fastboot boot twrp-3.0.0-2-m7.img
downloading 'boot.img'... OKAY
booting... OKAY
But the phone won t boot to recovery.
The vol up/down doesn t work either so i had to use power button to shut down my phone..
Tried many times but it didn t work.
Somebody knows why is that ?
nARDOs said:
Hi guys!
So i unlocked my m7 and though i could flash a twrp custom recovery.
But somehow the phone stuck on fastboot usb when i boot to recovery via cmd command promp...
I got :
C:\xxxxxxxxx\mini-sdk>fastboot boot twrp-3.0.0-2-m7.img
downloading 'boot.img'... OKAY
booting... OKAY
But the phone won t boot to recovery.
The vol up/down doesn t work either so i had to use power button to shut down my phone..
Tried many times but it didn t work.
Somebody knows why is that ?
Click to expand...
Click to collapse
The "fastboot boot recovery.img" is not supported in hboot 1.54 to 1.61 (was only supported in 1.44). So you can't boot a recovery you must flash it over your stock recovery using "fastboot flash recovery twrp-3.0.0-2-m7.img":
Code:
fastboot flash recovery twrp-3.0.0-2-m7.img
fastboot erase cache
fastboot reboot-bootloader
Then reboot in recovery mode.
alray said:
The "fastboot boot recovery.img" is not supported in hboot 1.54 to 1.61 (was only supported in 1.44). So you can't boot a recovery you must flash it over your stock recovery using "fastboot flash recovery twrp-3.0.0-2-m7.img":
Code:
fastboot flash recovery twrp-3.0.0-2-m7.img
fastboot erase cache
fastboot reboot-bootloader
Then reboot in recovery mode.
Click to expand...
Click to collapse
Thanks
Got custom recovery.
Just need to find a stock recovery next time :good:
Another question: is the nandroid backup size that big ? it said 6504 MB and i have only about 2700MB available..
Need to free some space...........
nARDOs said:
Thanks
Got custom recovery.
Just need to find a stock recovery next time :good:
Another question: is the nandroid backup size that big ? it said 6504 MB and i have only about 2700MB available..
Need to free some space...........
Click to expand...
Click to collapse
Nandroid backup of? It depends what is included in the backup.... if the data partition is included and there were a lot of things saved on the phone then yes it can be really big.... Normally id say around 1.5 gb is normal when its a stock backup without any user data.
alray said:
Nandroid backup of? It depends what is included in the backup.... if the data partition is included and there were a lot of things saved on the phone then yes it can be really big.... Normally id say around 1.5 gb is normal when its a stock backup without any user data.
Click to expand...
Click to collapse
Was actually thinking of stock backup without user data.
Do i have to backup "Boot" also ? or only the "system".
nARDOs said:
Was actually thinking of stock backup without user data.
Do i have to backup "Boot" also ? or only the "system".
Click to expand...
Click to collapse
Boot is the kernel and system is the OS. I would recommend to backup both of them. Boot isn't very big so it worth being backed up.
Sent from my HTC One using XDA Labs
alray said:
Boot is the kernel and system is the OS. I would recommend to backup both of them. Boot isn't very big so it worth being backed up.
Sent from my HTC One using XDA Labs
Click to expand...
Click to collapse
OK.
Is the Root feature on TWRP stable ? Can i use it to root ?
alray said:
Boot is the kernel and system is the OS. I would recommend to backup both of them. Boot isn't very big so it worth being backed up.
Sent from my HTC One using XDA Labs
Click to expand...
Click to collapse
Hi again,
Can I find stock recovery.img on the nandroid file ?
Didn t find it t there.
nARDOs said:
OK.
Is the Root feature on TWRP stable ? Can i use it to root ?
Click to expand...
Click to collapse
If you are going to use twrp's root make sure you have a recent twrp version otherwise it will flash an outdated SU version and cause a Bootloop. But yes it's a reliable method, if you prefer you can flash the latest supersu.zip file from twrp.
nARDOs said:
Hi again,
Can I find stock recovery.img on the nandroid file ?
Didn t find it t there.
Click to expand...
Click to collapse
Stock recovery isn't included in a nandroid. What is your version-main number? Will try to find it for you.
Sent from my HTC One using XDA Labs
alray said:
If you are going to use twrp's root make sure you have a recent twrp version otherwise it will flash an outdated SU version and cause a Bootloop. But yes it's a reliable method, if you prefer you can flash the latest supersu.zip file from twrp.
Stock recovery isn't included in a nandroid. What is your version-main number? Will try to find it for you.
Sent from my HTC One using XDA Labs
Click to expand...
Click to collapse
Thanks mate.
Mine is 7.19.401.51.
nARDOs said:
Thanks mate.
Mine is 7.19.401.51.
Click to expand...
Click to collapse
yep make sure to use SuperSu 2.65
https://download.chainfire.eu/921/SuperSU/UPDATE-SuperSU-v2.65-20151226141550.zip
alray said:
yep make sure to use SuperSu 2.65
https://download.chainfire.eu/921/SuperSU/UPDATE-SuperSU-v2.65-20151226141550.zip
Click to expand...
Click to collapse
Thanks :good:
Do u know a better custom ROM which is not based on sense ?
I m thinking about miui v6 (don t know if there is stable miui v7 for m7) or cm12 (or stable cm13)
Related
I would like to know as to how can i backup stock recovery? Bcoz, i wish to go S-off and unlocked via Revone method, then flash TWRP, flash a few mods, and then get back to stock recovery , s-off, locked bootloader. Is that all possible. Does a nandroid backup, backup's stock recovery as well???
Thanks in advance guys.
You can't do a nandroid without custom recovery so that is out of the picture. OTA zip files however contain the recovery file you need.
mathrania said:
I would like to know as to how can i backup stock recovery? Bcoz, i wish to go S-off and unlocked via Revone method, then flash TWRP, flash a few mods, and then get back to stock recovery , s-off, locked bootloader. Is that all possible. Does a nandroid backup, backup's stock recovery as well???
Thanks in advance guys.
Click to expand...
Click to collapse
If you're still on stock recovery at the moment - go into fastboot and command:
fastboot boot name_of_your_custom_recovery.img
This will just boot into custom recovery without flashing it. Do a backup and it will backup your stock recovery.
Sent from my HTC One using xda premium
redbull123 said:
If you're still on stock recovery at the moment - go into fastboot and command:
fastboot boot name_of_your_recovery.img
This will just boot into recovery without flashing it. Do a backup and it will backup your stock recovery.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
Yes I am in stock recovery..
how do I know the name of the recovery?? Or do I need to name it by mnyself..... and after backup, which place do i need to find it in my phone to secure the backup copy....
Sorry, Limited to 8 thanks per day...
mathrania said:
Yes I am in stock recovery..
how do I know the name of the recovery?? Or do I need to name it by mnyself..... and after backup, which place do i need to find it in my phone to secure the backup copy....
Sorry, Limited to 8 thanks per day...
Click to expand...
Click to collapse
You'll need to download either CWM or TWRP. You can rename the download if you want to something like cwm.img or twrp.img to make it easier.
Once the backup is done it will be on your phones internal storage in the clockworkmod or TWRP folder - depending which one you choose to boot. Just copy it to your PC.
Sent from my HTC One using xda premium
redbull123 said:
You'll need to download either CWM or TWRP. You can rename the download if you want to something like cwm.img or twrp.img to make it easier.
Once the backup is done it will be on your phones internal storage in the clockworkmod or TWRP folder - depending which one you choose to boot. Just copy it to your PC.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
I will comeback to thank you after my limit of 8 thanks per day get expired
redbull123 said:
You'll need to download either CWM or TWRP. You can rename the download if you want to something like cwm.img or twrp.img to make it easier.
Once the backup is done it will be on your phones internal storage in the clockworkmod or TWRP folder - depending which one you choose to boot. Just copy it to your PC.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
One question though... i bought this phone as a used, and it was Tampered and Relocked. When I selected the recovery option, it booted the phone to somewhat stock like recovery, and then after some process, the phone rebooted, and the phone was totally Factory Reset.... everything in the storage was gone too..... so is there an way to check if it is indeed a stock recovery, or this is the normal behaviour of stock recovery...?
You need to unlock your bootloader before doing anything with custom recovery. Use Revone or the official HTC Dev method
Sent from my HTC One using xda premium
redbull123 said:
If you're still on stock recovery at the moment - go into fastboot and command:
fastboot boot name_of_your_custom_recovery.img
This will just boot into custom recovery without flashing it. Do a backup and it will backup your stock recovery.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
Good tip
redbull123 said:
If you're still on stock recovery at the moment - go into fastboot and command:
fastboot boot name_of_your_custom_recovery.img
This will just boot into custom recovery without flashing it. Do a backup and it will backup your stock recovery.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
this method of just booting a custom recovery used to work with OLDER hboot versions. but it doesn't work with newer hboots. my hboot version is 1.54.0000 and when I use the command mentioned above, my bootloader menu just freezes!! guess I'll have to look for the OTA file then to find the stock bootloader!
pritam.paul.360 said:
this method of just booting a custom recovery used to work with OLDER hboot versions. but it doesn't work with newer hboots. my hboot version is 1.54.0000 and when I use the command mentioned above, my bootloader menu just freezes!!
Click to expand...
Click to collapse
Yep, I know. It worked when I wrote it, over 6 weeks ago.
Sent from my HTC One using XDA Premium 4 mobile app
redbull123 said:
Yep, I know. It worked when I wrote it, over 6 weeks ago.
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
uh, I see! guess I didn't notice the date!
pritam.paul.360 said:
this method of just booting a custom recovery used to work with OLDER hboot versions. but it doesn't work with newer hboots. my hboot version is 1.54.0000 and when I use the command mentioned above, my bootloader menu just freezes!! guess I'll have to look for the OTA file then to find the stock bootloader!
Click to expand...
Click to collapse
Not sure if it helps as I was still on 1.44 HBoot, but when I tried the command while the bootloader was locked, my bootloader would also freeze and I had to do a hard reset. Once I unlocked my bootloader, the boot command worked.
wckong said:
Not sure if it helps as I was still on 1.44 HBoot, but when I tried the command while the bootloader was locked, my bootloader would also freeze and I had to do a hard reset. Once I unlocked my bootloader, the boot command worked.
Click to expand...
Click to collapse
first of all, you must have your bootloader unlocked in order to boot/flash a custom recovery. you can't do so if your bootloader is locked. and secondly, yeah, I also had the boot command worked out before I had the 1.54 Hboot. I guess this one doesn't allow 'just' booting a custom recovery!
Hello guys, I really messed up my phone.
I was trying to relock, and unroot my phone but it didnt go as planned.
Long story short, I cannot flash ANYTHING through CWM or TWRP (latest versions) and none of my files shows up in either of these recoveries. When i push a file through adb i get an error code on both. I believe that CWM said it cannot mount E:/SD Card.
I also have nothing to bootup to (bootloop)
I really need my phone and any help would be greatly appreciated!
mymonkeyballs said:
Hello guys, I really messed up my phone.
I was trying to relock, and unroot my phone but it didnt go as planned.
Long story short, I cannot flash ANYTHING through CWM or TWRP (latest versions) and none of my files shows up in either of these recoveries. When i push a file through adb i get an error code on both. I believe that CWM said it cannot mount E:/SD Card.
I also have nothing to bootup to (bootloop)
I really need my phone and any help would be greatly appreciated!
There will be a cash reward for the person to help me get this working. (paypal)
Click to expand...
Click to collapse
Just calm down buddy... This is the second thread you've made so far. Now I'm going to help you and I dont want any of your money. I just want you to agree on one term and that is to not make another thread about this.
That sucks balls MyMonkeyBalls..
Yeah, has happened to me too, I had to send in to get fixed, been 3 weeks so far.
Have a read over the forums for mine and others same issue, there are tips on how to fix but this is becoming very common at the moment, I can not offer any suggestions because everything i did did not work
Good luck
Tw1tchy said:
Just calm down buddy... This is the second thread you've made so far. Now I'm going to help you and I dont want any of your money. I just want you to agree on one term and that is to not make another thread about this.
Click to expand...
Click to collapse
Sorry bro , just freaking out. Agreed.
twerg said:
That sucks balls MyMonkeyBalls..
Click to expand...
Click to collapse
LOL!!
anyways...
what build of CM10.2 was it (example: cm-10.2-20130809-UNOFFICIAL-m7ul.zip)?
Kernel?
Firmware? (or Hboot#)
Do you have nandroid?
have you tried to go to stock?
S-OFF?
locked/relocked/unlocked?
logcats? (twrp or cwm)
ATT, TMO, Sprint, GPE, etc?
Any other info?
Tw1tchy said:
LOL!!
anyways...
what build of CM10.2 was it (example: cm-10.2-20130809-UNOFFICIAL-m7ul.zip)?
Kernel?
Firmware? (or Hboot#)
Do you have nandroid?
have you tried to go to stock?
S-OFF?
locked/relocked/unlocked?
logcats? (twrp or cwm)
ATT, TMO, Sprint, GPE, etc?
Any other info?
Click to expand...
Click to collapse
cm-10.2-20130815-UNOFFICIAL-m7ul_doubleTap.zip
Kernel that came with the ROM
1.44.0000
I dont believe I have a nandroid anymore, if i do it would be TWRP's.
I cant get back to stock
S-On
Unlocked
No
Bell (unlocked)
Nothing is showing up in Twrp or CWM its like i have nothing installed on my device. I have a constant bootloop with the cm10.2 boot animation.
I believe it all started going crazy when i tried to go back to stock and wipe the data (i did a factory reset from hboot as well as cwm)
mymonkeyballs said:
cm-10.2-20130815-UNOFFICIAL-m7ul_doubleTap.zip
Kernel that came with the ROM
1.44.0000
I dont believe I have a nandroid anymore, if i do it would be TWRP's.
I cant get back to stock
S-On
Unlocked
No
Bell (unlocked)
Nothing is showing up in Twrp or CWM its like i have nothing installed on my device. I have a constant bootloop with the cm10.2 boot animation.
Click to expand...
Click to collapse
Before LC's CM10.2 were you running a 4.1.2 rom?
Tw1tchy said:
Before LC's CM10.2 were you running a 4.1.2 rom?
Click to expand...
Click to collapse
No. 4.2.2
mymonkeyballs said:
No. 4.2.2
Click to expand...
Click to collapse
Okay well that rules out the simple.
Now lets see if i understand the situation correctly. If you try to boot into system all you get is a CM bootloop and custom recovery's show an empty sdcard? You say adb commands dont work but have you tried fastboot commands in fastboot mode yet?
Try:
fastboot devices
fastboot erase cache
fastboot reboot-recovery
Dude - he's done a factory reset from the bootloader which has wiped his virtual sd card. You basically need to format it back into a fat32 partition so the adb side load will work.
Sent from my HTC One using XDA Premium 4 mobile app
Tw1tchy said:
Okay well that rules out the simple.
Now lets see if i understand the situation correctly. If you try to boot into system all you get is a CM bootloop and custom recovery's show an empty sdcard? You say adb commands dont work but have you tried fastboot commands in fastboot mode yet?
Try:
fastboot devices
fastboot erase cache
fastboot reboot-recovery
Click to expand...
Click to collapse
Yes. Fastboot commands work but doesnt resolve my issue.
thejosh86 said:
Dude - he's done a factory reset from the bootloader which has wiped his virtual sd card. You basically need to format it back into a fat32 partition so the adb side load will work.
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
So what do I have to do sorry
I've done this before a long time ago now myself and was able to fix it because I could still boot into my rom and windows would offer to format it for me.
There used to be a guide in the One XL forum with a step by step even a youtube how to fix it - just trying to find it now.
Edit: Okay found it - full props to XsMagical for this fix.
Youtube is here: http://www.youtube.com/watch?v=H-vf5eHV3_s&feature=youtu.be
Original XDA Post here: http://forum.xda-developers.com/showthread.php?t=1942605
It's for a One XL but the principle is the same as they both use Virtual SD Cards.
Make sure you're in the bootloader go into fastboot
Download the stock recovery from this link: https://www.dropbox.com/s/v7byetxqc2ogzqq/recovery144.img
Make sure the downloaded image is in the same folder as your fastboot.
fastboot flash recovery recovery144.img
fastboot erase cache
fastboot reboot-bootloader
Go into bootloader and then choose Factory Reset - let that finish running
Go into fastboot
fastboot flash recovery <custom recovery>.img
fastboot erase cache
fastboot reboot-bootloader
Now you can go into recovery and try sideloading a rom and then flashing it.
thejosh86 said:
I've done this before a long time ago now myself and was able to fix it because I could still boot into my rom and windows would offer to format it for me.
There used to be a guide in the One XL forum with a step by step even a youtube how to fix it - just trying to find it now.
Click to expand...
Click to collapse
I would highly appreciate that. Thanks bro
thejosh86 said:
I've done this before a long time ago now myself and was able to fix it because I could still boot into my rom and windows would offer to format it for me.
There used to be a guide in the One XL forum with a step by step even a youtube how to fix it - just trying to find it now.
Edit: Okay found it - full props to XsMagical for this fix.
Youtube is here: http://www.youtube.com/watch?v=H-vf5eHV3_s&feature=youtu.be
It's for a One XL but the principle is the same as they both use Virtual SD Cards.
Make sure you're in the bootloader go into fastboot
Download the stock recovery from this link: https://www.dropbox.com/s/v7byetxqc2ogzqq/recovery144.img
Make sure the downloaded image is in the same folder as your fastboot.
fastboot flash recovery recovery144.img
fastboot erase cache
fastboot reboot-bootloader
Go into bootloader and then choose Factory Reset - let that finish running
Go into fastboot
fastboot flash recovery <custom recovery>.img
fastboot erase cache
fastboot reboot-bootloader
Now you can go into recovery and try sideloading a rom and then flashing it.
Click to expand...
Click to collapse
Thanks ! Testing it now. Will update.
thejosh86 said:
I've done this before a long time ago now myself and was able to fix it because I could still boot into my rom and windows would offer to format it for me.
There used to be a guide in the One XL forum with a step by step even a youtube how to fix it - just trying to find it now.
Edit: Okay found it - full props to XsMagical for this fix.
Youtube is here: http://www.youtube.com/watch?v=H-vf5eHV3_s&feature=youtu.be
Original XDA Post here: http://forum.xda-developers.com/showthread.php?t=1942605
It's for a One XL but the principle is the same as they both use Virtual SD Cards.
Make sure you're in the bootloader go into fastboot
Download the stock recovery from this link: https://www.dropbox.com/s/v7byetxqc2ogzqq/recovery144.img
Make sure the downloaded image is in the same folder as your fastboot.
fastboot flash recovery recovery144.img
fastboot erase cache
fastboot reboot-bootloader
Go into bootloader and then choose Factory Reset - let that finish running
Go into fastboot
fastboot flash recovery <custom recovery>.img
fastboot erase cache
fastboot reboot-bootloader
Now you can go into recovery and try sideloading a rom and then flashing it.
Click to expand...
Click to collapse
HALLELUJAH !! She is working ! Words cannot describe how happy i am ! i thought i was done! THANK YOU!
hahaha no worries mate, it's all part of the learning process.
Now just remember when you've got a custom recovery you don't need to use the factory reset in bootloader!
We saved mymonkeyballs =D
Sent from my One using xda app-developers app
thejosh86 said:
I've done this before a long time ago now myself and was able to fix it because I could still boot into my rom and windows would offer to format it for me.
There used to be a guide in the One XL forum with a step by step even a youtube how to fix it - just trying to find it now.
Edit: Okay found it - full props to XsMagical for this fix.
Youtube is here: http://www.youtube.com/watch?v=H-vf5eHV3_s&feature=youtu.be
Original XDA Post here: http://forum.xda-developers.com/showthread.php?t=1942605
It's for a One XL but the principle is the same as they both use Virtual SD Cards.
Make sure you're in the bootloader go into fastboot
Download the stock recovery from this link: https://www.dropbox.com/s/v7byetxqc2ogzqq/recovery144.img
Make sure the downloaded image is in the same folder as your fastboot.
fastboot flash recovery recovery144.img
fastboot erase cache
fastboot reboot-bootloader
Go into bootloader and then choose Factory Reset - let that finish running
Go into fastboot
fastboot flash recovery <custom recovery>.img
fastboot erase cache
fastboot reboot-bootloader
Now you can go into recovery and try sideloading a rom and then flashing it.
Click to expand...
Click to collapse
thejosh86 said:
hahaha no worries mate, it's all part of the learning process.
Now just remember when you've got a custom recovery you don't need to use the factory reset in bootloader!
Click to expand...
Click to collapse
Haha, that was kinda stupid now that i look back on it. I cannot say thank you enough!
mymonkeyballs said:
Haha, that was kinda stupid now that i look back on it. I cannot say thank you enough!
Click to expand...
Click to collapse
Hey dude, don't forget to put [Resolved] in the thread title.
I am on stock 4.3
hboot 1.55.00
HTCDEV unlocked
Rumrunner S-OFFed.
I tried every recovery Only Phillz would work but it failed to flash any custom rom (tried ViperOne 6.1, Stock with goodies and SOKP)
I tried fastboot erase cache and fastboot format cache after flashing TWRP but it wouldnt work
Tried flashing TWRP recovery from Phillz with ROOTLINUX recovery flasher
Nothing would work
Only TWRP 2.5.00 would boot but touch is not working
There was a thread almost similar to mine http://forum.xda-developers.com/showthread.php?p=52361688 but no one was answering. I guess starting a new one would help
I need Help here please
------------------------------------------------------------------------------------
Ok Finally got it working thanks to my friend @ludatrick ( I owe u one my friend really ).
The thing is I had to issue the command twice back to back ( fastboot flash recovery twrp_xxx.img) and after that fastboot erase cache.
It did it now I rocking the latest TWRP Thanks again guys. XDA is tha bomb!!!
I Upgraded to Hoot 1.56 but its still the same. TWRP 2.5.0.0 and 2.6.0.1 are booting but I have no touch.others are just not booting.
bombo_b said:
I Upgraded to Hoot 1.56 but its still the same. TWRP 2.5.0.0 and 2.6.0.1 are booting but I have no touch.others are just not booting.
Click to expand...
Click to collapse
have you tried openrecovery-twrp-2.6.3.0-m7wls.img through fastboot
the command would be:: fastboot flash recovery openrecovery-twrp-2.6.3.0-m7wls.img
Aldo101t said:
have you tried openrecovery-twrp-2.6.3.0-m7wls.img through fastboot
the command would be:: fastboot flash recovery openrecovery-twrp-2.6.3.0-m7wls.img
Click to expand...
Click to collapse
I tried that already.I think I might have some hardware problem but phillz is working fine.It just cant flash ViperOne or any other sense 6 rom
bombo_b said:
I tried that already.I think I might have some hardware problem but phillz is working fine.It just cant flash ViperOne or any other sense 6 rom
Click to expand...
Click to collapse
bro for which device?
Try the latest TWRP 2.7.0.9.
It would take a miracle for that to change anything, but it's worth a shot.
ludatrick said:
bro for which device?
Click to expand...
Click to collapse
sauprankul said:
Try the latest TWRP 2.7.0.9.
It would take a miracle for that to change anything, but it's worth a shot.
Click to expand...
Click to collapse
@ludatrick we are in sprint one M7 forums
@sauprankul sorry its not booting to it
Thanks guys
bombo_b said:
@ludatrick we are in sprint one M7 forums
@sauprankul sorry its not booting to it
Thanks guys
Click to expand...
Click to collapse
Had to confirm since I saw u pretty much have done all..., I have a M7 from Sprint also (it's my laboratory and it's still working)
Sent from my HTC One using Tapatalk
bombo_b said:
@sauprankul sorry its not booting to it
Thanks guys
Click to expand...
Click to collapse
OK, so you flashed the latest TWRP via fastboot. That didn't help.
Instead of using the all in one, try this:
http://forum.xda-developers.com/showthread.php?t=2251800
if you haven't already.
Maybe the All-in-one isn't working because it can't recognize your device?
Not to be a pessimist, but I'm not sure if this will work either.
sauprankul said:
OK, so you flashed the latest TWRP via fastboot. That didn't help.
Instead of using the all in one, try this:
http://forum.xda-developers.com/showthread.php?t=2251800
if you haven't already.
Maybe the All-in-one isn't working because it can't recognize your device?
Not to be a pessimist, but I'm not sure if this will work either.
Click to expand...
Click to collapse
Did that.Gonna change my screen assembly over the weekend and start from stock RUU again.I will keep you posted. Thanks
Ok worked it out!!!!! yay!
bombo_b said:
I am on stock 4.3
hboot 1.55.00
HTCDEV unlocked
Rumrunner S-OFFed.
I tried every recovery Only Phillz would work but it failed to flash any custom rom (tried ViperOne 6.1, Stock with goodies and SOKP)
I tried fastboot erase cache and fastboot format cache after flashing TWRP but it wouldnt work
Tried flashing TWRP recovery from Phillz with ROOTLINUX recovery flasher
Nothing would work
Only TWRP 2.5.00 would boot but touch is not working
There was a thread almost similar to mine http://forum.xda-developers.com/showthread.php?p=52361688 but no one was answering. I guess starting a new one would help
I need Help here please
------------------------------------------------------------------------------------
Ok Finally got it working thanks to my friend @ludatrick ( I owe u one my friend really ).
The thing is I had to issue the command twice back to back ( fastboot flash recovery twrp_xxx.img) and after that fastboot erase cache.
It did it now I rocking the latest TWRP Thanks again guys. XDA is tha bomb!!!
Click to expand...
Click to collapse
That's alright man!
Sent from my HTC One using Tapatalk
Sorry for the nooby question but I am new to Huawei. Will I keep receiving updates after unlocking my boot loader ? What if I'll route my phone, will updates keep coming ?
Thanks for the help.
yes u can always receive & download updates.
u just cant flash the firmware if u r on custom recovery (twrp,etc). root will be removed. updates will overwrite system partition to stock.
Sent from my Huawei P9 Plus using XDA Labs
download update then you can just flash stock recovery (no need to remove later versions of SU as they are integrated into system) then after update, flash TWRP and SU (to get root back), takes 5 minutes.
I always flash TWRP to the erecovery (recovery2) partition, so no need to flash the stock Recovery before the update
This way you can have stock recovery & TWRP at the same time.
eintracht1895 said:
I always flash TWRP to the erecovery (recovery2) partition, so no need to flash the stock Recovery before the update
This way you can have stock recovery & TWRP at the same time.
Click to expand...
Click to collapse
good info. im new to this device. how to enter twrp after flashing to recovery2 partition.
monx® said:
good info. im new to this device. how to enter twrp after flashing to recovery2 partition.
Click to expand...
Click to collapse
When your phone boots just press volume up at the screen which says that your device is unlocked and can't be trusted. You also can use the apk from here: http://forum.xda-developers.com/showpost.php?p=67463880&postcount=6
By the way, do you plan to make a Rom for the P9 Plus? I know you from my old Xperia days and always loved your Roms
eintracht1895 said:
I always flash TWRP to the erecovery (recovery2) partition, so no need to flash the stock Recovery before the update
This way you can have stock recovery & TWRP at the same time.
Click to expand...
Click to collapse
How does one flash twrp to recovery 2 partition? Would love to set things up as you have, thanks
sent from my P9+
Jostian said:
How does one flash twrp to recovery 2 partition? Would love to set things up as you have, thanks
sent from my P9+
Click to expand...
Click to collapse
Just boot into fastboot mode and flash the TWRP.img with this command: “fastboot flash recovery2 twrp.img“ and replace twrp with the name of your twrp image.
eintracht1895 said:
I always flash TWRP to the erecovery (recovery2) partition, so no need to flash the stock Recovery before the update
This way you can have stock recovery & TWRP at the same time.
Click to expand...
Click to collapse
GENIUS!
there are 2 recoveries for this but I never thought about making use of the second one... How do you choose which recovery to enter into though?
zhuanyi said:
GENIUS!
there are 2 recoveries for this but I never thought about making use of the second one... How do you choose which recovery to enter into though?
Click to expand...
Click to collapse
If you want to boot into stock recovery, press and hold volume up right after you started/restarted your phone (you have to press the button before you see the Huawei logo).
For twrp just press and hold volume up when you see the screen which says your device is unlocked.
Or you can use the app from post #6.
I was running Freedom OS CE 2.5 and I dirty flashed official OOS 4.1.0 and got into a bootloop.
I restarted the phone into twrp and it told me that it was read only so I wasn't seeing any zip files. I tried to use repair in the Wipe section by changing file format. I think I chose FAT...I honestly can't remember. But when I swipe to repair and I got stock on updating partition. So I restarted the device into twrp again but this time I'm stock on just the splash screen....won't start.
All I'm getting into is bootloader mode.
Help please
Use fastboot to wipe recovery and flash TWRP again. Alternatively, directly sideload your ROM.
Anova's Origin said:
Use fastboot to wipe recovery and flash TWRP again. Alternatively, directly sideload your ROM.
Click to expand...
Click to collapse
Thank you so much. But what about how I tried changing the format from what it was originally? Should I be worried or that's a minor issue?
ddaharu said:
Thank you so much. But what about how I tried changing the format from what it was originally? Should I be worried or that's a minor issue?
Click to expand...
Click to collapse
You should reformat those partitions that you've changed. Ext4 or f2fs for /data and ext4 for all other partitions. This can be done through either fastboot or TWRP.
Anova's Origin said:
You should reformat those partitions that you've changed. Ext4 or f2fs for /data and ext4 for all other partitions. This can be done through either fastboot or TWRP.
Click to expand...
Click to collapse
Are these the commands I should use?
c:\adb>fastboot erase recovery
c:\adb>fastboot flash recovery twrp
Well as you said, after this I can reenter recovery and reformat the partitions and I should be fine right?
Thanks for all your help man...
ddaharu said:
Are these the commands I should use?
c:\adb>fastboot erase recovery
c:\adb>fastboot flash recovery twrp
Well as you said, after this I can reenter recovery and reformat the partitions and I should be fine right?
Thanks for all your help man...
Click to expand...
Click to collapse
Dont forget the ".img" when referring to images"
c:\adb>fastboot flash recovery twrp.img
Anova's Origin said:
Dont forget the ".img" when referring to images"
c:\adb>fastboot flash recovery twrp.img
Click to expand...
Click to collapse
One last question. Is there any twrp version you'll recommend? Or anyone is good?
ddaharu said:
One last question. Is there any twrp version you'll recommend? Or anyone is good?
Click to expand...
Click to collapse
3.0.4-1 has proven to be the most stable so far.
I've also been using 3.1.0-1 for a while and haven't noticed any issues.
Avoid 3.1.0.0 though, as there has been many reports of issues with it.
Anova's Origin said:
3.0.4-1 has proven to be the most stable so far.
I've also been using 3.1.0-1 for a while and haven't noticed any issues.
Avoid 3.1.0.0 though, as there has been many reports of issues with it.
Click to expand...
Click to collapse
MY PHONE IS RUNNING AGAIN! thanks for your help man.
Btw! Seeing that the positions were somewhat corrupted, I actually had to use stock recovery to sideload the stock ROM then flash TWRP and finally on freedom is 2.6.1
Thanks again, mate. :highfive:
ddaharu said:
I was running Freedom OS CE 2.5 and I dirty flashed official OOS 4.1.0 and got into a bootloop.
I restarted the phone into twrp and it told me that it was read only so I wasn't seeing any zip files. I tried to use repair in the Wipe section by changing file format. I think I chose FAT...I honestly can't remember. But when I swipe to repair and I got stock on updating partition. So I restarted the device into twrp again but this time I'm stock on just the splash screen....won't start.
All I'm getting into is bootloader mode.
Help please
Click to expand...
Click to collapse
I faced a similar issue with twrp , just try to flash twrp again using fastboot mode , in case it does not work again then try to flash it a few more times , it would surely work , I have already tried it , but before that try to factory reset ur phone using twrp and reboot to twrp and only use the first method if the problem exists after that
9891ishu said:
I faced a similar issue with twrp , just try to flash twrp again using fastboot mode , in case it does not work again then try to flash it a few more times , it would surely work , I have already tried it , but before that try to factory reset ur phone using twrp and reboot to twrp and only use the first method if the problem exists after that
Click to expand...
Click to collapse
Thanks. I got through.