I installed philz recovery yet when i open recovery mode, it shows a dead blue android. How to open my recovery.
Thanks in advanced
It seems you have stock recovery how did you flash it did you use toolkit by anil293 or did flash using fastboot and look for unlock boot loader option in toolkit or did you unlock boot loader if you didn't unlock try unlocking first an then flash recovery happy to help and also don't write THANKS HIT the thanks button IT would mean a lot to us developers
You can boot to recovery by the command >> fastboot boot recovery.img
Sent from my Sparkle V
nap533 said:
It seems you have stock recovery how did you flash it did you use toolkit by anil293 or did flash using fastboot and look for unlock boot loader option in toolkit or did you unlock boot loader if you didn't unlock try unlocking first an then flash recovery happy to help and also don't write THANKS HIT the thanks button IT would mean a lot to us developers
Click to expand...
Click to collapse
I tried both. First I did with adb. It worked fine till I installed lollipop of India.
Didn't work after that, then I used the all in one kit as well, still no luck. I used their rotund option, it opened philz somehow. Please help
How did you install lollipop by restoring or flashable zip and which device are you using and my device is canvas a1 at first i installed lollipop using philz backup and then it got to stock recovery and i lost root and this is what i did then I installed official drivers and use minimal adb and fastboot tool and downloaded the official twrp and placed the img file in c/minimal adb directory and rename the file to twrp.img and NOT twrp.img.img and connected device in fastboot mode and typed (fastboot devices) a serial number displayed and typed fastboot flash recovery twrp.img and voila I got the twrp up and running from then I've been using twrp and also download the material theme IF you got any errors post here
Flash the recovery image using fast boot
Sent from my Sparkle V
Related
I have been using "fastboot boot recovery.img" to load into TWRP after OTA updates to load SuperSU as I am only rooted using the stock ROM. However, after this recent update (2.16.651.4) that includes the WiFi Calling and Android 4.4.3, when I run the command it just causes the phone to reboot. It does not reboot into TWRP, which is my recovery.img file.
I found a Nexus thread talking about having to add a kernel command line for the Nexus after a certain version of hboot, so I am not sure if it is related.
Does anyone know how to fastboot boot now with the latest update? I would like to avoid replacing my stock recovery with TWRP and just continue to boot into it. Alternatively, is there any other way to install supersu?
Thank you,
Ben
ReproOne said:
I have been using "fastboot boot recovery.img" to load into TWRP after OTA updates to load SuperSU as I am only rooted using the stock ROM. However, after this recent update (2.16.651.4) that includes the WiFi Calling and Android 4.4.3, when I run the command it just causes the phone to reboot. It does not reboot into TWRP, which is my recovery.img file.
I found a Nexus thread talking about having to add a kernel command line for the Nexus after a certain version of hboot, so I am not sure if it is related.
Does anyone know how to fastboot boot now with the latest update? I would like to avoid replacing my stock recovery with TWRP and just continue to boot into it. Alternatively, is there any other way to install supersu?
Thank you,
Ben
Click to expand...
Click to collapse
As a quick work around flash twrp onto the device, once done with it then flash the factory recovery back, Also check to make sure your bootloader didn't relock after update.
stock recovery from the update.
nfinitefx45 said:
As a quick work around flash twrp onto the device, once done with it then flash the factory recovery back, Also check to make sure your bootloader didn't relock after update.
stock recovery from the update.
Click to expand...
Click to collapse
Thank you for the reply. I thought about taking that approach, but I was really hoping someone would have an answer on why the procedure wasn't working now. My bootloader is still unlocked.
I found this as an approach someone did on the Nexus 4 for a similar issue:
fastboot -c "lge.kcal=0|0|0|x" boot customrecovery.img
Thoughts?
nfinitefx45:
I did just now flash TWRP into recovery, loaded SuperSU, and then flashed your recovery.img back to the phone. So thank you very much for the recovery.img.
I'd still like to know if fastboot boot can still work, and also if there is a way in the future I can get my own recovery.img (possibly back it up before taking an OTA)?
ReproOne said:
nfinitefx45:
I did just now flash TWRP into recovery, loaded SuperSU, and then flashed your recovery.img back to the phone. So thank you very much for the recovery.img.
I'd still like to know if fastboot boot can still work, and also if there is a way in the future I can get my own recovery.img (possibly back it up before taking an OTA)?
Click to expand...
Click to collapse
not sure about the fastboot issue, but to backup your recovery any time just go to adb and type the following
adb shell
su
dd if=/dev/block/mmcblk0p43 of=/sdcard2/recovery.img
this will copy your recovery to the external sdcard
Thank you for those steps. I do not have an external SD card installed, so I modified it to store the recovery.img on sdcard instead.
Now I can always fastboot flash twrp and then back to stock recovery.
Thank you again!
nfinitefx45 said:
not sure about the fastboot issue, but to backup your recovery any time just go to adb and type the following
adb shell
su
dd if=/dev/block/mmcblk0p43 of=/sdcard2/recovery.img
this will copy your recovery to the external sdcard
Click to expand...
Click to collapse
You would need root to do this. Not being able to use "fastboot boot" you would just be backing up the flashed recovery. Possibly towel root temp root, but I would assume it has been patched in newest update.
So I am S-On with a non-HK M8
I was on stock rooted 4.4.2 and I flashed the stock recovery and took the OTA
Now I am on 4.4.3 and still have SuperSU installed (not rooted)
Everything is working fine, but when I try to boot to recovery i get the red triangle with the !
Any suggestions?
neudof said:
So I am S-On with a non-HK M8
I was on stock rooted 4.4.2 and I flashed the stock recovery and took the OTA
Now I am on 4.4.3 and still have SuperSU installed (not rooted)
Everything is working fine, but when I try to boot to recovery i get the red triangle with the !
Any suggestions?
Click to expand...
Click to collapse
That's the stock recovery. Did you ever flash a custom recovery back on after the OTA?
xPhantom said:
That's the stock recovery. Did you ever flash a custom recovery back on after the OTA?
Click to expand...
Click to collapse
I am s-on & unlocked but i was able to flash the stock recovery from sd card to take the ota.
Is it possible to flash twrp back in the same way?
neudof said:
I am s-on & unlocked but i was able to flash the stock recovery from sd card to take the ota.
Is it possible to flash twrp back in the same way?
Click to expand...
Click to collapse
Yes, after the OTA, just flash TWRP back through fastboot and then re-flash SuperSU to get root back.
nfinitefx45 said:
As a quick work around flash twrp onto the device, once done with it then flash the factory recovery back, Also check to make sure your bootloader didn't relock after update.
stock recovery from the update.
Click to expand...
Click to collapse
I just applied the update released today, and I tried to save the recovery.img file before flashing TWRP. However, it kept giving me permission denied. Do you have the recovery.img file from the update released today so I can use it for the next update?
fastboot not working
please any help on how to access fastboot on HTC one m8.
its showing black screen n fastboot mode...
wot can I do 2 annul d problem
rooting problem
hey i am using htc one m8, i unlocked the bootloader and the device reads as
device status modified
*unlocked*
s-on
after this i flashed twrp and cwm a couple of times but its not loading on the device but shows success in the command window, however after clicking on recovery the custom recovery does not show up, and it reboots back into the fastboot mode.
please help me
thank you
jinal shah said:
hey i am using htc one m8, i unlocked the bootloader and the device reads as
device status modified
*unlocked*
s-on
after this i flashed twrp and cwm a couple of times but its not loading on the device but shows success in the command window, however after clicking on recovery the custom recovery does not show up, and it reboots back into the fastboot mode.
please help me
thank you
Click to expand...
Click to collapse
What's the output in the terminal when you fastboot flash recovery?
rooting problem
It doesn't show any error as such.
In the command window it shows successful.
But when I click on recovery it reboots back to fast boot.
Like for a second it shows the screen which reads 'this build is only for developers'
But then instead of opening Twrp it reboots back to fast boot.
Hi all,
I'm trying to root my UK XT1068 (5.0.2) with retgb firmware. I tried CF Autoroot first, but that wasn't working because there is no retgb download image. So then I thought I would try to manually unlock the bootloader and flash TWRP then install a custom pre rooted rom. I unlocked the bootloader fine, and flashed TWRP successfully, but when I navigate to 'recovery' in the bootloader I just get a no command error. I tried installing CWM too, but I just get the same result. What am I doing wrong? All I want is to root my phone
Thanks in advance!
I ran twrp 2.8.4.0 recovery via fastboot and then flashed superSU 1.8.4. Once booted up with root I installed flashify and flashed twrp to recovery. I think SuperSU changed the flash stock recovery file with bak so that it did not reflash stock recovery on reboots
Duck86 said:
Hi all,
I'm trying to root my UK XT1068 (5.0.2) with retgb firmware. I tried CF Autoroot first, but that wasn't working because there is no retgb download image. So then I thought I would try to manually unlock the bootloader and flash TWRP then install a custom pre rooted rom. I unlocked the bootloader fine, and flashed TWRP successfully, but when I navigate to 'recovery' in the bootloader I just get a no command error. I tried installing CWM too, but I just get the same result. What am I doing wrong? All I want is to root my phone
Thanks in advance!
Click to expand...
Click to collapse
needed
SuperSu 2.45 link save to sd card and flash from inside twrp 2.8.5.0
Temporary Boot of TWRP 2.8.50 link save to pc and run from pc
or
Flash and replace recovery with TWRP 2.8.5.0 link save to pc and run from pc
how to use links
save the super su 2.45 as a zip to your external (in phone) sd card
save either temp boot twrp 2.8.5.0 or twrp flashable to pc and extract to folder
usb cable plugged in and phone in AP fastboot flash mode
run the script (.bat file) called TWRP recovery xxxxx file
once in TWRP install super su 2.45 zip (from external sd card)
reefuge: I was having the same problem as OP.
I used the details in your post, and all is now working fine.
Thanks. :good:
i m stuck at the bootloader process
it says my bootloader doesnt qualify to unlock ... but my device is qualified to unlock... pls help bud i tried alot of things from morning how to unlock boot loader?
reefuge said:
needed
SuperSu 2.45 link save to sd card and flash from inside twrp 2.8.5.0
Temporary Boot of TWRP 2.8.50 link save to pc and run from pc
or
Flash and replace recovery with TWRP 2.8.5.0 link save to pc and run from pc
how to use links
save the super su 2.45 as a zip to your external (in phone) sd card
save either temp boot twrp 2.8.5.0 or twrp flashable to pc and extract to folder
usb cable plugged in and phone in AP fastboot flash mode
run the script (.bat file) called TWRP recovery xxxxx file
once in TWRP install super su 2.45 zip (from external sd card)
Click to expand...
Click to collapse
Thanks reefuge! That worked like a charm!
Sent from my XT1068/69 using XDA Free mobile app
piyu121 said:
it says my bootloader doesnt qualify to unlock ... but my device is qualified to unlock... pls help bud i tried alot of things from morning how to unlock boot loader?
Click to expand...
Click to collapse
Here is a step by step:
forum.xda-developers.com/moto-g-2014/general/wip-unlock-bootloader-moto-g-2nd-gen-t2875728
Sent from my XT1068/69 using XDA Free mobile app
done that
Duck86 said:
Here is a step by step:
forum.xda-developers.com/moto-g-2014/general/wip-unlock-bootloader-moto-g-2nd-gen-t2875728
Bud I am stuck at the 1st step... I have the detailed video of these steps... The thing is as I mentioned above that I am unable to unlock my boot loadee it always say that my device is not qualified to get unlocked boot loader , but my device can be unlocked... Not only me a lot of people are complaining the same...
Click to expand...
Click to collapse
Is it the Motorola website that says your boot loader cannot be unlocked, or the command line output when you request OEM data?
Sent from my Moto G using XDA app
Devices:
Motorola Moto G 2014 - Titan Prime for XT1068 v1.1.1
Asus Nexus 7 2013 - Screw'd Android
After doing the xposed lollipop rom update for armv7 for my LG optimus l90 and I flashed it using twrp...... my phone rebooted like normal but once it got to T-mobile it got stuck there so I booted in twrp custom recovery mode and wipe the dalvik cache and the data. That did not work so I did a factory reset, now everytime I try to boot my phone it shows the LG logo and boots into recovery mode!! I don't have access to download mode because I unlocked the bootloader with this link: http://forum.xda-developers.com/lg-l90/general/guide-unlock-bootloader-t-mobile-l90-t2836457
So I only have access to Recovery mode (it is stock recovery though because I did a format through stock Recovery) (yes I have SD card) and fastboot!!
Does anyone else know how to fix this?? I think I might but I don't know where to get stock lg roms that are zip files and I can only get .kdz for the LG flash tool, but I cannot use that because I don't have Download mode.
Please help! Also I do not have root permissions anymore, so If there is a way to gain root through Recovery or Fastboot for this device that would be great!
Anyone? please?
Flash laf.img the KDZ or unlock boot loader flash a custom recovery the stock lollipop rom that has been rooted
Sent from my LollipOptimus™ D415 using XDA Free mobile app
Concussi_Somniar said:
Flash laf.img the KDZ or unlock boot loader flash a custom recovery the stock lollipop rom that has been rooted
Sent from my LollipOptimus™ D415 using XDA Free mobile app
Click to expand...
Click to collapse
I only have access to stock recovery mode and fastboot can you go into detail as to how to do this? Thank you for the help!
gwilly330 said:
I only have access to stock recovery mode and fastboot can you go into detail as to how to do this? Thank you for the help! [/QUOTE
Sorry it took so long to respond, hopefully you fixed the issue but you will need to obtain a computer with flash tool and required componets installed and SDK tools, you have the chance to use the "fastboot oem unlock" to unlock bootloader then "fastboot flash .img recover" or you could "fastboot flash laf.img laf" to restor laf.img to use download mode then to enter it and restore to KDZ
Disclaimer:The commands I have given may be wrong, look into the process in other threads in these forums.
Click to expand...
Click to collapse
i have a symphony roar a50 (Bangladesh). it was running everything stock and updated with twrp 2.8.7.0 without root. bootloader was unlocked.
i was trying to root the device with the AIO from this thread:
http://forum.xda-developers.com/cro.../android-one-toolkit-unlocks-relocks-t3294448
the phone suddenly rebooted in the middle of the process and was stuck in a bootloop. i tried to factory reset it but it still didn't work. was still on boot loop.
then i tried to flash the appropriate stock firmware but that didn't help it wont boot. stuck on the boot logo for 1.5 hrs. then tried CM13 nightlies and the cyanpop roms. still nothing.
i am currently in a state of shock as this is a fairly a new phone and i am to travel to Chittagong in ~11 hours.
please help
don't you take a backup ?
and don't you wipe every thing before flashing the cm13 ?
mithun mpk said:
don't you take a backup ?
and don't you wipe every thing before flashing the cm13 ?
Click to expand...
Click to collapse
yes i had a nandroid backup. but twrp says it is corrupt or some reason. and yes i wiped everything before cm13
downgrade twrp2.8.7 to 2.8.4.... 2.8.7 has problem with backup and recovery
https://www.androidfilehost.com/?fid=24389512218018336 twrp 2.8.8.x beta 3
btw this thread is wrong section
I too Had the same Problem once as I Tried Rooting My Android One through the same method as u did, So for fixing it I prefer that U FLASH The Stock MM ROM for Ur Device through STOCK Recovery ( Remember to Wipe Cache and Data b4 Flashing ) AND then ur Device mst be Fixed ( This method worked for me ) And Dude if u want to root Ur Device Follow This Method : -
1) FLASH TWRP RECOVERY
2) Reboot into Recovery and FLASH Thunderzap 5.1 Kernel through Recovery
3) Then FLASH SUPERSU ZIP from Recovery
4) Reboot And Done ! Ur Device is Rooted ! ?
@RoxAndroid how did you fallback to stock recovery from twrp? I'm stuck.
Tanzim Abir said:
@RoxAndroid how did you fallback to stock recovery from twrp? I'm stuck.
Click to expand...
Click to collapse
So......to do that Follow these Steps :-
Download Stock Recovery from here http://forum.xda-developers.com/crossdevice-dev/android-one-general/stockrecoveryandroid-one-t2917457
1) Make sure u have Installed ADB drivers ( If Already did, Skip Step 2)
2) To install ADB drivers first Unable USB debugging From the developer Options in the Setting ( If there is No Developer Options Goto-Setting-About Phone-Tap Build Number 7 Times and go back to settings and Open Developer Options and Unable USB debugging) And then Connect Your Phone to PC and Open ADB DRIVER executable File And Install Drivers.
3) Once Drivers are installed Download ADB AND FASTBOOT from here http://drive.google.com/file/d/0B1nu6Ydzrmi-dWdmS00tWjE1WHM
4)Extract the zip and open the folder and then HOLD SHIFT+Right Click and then click on Open Command Window here
5)And then boot your phone to Fastboot Mode, To do that Power Off the Device and HOLD POWER AND VOLUME UP key at the same time and then navigate to the Fastboot Mode by Volume UP button and and Click Volume Down button to select. Once you are in Fastboot Mode connect your Device to PC and go back to PC
6)Once Command Window is opened type following Command :-
Code:
fastboot devices
Code:
fastboot oem unlock
Code:
fastboot format userdata
Code:
fastboot flash recovery <Name of the Recovery in ur PC>
Code:
fastboot boot <Name of the Recovery in ur PC>
6) DONE ! STOCK RECOVERY IS FLASHED and Remember to keep Stock Recovery img file in the ADB AND FASTBOOT FOLDER
Thanks I'll try this asap currently on a train..
Okay.. I've shipped it to the customer care. They said I'll have to wait 3 days for it to get back. I'll report back then.
Thank you everyone for your input.
Closed as this has run its course.
hello i want to acces recovery menu, but won´t flash anything to my phone.
is it possible?
have download twrp-3.0.2.0-yuga.img unnamed it to recovery.img
fastboot boot recovery.img
it tells download ok
starting ok
than phone is booting normaly
what am i doing wrong?
xperia z with android 5.1.1 open bootloader
Hi, use this: https://twrp.me/devices/sonyxperiaz.html
(dd install method), download terminal emulator from playstore and type commands
Xperia Z doesn't support "fastboot boot" command
If you want to do this without flashing anything - this is impossible
damn
i have flashed twrp recovery, it worked without problems. device started into recovery, great but it boots always in the recovery.
-flashed xperia z with emma tool
-fastboot flash boot twrp.img
-reboot into recovery
fine but since them it boots always into recovery
have reboot from recovery into system or reboot or just turn device off and on.
(havent pressed any key while booting)
it boot everytime to recovery
can someone help pls
Sent from my C6603 using XDA-Developers mobile app
steve233 said:
i have flashed twrp recovery, it worked without problems. device started into recovery, great but it boots always in the recovery.
-flashed xperia z with emma tool
-fastboot flash boot twrp.img
-reboot into recovery
fine but since them it boots always into recovery
have reboot from recovery into system or reboot or just turn device off and on.
(havent pressed any key while booting)
it boot everytime to recovery
can someone help pls
Sent from my C6603 using XDA-Developers mobile app
Click to expand...
Click to collapse
You have flashed a recovery image to your boot partition, so it always boots to recovery. You need to flash a boot image to the boot partition.
But why do you want recovery if you won't flash anything to your phone?
By flashing recovery, you are doing exactly that anyway.
You have an unlocked bootloader, so you may as well flash an advanced stock kernel. It is stock kernel with twrp built into the boot.img. Check android development section.
thank you
since i know that i can't boot recovery without flashing, i have no other option as to flash.
can't i flash it to FOTA partition?
i have 10.7.A.0.222 firmware and need root access but like to do it manually
You can't boot directly to FOTA on XZ. Need modified boot.img or flash twrp to boot (like you did before). Then while in TWRP, flash Supersu.zip to get root. Afterwards flash kernel only in flashtool to get stock boot back
Sent from my C6603 using XDA-Developers mobile app
steve233 said:
i have flashed twrp recovery, it worked without problems. device started into recovery, great but it boots always in the recovery.
-flashed xperia z with emma tool
-fastboot flash boot twrp.img
-reboot into recovery
fine but since them it boots always into recovery
have reboot from recovery into system or reboot or just turn device off and on.
(havent pressed any key while booting)
it boot everytime to recovery
can someone help pls
Click to expand...
Click to collapse
same problem please help asap with instruction. thank you
shoey63 said:
You can't boot directly to FOTA on XZ. Need modified boot.img or flash twrp to boot (like you did before). Then while in TWRP, flash Supersu.zip to get root. Afterwards flash kernel only in flashtool to get stock boot back
Click to expand...
Click to collapse
can u pls help me with instruction how to fix that plssssss.....
utsavgarg said:
can u pls help me with instruction how to fix that plssssss.....
Click to expand...
Click to collapse
Is your bootloader unlocked?