Hello,
I tried to install custom recovery with AutoRec
however I didn't use IOroot like they suggested, I had rooted with TowelRoot
After which I was in fastboot mode without download mode.
I followed a guide and rewritten recovery and laf as well as all other img I could find at http://downloads.codefi.re/autoprime/LG/LG_G2/D801BK/Stock_Firmware/10c_partitions
PHP:
fastboot erase recovery [return]
fastboot erase laf [return]
fastboot flash laf laf.img [return]
fastboot reboot [return]
I got to download mode, but my phone is not detecting the download mode (no usb connection, no usb connection sound)
If I plug in the phone regularly and let It boot - it is stuck at LG logo, and if I plug it in - I hear USB connection sound and it detects, however I can't use the flash tool (2015 or 2014) to flash it.
I changed the port to 41 like in the LG tool flash tutorial (http://forum.xda-developers.com/showthread.php?t=2432476)
Today I tried to go Ubuntu Linux path - and plugged it in in both download and regular mode (like in this guide http://forum.xda-developers.com/showthread.php?t=2582142)
and I didn't see it plugged in when I typed
PHP:
ls /dev/sd*
I am under windows 8.1
I also tried windows xp sp3 virtual machine
Anything else that you can suggest?
Thanks
Andrew
Can you open download mode (press vol+ and plug usb cable) or recovery?
Ganjax said:
Can you open download mode (press vol+ and plug usb cable) or recovery?
Click to expand...
Click to collapse
I can go to download mode, but computer doesnt recognize that it's connected (doesnt appear in device manager)
I can only do factory reset. (Vol Down + Power) thats the right way, correct?
Don't see any other options.
When I try to get out of the factory restore screen by pressing any vol up or down - it hangs
.me said:
Hello,
I tried to install custom recovery with AutoRec
however I didn't use IOroot like they suggested, I had rooted with TowelRoot
After which I was in fastboot mode without download mode.
I followed a guide and rewritten recovery and laf as well as all other img I could find at http://downloads.codefi.re/autoprime/LG/LG_G2/D801BK/Stock_Firmware/10c_partitions
PHP:
fastboot erase recovery [return]
fastboot erase laf [return]
fastboot flash laf laf.img [return]
fastboot reboot [return]
I got to download mode, but my phone is not detecting the download mode (no usb connection, no usb connection sound)
If I plug in the phone regularly and let It boot - it is stuck at LG logo, and if I plug it in - I hear USB connection sound and it detects, however I can't use the flash tool (2015 or 2014) to flash it.
I changed the port to 41 like in the LG tool flash tutorial (http://forum.xda-developers.com/showthread.php?t=2432476)
Today I tried to go Ubuntu Linux path - and plugged it in in both download and regular mode (like in this guide http://forum.xda-developers.com/showthread.php?t=2582142)
and I didn't see it plugged in when I typed
PHP:
ls /dev/sd*
I am under windows 8.1
I also tried windows xp sp3 virtual machine
Anything else that you can suggest?
Thanks
Andrew
Click to expand...
Click to collapse
Restore these partitions in fastboot,
1- sbl1.img
2- aboot.img
3- rpm.img
4- tz.img
After this, your phone must be detected by computer,
.me said:
I can go to download mode, but computer doesnt recognize that it's connected (doesnt appear in device manager)
I can only do factory reset. (Vol Down + Power) thats the right way, correct?
Don't see any other options.
When I try to get out of the factory restore screen by pressing any vol up or down - it hangs
Click to expand...
Click to collapse
Factory reset will make when u will press 2 times power button, no vol, correct it. If you can go fastboot, u can rewrite your partitions.
Factory is vol - + power and while pressing vol - repress power button
Ganjax said:
Factory reset will make when u will press 2 times power button, no vol, correct it. If you can go fastboot, u can rewrite your partitions.
Factory is vol - + power and while pressing vol - repress power button
Click to expand...
Click to collapse
Whats the key combination for fastboot? or how do I get into fastboot?
.me said:
Whats the key combination for fastboot? or how do I get into fastboot?
Click to expand...
Click to collapse
fastboot turn on only when images wrote is not valid. So dont try this. Try go factory reset, or bootloader
Ganjax said:
fastboot turn on only when images wrote is not valid. So dont try this. Try go factory reset, or bootloader
Click to expand...
Click to collapse
I tried to do factory reset - I confirm the restore to defaults - android with his back open appears and after 3-4 seconds phone reboots
How do I get to the bootloader?
Turn off phone. Press Vol+ and plug usb cable
Ganjax said:
Turn off phone. Press Vol+ and plug usb cable
Click to expand...
Click to collapse
I see the download mode - but windows or linux doesn't detect it
nor any of the tools detect it either.
.me said:
I see the download mode - but windows or linux doesn't detect it
nor any of the tools detect it either.
Click to expand...
Click to collapse
It show "Firmware update?"
and ROOTED status or UNROOTED?
Related
Anyone else have this problem?
numus said:
Anyone else have this problem?
Click to expand...
Click to collapse
So is fastboot the problem or are you trying to boot to recovery through the bootloader. I would use ADB instead of fastboot. But if what you're asking is that you want to boot to recovery from the bootloader, just connect your USB cable to your computer and then select recovery in the bootloader.
CharliesTheMan said:
So is fastboot the problem or are you trying to boot to recovery through the bootloader. I would use ADB instead of fastboot. But if what you're asking is that you want to boot to recovery from the bootloader, just connect your USB cable to your computer and then select recovery in the bootloader.
Click to expand...
Click to collapse
Pretty sure it is fastboot... You use the volume rocker to select recovery and hit the power button... It shows the Bootscreen but doesn't go any further than that.
Edit: it says in red FASTBOOT MODE.. When i select recovery it goes tot he google screen (witht he unlock icon) and doesn't go any further than that.
numus said:
Anyone else have this problem?
Click to expand...
Click to collapse
I'm having trouble too. I have it plugged in to my laptop. When I select "Recovery" and press Power, it just reboots, and then boots into Android.
No recovery.
So I'm gonna try TWRP..
i had the same issue this is what i did
download new recovery h**p://goo.im/devs/OpenRecovery/grouper/openrecovery-twrp-2.2.1.4-grouper.img
then in fastboot
fastboot erase recovery
fastboot flash recovery name_of_recovery.img
wait 15 seconds
unplug usb cable
then use volume keys to boot in to recovery
hope this helps
so any solution at the same screen, same problem.
dj_denims said:
i had the same issue this is what i did
download new recovery h**p://goo.im/devs/OpenRecovery/grouper/openrecovery-twrp-2.2.1.4-grouper.img
then in fastboot
fastboot erase recovery
fastboot flash recovery name_of_recovery.img
wait 15 seconds
unplug usb cable
then use volume keys to boot in to recovery
hope this helps
Click to expand...
Click to collapse
You want to be in the bootloader mode and select recovery. The trick is that to do that, you have to have your Asus USB cable connected to a live usb port when you do it, and it usually works if recovery isn't damaged.
And you can also use Wug's toolkit on the computer, or if you can boot the tablet, you can use goo manager to reboot to recovery, or the Trinity kernel app, or your rom's advanced power menu.
With the USB cable attached from the computer to tablet, here's what I did:
- Went to bootloader
- Did "fastboot erase recovery"
- Did "fastboot flash recovery IMG"
- Then boot to recovery manually from the device itself via volume buttons and Power
Hasn't failed me yet when trying out different recoveries. There was some issue a while back where you had to have the USB cable hooked to your computer and Nexus 7 in order to get to recovery. Not sure if the bug still exists, but it may be worth trying with the cable in.
Also you probably have to have an unlocked bootloader (lock at bottom of Google boot screen).
dj_denims said:
i had the same issue this is what i did
download new recovery h**p://goo.im/devs/OpenRecovery/grouper/openrecovery-twrp-2.2.1.4-grouper.img
then in fastboot
fastboot erase recovery
fastboot flash recovery name_of_recovery.img
wait 15 seconds
unplug usb cable
then use volume keys to boot in to recovery
hope this helps
Click to expand...
Click to collapse
Thanks for that.
That worked for me
Does the USB port you're plugged into need to be a computer with the fastboot drivers already installed? My unit freezes up in bootloader every time I plug in any live USB cable, whether it's a computer or not. My recovery is fine, but with the bootloader constantly freezing I'm not able to install the N7 drivers on my computer, let alone input any fastboot commands. And no, I don't have access to the computer with the drivers already installed sadly.
Sent from my SGH-T989 using xda premium
Turn it off plug USB lead into PC/laptop and nexus hold volume up and down and turn it on, or it also works via my otg cable in my s3 also, its a bug..
Sent from my Nexus 7 using Tapatalk 2
a stupid bug.buoght yesterday,rooted and unlocked.downloaded 10 roms,all kernels,and now that i'm ok to begin test i tried without luck to enter recovery from fastboot (i didn't know this fact)but my cable was inserted on pc usb port...and strange it doesn't work.yestrerday via fastboot i flashed twrp recovery that i love and use also on mine gnexs.i'm on stock rom yet,and without "reboot to recovery" option in powermenu.i reflashed twrp,cwm touch (in fastboot manually)then the same but with a rootkit,no luck.i began to think i have a problem in my device and i don't know how to do because it's a secondary bug for assistance i think..and i read this post.don't even tried commands in few posts ago,already did same things an hour ago.i installed quickboot frm playstore and now i can boot on TWRP.use this for today,when i begin to test roms i'll have the powermenu option!
Sad this,i'm a bit anxious of this bug,because i soft brick gnex every 2\3 days,always trying things and stuff,kernel with modifications by me etc,and i often have to go in cwm via devices off and fastboot before...i see that my tab attacched at pc don't enter recovery from fastboot mode..and it's a problem for me.hope someone discover where is this bug and find a workaround\fix fro that.
cheers
sert00 said:
a stupid bug.buoght yesterday,rooted and unlocked.downloaded 10 roms,all kernels,and now that i'm ok to begin test i tried without luck to enter recovery from fastboot (i didn't know this fact)but my cable was inserted on pc usb port...and strange it doesn't work.yestrerday via fastboot i flashed twrp recovery that i love and use also on mine gnexs.i'm on stock rom yet,and without "reboot to recovery" option in powermenu.i reflashed twrp,cwm touch (in fastboot manually)then the same but with a rootkit,no luck.i began to think i have a problem in my device and i don't know how to do because it's a secondary bug for assistance i think..and i read this post.don't even tried commands in few posts ago,already did same things an hour ago.i installed quickboot frm playstore and now i can boot on TWRP.use this for today,when i begin to test roms i'll have the powermenu option!
Sad this,i'm a bit anxious of this bug,because i soft brick gnex every 2\3 days,always trying things and stuff,kernel with modifications by me etc,and i often have to go in cwm via devices off and fastboot before...i see that my tab attacched at pc don't enter recovery from fastboot mode..and it's a problem for me.hope someone discover where is this bug and find a workaround\fix fro that.
cheers
Click to expand...
Click to collapse
Paragraphs dude? Or at the very least, proper spacing.
On stock rooted rom, flash latest TWRP recovery. openrecovery-twrp-2.2.2.0-grouper.img
adb reboot bootloader
fastboot flash recovery openrecovery-twrp-2.2.2.0-grouper.img
Then install Rom Toolbox. Use the "Rebooter" to Reboot recovery, and you should have no issues.
..
mvmacd said:
Paragraphs dude? Or at the very least, proper spacing.
On stock rooted rom, flash latest TWRP recovery. openrecovery-twrp-2.2.2.0-grouper.img
adb reboot bootloader
fastboot flash recovery openrecovery-twrp-2.2.2.0-grouper.img
Then install Rom Toolbox. Use the "Rebooter" to Reboot recovery, and you should have no issues.
Click to expand...
Click to collapse
I did this and I still can't boot into recovery. The only way I can boot into recovery is if I use the fastboot command. The rom toolbox does not work for me.
similar problem
I have somewhat similar problem. Well, actually the problem is not very uncommon the way it looks, but usual solutions do not work.
Basically I have erased my old rom (rebooted to recovery from aokp menu) and erased my rom. I've tried mounting the device from the recovery mode, but it was not recognised on my PC. I assumed that this was an Win8 issue.
Once I've rebooted, I could no logger boot to recovery (after selecting recovery all I got was google logo). I've thought of flashing recovery via fastboot, but bootloader seams to freeze with usb cable in (no matter the cable) and resetting does not help (the way it helped others). Also I cannot fastboot at that time either as PC (neither win8 nor win7 machine can see the device).
Any ideas would be appreciated.
When the bootloader freezes with the usb cable plugged into a PC, it is a driver issue. Uninstall and reinstall the drivers. I have experienced this on a win7 x64 system.
It isn't a driver issue as the same thing happens when connecting to a charger and not the PC.
It happens on mine as well.
Well it wouldn't crash with wall charger if it was a PC driver issue.
In either case, I've actually figured out what's the problem. It seems that usb connector is not very reliable. If the it usb connection is poor, the bootloader crashes. To avoid this issue you have to bend the cable towards the screen to ensure the proper connection. It load that way just fine.
Edit: or not... probably bending just removed the connection completely...
Edit2: did not figure out what was the problem, but after playing around some more, the phone has popped up in computer manager and I was able to continue from there. After flashing the recovery (twm -> cwm), the bootloader un-froze as well.
I am facing a problem in charging the only way I can charge my phone is to reboot my phone after only that it starts charging any solution?
mayank.. said:
I am facing a problem in charging the only way I can charge my phone is to reboot my phone after only that it starts charging any solution?
Click to expand...
Click to collapse
do a clean flash in edl mode
Jure_aleksic said:
do a clean flash in edl mode
Click to expand...
Click to collapse
How to flash using edl mode?
mayank.. said:
How to flash using edl mode?
Click to expand...
Click to collapse
Firstly download the fastboot romhttp://update.miui.com/updates/v1/fullromdownload.php?d=land_global&b=F&r=global&n=
Then download MiFlash tool, u can find it on en.miui.com website.
Extract the fastboot rom package(u might need 7-zip)
Reboot your device to EDL mode, either by adb command "adb reboot edl" without quotes or powering off your device and then pressing and holding vol + and vol - and plugging in the usb cable
U need qualcomm's drivers which are included in mi flash tool
After you've setup everything, open mi flash, choose which command to use and flash
Backup everything before flashing
Jure_aleksic said:
Firstly download the fastboot romhttp://update.miui.com/updates/v1/fullromdownload.php?d=land_global&b=F&r=global&n=
Then download MiFlash tool, u can find it on en.miui.com website.
Extract the fastboot rom package(u might need 7-zip)
Reboot your device to EDL mode, either by adb command "adb reboot edl" without quotes or powering off your device and then pressing and holding vol + and vol - and plugging in the usb cable
U need qualcomm's drivers which are included in mi flash tool
After you've setup everything, open mi flash, choose which command to use and flash
Backup everything before flashing
Click to expand...
Click to collapse
Thank you
Jure_aleksic said:
Firstly download the fastboot romhttp://update.miui.com/updates/v1/fullromdownload.php?d=land_global&b=F&r=global&n=
Then download MiFlash tool, u can find it on en.miui.com website.
Extract the fastboot rom package(u might need 7-zip)
Reboot your device to EDL mode, either by adb command "adb reboot edl" without quotes or powering off your device and then pressing and holding vol + and vol - and plugging in the usb cable
U need qualcomm's drivers which are included in mi flash tool
After you've setup everything, open mi flash, choose which command to use and flash
Backup everything before flashing
Click to expand...
Click to collapse
I fastboot my phone still same charging issue coming up
Does this phone have? Is there a way to boot into such mode so I can flash something via fastboot?
Power and volume down keys just lead to some test mode. Holding the volume down while connecting USB does nothing as well.
I'm just having the same prob with --U51
Thanks
Not meaning to necrorez a thread as the entire forum section is inactive...
On Y625-U21 the best way to enter fastboot mode is via adb:
- activate usb debug
- use "adb reboot bootloader"
you are now in fastboot mode. Notice that on the phone you won't see a special screen: just the huawei logo like it's stuck, but you can use fastboot to do what you want (unlock the bootloader since it won't require codes, run TWRP, flash TWRP etc etc...)
I decided to update my old oneplus 2 to lineageos 15.1 with, but when I tried to flash the file with TWRP, it shows an error. Since the TWRP version I was using was old, I decided to update it first. Keep in mind at this point i had completely wiped my device. So, I downloaded the "twrp-3.2.1-0-kenzo.img" file, as per a youtube video where the dude managed to flash the update successfully, and gave it a go. It showed up as successful. Then i shut the whole device off, and tried to boot back in to recovery to flash the ROM again, but the thing won't boot. It's stuck on this boot screen (with the oneplus logo and 'powered by android' at the bottom), and refuses to go further. I'm stuck in a situation with the phone having no OS, no recovery and the thing won't show up when I connect it to the pc either. Well, the pc makes the 'device connected' notification sound when I plug it in, but nothing shows up on the file explorer or the device manager.
That's my dilemma, please i need help!
Thanks in advance.
inwarse said:
I decided to update my old oneplus 2 to lineageos 15.1 with, but when I tried to flash the file with TWRP, it shows an error. Since the TWRP version I was using was old, I decided to update it first. Keep in mind at this point i had completely wiped my device. So, I downloaded the "twrp-3.2.1-0-kenzo.img" file, as per a youtube video where the dude managed to flash the update successfully, and gave it a go. It showed up as successful. Then i shut the whole device off, and tried to boot back in to recovery to flash the ROM again, but the thing won't boot. It's stuck on this boot screen (with the oneplus logo and 'powered by android' at the bottom), and refuses to go further. I'm stuck in a situation with the phone having no OS, no recovery and the thing won't show up when I connect it to the pc either. Well, the pc makes the 'device connected' notification sound when I plug it in, but nothing shows up on the file explorer or the device manager.
That's my dilemma, please i need help!
Thanks in advance.
Click to expand...
Click to collapse
You downloaded the KENZO (this is not oneplus2! ) TWRP and flashed it on another phone (oneplus2), just normal that it doesn't work and your phone is messed up.
If you can enter fastboot (vol up and power button to boot) you can rescue your phone:
-enter fastboot (vol up + power, while phone is completely off, u can also hold it until you can see "fastboot" written on the screen)
-connect device to a computer with fastboot installed
-type "fastboot oem unlock" into a terminal/cmd window if there is no error, you are good to go, otherwise your bootloader relocked, use this thread to recover
-if your bootloader is still unlocked, download the ONEPLUS2 TWRP IMG, ALWAYS make sure to only flash the roms, kernels, recoveries or zips for YOUR phone otherwise you can really DESTROY your phone!
-now type into terminal/cmd: "fastboot flash recovery *drag the oneplus2 twrp image into terminal/cmd window* and hit enter
-use vol down + power to reboot phone into recovery and wipe all partitions
-Install a ONEPLUS2 ROM of your choice
If something is not clear, use google, because this is most likely basic stuff you have to know when flashing your phone
I can in fact go to fastboot mode by holding the power+volume up keys. When I the phone to my pc it does show a fastboot device (9597b869 fastboot). What do i do from here?
inwarse said:
I can in fact go to fastboot mode by holding the power+volume up keys. When I the phone to my pc it does show a fastboot device (9597b869 fastboot). What do i do from here?
Click to expand...
Click to collapse
As I wrote above (it's a step-by-step guide, u only have to READ )
-connect device to a computer with fastboot installed
-type "fastboot oem unlock" into a terminal/cmd window if there is no error, you are good to go, otherwise your bootloader relocked, use this thread to recover
-if your bootloader is still unlocked, download the ONEPLUS2 TWRP IMG, ALWAYS make sure to only flash the roms, kernels, recoveries or zips for YOUR phone otherwise you can really DESTROY your phone!
-now type into terminal/cmd: "fastboot flash recovery *drag the oneplus2 twrp image into terminal/cmd window* and hit enter
-use vol down + power to reboot phone into recovery and wipe all partitions
-Install a ONEPLUS2 ROM of your choice
wertus33333 said:
As I wrote above (it's a step-by-step guide, u only have to READ )
-connect device to a computer with fastboot installed
-type "fastboot oem unlock" into a terminal/cmd window if there is no error, you are good to go, otherwise your bootloader relocked, use this thread to recover
-if your bootloader is still unlocked, download the ONEPLUS2 TWRP IMG, ALWAYS make sure to only flash the roms, kernels, recoveries or zips for YOUR phone otherwise you can really DESTROY your phone!
-now type into terminal/cmd: "fastboot flash recovery *drag the oneplus2 twrp image into terminal/cmd window* and hit enter
-use vol down + power to reboot phone into recovery and wipe all partitions
-Install a ONEPLUS2 ROM of your choice
Click to expand...
Click to collapse
i tried to follow the guide. but the bootloader, as per you description is relocked. the download link for the driver you provided shows up as empty/no longer available. that's where i'm getting stuck.
P.S, i can enter fastboot mode on the phone via power+volume up.
thanks for the help so far, i can't seem to find much help other than from you so far
Oh, the link is dead, sry for that. try this one (GDrive links are up and working).
inwarse said:
i tried to follow the guide. but the bootloader, as per you description is relocked. the download link for the driver you provided shows up as empty/no longer available. that's where i'm getting stuck.
P.S, i can enter fastboot mode on the phone via power+volume up.
thanks for the help so far, i can't seem to find much help other than from you so far
Click to expand...
Click to collapse
so i managed to get into qualcomm mode, updated the drivers, and ran "MSM8994DownloadTool.exe" in administrator mode. it went as it's outlined in your guide. however, at the end of that process, the phone got stuck in a bootloop (the oneplus logo flashes for a moment and restarts). and can't get into qualcomm mode now, since when i connect the usb to the pc while the phone off, it lights the display (to show that it's charging, i think). any way back from this?
(i can still get into fastboot mode)
inwarse said:
so i managed to get into qualcomm mode, updated the drivers, and ran "MSM8994DownloadTool.exe" in administrator mode. it went as it's outlined in your guide. however, at the end of that process, the phone got stuck in a bootloop (the oneplus logo flashes for a moment and restarts). and can't get into qualcomm mode now, since when i connect the usb to the pc while the phone off, it lights the display (to show that it's charging, i think). any way back from this?
(i can still get into fastboot mode)
Click to expand...
Click to collapse
Do you still have TWRP? If yes go to TWRP and shut down the phone there, afterwards you should be able to enter qualcomm mode again.
otherwise you have to try (i think 10s power button will shut the device completely down). You should be able to enter qualcomm mode if the device is fully shut off (your scenario sounds as if the device is not fully shut off when u connect it to the pc).
Just to go sure: You are absolutely sure to have a oneplus2, are you?
inwarse said:
so i managed to get into qualcomm mode, updated the drivers, and ran "MSM8994DownloadTool.exe" in administrator mode. it went as it's outlined in your guide. however, at the end of that process, the phone got stuck in a bootloop (the oneplus logo flashes for a moment and restarts). and can't get into qualcomm mode now, since when i connect the usb to the pc while the phone off, it lights the display (to show that it's charging, i think). any way back from this?
(i can still get into fastboot mode)
Click to expand...
Click to collapse
Could you resolve the issue?
wertus33333 said:
Could you resolve the issue?
Click to expand...
Click to collapse
nope. kept running into issue after issue, so got dejected and gave up.
Hey, I have an XT1563 with an SD card integrated into internal storage (which I'm regretting deeply now). Never unlocked bootloader.
Long story short, the screen fried and now won't turn on. Now I'm on a long journey trying to recover the data from it.
I'm also a noob at all of this, here's what I've done so far:
I have the Motorola drivers installed, and just the SDK platform-tools installed.
I can't remember if I kept USB debugging enabled or not, but I figured if I could get it into recovery mode I could enable it through that.
But I can't enter recovery mode. The only thing I'm successfully able to do is enter fastboot mode. I tried doing a flash recovery but of course since bootloader is locked it failed.
So from fastboot, since I can't see the screen, I can only guess at which buttons lead to recovery mode. From images, recovery mode is second on the list, right?
I've tried Vol Down + Vol Up. Didn't work. Also tried Vol Down + Pwr. Also didn't work. Fastboot still says it's in fastboot mode and adb doesn't recognise anything.
The only way my laptop is recognizing the phone is through fastboot. When I plug it in normally it doesn't connect (guessing it jumps into charging mode, but adb still doesn't recognise it)
Can somebody help me here? IIRC Moto X Play does have a built-in recovery mode, right? Is there a way to enter recovery mode through CMD/fastboot functions, or can anyone help me with the hardware buttons to reach it?
Bump
svxyl said:
Bump
Click to expand...
Click to collapse
I'm not sure what is possible. My idea would be:
1. Enter fastboot
2. Fastboot boot twrp
3. Use integrated adb of twrp to access data and shell as well as adb backup. Transfer data using data exchange for Android should also be possible.