Got a OTA update this morning and not thinking I downloaded it, well im stuck in TWRP recovery. I tried a factory reset and still stuck in recovery.
I am stock just rooted with a wifi tether hack and a kernel to fix my white screen after installing TWRP. How can I fix this? Please help!
One moment..
Try this
Sent from my Nexus 7 using Tapatalk
If you have adb, connect your phone and do the following..
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
Type exactly that, spaces and all.
Reflash Nandroid.
Tannereed said:
If you have adb, connect your phone and do the following..
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
Type exactly that, spaces and all.
Reflash Nandroid.
Click to expand...
Click to collapse
I see adb sideload, if thats wgat you mean
No not sideload, being in twrp, your pc should still recognize your phone if you have the drivers and adb set up correctly.
Tannereed said:
No not sideload, being in twrp, your pc should still recognize your phone if you have the drivers and adb set up correctly.
Click to expand...
Click to collapse
got it working today....back to stock...for now. I had to follow some instructions off another thread i found...worked like a charm! Thanks for everones help
Thred link.
xsmokinx said:
got it working today....back to stock...for now. I had to follow some instructions off another thread i found...worked like a charm! Thanks for everones help
Click to expand...
Click to collapse
Please post other thread link so I can fix mine too.
Follow the instructions on this link that should fix it. http://www.rwilco12.com/forum/showthread.php?tid=96# :good:
before I read too far into that posting
Jairsantana said:
Follow the instructions on this link that should fix it. :good:
Click to expand...
Click to collapse
Really quick question, is that a REAL fix? Meaning you got back to life as normal? Or is it a RESTART? Meaning your phone goes back to day 1 all over again.
Im trying to find a way to time-machine back to right before the errors occurred.
That will put it back to stock, but will wipe everything off your phone. Complete before you had the phone
Sent from my Nexus 7 using Tapatalk
secret.animal said:
That will put it back to stock, but will wipe everything off your phone. Complete before you had the phone
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Yeap you are right!!! Like out of the box.
Related
Has anyone successfully installed clockwork recovery on the continuum? I was tempted to try the fascinate instructions
Sent from my SCH-I400 using XDA App
I have used Titanium Back up with success
Okay, I can officially say that the Fascinate Clockwork Recovery does not work... Fails on "updating from Verizon" or something similar.... Then reboots... Is that Clockwork or the standard recovery?
Okay, I did not backup my stock recovery (stupid stupid stupid stupid), so can anyone get me that file and tell me which directory I need to shove it in?
Sent from my SCH-I400 using XDA App
I cannot remember the process to backup the recovery. What do you need me to do?
ThePravus said:
I cannot remember the process to backup the recovery. What do you need me to do?
Click to expand...
Click to collapse
Use root explorer or something similar, find the recovery file and copy it... Attach it here and let me injure what directory it was in... Please... I appreciate any help...
Sent from my SCH-I400 using XDA App
Or let me know... Somehow Swype changed that to injure...
Sent from my SCH-I400 using XDA App
I believe its more than just a file, you have to flash it.
Weudel said:
Use root explorer or something similar, find the recovery file and copy it... Attach it here and let me injure what directory it was in... Please... I appreciate any help...
Sent from my SCH-I400 using XDA App
Click to expand...
Click to collapse
If you know why the directory is I can post the files. Man, we really need some devs...
Also, you can might not need to flash it, but you would probably need to use ABD then.
Sent from my SCH-I400 using XDA App
Was informed that we could use dump_image to pull it and then flash_image to reflash. Trying to get ADB working at the moment. Typing on the phone is terrible.
ThePravus said:
Was informed that we could use dump_image to pull it and then flash_image to reflash. Trying to get ADB working at the moment. Typing on the phone is terrible.
Click to expand...
Click to collapse
The typing isn't that bad if you use swype or SwiftKey. Is there anything I can do to help?
Sent from my space time Continuum using the XDA App.
OK this is the best I can do I think.
I dumped the recovery block with the awesome help from Da_G]NARF[ on the XDA IRC chan.
AFAIK this should fix it.
Extract boot.rar
Copy boot.bin to your sdcard
Unmount the SDcard if you copied from your computer.
Open a terminal either with ADB shell or im assuming a term emulator would work.
SU for root privs. then use this command:
Code:
dd if /dev/block/bml1 of=/sdcard/boot.bak bs=4096
This will backup your current one.
Code:
dd if=/sdcard/boot.bin of=/dev/block/bml1 bs=4096
This will rewrite with the new one.
Reboot.
dfgged said:
The typing isn't that bad if you use swype or SwiftKey. Is there anything I can do to help?
Sent from my space time Continuum using the XDA App.
Click to expand...
Click to collapse
If you can pull the stock recovery and post it, that would be great...
Otherwise, could one of you try booting into the stock recovery and see what it does... I tried to load the Fascinate Clockwork using ROM Manager and I'm not sure if it actually did anything or not... I don't think Clockwork would check with Verizon for updates.... All I have experience with is Amon Ra on my Eris..... Would be great if it just failed to change it.....
ThePravus said:
OK this is the best I can do I think.
I dumped the recovery block with the awesome help from Da_G]NARF[ on the XDA IRC chan.
AFAIK this should fix it.
Extract boot.rar
Copy boot.bin to your sdcard
Unmount the SDcard if you copied from your computer.
Open a terminal either with ADB shell or im assuming a term emulator would work.
SU for root privs. then use this command:
Code:
dd if /dev/block/bml1 of=/sdcard/boot.bak bs=4096
This will backup your current one.
Code:
dd if=/sdcard/boot.bin of=/dev/block/bml1 bs=4096
This will rewrite with the new one.
Reboot.
Click to expand...
Click to collapse
Awesome, thanks...
Looks like it worked... I guess I might not know for sure until the 2.2 OTA comes out.... Fingers crossed...
I've been working on porting clockwork. After running
Code:
build/tools/device/mkvendor.sh device_manufacturer_name device_name /your/path/to/the/boot.img
with the path substitution, I get
Code:
unpackbootimg not found. Is your android build environment set up and have the host tools been built?
Does anyone have any suggestions?
I am new to these forums Well, i have been looking around here for a while for my Continuum phone, i just haven't said anything
I may be completely wrong... But do these steps (The ones in the beginning) install Clockwork? Or is that for something completely different?
and this is probably the wrong place to ask... But in order to install the Voodoo lagfix, you need Clockwork, right?
Thank you for your help everyone
trailblazer101 said:
I am new to these forums Well, i have been looking around here for a while for my Continuum phone, i just haven't said anything
I may be completely wrong... But do these steps (The ones in the beginning) install Clockwork? Or is that for something completely different?
and this is probably the wrong place to ask... But in order to install the Voodoo lagfix, you need Clockwork, right?
Thank you for your help everyone
Click to expand...
Click to collapse
Well this the right place to ask, and the steps you see are steps to flash the stock recovery back. Also, yes, we do need clockwork for voodoo.
Sent from my space time Continuum using the XDA App.
dfgged said:
Well this the right place to ask, and the steps you see are steps to flash the stock recovery back. Also, yes, we do need clockwork for voodoo.
Sent from my space time Continuum using the XDA App.
Click to expand...
Click to collapse
There currently is not a Clockwork Recovery for the Continuum, but it is in the works...
Has anyone other than Weudel tried using this supposed stock recovery?
Sent from my SCH-I400 using XDA App
I'm using a Terminal Emulator on my phone trying to run the command to backup my current boot image. I'm typing "su" first for root privileges then typing "dd if /dev/block/bml1 of=/sdcard/boot.bak bs=4096" but I'm getting an error saying uknown operand if. Help?
Nevermind, I've discovered the problem. The code to backup your current boot image is "dd if=/dev/block/bml1 of=/sdcard/boot.bak bs=4096". There was an equal sign missing in the post above.
So I've completed the steps listed above and was under the impression this would restore my phone to stock. However, I still don't have the Verizon bloatware I deleted. Did I not understand what this process was meant to accomplish?
Hi!
I think I may have bricked my phone. I superwiped but I forgot to put a ROM
so now I have nothing on my phone.
Can I flash a ROM from my computer to my phone?
Thx in advance!
Flash a stock image using the Google images, then you can re-flash a custom one
If you still have cwr, mount USB in cwr, put a rom on there, flash from. If you don't have a recovery, you should be able to adb push the recovery file and flash through boot loader, then mount USB in recovery, copy rom to phone, flash.
Sent from my Galaxy Nexus using XDA App
Fastboot and download mode are your friends ;-)
Sent from my Galaxy Nexus using xda premium
EddyOS said:
Flash a stock image using the Google images, then you can re-flash a custom one
Click to expand...
Click to collapse
Where do I find them? I am sorry im a n00b :S
Cutting-TM said:
Fastboot and download mode are your friends ;-)
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
+1 What he said! /\
look at thread that has the odin stock rom
If you're a n00b then why on earth did you unlock the phone in the first place? Surely you should've researched what you were doing in case something like this happened?
Kotd424 said:
Hi!
I think I may have bricked my phone. I superwiped but I forgot to put a ROM
so now I have nothing on my phone.
Can I flash a ROM from my computer to my phone?
Thx in advance!
Click to expand...
Click to collapse
all is very easy to fix
1. Change ROM name to rom.zip
adb shell
mount /data
exit
adb push rom.zip /data/media
Now reboot into recovery and flash ROM.
Its all in here
http://groups.google.com/group/android-building/msg/43c3a418144fc6c5
This has helped me out twice already, and its where the factory images will be when the OTAs start, so of you're impatient and want them as soon as you can get them here
Sent from my Galaxy Nexus using Tapatalk
I think we need to put up a sticky again explaining what "brick" means.
mike1986. said:
all is very easy to fix
1. Change ROM name to rom.zip
adb shell
mount /data
exit
adb push rom.zip /data/media
Now reboot into recovery and flash ROM.
Click to expand...
Click to collapse
Hi, when I write adb shell, it says device not found.
i have install usb drivers but it dosent work
spences10 said:
Its all in here
http://groups.google.com/group/android-building/msg/43c3a418144fc6c5
This has helped me out twice already, and its where the factory images will be when the OTAs start, so of you're impatient and want them as soon as you can get them here
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
thx!
nbdysreal said:
If you still have cwr, mount USB in cwr, put a rom on there, flash from. If you don't have a recovery, you should be able to adb push the recovery file and flash through boot loader, then mount USB in recovery, copy rom to phone, flash.
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
Mount usb isn't working yet on Galaxy Nexus CWM 5.5.0.2 recovery you need to have a working rom to put your files in the phone
ok, nobody knows why I get error: device not found when i type adb shell?
I cant make it work... :S would really appreciate it
Kotd424 said:
ok, nobody knows why I get error: device not found when i type adb shell?
I cant make it work... :S would really appreciate it
Click to expand...
Click to collapse
Did adb work before? Sounds like the drivers aren't installed properly
And if you are trying to use the images from what I linked earlier you need to be in fastboot not adb
Sent from my Galaxy Nexus using Tapatalk
spences10 said:
Did adb work before? Sounds like the drivers aren't installed properly
And if you are trying to use the images from what I linked earlier you need to be in fastboot not adb
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
ok i also have the fastboot but what do I write?
fastboot boot <image name> ? that didnt work for me
Got it working now.
Thx everybody for the help. I didnt know that you should use adb in recovery mode.
So i flashed cwm. But now I need to go back to stock recovery but I'm not sure how. I made a back up like the directions said to, so how do I proceed from here? Thanks
Sent from my LG-P930 using XDA App
That topic pretty much covers it all:
[Solved] Unbricking Solution for LG Nitro HD | Confirmed Working on Bell Optimus
yeah i was looking at that. so just to make sure, i just push the stock recovery img?
Yup, push the stock recovery.img to the root/top of your sdcard and run this in adb shell:
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p13
Click to expand...
Click to collapse
awesome it worked. thanks a lot. great work with ur rom btw kernalpan1c
Something happened to my phone while it was in my pocket tonight, I pulled it out after work and it's on the CWM main screen it tried to install some update zips that failed and now I can't reboot my phone, so it's pretty screwed up right now.
I can't seem to mount USB storage so it appears on my laptop, I figured if I could do that it would be as simple as flashing a new ROM but it doesn't seem to work.
Any help is appreciated, I will be watching the thread since I need this phone to work as I use it as my primary line.
I seem to have ADB access and my 3 backup files from FreeGee, they are aboot-sprint-backup, boot-sprint-backup and recovery-sprint-backup. Are those what I need to use to restore my phone and where do I flash each image to?
Do you have a ROM on your SD currently and have you wiped system.
Sent from my LG-LS970 using xda premium
neemot said:
Do you have a ROM on your SD currently and have you wiped system.
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
No I've never flashed a rom yet on my phone, was waiting for a more polished CM10.1. I've also wiped everything I can, system, davlik, cache, battery stats, fixed permissions.
What may have happened, and I'm not sure how it ended up into recovery mode, was I had the system update notification popping up and I kept hitting install later. Now some how my phone just unlocks itself and accepts and installs the update?! I have no idea, this phone quite literally has a mind of its own. It does complex operations with no one inputting commands.
Lgnpst might be the way to go. Hit up the irc.
Edit: don't leave your phone in recovery too long. You might hard brick.
Check out this guide http://forum.xda-developers.com/showthread.php?t=2082084
Sent from my LG-LS970 using xda app-developers app
ABurningFalcon said:
Lgnpst might be the way to go. Hit up the irc.
Edit: don't leave your phone in recovery too long. You might hard brick.
Check out this guide http://forum.xda-developers.com/showthread.php?t=2082084
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
I actually just found the side load a zip on the menu so I'm gonna try that as soon as I get a rom downloaded.
Edit: Sideload had no effect, I sideloaded the ZVB Stock Rooted Rom and it still only reboots into CWM.
The guys over at the irc are way smarter than I am. Head over there. They'll fix you up.
Sent from my LG-LS970 using xda app-developers app
ABurningFalcon said:
The guys over at the irc are way smarter than I am. Head over there. They'll fix you up.
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
Right on man, I'll give it a try after work possibly. Don't have a lot of time to mess with the damn thing thanks to work. Great time for it to mess up!
flukeSG2 said:
Right on man, I'll give it a try after work possibly. Don't have a lot of time to mess with the damn thing thanks to work. Great time for it to mess up!
Click to expand...
Click to collapse
The issue is the reboot to recovery flag is set in your misc.
Run these commands from an adb shell to clear it:
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/misc of=/data/media/misc-bad-backup.img
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc bs=1 count=1088
Shelnutt2 said:
The issue is the reboot to recovery flag is set in your misc.
Run these commands from an adb shell to clear it:
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/misc of=/data/media/misc-bad-backup.img
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc bs=1 count=1088
Click to expand...
Click to collapse
It can boot out of recovery thanks to your instructions, but it won't boot past the Sprint splash where it says 4G LTE now. Any suggestions?
flukeSG2 said:
It can boot out of recovery thanks to your instructions, but it won't boot past the Sprint splash where it says 4G LTE now. Any suggestions?
Click to expand...
Click to collapse
This happened to a friends phone last night, exact same issue. Use LGNPST to push the unlocked ZVB onto your phone. Fixed the problem for my friend in a heartbeat.
flukeSG2 said:
It can boot out of recovery thanks to your instructions, but it won't boot past the Sprint splash where it says 4G LTE now. Any suggestions?
Click to expand...
Click to collapse
Do a factory reset in recovery. (Wipe cache/data)
Sent from my LG-LS970 using xda app-developers app
Shelnutt2 said:
Do a factory reset in recovery. (Wipe cache/data)
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
Didn't seem to change anything. Guess I'll have to find this LGNPST thing and try it out like these guys are telling me.
Xiutehcuhtli said:
This happened to a friends phone last night, exact same issue. Use LGNPST to push the unlocked ZVB onto your phone. Fixed the problem for my friend in a heartbeat.
Click to expand...
Click to collapse
Do you know what caused the problem? I mean my phone was in my pocket the whole night, I never looked at it...I knew I should have too, but dammit I was working. Stupid phone.
flukeSG2 said:
Didn't seem to change anything. Guess I'll have to find this LGNPST thing and try it out like these guys are telling me.
Click to expand...
Click to collapse
Just push a ROM zip to your internal in recovery, wipe and flash. adb push c:\path\to\dfile /data/media
Sent from my LG-LS970 using xda app-developers app
Shelnutt2 said:
Just push a ROM zip to your internal in recovery, wipe and flash. adb push c:\path\to\dfile /data/media
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
so I just pushed the rom over to the phone but recovery isn't showing it and I can't direct it to a /data/media folder
gonna try to sideload again
Sideloading didn't work either. Alright, on to LGNSPT I guess.
http://forum.xda-developers.com/lg-g3/development/root-twrp-root-twrp-tmo-lg-g3-t2821005
Have fun
Woot. Did u try it?
Sent from my LG-D851 using XDA Premium 4 mobile app
Just waiting on pc version
Same waiting on pc version as well
LGG3 and beyond
ive tried 10x with linux version and cant get mine to work so i maybe waiting on pc version as well
Got mine rooted and twrp installed
BACARDILIMON said:
Just waiting on pc version
Click to expand...
Click to collapse
Nice to see you over from Note 3. You switch or the LG G3 just an add-on?
vibrantliker said:
Nice to see you over from Note 3. You switch or the LG G3 just an add-on?
Click to expand...
Click to collapse
Yeah man I feel like the new kid at school.lol. but so much better phone. I did not care for the note 3. So many hardware issues. But loving this beast. Good to see you here. Can't wait to start flashing lol.
Failed the first time, but I tried it again and all worked perfectly. Ran it on Mac OS X 10.9.
Had to change the phone to PTP mode since it defaults to MTP for adb to see it.
Thank you!!!
BACARDILIMON said:
Just waiting on pc version
Click to expand...
Click to collapse
Me too
Wow! How exciting. The only reason I want root is to remove the on screen buttons and install LMT PIE launcher.
Nexus ONE
Hopefully with root I can enable mass storage mode and solve my issues running with my Pioneer AVX1500
Have you windows people tried cygwin to get root?
ThePagel said:
Have you windows people tried cygwin to get root?
Click to expand...
Click to collapse
I'd very much like to know the answer to this as well...
From Windows
Just run the adb commands from the root method in the root thread
adb reboot --bnr_recovery
adb push ./assets/start_restore /temp/start_restore
adb push ./assets/permaroot.bin /temp/start_restore
adb reboot
It's really simple, then install the twrp recovery.img with flashify
you're rooted with recovery
koraun said:
From Windows
Just run the adb commands from the root method in the root thread
adb reboot --bnr_recovery
adb push ./assets/start_restore /temp/start_restore
adb push ./assets/permaroot.bin /temp/start_restore
adb reboot
It's really simple, then install the twrp recovery.img with flashify
you're rooted with recovery
Click to expand...
Click to collapse
Can you explain this adb method it always confusing me Im used to using odin this my first lg device
raw2000j said:
Can you explain this adb method it always confusing me Im used to using odin this my first lg device
Click to expand...
Click to collapse
Same here. I searched for a guide for first timers on LG. It is very different
So I'm rooted and have TWRP now. I know I'm rooted cause exposed framework installed and quickboot app works fine but there's no notification for root request. Is a seperate app needed?
Punchatron said:
So I'm rooted and have TWRP now. I know I'm rooted cause exposed framework installed and quickboot app works fine but there's no notification for root request. Is a seperate app needed?
Click to expand...
Click to collapse
Superuser from playstore
koraun said:
From Windows
Just run the adb commands from the root method in the root thread
adb reboot --bnr_recovery
adb push ./assets/start_restore /temp/start_restore
adb push ./assets/permaroot.bin /temp/start_restore
adb reboot
It's really simple, then install the twrp recovery.img with flashify
you're rooted with recovery
Click to expand...
Click to collapse
This method worked perfectly for me!! Time to remove bloat ?
Sent from my LG-D851 using Tapatalk