After installation of lolipop rom forget to flash super su . now can't be able to reboot into recovery. every time when flash recovery it reboot into fastboot mode .....
screen shows
[760] fastboot mode started
[810] udc_start()
[970] -reset-
fastboot : processing comands
Kaleem_qadir said:
After installation of lolipop rom forget to flash super su . now can't be able to reboot into recovery. every time when flash recovery it reboot into fastboot mode .....
screen shows
[760] fastboot mode started
[810] udc_start()
[970] -reset-
fastboot : processing comands
Click to expand...
Click to collapse
I know that some roms also includes some auto install recovery script so maybe it worked?
I suggest to you that you must go into download mode and just restore kdz and reflash a good recovery it's likely that it was a kernel issue.
thanx bro... flash kdz rom and now mobile is ok
Related
Hi guys,
Im on the cm12s, and unlocked bootloader but im unable to get into custom recovery, it keeps reverting to Cynogen recovery.
I tried toolkit also, it flashes and then it shows waiting for device, i manually boot into recovery its just a blank screen.
Please help i need root and ROMS
varun.gid said:
Hi guys,
Im on the cm12s, and unlocked bootloader but im unable to get into custom recovery, it keeps reverting to Cynogen recovery.
I tried toolkit also, it flashes and then it shows waiting for device, i manually boot into recovery its just a blank screen.
Please help i need root and ROMS
Click to expand...
Click to collapse
how did you unlock bootloader ?
may be using adb drivers right ?
so if you are using adb drivers then follow this procedure ....
copy this recovery file in your adb folder LINK
now go to adb folder
now press and hold shift button and right click on empty space there you will see open cmd , click on it cmd will open
now copy below code (this is for CM12 only)
Code:
fastboot -i 0x1ebf flash recovery recovery_twrp.img
anow right click in cmd and click on paste.
hit enter and after a while you will se 'Okay ' message at the end.
bingo you have flasher recovery :highfive: :good:
ashish_zarekar said:
how did you unlock bootloader ?
may be using adb drivers right ?
so if you are using adb drivers then follow this procedure ....
copy this recovery file in your adb folder LINK
now go to adb folder
now press and hold shift button and right click on empty space there you will see open cmd , click on it cmd will open
now copy below code (this is for CM12 only)
Code:
fastboot -i 0x1ebf flash recovery recovery_twrp.img
anow right click in cmd and click on paste.
hit enter and after a while you will se 'Okay ' message at the end.
bingo you have flasher recovery :highfive: :good:
Click to expand...
Click to collapse
I tried this method.. but it always reverts to stock recovery. and when i boot into recovery directly from fastboot i get a blank screen. Please help.
varun.gid said:
I tried this method.. but it always reverts to stock recovery. and when i boot into recovery directly from fastboot i get a blank screen. Please help.
Click to expand...
Click to collapse
have you tried with this recovery which i provided in link ?
first try using this recovery.
earlier i also face this.
now go to this thread download software from this thread only. there are two thread for this tool but i prefer you to go to this one.
GUIDE
now unlock bootloader.
and go for step 4(which flash twrp recovery)
now flash the recovery which is provided by me using code.
and now go can go into recovery
****************************************************************************************************
i suggest you this guide this method do for me
Disable update CM recovery option in developer options... Then flash custom recovery.... it will work.
once flashing twrp recovery, you will need to use
Code:
fastboot -i 0x1ebf reboot
command.
remove battery after install recovery before restarting phone
then insert battery and start in custom recovery
install Custom Recovery
1) enable developer options
2)enable advance reboot and usb debugging
3)disable Update CM recovery option
4)reboot to bootloader and flash recovery
" fastboot -i 0x1ebf flash recovery recovery_twrpyulolli.img "
5) directly disconnect phone (phone displaying FASTBOOT MODE)
6) remove battery and start phone in recovery mode using volume UP+DOWN and power key
7) And YOUR are IN TWRP RECOVERY ......
THIS method work for me perfectly .....i m also having same problem of flashing custom recovery and again showing CM RECOVERY
:laugh::laugh:
Thank You...!
Which is best for yureka cwm or twrp recovery
I'm facing the same problem but this trick didn't work for me.
Hello,
I flash fastboot for UL-ASUS_T00F-WW-1.18.40.9-user.zip and try reboot for install via sideload but i can't (error /data/media/0) and i try reboot to bootloader again, fastboot not work, on display is only battery icon with (?). I have recovery from UL-ASUS_T00F-WW-3.24.40.87-user because i try flash fastboot next reboot next recovery, reboot to recovery but i can't install recovery from UL-ASUS_T00F-WW-1.18.40.9-user because fastboot not work. I can install fastboot via sideload?
How to fix it?
try this
its on bahasa indonesia
use google translator
Hi,
i am trying to flash twrp recovery.
booting device in download mode -> heimdall can not detect the device
Ok why not use good old fastboot, but i can not boot to fastboot mode:
1. adb reboot bootloader -> device does just a reboot
2. selecting "reboot to bootloader" in stock recovery does only a reboot too ...
What I am doing wrong?
I solved the problem:
Fastboot is not working because of the locked bootloader.
Heimdall-flash from the debian packages is not working with this device - heimdall-flash under ubuntu did it ...
Can u pls tell me how u did it..... I want to unlock the bootloader of my T585. It only has (stock)recovery and download modes no Fastboot mode. pls bare with me I'm a noob with a bit of experience
Pls reply to this or contact me at [email protected]
Hello,
Can anyone assist me in fixing my issue? My phone couldn't boot to recovery mode, i see the TWRP bluescreen and it immediately enters the boot loop. I can boot to fastboot&rescue mode but adb is not detecting my devices. I tried reinstalling the driver and also restart the adb server, but no luck. Tried different USB ports \cable\laptop, but no luck.
Need some assistance or direction to address this issue.
Regards
sri1225 said:
Hello,
Can anyone assist me in fixing my issue? My phone couldn't boot to recovery mode, i see the TWRP bluescreen and it immediately enters the boot loop. I can boot to fastboot&rescue mode but adb is not detecting my devices. I tried reinstalling the driver and also restart the adb server, but no luck. Tried different USB ports \cable\laptop, but no luck.
Need some assistance or direction to address this issue.
Regards
Click to expand...
Click to collapse
adb does not work in the bootloader (Fastboot mode)
in bootloader use
fastboot boot twrp.img
just be sure twrp has the correct name and is in the same folder as adb / fastboot
@sri1225,
Adding to clsA post:
If the phone is in fastboot mode, "fastboot devices" should work to confirm PC connection is good and produces a similar response as "adb devices" does when in adb mode.
What led up to the phone getting broken? You said it's bricked - so it won't boot up to normal operating mode?
clsA said:
adb does not work in the bootloader (Fastboot mode)
in bootloader use
fastboot boot twrp.img
just be sure twrp has the correct name and is in the same folder as adb / fastboot
Click to expand...
Click to collapse
divineBliss said:
@sri1225,
Adding to clsA post:
If the phone is in fastboot mode, "fastboot devices" should work to confirm PC connection is good and produces a similar response as "adb devices" does when in adb mode.
What led up to the phone getting broken? You said it's bricked - so it won't boot up to normal operating mode?
Click to expand...
Click to collapse
I tried to flash with the B180+Stock+Rom, after that I cannot go back to TWRP or in recovery mode.
When I do the "fastboot boot twrp.img", in the fastboot&rescue mode, the phone reboots to twrp screen and goes back to the boot loop again. I have tried both the twrp images available in the forum for this device.
Regards
sri1225 said:
I tried to flash with the B180+Stock+Rom, after that I cannot go back to TWRP or in recovery mode.
When I do the "fastboot boot twrp.img", in the fastboot&rescue mode, the phone reboots to twrp screen and goes back to the boot loop again. I have tried both the twrp images available in the forum for this device.
Regards
Click to expand...
Click to collapse
The B180 stock rom replaces TWRP with stock recovery
If you want TWRP again flash it from the bootloader
fastboot flash recovery twrp.img
when you enter TWRP
goto Wipe/Format Data/ and type yes
now you can root the phone or leave it as is
Fwiw, the 'boot' command only boots twrp, it doesn't flash it. Thats useful for testing that twrp works. The proper command to flash is immediately above this post. Take it from me - always test first. If it boots, it works.
clsA said:
The B180 stock rom replaces TWRP with stock recovery
If you want TWRP again flash it from the bootloader
fastboot flash recovery twrp.img
when you enter TWRP
goto Wipe/Format Data/ and type yes
now you can root the phone or leave it as is
Click to expand...
Click to collapse
Tried flashing TWRP but didn't work. Couldn't get to TWRP screen at all.
sri1225 said:
Tried flashing TWRP but didn't work. Couldn't get to TWRP screen at all.
Click to expand...
Click to collapse
Try the command 'fastboot devices', what does it output..? Are you sure you are in fastboot mode, with the screen and the Android with its chest popped open..?
My TWRP recovery was erased when I back to official rom even I hadnt mark that option in twrp recovery. Now when I go till fastboot to instal TWRP I can only do 2 commands then it stops working , but I need 3 commands to instal the twrp. HOW do I FIX it? pleeeease
I have installed the right drivers and every step before it works completly fine.
The fastboot mode screen stay frozen then the phone turns off
Fastboot devices ok
Fastboot oem nubia_unlock NUBIA_Z17 NX563J ok
Fastboot flash recovery recovery.img not ok, just frozen screen then turns off
It has the last nubia official rom
Can I use the official local update app in manual update to flash recovery?
I need it so much to install gapps
Or do exist another whey to install gapps no Nubia Z17 without TWRP?
GuiMediller said:
My TWRP recovery was erased when I back to official rom even I hadnt mark that option in twrp recovery. Now when I go till fastboot to instal TWRP I can only do 2 commands then it stops working , but I need 3 commands to instal the twrp. HOW do I FIX it? pleeeease
I have installed the right drivers and every step before it works completly fine.
The fastboot mode screen stay frozen then the phone turns off
Fastboot devices ok
Fastboot oem nubia_unlock NUBIA_Z17 NX563J ok
Fastboot flash recovery recovery.img not ok, just frozen screen then turns off
It has the last nubia official rom
Can I use the official local update app in manual update to flash recovery?
I need it so much to install gapps
Or do exist another whey to install gapps no Nubia Z17 without TWRP?
Click to expand...
Click to collapse
To flash recovery download twrp 3.5,
Put it into minimal adb folder, copy its name run cmd with administrative rights withing minimal adb and use *fastboot flash recovery "copied name".img
My phone (Nubia z17) don't work. Only fastboot mode and recovery mode work. Please help me
Vi7eta said:
To flash recovery download twrp 3.5,
Put it into minimal adb folder, copy its name run cmd with administrative rights withing minimal adb and use *fastboot flash recovery "copied name".img
Click to expand...
Click to collapse
GuiMediller said:
My TWRP recovery was erased when I back to official rom even I hadnt mark that option in twrp recovery. Now when I go till fastboot to instal TWRP I can only do 2 commands then it stops working , but I need 3 commands to instal the twrp. HOW do I FIX it? pleeeease
I have installed the right drivers and every step before it works completly fine.
The fastboot mode screen stay frozen then the phone turns off
Fastboot devices ok
Fastboot oem nubia_unlock NUBIA_Z17 NX563J ok
Fastboot flash recovery recovery.img not ok, just frozen screen then turns off
It has the last nubia official rom
Can I use the official local update app in manual update to flash recovery?
I need it so much to install gapps
Or do exist another whey to install gapps no Nubia Z17 without TWRP?
Click to expand...
Click to collapse
give you a easy app for flash TWRP3.2.3,but is chinese.unzip the zip file。if phone is turn on.(Developer options should be turned on)type 2 and clik "ENTER".best is phone on BL(Turn off the phone, press and hold the volume - button and power button at the same time to enter BL mode.).then type 3 and clik "ENTER".when you see "OK",then Use the volume keys to select recovery mode, then press the power key.
I have tried and I make mistakes. ''waiting for any device''