[Q] Stuck at LG Logo FIXED - G2 Q&A, Help & Troubleshooting

Fixed using the same method as post 13 in this thread http://forum.xda-developers.com/lg-g2/help/vs980-twrp-bootloop-botched-lollipop-t3072133/page2
Hello phone gurus- sorry for my noobiness!
So- I HAD my phone working great- rooted- hotspot (I'm still on unlimited plan)
ACCIDENTALLY installed the OTA (after many weeks of ignoring it)
Then my phone wouldn't boot BUT I could get into TWRP
I tried using the console as posted in another thread (sorry can't post the link- I'm too new!)
but I entered this at the TWRP console:
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
then hit enter
type
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc
At this point I received a message that I didn't have enough disk space after typing the commands as shown.
Then I rebooted and my TWRP is gone...
Now I'm stuck at the LG logo, with no TWRP. Hold vol up, vol down, rebooted many times nothing seems to work, just the LG logo.
I have ADB on my win machine and it was recognizing the phone, but now it doesn't.
In device manager I show three devices when I boot phone with USB attached:
CDC ECM- No driver
CDC SERIAL- recognized as modem
LGE ANDROID PHONE- No driver
Its been at the LG logo for about 30 minutes now.
Help Please!:crying:

Related

SOLVED - Help me fix my LG G2 ATT D800 - Stuck in TWRP Boot Loop

Hey all. A couple of days ago it seem that there was an auto update that came in OTA. I had my phone plugged it to charge when the update showed up on the home screen. I did not do the update but left my phone on and plugged in to charge overnight. The next morning, I went to get my phone and the TWRP screen (TWRP that I previously installed) was on the home screen. Now I am stuck. I can not boot into the phone.
When I try to power my phone, I get the LG logo then the phone immediately boots into TWRP and here I remain. I can not get into the down load mode to restore to phone to factory defaults. I did have the phone rooted, unlocked, TWRP installed, Flashify installed, and Goo Manager installed, as well as being SU enabled.
I had a backup of Flashify, but it is gone. I have a TWRP backup, but when I try to restore it, I am still stuck in the TWRP screen after I reboot.
Here is what happens. I select the restore of the file that I have on the phone and on the TWRP log screen, it shows the following:
Finished running boot script.
[Restore Started]
Restore folder: '/data/media/0/TWRP/BACKUPS/016d06d0ce078bbe/1970-01-02--04-03-34 JDQ39B'
Skipping MMD5 check based on user setting.
Restoring 7 partitions...
Restoring boot...
[Boot done (1 seconds)]
Restoring Recovery...
[Recovery done (0 seconds)]
Wiping System...
Removing all files under '/system'
Restoring System...
[System done (156 Seconds)]
Wiping Data...
Wiping data without wiping /data/media ...
Done.
Restoring Data
[Data done (79 seconds)]
Wiping Cache...
Removing all files under '/cache'
Restoring Cache...
[Cache done (1 seconds)]
Restoring EFS...
Restoring efs2...
[EFS done (0 seconds)]
Restoring efs2...
[efs2 done (1 seconds)]
Updating partition details...
[RESTORE COMPLETE IN 243 SECONDS]
After that, I get the Reboot System. I reboot the system and the result is: I get the LG G2 symbol and I go right back into the TWRP screen with the options of "Install" "Wipe" "Backup" "Restore" "Mount" "Settings" "Advanced" and "Reboot".
I reboot into the following screen with "System" "Power Off" "Recovery" "Bootloader"
If I reboot into System - I wind up at the TWRP screen again after the LG logo.
If I reboot into Recovery - I wind up at the TWRP screen again after the LG logo.
If I reboot into Bootloader - I wind up at the TWRP screen again after the LG logo.
If I reboot into Power Off - when I power on I wind up at the TWRP screen again after the LG logo.
I tried a hard factory reset - back into the TWRP screen after the LG logo.
My computer does not recognize the LG G2 like it used to - I was able to see the SD card and get into it. Now, all I can find is the LG G2 under the Device Manager, Other Devices, G2 but the advanced properties show "Drivers not installed" and I can not install them.
How do I save my phone? I have some LG G2 backups on the computer, I have a Flashify Back Up on the computer, and I have a copy of the TWRP backup on the computer. But I can not get into "download mode" and doing a factory hard reset does nothing.
Help needed
It is like there is a file structure on the phone but no data whatsoever in the files structures.
NevetsDrassel said:
Hey all. A couple of days ago it seem that there was an auto update that came in OTA. I had my phone plugged it to charge when the update showed up on the home screen. I did not do the update but left my phone on and plugged in to charge overnight. The next morning, I went to get my phone and the TWRP screen (TWRP that I previously installed) was on the home screen. Now I am stuck. I can not boot into the phone.....
Help needed
It is like there is a file structure on the phone but no data whatsoever in the files structures.
Click to expand...
Click to collapse
Its funny and probably not a coincidence that this just happened to me two days ago. Fortunately, you have all the right safeguards installed and this should be an easy process.
Now, in mine, I had the exact same issue. What you will need to do is use either the terminal emulator on the twrp recovery menu or hook up the phone to your computer and use adb. There are only three lines of code to enter, one deleting the update, one disabling it's start, and one to clear the misc partition. I am currently in my phone now so I don't have the code but I will get on my computer soon and update with the code and it's source. Just make sure it is exact. Hold on a minute.
LG G2
livebyknight said:
Its funny and probably not a coincidence that this just happened to me two days ago. Fortunately, you have all the right safeguards installed and this should be an easy process.
Now, in mine, I had the exact same issue. What you will need to do is use either the terminal emulator on the twrp recovery menu or hook up the phone to your computer and use adb. There are only three lines of code to enter, one deleting the update, one disabling it's start, and one to clear the misc partition. I am currently in my phone now so I don't have the code but I will get on my computer soon and update with the code and it's source. Just make sure it is exact. Hold on a minute.
LG G2
Click to expand...
Click to collapse
Very much appreciated.
NevetsDrassel said:
Very much appreciated.
Click to expand...
Click to collapse
http://www.photo-cool.com/?p=48043
Here you go. Really simple process, just copy and paste the code after entering ADB terminal within the folder you have it in.
If drivers are an issue, look up Koush's universal android drivers
livebyknight said:
http://www.photo-cool.com/?p=48043
Here you go. Really simple process, just copy and paste the code after entering ADB terminal within the folder you have it in.
If drivers are an issue, look up Koush's universal android drivers
Click to expand...
Click to collapse
Within the folder that I have "what" in?
Got the drivers loaded and the system now recognizes an android device.
Started ADB
Copy and paste the code into "what" folder?
Thanks
Sorry I am new to this. Is this is what I was suppose to get?
C:\LG\Root Tools\ADB + Fastboot + Drivers>adb shell
dd if=/dev/block/platform/msm_sdcc.1/by-name/fota of=/sdcard/fota-backup.img
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc
~exit
# ←[6nadb rebootdd if=/dev/block/platform/msm_sdcc.1/by-name/fota of=/sdcard/fo
ta-backup.img
65536+0 records in
65536+0 records out
33554432 bytes (32.0MB) copied, 1.056265 seconds, 30.3MB/s
~ # dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
dd: writing '/dev/block/platform/msm_sdcc.1/by-name/fota': No space left on devi
ce
65537+0 records in
65536+0 records out
33554432 bytes (32.0MB) copied, 2.493231 seconds, 12.8MB/s
~ # dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc
dd: writing '/dev/block/platform/msm_sdcc.1/by-name/misc': No space left on devi
ce
32769+0 records in
32768+0 records out
16777216 bytes (16.0MB) copied, 0.675348 seconds, 23.7MB/s
~ # exit
C:\LG\Root Tools\ADB + Fastboot + Drivers>
And do I now reboot? or what?
Damn, it worked..... My phone is working again? Was this some type of virus or what?
Thank you thank you thank you for you assistance. You have saved me from the blackness of hell.
NevetsDrassel said:
Hey all. A couple of days ago it seem that there was an auto update that came in OTA. I had my phone plugged it to charge when the update showed up on the home screen. I did not do the update but left my phone on and plugged in to charge overnight. The next morning, I went to get my phone and the TWRP screen (TWRP that I previously installed) was on the home screen. Now I am stuck. I can not boot into the phone.
When I try to power my phone, I get the LG logo then the phone immediately boots into TWRP and here I remain. I can not get into the down load mode to restore to phone to factory defaults. I did have the phone rooted, unlocked, TWRP installed, Flashify installed, and Goo Manager installed, as well as being SU enabled.
I had a backup of Flashify, but it is gone. I have a TWRP backup, but when I try to restore it, I am still stuck in the TWRP screen after I reboot.
Here is what happens. I select the restore of the file that I have on the phone and on the TWRP log screen, it shows the following:
Finished running boot script.
[Restore Started]
Restore folder: '/data/media/0/TWRP/BACKUPS/016d06d0ce078bbe/1970-01-02--04-03-34 JDQ39B'
Skipping MMD5 check based on user setting.
Restoring 7 partitions...
Restoring boot...
[Boot done (1 seconds)]
Restoring Recovery...
[Recovery done (0 seconds)]
Wiping System...
Removing all files under '/system'
Restoring System...
[System done (156 Seconds)]
Wiping Data...
Wiping data without wiping /data/media ...
Done.
Restoring Data
[Data done (79 seconds)]
Wiping Cache...
Removing all files under '/cache'
Restoring Cache...
[Cache done (1 seconds)]
Restoring EFS...
Restoring efs2...
[EFS done (0 seconds)]
Restoring efs2...
[efs2 done (1 seconds)]
Updating partition details...
[RESTORE COMPLETE IN 243 SECONDS]
After that, I get the Reboot System. I reboot the system and the result is: I get the LG G2 symbol and I go right back into the TWRP screen with the options of "Install" "Wipe" "Backup" "Restore" "Mount" "Settings" "Advanced" and "Reboot".
I reboot into the following screen with "System" "Power Off" "Recovery" "Bootloader"
If I reboot into System - I wind up at the TWRP screen again after the LG logo.
If I reboot into Recovery - I wind up at the TWRP screen again after the LG logo.
If I reboot into Bootloader - I wind up at the TWRP screen again after the LG logo.
If I reboot into Power Off - when I power on I wind up at the TWRP screen again after the LG logo.
I tried a hard factory reset - back into the TWRP screen after the LG logo.
My computer does not recognize the LG G2 like it used to - I was able to see the SD card and get into it. Now, all I can find is the LG G2 under the Device Manager, Other Devices, G2 but the advanced properties show "Drivers not installed" and I can not install them.
How do I save my phone? I have some LG G2 backups on the computer, I have a Flashify Back Up on the computer, and I have a copy of the TWRP backup on the computer. But I can not get into "download mode" and doing a factory hard reset does nothing.
Help needed
It is like there is a file structure on the phone but no data whatsoever in the files structures.
Click to expand...
Click to collapse
Hey man im having the exact same problem, how do i exactly run the adb file? Im not sure if i still have it, what do i need to download, and when i did try it before it said my phone cannot be recognized, how did you fix your problem, can you walk me through please. Currently I am traveling and need my phone its useless right now.
fromc2m said:
Hey man im having the exact same problem, how do i exactly run the adb file? Im not sure if i still have it, what do i need to download, and when i did try it before it said my phone cannot be recognized, how did you fix your problem, can you walk me through please. Currently I am traveling and need my phone its useless right now.
Click to expand...
Click to collapse
I think that this will only work if you have TWRP already installed and have a TWRP backup file on the phone as the phone will revert to the last backup. Although this is an assumption on my part. It may revert to the phone factory default if you do not have a backup on the phone. As I indicated, I had been rooted, had Super User installed, had Flashify and TWRP installed on the phone and was locked in a TWRP bootloop that I could not get out of no matter what I did.
I am running Windows 7 Pro so these instructions may vary if you are running a different OS on your computer.
Get the Koush's universal drivers and install them on the computer. The regular LG drivers will not recognize the phone.
Get and download the "ADB + Fastboot + Drivers.zip" file found here and install in on the computer. Or found here.
Plug your phone into the computer and the computer should see your phone under the device manager properties as an "ADB Interface" "AndroidNet Sooner Single ADB Interface" (from the Koush universal drivers you installed. Originally, I think my phone was listed as a VZW device but it did not matter)
You have to run the ADB.EXE script from the computer in a CMD.EXE window that you are running with administrative privileges. Open a CMD.EXE window and navigate to the directory that has the ADB + Fastboot + Drivers folder. I had to navigate from /windows/system32 directory to C:/LG/ADB + Fastboot + Drivers/ directory (this is where I installed it on my computer) and type DIR and you will see the ADB.EXE command. Type "ADB SHELL (paste script here from other thread)", (without the quotes) then enter and it will run the script on the phone.
Restart the phone and it should work.
My phone reverted to an October backup, last one that I had on the phone.
If this does not work for you, I suggest that you start a new thread with your specific problem. You may have to flash the phone.
I do not know what the OTA update was but I read a thread that indicated that it was a rolling advert widget. I think that it was more than that though.
Let me know if you have success with this as it worked for me.
If you do not have access to a computer, I do not know what you have to do. You may be able to enter the script using the terminal emulator on the phone if you have access to it in TWRP.
NevetsDrassel said:
I think that this will only work if you have TWRP already installed and have a TWRP backup file on the phone as the phone will revert to the last backup. Although this is an assumption on my part. It may revert to the phone factory default if you do not have a backup on the phone. As I indicated, I had been rooted, had Super User installed, had Flashify and TWRP installed on the phone and was locked in a TWRP bootloop that I could not get out of no matter what I did.
I am running Windows 7 Pro so these instructions may vary if you are running a different OS on your computer.
Get the Koush's universal drivers and install them on the computer. The regular LG drivers will not recognize the phone.
Get and download the "ADB + Fastboot + Drivers.zip" file found here and install in on the computer. Or found here.
Plug your phone into the computer and the computer should see your phone under the device manager properties as an "ADB Interface" "AndroidNet Sooner Single ADB Interface" (from the Koush universal drivers you installed. Originally, I think my phone was listed as a VZW device but it did not matter)
You have to run the ADB.EXE script from the computer in a CMD.EXE window that you are running with administrative privileges. Open a CMD.EXE window and navigate to the directory that has the ADB + Fastboot + Drivers folder. I had to navigate from /windows/system32 directory to C:/LG/ADB + Fastboot + Drivers/ directory (this is where I installed it on my computer) and type DIR and you will see the ADB.EXE command. Type "ADB SHELL (paste script here from other thread)", (without the quotes) then enter and it will run the script on the phone.
Restart the phone and it should work.
My phone reverted to an October backup, last one that I had on the phone.
If this does not work for you, I suggest that you start a new thread with your specific problem. You may have to flash the phone.
I do not know what the OTA update was but I read a thread that indicated that it was a rolling advert widget. I think that it was more than that though.
Let me know if you have success with this as it worked for me.
If you do not have access to a computer, I do not know what you have to do. You may be able to enter the script using the terminal emulator on the phone if you have access to it in TWRP.
Click to expand...
Click to collapse
Wow thanks for the detailed instructions and explanations! ok sorry about this but what do you mean by koushes universal drivers?? where do i get those, and also paste the adb shell from which thread are you referring to? I will try this
---------- Post added at 11:41 AM ---------- Previous post was at 11:34 AM ----------
NevetsDrassel said:
I think that this will only work if you have TWRP already installed and have a TWRP backup file on the phone as the phone will revert to the last backup. Although this is an assumption on my part. It may revert to the phone factory default if you do not have a backup on the phone. As I indicated, I had been rooted, had Super User installed, had Flashify and TWRP installed on the phone and was locked in a TWRP bootloop that I could not get out of no matter what I did.
I am running Windows 7 Pro so these instructions may vary if you are running a different OS on your computer.
Get the Koush's universal drivers and install them on the computer. The regular LG drivers will not recognize the phone.
Get and download the "ADB + Fastboot + Drivers.zip" file found here and install in on the computer. Or found here.
Plug your phone into the computer and the computer should see your phone under the device manager properties as an "ADB Interface" "AndroidNet Sooner Single ADB Interface" (from the Koush universal drivers you installed. Originally, I think my phone was listed as a VZW device but it did not matter)
You have to run the ADB.EXE script from the computer in a CMD.EXE window that you are running with administrative privileges. Open a CMD.EXE window and navigate to the directory that has the ADB + Fastboot + Drivers folder. I had to navigate from /windows/system32 directory to C:/LG/ADB + Fastboot + Drivers/ directory (this is where I installed it on my computer) and type DIR and you will see the ADB.EXE command. Type "ADB SHELL (paste script here from other thread)", (without the quotes) then enter and it will run the script on the phone.
Restart the phone and it should work.
My phone reverted to an October backup, last one that I had on the phone.
If this does not work for you, I suggest that you start a new thread with your specific problem. You may have to flash the phone.
I do not know what the OTA update was but I read a thread that indicated that it was a rolling advert widget. I think that it was more than that though.
Let me know if you have success with this as it worked for me.
If you do not have access to a computer, I do not know what you have to do. You may be able to enter the script using the terminal emulator on the phone if you have access to it in TWRP.
Click to expand...
Click to collapse
I cant open the adb+fastboot drivers, it says windows cannot open. I have a windows 8 computer.
fromc2m said:
Wow thanks for the detailed instructions and explanations! ok sorry about this but what do you mean by koushes universal drivers?? where do i get those, and also paste the adb shell from which thread are you referring to? I will try this
---------- Post added at 11:41 AM ---------- Previous post was at 11:34 AM ----------
I cant open the adb+fastboot drivers, it says windows cannot open. I have a windows 8 computer.
Click to expand...
Click to collapse
You can get the Koush drivers from here.
You can get the script from http://www.photo-cool.com/?p=48043
Can't help you with Windows8. I know nothing about it. The ADB + Fastboot + Drivers is a .zip file. You have to unzip the file and put it on a directory of your choosing. I put my in C:/LG/ADB + Fastboot + Drivers/
Once you unzip the file (you can use 7Zip found here ) you will see the ADB.exe application along with 5 other .dll/applications/files in the folder.
livebyknight said:
http://www.photo-cool.com/?p=48043
Here you go. Really simple process, just copy and paste the code after entering ADB terminal within the folder you have it in.
If drivers are an issue, look up Koush's universal android drivers
Click to expand...
Click to collapse
This link is dead. Can you please give me another link? It's very urgent.
Just use this Toolkit
http://www54.zippyshare.com/v/29970713/file.html
Download D800 Rom and then add the .zip folder to Toolkit v1,5 - sideload folder
First you need to enter TWRP and then go to Advanced and press ADB Sideload Swipe
It's easier to rename it like rom.zip
Now start the start.bin
Select language
Enter
In my opinion it's 1 , enter
Then press 7) Install ROM/ Unbrick via SideLoad
Enter
and write the rom name that is in the sideload folder ( becouse i renamed it it's rom.zip in my opinion)
Now wait for the rom is pushin trough sideload
The installation process will start automatic .
I hope you got this by now,., had this happen to me...I found the thing to do..
On your TWRP terminal command type this codes.
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
then hit enter
type
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc
Then hit enter and back out of terminal to reboot system
Help me plz same thing im facing with my lg g2
I reboot into the following screen with "System" "Power Off" "Recovery" "Bootloader"
If I reboot into System - I wind up at the TWRP screen again after the LG logo.
If I reboot into Recovery - I wind up at the TWRP screen again after the LG logo.
If I reboot into Bootloader - I wind up at the TWRP screen again after the LG logo.
If I reboot into Power Off - when I power on I wind up at the TWRP screen again after the LG logo.
I tried a hard factory reset - back into the TWRP screen after the LG logo.
My computer does not recognize the LG G2 like it used to - I was able to see the SD card and get into it. Now, all I can find is the LG G2 under the Device Manager, Other Devices, G2 but the advanced properties show "Drivers not installed" and I can not install them.
How do I save my phone? I have some LG G2 backups on the computer, I have a Flashify Back Up on the computer, and I have a copy of the TWRP backup on the computer. But I can not get into "download mode" and doing a factory hard reset does nothing.
Help needed
mehler said:
I reboot into the following screen with "System" "Power Off" "Recovery" "Bootloader"
If I reboot into System - I wind up at the TWRP screen again after the LG logo.
If I reboot into Recovery - I wind up at the TWRP screen again after the LG logo.
If I reboot into Bootloader - I wind up at the TWRP screen again after the LG logo.
If I reboot into Power Off - when I power on I wind up at the TWRP screen again after the LG logo.
I tried a hard factory reset - back into the TWRP screen after the LG logo.
My computer does not recognize the LG G2 like it used to - I was able to see the SD card and get into it. Now, all I can find is the LG G2 under the Device Manager, Other Devices, G2 but the advanced properties show "Drivers not installed" and I can not install them.
How do I save my phone? I have some LG G2 backups on the computer, I have a Flashify Back Up on the computer, and I have a copy of the TWRP backup on the computer. But I can not get into "download mode" and doing a factory hard reset does nothing.
Help needed
Click to expand...
Click to collapse
I am also in same situation. I have cyanogen recovery. haven't find any solution by readings in forums. biggest problem is my phone and adb server. adb shell never works. my phone is unauthorized. only work is sideload, but cannot install zip file. stuck every time on 47% and thee phone reboots and back to cyanogen recovery screen.
anybody had really solved this kind of problem.
any help is highly appreciated. there might be guys like me looking for solution.

[Q&A] [FIX] Installed TWRP and now you're stuck after OTA?

Q&A for [FIX] Installed TWRP and now you're stuck after OTA?
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
hi, how can I access to the terminal of TWRP? we I select "terminal comand", I dont have any terminal opened after...
---------- Post added at 04:24 PM ---------- Previous post was at 03:36 PM ----------
hi, when i put he command in the terminal, i've this message "simulating actions"...? what's the problem please?
Thank's
g2 boot loop twrp
i can get to twrp, but i cant go further... please help
spirecool said:
hi, how can I access to the terminal of TWRP? we I select "terminal comand", I dont have any terminal opened after...
---------- Post added at 04:24 PM ---------- Previous post was at 03:36 PM ----------
hi, when i put he command in the terminal, i've this message "simulating actions"...? what's the problem please?
Thank's
Click to expand...
Click to collapse
I have the same issue with the simulating actions message. I cannot get this device unbricked I seriously need someone to help me out.
To answer your question, you click select at the bottom right to enter terminal.
EDIT: I found the resolution. Executed the command via adb after UNINSTALLING all lg drivers. Hope that helps anyone out in the future. Device is unbricked.
didnt work
I did as the thread outlined and now all thats on my phone is the LG logo while my led indicator goes from blue to green repeatedly. PLEASE help.
When to use the reboot code?
I've managed to install TWRP and flash a rom, but once reboot my phone normally I'm still stuck with the LG logo on the screen, and can't acceess the OS. Should I run the reboot code through adb as soon as I've installed the rom, and use that to reboot my phone instead of simply pressing "reboot" on the screen after the rom is installed. Thanks for your help - LG G2 / D802
I made way to the terminal , I did the right thing , my phone boot only LG logo
soare95 said:
I made way to the terminal , I did the right thing , my phone boot only LG logo
Click to expand...
Click to collapse
help me please
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
After typing this in through twrp terminal, the script tells me that i have run out of space and doesnt finish. How do i clear more space?
soare95 said:
I write in terminal :
Code:
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
say that
Code:
dd: writing '/dev/block/platform/msm_sdcc.1/by-name/fota': No space left on device
65537+0 records in
65536+0 records out
33554432 bytes (32.0MB) copied.
2.280673 seconds, 14.0 MB/s
my phone boot only LG logo , download mode boot standby image
Help me please !
I have a backup twrp on my computer , but can not transfer it to the phone via TWRP . USB OTG does not work .
I think the phone would function as before if I could install backup.
waiting for your answer
Click to expand...
Click to collapse
I've got exactly the same problem with my G2..I hope someone can help
I'm getting this same issue. I was on stock, rooted, then got the OTA. I clicked update, not knowing there would be an issue.
After the update restarted, the phone went straight into TWRP, and I can't get out!
I tried this fix here, but this "fota" command is giving me a "no space left" error. I'm stuck in TWRP. I can't reboot into the OS! I've even tried flashing a new ROM, but I still can't reboot to the OS.
Help!
i don't no into the adb mode pls help me
[FIXED] T-Mobile D801 rooted, stock ROM. Stuck in TWRP after Dec. 01, 2014 OTA update
In Adition to http://forum.xda-developers.com/showthread.php?t=2451696
T-Mobile D801 rooted, stock ROM.
Stuck in boot loop after Dec. 01, 2014 OTA update
Followed your instructions and it did not help until I also ran the following
Code:
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc
Please update original post.
Found the extra command here:
forums.androidcentral.com/general-help-how/373947-bricked-lg-g2-stuck-twrp-no-download-mode.html
So theres no harm in doing it through the terminal command in TWRP on thephone itsf?
I'd much rather do that method
---------- Post added at 08:11 AM ---------- Previous post was at 07:58 AM ----------
holy crap! you are by far the most helpful individual I have ever met. I cant thank you enough!
Thanks for the fix. I was about to throw this phone out the door.
just wanted to say thanks this really helped, been stuck in twrp for hours
ATT LG G2 stuck in TWRP boot loop
Hey guys,
I tried to update my software today and now my phone is stuck in TWRP boot loop. Everytime I try to reboot it goes back to the TWRP screen. Any help is much appreciated. I'm on a ATT LG G2.
Joey
ultra noob question
How do I get ADB access to type the command to reset the process? I too got stuck with the Fastboot / UDC_Start / resete / portcharge / fastoobt .
My computer only shows an option that says ADB Interface (on device manager when I plug the phone).
Hello,
Telephone LG G2 D801
not adb,
terminal komut problem:
[email protected]:~$ dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
dd: failed to open ‘/dev/block/platform/msm_sdcc.1/by-name/fota’: No such file or directory
[email protected]:~$ sudo dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
dd: failed to open ‘/dev/block/platform/msm_sdcc.1/by-name/fota’: No such file or directory
[email protected]:~$
help.[COLOR="Silver
Stuck in bootloop
Hello all, I have a rooted vs980, that my sister accepted an ota without my knowledge. Since then, I can boot into TWRP, download mode and when the phone is booted regularly, it is either stuck at the lg logo or bootloops. Also, my computer doesn't read the device while it's in download mode. I've tried the twrp commands, I've attempted to sideload another rom, but due to that, I've lost adb. If anyone could help me out, it'd be great. I dropped my oneplus this weekend and I'm not forced to use a slider lol.

[Q] Bricked LG G2, Stuck at TWRP, No Download mode...try a lot of things plz help.

i bricked my LG G2 after instaling TWRP, i went to the app, test it by clicking reboot , saw it is warked fine and tap reboot- system.
its stuck on the LG logo on start.
i tryed to "factory reset" my phone by - wipe- advanced wipe.....
tryed also the commads:
"before trying anything else just type in these commands
What worked for me was from the TWRP terminal command was to type
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
then hit enter
type
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc
then hit enter and reboot.
got help from the IRC xda-devs for the second step to complete the fix."
still stuck.
mybe i done some of thoes thing wrong to fix that.....i tryed the command thing 3 times.
*sorry for my bad English.
plz help!!!

Zuk Z1 bricked; screen stuck on Zuk & powered by Android boot screen

Hi guys,
After an update to 30th March nightly on Lineage OS (had only migrated from CM 12.1 OS to Lineage OS a day before with the 23rd March nightly), the boot got stuck to TWRP.
I could get into the Fastboot mode while TWRP was accessible.
Tried reverting back to stock ROM manually (& with a lot of guesswork) and the "fastboot flash system system.img" command was stuck too long on sending; I rebooted manually and the Cyanogen recovery showed up next with a error message. I pressed a button by mistake and since then the phone is stuck on the Zuk+powered by Android boot screen. Would appreciate help as it is no longer entering Fastboot or Recovery.
Update: somehow got into Cyanogen recovery after I had kept the phone away after trying many times. Have connected the phone to the computer but have no clue what to do next. Would appreciate exact steps with commands to get out of this mess.
Badly screwed this up. Was only beginning to enjoy the new Lineage OS when this series of mishaps and errors happened. :crying:
Connect your Lenovo ZUK Z1 device to your computer via USB and run this command as root: adb shell dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc count=1 bs=32
(try this in recovery mode)
You can also go to the TWRP terminal and run: dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc count=1 bs=32
This solves your problem..
Thank you
First somehow you will need to find a way to switch your phone off and then follow this : https://www.youtube.com/watch?v=9t1HMXfO5ic
thanks srk, bhattyash.
i couldn't figure out how to do your method; couldn't locate = on the twrp screen and didn't know how to exactly give the adb shell command; so didn't attempt your methods.
i however tried flashing again manually; this time the system flash command changed into something that breaks up the system img into files less than 512 kb/mb or so. can't locate that very helpful flash command; but that's what helped me boot back to stock ROM
Hello there,
I have exactly the same issue, cant get in fastboot or recovery mode, just the black screen with "ZUK powered by android" logo. i tried connecting the phone to my computer and it recognize my zuk as " ShenQi Composite ADB Interface " . When i run power shell in my adb folder, after type adb devices i get "List of devices attached" but no devices at all in that list just an empty line.
The YouTube link doesn't work and I can't fully undesrtand how did you fix your phone, I don't know what to do.
Thanks and excuse my bad English !

v20 bricked help

so I have a us996 I unlocked the boot loader installed twrp installed a rom. then stupidly I reset the phone inside android.
Phone kept looping to twrp even after reinstalling in twrp and wiping everything trying multiple times
I found this thread that said try this in twrp cmd
dd if=/dev/zero of=/dev/block/platform/soc/624000.ufshc/by-name/misc
dd if=/dev/zero of=/dev/block/platform/soc/624000.ufshc/by-name/fota
After that it would not boot at all. I kept getting device not secure Red boot locker screen. I could enter download mode and fastboot. Recovery does nothing.
I was able to flash with lg up and I got all the way to phone reboot but the phone just went right back to fastboot. Took many attempts with lgup and lgflash just to get it to do that.
Fastboot wont let me unlock it now, I cant install twrp again. Im stuck
currently the phone just boot right to fastboot but will enter download mode. If I try factory recovery erases and then its right back to fastboot.

Categories

Resources