Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Turtle3000
Old
(Last edited by Turtle3000; 5th April 2012 at 12:45 AM.)
#1  
Junior Member - OP
Thanks Meter 0
Posts: 5
Join Date: Apr 2012
Unhappy [Q] CWM Bootloop w/ v5.8.2.0

Long story short im a newb, im sorry for creating a new thread but ive exhausted my efforts looking for a solution to the problem im having. When the problem occured i had restored my original cwm backup that i created when first rooting my phone. I then did a factory wipe and reinstalled cwm and flashed my recovery. I went to install cm9 4-4-12 and i got a pop up that firmware update was available i clicked update system now and got sent to cwm recovery. Every time since then i cannot reboot into the android os, pulling battery. It doesnt matter what i do, ive tried to use a flash recovery zip i found in another thread to exit boot loop. Ive also tried restoring my original back ups and my recent back ups. I have the android sdk installed but having trouble getting adb to work not sure if i should go about trying to fix the recovery or trying to restore phone to its original state either way i think i need to get adb working before i can do either one. Any help is appreciated and im sorry if im wasting your time.
 
kernelpan1c
Old
#2  
kernelpan1c's Avatar
Retired Ep1c Sysadmin
Thanks Meter 313
Posts: 1,091
Join Date: Jan 2010
Location: California
Did you try wipe cache, wipe dalvik cache, factory reset before flashing CM9?
 
Turtle3000
Old
(Last edited by Turtle3000; 5th April 2012 at 02:02 AM.) Reason: bad gramma
#3  
Junior Member - OP
Thanks Meter 0
Posts: 5
Join Date: Apr 2012
Yes. The order i took was Wipe data/factory reset> Wipe cache partition> wipe dalvic cache> installed cm9 zip> installed gaps zip. still nothing got adb to work not doing much with it i know it has root access and when i got the state of the device it came up as unknown although im pretty sure im in recovery mode.
 
tokie_
Old
#4  
Member
Thanks Meter 15
Posts: 37
Join Date: Dec 2011
Location: Glasgow KY
ok a few question and maybe a step by step to help you since i had a same promblem with a bad flash of CM9

1A. Can you boot into Recovery ? if not i can help you reflash your phone with the Kdz files took me forever to get it to work but i finilly found all the files needed.

1B. if it does boot into recovery run adb devices ... does it show the phone in recovery mode ? in the list.

If so then you can Download the following 6 files Dropbox Down link its not mine but was posted in another Nitro Recovery topic i will give credits once i re go threw the topic to see the poster
- recovery.img
- system.img
- baseband.img
- boot.img
- firmware.img
- pushall.bat

in your CWM recovery go to mounts or it may be under advanced and turn on usb mass storage and as long as all of those files are in your adb folder you can run the pushall.bat and it will place them on your sdcard.
After that turn off usb mass storage and run adb devices again to make sure you phone is still showing up. If so run these commands

Adb shell

****** notice the SU command isnt used here**** cant get super user in recovery but it will still let you run the commands and i can confirm it does work
dd if=/sdcard/boot.img of=/dev/block/mmcblk0p8
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p13
dd if=/sdcard/firmware.img of=/dev/block/mmcblk0p1
dd if=/sdcard/system.img of=/dev/block/mmcblk0p27
dd if=/sdcard/baseband.img of=/dev/block/mmcblk0p14

You won't be able to issue a reboot command, so just hold power down on your phone til it's off and hold the volume down button so that it comes back up in factory data reset mode. You will want to pull your sdcard at this time if you don't want your data erased.
Hit power twice and your phone should go through its reset process and (hopefully!) come back up in a working (and rooted) AT&T "stock" rom

if not then try to follow this for the CM9 Adb Drivers Wiki for CM adb drivers i know its a little work but it dose the trick then go back up to the previous step and try that to get to stock rooted

i dont think i left anything out but i can help with anything else i know if that doesnt get you back up and running.

Credits to ???? for the drop box link with the godly files for our nitro
and to Malnilion for his guide on unbricking the nitro
The Following 3 Users Say Thank You to tokie_ For This Useful Post: [ Click to Expand ]
 
drummer07
Old
(Last edited by drummer07; 5th April 2012 at 07:46 AM.)
#5  
Member
Thanks Meter 4
Posts: 59
Join Date: Oct 2010
edit: re-ran superoneclick for run and it worked! I should be good from here
 
Turtle3000
Old
#6  
Junior Member - OP
Thanks Meter 0
Posts: 5
Join Date: Apr 2012
Got everything to work. Wait spoke to soon tried to reinstall firmware update again got the same problem. oh well guess i should done fw update before installing cwm. Thanks for the help i should be able to repete this problem in the case of another brick... which just occured.
 
Turtle3000
Old
#7  
Junior Member - OP
Thanks Meter 0
Posts: 5
Join Date: Apr 2012
So after going through the process of unbricking my phone a second time my phone was rebooted into software update screen. Updating firmware then software and did not have to go through factory reset. Strange...
 
drummer07
Old
#8  
Member
Thanks Meter 4
Posts: 59
Join Date: Oct 2010
I pushed all images to my device via adb,but ota update gets an error when trying to install. At least its not bricked. Anyone know of another method?

Sent from my LG-P930 using XDA
 
reverendyummypants
Old
#9  
Junior Member
Thanks Meter 0
Posts: 9
Join Date: Feb 2012
Default lg nitro in recovery loop

toki, I tried your fix, but, it comes up /sdcard/boot.img is not found. any suggestions?
 
EdwinXVS
Old
#10  
Junior Member
Thanks Meter 0
Posts: 1
Join Date: Nov 2010
Tokie the dropbox links are not working

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...