Oneplus 7 pro android 11
downloaded adb from web on linux
unlocked bootloader
then goto fastboot and flashed twrp tried to recovery but got stuck at fastboot
i tried everything that i found on internet
i found that this device has 2 slots thats confused me.
help!
To exit Fastboot mode try this
Code:
fastboot devices
fastboot reboot
jwoegerbauer said:
To exit Fastboot mode try this
Code:
fastboot devices
fastboot reboot
Click to expand...
Click to collapse
its work in terminal but not in the device.
everytime i tried it start with bootup logo and endup with fastboot mode.
Related
Hello,
I have followed a tutorial for solving the problem of "Fastboot mode started
udc_start()" from this thread http://forum.xda-developers.com/showthread.php?t=2131247 and something was go wrong.
I have done this steps in the sdk platform tools folder:
1- fastboot erase recovery
2- fastboot flash recovery recovery.img ( here i've got an error)
3- fastboot reboot
Everyting was ok until I have tried to write the .img file on the phone. I've got an error that I don't have enough space. I think I have deleted the recovery file and now it's stuck, because it's not booting. The 4 leds from the bottom it's flashing continuously and the screen remains to the LG logo. I have tried to connect the phone to the PC but the device it's not recognized anymore. I get this message in the adb tool "Waiting for device"
I really appreciate if it's someone that can help me
I have a p500 and I had the exact same problem as you. But I was able to fix it after a lot of Googling.
Can you get to fastboot right now? If so, make sure that the recovery you downloaded is correctly named "recovery.img" and is placed in the same folder as adb.exe is located. After that, type:
Code:
fastboot devices
into ADB. If your device is listed then proceed and type:
Code:
fastboot flash recovery recovery.img
If nothing comes up when you ask it to list fastboot devices you need to delete all of the drivers associated with your p350, and then reinstall them using a toolkit or PDAnet. Then go back and try fastboot devices again.
.
Logan_M said:
I have a p500 and I had the exact same problem as you. But I was able to fix it after a lot of Googling.
Can you get to fastboot right now? If so, make sure that the recovery you downloaded is correctly named "recovery.img" and is placed in the same folder as adb.exe is located. After that, type:
Code:
fastboot devices
into ADB. If your device is listed then proceed and type:
Code:
fastboot flash recovery recovery.img
If nothing comes up when you ask it to list fastboot devices you need to delete all of the drivers associated with your p350, and then reinstall them using a toolkit or PDAnet. Then go back and try fastboot devices again.
.
Click to expand...
Click to collapse
No, I can't get to fastboot. I can't do anything with the command line. It remains to the logo screen
catalin11 said:
No, I can't get to fastboot. I can't do anything with the command line. It remains to the logo screen
Click to expand...
Click to collapse
Can you pull the battery and then use the combination to get into Fastboot? If you can't get to fastboot, then the problem is beyond what I'm capable of doing.
Though, the problem may be that you completely deleted your recovery.
Logan_M said:
Can you pull the battery and then use the combination to get into Fastboot? If you can't get to fastboot, then the problem is beyond what I'm capable of doing.
Though, the problem may be that you completely deleted your recovery.
Click to expand...
Click to collapse
Now, I'm back to the first problem
"Fastboot mode started udc_start()
-- suspend --
-- suspend --
"
catalin11 said:
Now, I'm back to the first problem
"Fastboot mode started udc_start()
-- suspend --
-- suspend --
"
Click to expand...
Click to collapse
if i write this in cmd "fastboot flash recovery recovery.img" it apear < waiting for device > and nothing happens
catalin11 said:
if i write this in cmd "fastboot flash recovery recovery.img" it apear < waiting for device > and nothing happens
Click to expand...
Click to collapse
now i'm in the emergency mode
Problem solved:
1- download the official drivers from LG Site
2- cmd and:
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot -w
fastboot flash recovery recovery.img (Clowork custom recovery)
Fastboot Reboot
Installing Cyanogen after i erase everything (fastboot erase sdcard). I like fresh starts
some1 pls help me
catalin11 said:
Problem solved:
1- download the official drivers from LG Site
2- cmd and:
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot -w
fastboot flash recovery recovery.img (Clowork custom recovery)
Fastboot Reboot
Installing Cyanogen after i erase everything (fastboot erase sdcard). I like fresh starts
Click to expand...
Click to collapse
can u plz elaborate...i too have the same problem....plz..
Logan_M said:
If so, make sure that the recovery you downloaded is correctly named "recovery.img" and is placed in the same folder as adb.exe is located.
Click to expand...
Click to collapse
That is incorrect. The recovery does NOT have to be named recovery to use fastboot to flash it, although it does make life simpler
Hi
I tried to root my Moto G2 running android 5.0.2 following a tutorial I found on technoprotocol.com (can't post link as I am new to forum.)
I booted into fastboot mode as per the instructions (after enabling usb debugging) and tried to root. Unfortunately I got an error (I didn't catch what it said) and now my phone only boots into fastboot and I can't go into any of the sub-menus ("recovery", "factory" etc.)
I downloaded minimal adb and fastboot and tried the command:
Code:
fastboot oem fb_mode_clear
However it still boots into fastboot and wont let me go into submenus or boot into android.
Any help wold be greatly appreciated.
It now seems to be working after I ran these commands through ADB FastBoot.
Code:
fastboot erase userdata
and
Code:
fastboot reboot
whenever i try to go into recovery mode, it takes me to the default one even after i flashed twrp. my bootloader is unlocked and i flashed twrp several times. even when i use the command prompt from fastboot mode it still takes me to the default recovery. any ideas to what's wrong?
Asafbzm said:
whenever i try to go into recovery mode, it takes me to the default one even after i flashed twrp. my bootloader is unlocked and i flashed twrp several times. even when i use the command prompt from fastboot mode it still takes me to the default recovery. any ideas to what's wrong?
Click to expand...
Click to collapse
This could be a solution or a workaround:
"Hello i just had a personal experience with my Asus zenfone selfie Z00T Stock recovery kept replacing TWRP. (Boot loader already unlocked)
This is how i got around it i downloaded the latest TWRP for my device and placed directly in minimal adb and fastboot app folder then i renamed it to recovery .
then i put my device in fastboot mode using the buttons on the phone and After i ran minimal adb and fastboot app as admin then i typed fastboot flash recovery recovery.img
once done i then i typed fastboot boot recovery.img. and my phone booted to twrp recovery then i selected reboot recovery directly on my phone and to finish reboot system (still in twrp) that's it.
(OEM commands to boot from fastboot to recovery do not work on some devices )
it only worked for me eventually because i downloaded the latest TWRP from the official TWRP website.
The idea is to flash the custom recovery and then booting from the custom recovery.img that you just used to flash (the one still on the pc) using minimal adb and fastboot app.
IT may not work on all devices as the commands may change from one device to another but the idea stays the same. (example for nexus fastboot -c "lge.kcal=0|0|0|x" boot recovery.img)
I hope this will help some people out."
sill not booting into twrp
Tiqqy said:
This could be a solution or a workaround:
"Hello i just had a personal experience with my Asus zenfone selfie Z00T Stock recovery kept replacing TWRP. (Boot loader already unlocked)
This is how i got around it i downloaded the latest TWRP for my device and placed directly in minimal adb and fastboot app folder then i renamed it to recovery .
then i put my device in fastboot mode using the buttons on the phone and After i ran minimal adb and fastboot app as admin then i typed fastboot flash recovery recovery.img
once done i then i typed fastboot boot recovery.img. and my phone booted to twrp recovery then i selected reboot recovery directly on my phone and to finish reboot system (still in twrp) that's it.
(OEM commands to boot from fastboot to recovery do not work on some devices )
it only worked for me eventually because i downloaded the latest TWRP from the official TWRP website.
The idea is to flash the custom recovery and then booting from the custom recovery.img that you just used to flash (the one still on the pc) using minimal adb and fastboot app.
IT may not work on all devices as the commands may change from one device to another but the idea stays the same. (example for nexus fastboot -c "lge.kcal=0|0|0|x" boot recovery.img)
I hope this will help some people out."
Click to expand...
Click to collapse
i've just tried this but the 'fastboot boot recovery' command just turn the phone back on from fastboot. thanks anyways!
Tiqqy said:
This could be a solution or a workaround:
"Hello i just had a personal experience with my Asus zenfone selfie Z00T Stock recovery kept replacing TWRP. (Boot loader already unlocked)
This is how i got around it i downloaded the latest TWRP for my device and placed directly in minimal adb and fastboot app folder then i renamed it to recovery .
then i put my device in fastboot mode using the buttons on the phone and After i ran minimal adb and fastboot app as admin then i typed fastboot flash recovery recovery.img
once done i then i typed fastboot boot recovery.img. and my phone booted to twrp recovery then i selected reboot recovery directly on my phone and to finish reboot system (still in twrp) that's it.
(OEM commands to boot from fastboot to recovery do not work on some devices )
it only worked for me eventually because i downloaded the latest TWRP from the official TWRP website.
The idea is to flash the custom recovery and then booting from the custom recovery.img that you just used to flash (the one still on the pc) using minimal adb and fastboot app.
IT may not work on all devices as the commands may change from one device to another but the idea stays the same. (example for nexus fastboot -c "lge.kcal=0|0|0|x" boot recovery.img)
I hope this will help some people out."
Click to expand...
Click to collapse
Work for me. Thanks buddy
This works, thumb up
Asafbzm said:
i've just tried this but the 'fastboot boot recovery' command just turn the phone back on from fastboot. thanks anyways!
Click to expand...
Click to collapse
i have suffered with the same problem for hours until i decided to come here and look for related article , it actually worked and made me wonder that it wasn't that hard to fix it , i just rebooted fastboot and flashed twrp and in the end typed 'fastboot reboot recovery.img
that solved my suffering within 5 seconds. thank you for sharing the knowledge
Tiqqy said:
This could be a solution or a workaround:
"Hello i just had a personal experience with my Asus zenfone selfie Z00T Stock recovery kept replacing TWRP. (Boot loader already unlocked)
This is how i got around it i downloaded the latest TWRP for my device and placed directly in minimal adb and fastboot app folder then i renamed it to recovery .
then i put my device in fastboot mode using the buttons on the phone and After i ran minimal adb and fastboot app as admin then i typed fastboot flash recovery recovery.img
once done i then i typed fastboot boot recovery.img. and my phone booted to twrp recovery then i selected reboot recovery directly on my phone and to finish reboot system (still in twrp) that's it.
(OEM commands to boot from fastboot to recovery do not work on some devices )
it only worked for me eventually because i downloaded the latest TWRP from the official TWRP website.
The idea is to flash the custom recovery and then booting from the custom recovery.img that you just used to flash (the one still on the pc) using minimal adb and fastboot app.
IT may not work on all devices as the commands may change from one device to another but the idea stays the same. (example for nexus fastboot -c "lge.kcal=0|0|0|x" boot recovery.img)
I hope this will help some people out."
Click to expand...
Click to collapse
I had the same issue on Poco F1 and this worked for me as well! Pleasant surprise. First result on google was this article and it worked, 2 minutes work.
Lamantin001 said:
I had the same issue on Poco F1 and this worked for me as well! Pleasant surprise. First result on google was this article and it worked, 2 minutes work.
Click to expand...
Click to collapse
Okay, I was a bit too early with that. The next time I turned off the phone and tried booting to recovery (Vol up+pwr), I got booted into factory recovery (mi-recovery 3.0) :/
Lamantin001 said:
Okay, I was a bit too early with that. The next time I turned off the phone and tried booting to recovery (Vol up+pwr), I got booted into factory recovery (mi-recovery 3.0) :/
Click to expand...
Click to collapse
Update:
I found the solution. I followed the steps in this article:
How can I keep MIUI from overwrite TWRP with stock recovery after a ROM flash?
I'm on fw Global 9.6.6.0. (Bought the phone 'bogus' unlocked with "fake" 9.6.4.0, bricked it while trying to restore chinese fw and re-lock bootloader using miflash - I'm not doing that again brought it back to life using the steps from...
forum.xda-developers.com
Asafbzm said:
whenever i try to go into recovery mode, it takes me to the default one even after i flashed twrp. my bootloader is unlocked and i flashed twrp several times. even when i use the command prompt from fastboot mode it still takes me to the default recovery. any ideas to what's wrong?
Click to expand...
Click to collapse
Try this:
when you are in fastboot mode type:
Code:
fastboot boot recovery.img
This command will boot your phone to twrp. Install twrp .zip file (there are 2 options when installing .img or .zip)
after this go to ADB/Sideload - This is in Advanced section
Then swipe to start a sideload. Now on your pc type:
Code:
adb sideload recovery.zip
This worked for me. I hope this works for you too
your device is corrupt. it can't be trusted and will not boot
g.com/abh
Hello, I tried root my phone NX616J ( nubia x ui.nubia.cn / rom / detail / 58 )
maybe someone gives me good instructions for flash img
I tried this:
fastboot -w update C:\nubiax\zip\update.zip
error:
NotSpecified: (archive does no...droid-info.txt':String)
and this:
fastboot erase modem
fastboot erase cache
fastboot format userdata
fastboot flash boot C:\nubiax\img\NX616J-V2-11Firmware\boot.img
fastboot flash system C:\nubiax\system.img #### it took from "red nubia" nowhere found system.img for x nubia !!! ####
fastboot flash recovery C:\nubiax\img\NX616J-V2-11Firmware\recovery.img
fastboot flash boot C:\nubiax\img\NX616J-V2-11Firmware\dspso.bin
fastboot flash boot C:\nubiax\img\NX616J-V2-11Firmware\parameter.img
fastboot flash splash C:\nubiax\img\NX616J-V2-11Firmware\splash.img
fastboot flash modem C:\nubiax\img\NX616J-V2-11Firmware\NON-HLOS.bin
fastboot flash boot C:\nubiax\img\NX616J-V2-11Firmware\vbmeta.img
fastboot flash recovery C:\nubiax\img\NX616J-V2-11Firmware\recovery.img
fastboot reboot
if someone has the same problem:
at link everything what you need
https://drive.google.com/drive/folde...vH?usp=sharing
#C:\nubiax\adb\..
adb devices
adb reboot bootloader
adb kill-server && adb start-server
fastboot oem nubia_unlock NUBIA_NX616J
fastboot flash system C:\nubiax\img\nubiaximg\system.img
fastboot flash vendor C:\nubiax\img\nubiaximg\vendor.img
fastboot flash modem C:\nubiax\img\nubiaximg\modem.img
fastboot flash splash C:\nubiax\img\nubiaximg\splash.img
fastboot flash parameter C:\nubiax\img\nubiaximg\parameter.img
fastboot flash dtbo C:\nubiax\img\nubiaximg\dtbo.img
fastboot flash boot C:\nubiax\img\nubiaximg\boot.img
fastboot flash recovery C:\nubiax\img\nubiaximg\recovery.img
fastboot flash vbmeta C:\nubiax\img\nubiaximg\vbmeta.img
fastboot reboot bootloader
reciovey should now work * thanks for the file and help Member - Nubia2452
now just
upload it to USB the file NX616J-updateRomV305.zip
from recover start USB update (zip)
nubia X should come back to life
Now If you want Root Nubia X - RomV305!
enable USB debugging (setting - Developer options)
and
come back bootloader ( adb reboot bootloader )
Start - nubia-X_Root-V305.exe at PC - USB cable connected to phone
ROOT should now work
and
Now If you want TWRP in Nubia X RomV305!
start - nubia X-for Android P-TWRP-3.3.0.exe at PC - USB cable connected to phone
reciovey TWRT should now work
Zed Malta said:
if someone has the same problem:
at link everything what you need
https://drive.google.com/drive/folde...vH?usp=sharing
#C:\nubiax\adb\..
adb devices
adb reboot bootloader
adb kill-server && adb start-server
fastboot oem nubia_unlock NUBIA_NX616J
fastboot flash system C:\nubiax\img\nubiaximg\system.img
fastboot flash vendor C:\nubiax\img\nubiaximg\vendor.img
fastboot flash modem C:\nubiax\img\nubiaximg\modem.img
fastboot flash splash C:\nubiax\img\nubiaximg\splash.img
fastboot flash parameter C:\nubiax\img\nubiaximg\parameter.img
fastboot flash dtbo C:\nubiax\img\nubiaximg\dtbo.img
fastboot flash boot C:\nubiax\img\nubiaximg\boot.img
fastboot flash recovery C:\nubiax\img\nubiaximg\recovery.img
fastboot flash vbmeta C:\nubiax\img\nubiaximg\vbmeta.img
fastboot reboot bootloader
reciovey should now work * thanks for the file and help Member - Nubia2452
now just
upload it to USB the file NX616J-updateRomV305.zip
from recover start USB update (zip)
nubia X should come back to life
Now If you want Root Nubia X - RomV305!
enable USB debugging (setting - Developer options)
and
come back bootloader ( adb reboot bootloader )
Start - nubia-X_Root-V305.exe at PC - USB cable connected to phone
ROOT should now work
and
Now If you want TWRP in Nubia X RomV305!
start - nubia X-for Android P-TWRP-3.3.0.exe at PC - USB cable connected to phone
reciovey TWRT should now work
Click to expand...
Click to collapse
https://drive.google.com/drive/folde...vH?usp=sharing[/url]
the link is dead and i'm in a really bad situation...please
my nubia x is locked and i can't acces the restor mode even with power vol+ is not working i can only boot on fastboot mode and when i select reboot to recovery nothing happens it goes directly on " your device is corrupted"
It was rooted and i tried to restore it with twrp. Can you help me ?
elnas1369 said:
https://drive.google.com/drive/folde...vH?usp=sharing[/URL]
the link is dead and i'm in a really bad situation...please
my nubia x is locked and i can't acces the restor mode even with power vol+ is not working i can only boot on fastboot mode and when i select reboot to recovery nothing happens it goes directly on " your device is corrupted"
It was rooted and i tried to restore it with twrp. Can you help me ?
Click to expand...
Click to collapse
hi dear
have you got the solution as i am at the same setuation as you mention above. i am also stuck on Recovery mode please let me know if you got the link
Pretty much I wiped everything from my system and did a reboot. I am unable to boot up recovery mode. Using the "adb devices" command doesn't detect the phone.
If you can fastboot, just flash Fastboot rom. Check out the guide section or search fastboot rom
Gr8man001 said:
If you can fastboot, just flash Fastboot rom. Check out the guide section or search fastboot rom
Click to expand...
Click to collapse
Thanks i was able to fix the problem