[Solved] Unbricking Solution for LG Nitro HD | Confirmed Working on Bell Optimus

Search This thread

smartessence

Member
Jan 18, 2013
17
1
[/COLOR]
Ok the good news you can access download mode. This link might help it will help you return 100% stock. There is a lu6200 specific thread that will help you root. Good luck. http://xdaforums.com/showthread.php?t=1681886

Sent from my LG-P930 using xda app-developers app

well swetnes i tried and followed the instructions as mentioned in the thread recemended by u and eventualy my lglu6200 got switched back on with ics running !!
thanks
 
Last edited:

Swetnes

Senior Member
Aug 2, 2012
1,168
360
OnePlus 8
[/COLOR]

well swetnes i tried and followed the instructions as mentioned in the thread recemended by u and eventualy my lglu6200 got switched back on with ics running !!
till here its a success and a good news but after booting it on, iv encountered two other major problems

1. once i switch on the handset, it shows me 100% network signals and allows me to make calls and send messages but the signals disappeares 2 mins afterwards showing no service (zero signals)

2. i m unable to receive any sms.... (sms dont even reach my inbox)
when i tries to access the message settings, it doesnt open up instead the message application crashes (
heeellllllllllpppppppppppppp !!!

then theres this symbol always there in the status bar i-e a phone and a close person to it having a cross bar on both....

You might check APN settings.... Also I had this problem one time with my phone and had to get AT&T to help. One more thing try doing a full wipe... Power off, hold down volume down then power till you get white text then power button twice.

Sent from my LG-P930 using xda app-developers app
 

ramica7

Member
Jan 20, 2013
41
2
LU6200

Standard disclaimer:
This tutorial is for people who have bricked their phone due to messing about with important files/partitions on their Nitro HD and found that it won't boot up afterward. Prior to attempting this, see if you can access your phone while booting with adb in order to fix your problem. The method used in this tutorial should only be used as a last resort. Don't hold me responsible if this method somehow makes your problem worse (although, really, how much worse can it get than a phone that won't boot?).

Now that's out of the way, let's move on...

Things you'll need:
1) ADB: You can get this in the Android Developer SDK <-Once installed, install platform-tools and add the directory containing ADB to your PATH. Alternately, you can just grab the ADB folder from your SuperOneClick folder, copy it to C:/, and then add that directory to your PATH. Hell, you could even run all the commands from wherever you have the ADB folder, just make sure you have it.
2) LG P930 drivers: http://s3.amazonaws.com/lgforum.com/resources/assets/680/original/LGP930.zip
3) LG Mobile Software Update Tool: http://csmg.lgmobile.com:9002/client/app/B2CAppSetup.exe
4) UpTestEX_mod2_marwin/KDZ_FW_UPD_EN: http://www.filesonic.com/file/2255759914/KDZ_FW_UPD_EN.zip
5) LG SU-640 firmware V10F_00.kdz: http://www.megaupload.com/?d=31XABWWJ
6) A method of rooting your phone. My preferred method is the latest SuperOneClick due to its simplicity. I won't really cover how to root your phone in this tutorial as it's covered elsewhere.

The following should only need to be downloaded if you were stupid like me and bricked your device before you made backups of the necessary partitions (This will be explained elsewhere, but needless to say it's as simple as switching the "if=" argument and "of=" argument in the dd commands toward the bottom):
7) boot.img: http://fileape.com/dl/OCowIxMnbDUMiPW6
8) recovery.img: http://fileape.com/dl/jFMlB8I3kkSMOYWN
9) firmware.img: http://fileape.com/dl/4gHHDDUhODLiJGHM
10) baseband.img: http://fileape.com/dl/TMsvdaKOa7VG4mVT
11) system.img: http://depositfiles.com/files/f0ke241ew

Alright, now that you have everything you need, let's move on to fixing your phone. I'm going to assume you are competent enough to install ADB (Android SDK or folder included to with SuperOneClick) to your system PATH. Go ahead and install the LG Mobile Software Tool and then install the drivers for LG P930 if you haven't already. Extract the KDZ_FW_EN.zip file. Note, in my case, I didn't have to do anything with the mfc42.dll or run WindowsEnabler as mentioned in similar tutorials elsewhere, but your mileage may vary.

Flashing the SU-640 rom:
1) Put your phone in download mode: power off the phone if it's not already, unplug the usb charging cable, and simultaneously hold the volume up button and plug the usb charging cable back in.
2) Open up UpTestEX_mod2_marwin. (If you know what you're doing, I've been told you can use KDZ_FW_UPD_EN as well, but since I didn't use it, I'm not going to discuss it)
3) Hit the folder icon next to the "Select kdz file" line and browse to the SU-640 v10f_00.kdz
4) Select "CSE web upgrade test", a new window with some options including an "Upgrade Start" button should appear.
5) Take a deep breath...there's no going back :) Press "Upgrade Start".
6) At this point in time another dialog box will appear asking what country and language the LG Mobile Upgrade tool should use. Since this guide is written in English, I assume you'll want to change it from Republic of Korea to All other countries and Korean to English. This affects the language that output messages are displayed in in the LG Update tool only, it doesn't affect anything with the rom (that'll be all Korean on initial startup lol).
7) The update tool will proceed to flash your phone, but it should never complete "normally" (mine never made it past 4% according to the tool and other users have reported similar behavior). However, your phone should reboot once or a couple of times and then just be sitting idle waiting for you to go through the setup wizard. At this point, just kill the LG update tool process in task manager, don't wait for it to complete because it won't.

Rooting your phone:
1) Now, on your phone you should see the standard Android startup wizard...in Korean. Hit the left button confirming you want to go through it, and on the next screen should be an option to switch the language to English. Ah, much better.
2) Go through the rest of the setup wizard if you want, but it's not necessary and you won't be able to set up accounts anyway unless you somehow have wifi.
3) Put the phone in USB debug mode and allow 3rd party sources. Don't freak out if the phone spontaneously reboots when you do this. It rebooted on me every single time I put it into debug mode for the first time (I flashed it several times lol).
4) Once it's rebooted itself, you should be able to connect in debug mode and connect via PC mode. Go ahead and root it using your preferred method. We're almost there!

Restoring Nitro HD partition images:
1) Open up a command prompt and navigate to the folder you saved your recovery images to (hopefully you put them in the same folder, it'll make your job easier)
2) Push all the image files to the phone's sdcard using the command:
Code:
adb push filename.img /sdcard
Alternately, you can just mount up your phone in My Computer and copy and paste the files over.
3) Now the real fun begins! Use the following commands:
Code:
adb shell
su
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
4) 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.
5) 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 :D


If you have any issues, it's possible I've forgotten some steps, so I'll address them in this thread. At this point, I'd like to thank specific people who helped me immensely getting a working phone again: bytecode64, gordec, schwin97, belth219, sukudos, and ziiljuks. (If I've missed you, I'm sorry, I'm thankful to this entire forum!)

Original post:
hi guys, i have a heavy headache searching for solution on my LG LTE LU6200, because i bricked it flashing wrong kernel, now my phone is not booting not power on too, no charging.. i doubt its totally dead or bricked? :( but i hear about JIG USB for iphone to force recovery, but i saw this post, and my question is WILL THIS WORK ON MY LG LTE LU6200? its totally bricked. :( please help,

thank you!
 

smartessence

Member
Jan 18, 2013
17
1
hi guys, i have a heavy headache searching for solution on my LG LTE LU6200, because i bricked it flashing wrong kernel, now my phone is not booting not power on too, no charging.. i doubt its totally dead or bricked? :( but i hear about JIG USB for iphone to force recovery, but i saw this post, and my question is WILL THIS WORK ON MY LG LTE LU6200? its totally bricked. :( please help,

thank you!

is ur phone getting on in download mode?? vol up key + power on
i can correctly guide u to unbrick it if its getting on in download mode

i myself bricked my phone but it was getting on in the download mode so i successfully unbricked it and now its working superbly
then i decided that ill put the whole procedure online which i followed but i have been very much busy these days
so ill post it shortly in few days.

---------- Post added at 11:05 PM ---------- Previous post was at 10:42 PM ----------

You might check APN settings.... Also I had this problem one time with my phone and had to get AT&T to help. One more thing try doing a full wipe... Power off, hold down volume down then power till you get white text then power button twice.

Sent from my LG-P930 using xda app-developers app

well swetnes thanks a lot for ur help....i successfully unbricked, rooted and flashed bell rom on my phone.
ill share my complete experience in a few days
 

ramica7

Member
Jan 20, 2013
41
2
hey dude..

is ur phone getting on in download mode?? vol up key + power on
i can correctly guide u to unbrick it if its getting on in download mode

i myself bricked my phone but it was getting on in the download mode so i successfully unbricked it and now its working superbly
then i decided that ill put the whole procedure online which i followed but i have been very much busy these days
so ill post it shortly in few days.

---------- Post added at 11:05 PM ---------- Previous post was at 10:42 PM ----------



well swetnes thanks a lot for ur help....i successfully unbricked, rooted and flashed bell rom on my phone.
ill share my complete experience in a few days


no, it's not booting up no lights, no power, but when i connect usb cable to computer, there's a notfication sound on my computer.. i thought my phone is somewhat readable.. but when i look to my computer theres no removable this, it says "cannot install device" also i have lg driver on my pc,

sorry for bad english. thanks again.
 

salimbaba

Senior Member
Oct 22, 2006
439
46
Islamabad
i am clueless...

I have SU640... running ICS.
I wanted to install CWM so I read around and found that I'll have to go through unbricking to install CWM...

I put my phone to Download mode
Start the update process
--1-- on the R&D Test tool "CDMA" is selected as type and "Emergency" mode is selected
--2-- i browse for kdz file LG-SU640-V10F_00.kdz
--3-- click CSE Web upgrade test
--4-- Select country and language
--5-- Click "Start Upgrade"

The process starts, but when I get my first "Model dll msg not found (2004,90)" message, the phone reboots into the ICS rom

The upgrade process continues till (2004,100) then reboots again into ICS Rom.

Then (2001,0) msg is show on console.

But I am not back to Gingerbread. what am i doing wrong ?

----------------------------------------

Fixed... downloaded v10f image for su640 from http://xdaforums.com/showthread.php?t=1784709 and followed the same procedure.
everything worked like a charm
 
Last edited:

salimbaba

Senior Member
Oct 22, 2006
439
46
Islamabad
After doing the KDz method, when you reboot into v10f ... is it necessary to do the following:

adb shell
su
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

What if I just root v10F using SuperOneClick, install CWM using downloaded image from CWM website. reboot into recovery and flash a downloaded ROM using CWM.

should it work ?
 

maplegsm

Member
Jul 18, 2008
32
0
Athens
After doing the KDz method, when you reboot into v10f ... is it necessary to do the following:

adb shell
su
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

What if I just root v10F using SuperOneClick, install CWM using downloaded image from CWM website. reboot into recovery and flash a downloaded ROM using CWM.

should it work ?

LG SU-640 firmware V10F_00.kdz Link dead plz upload on another link
 

jb4home

New member
Jun 18, 2013
4
0
not sure if bricked or broken!!

Newbie here to the developer site....

I have an LG Nitro....

I Had issues with the microphone... so ordered/ opened and replaced the microphone cable....

phone when back together well... and worked...

but after a week or so... it locked-up and died.... but came back to life a few hours later.

A week later... phone froze.... totally frozen screen....
I had to pull the battery to clear it...
but when I put the battery back in...
it won't fully boot..
I get a nice big bright clear LG start logo... for a few seconds... then black then another LG logo... which immediately FADES and gets some
horizontal lines through the logo and then fades to gray and then all gone.

I CAN... get it into the factory hard reset sequence ... but when I tell it to RESET... it then goes to that fading logo with the lines screen.

I'm not sure if I screwed-up the phone in the repair.... or did it get bricked for
Repair reasons or just coincidence??

ANY input or links to repair manuals will be greatly appreciated!

tks
jb:confused:
 

bilal031

New member
Dec 3, 2010
1
0
Need these files bad

i got my su640 brick and had been searching for a while now till i ended up here kudos to the whoever did this.... i'm a newbie at this i have gone through your instructions very carefully and stumble upon a little problem i.e the .img links dont seem to be working if some one has it please upload it. And in my KDZ flasher it does not show CSE web upgrade test what should i do someone help.

never mind found the files but still dont know what to do about kdz flasher
 
Last edited:

Swetnes

Senior Member
Aug 2, 2012
1,168
360
OnePlus 8
i got my su640 brick and had been searching for a while now till i ended up here kudos to the whoever did this.... i'm a newbie at this i have gone through your instructions very carefully and stumble upon a little problem i.e the .img links dont seem to be working if some one has it please upload it. And in my KDZ flasher it does not show CSE web upgrade test what should i do someone help.

never mind found the files but still dont know what to do about kdz flasher

http://xdaforums.com/showthread.php?t=2149211

Sent from my LG-P930 using xda app-developers app
 

hafisohaib

New member
Nov 28, 2012
1
0
download links for Img files are not working...if anyone's got the files or working links, plz share them with me...

I've got a su640 bricked, it does not even power on! :(:(
 

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    Standard disclaimer:
    This tutorial is for people who have bricked their phone due to messing about with important files/partitions on their Nitro HD and found that it won't boot up afterward. Prior to attempting this, see if you can access your phone while booting with adb in order to fix your problem. The method used in this tutorial should only be used as a last resort. Don't hold me responsible if this method somehow makes your problem worse (although, really, how much worse can it get than a phone that won't boot?).

    Now that's out of the way, let's move on...

    Things you'll need:
    1) ADB: You can get this in the Android Developer SDK <-Once installed, install platform-tools and add the directory containing ADB to your PATH. Alternately, you can just grab the ADB folder from your SuperOneClick folder, copy it to C:/, and then add that directory to your PATH. Hell, you could even run all the commands from wherever you have the ADB folder, just make sure you have it.
    2) LG P930 drivers: http://s3.amazonaws.com/lgforum.com/resources/assets/680/original/LGP930.zip
    3) LG Mobile Software Update Tool: http://csmg.lgmobile.com:9002/client/app/B2CAppSetup.exe
    4) UpTestEX_mod2_marwin/KDZ_FW_UPD_EN: http://www.filesonic.com/file/2255759914/KDZ_FW_UPD_EN.zip
    5) LG SU-640 firmware V10F_00.kdz: http://www.megaupload.com/?d=31XABWWJ
    6) A method of rooting your phone. My preferred method is the latest SuperOneClick due to its simplicity. I won't really cover how to root your phone in this tutorial as it's covered elsewhere.

    The following should only need to be downloaded if you were stupid like me and bricked your device before you made backups of the necessary partitions (This will be explained elsewhere, but needless to say it's as simple as switching the "if=" argument and "of=" argument in the dd commands toward the bottom):
    7) boot.img: http://fileape.com/dl/OCowIxMnbDUMiPW6
    8) recovery.img: http://fileape.com/dl/jFMlB8I3kkSMOYWN
    9) firmware.img: http://fileape.com/dl/4gHHDDUhODLiJGHM
    10) baseband.img: http://fileape.com/dl/TMsvdaKOa7VG4mVT
    11) system.img: http://depositfiles.com/files/f0ke241ew

    Alright, now that you have everything you need, let's move on to fixing your phone. I'm going to assume you are competent enough to install ADB (Android SDK or folder included to with SuperOneClick) to your system PATH. Go ahead and install the LG Mobile Software Tool and then install the drivers for LG P930 if you haven't already. Extract the KDZ_FW_EN.zip file. Note, in my case, I didn't have to do anything with the mfc42.dll or run WindowsEnabler as mentioned in similar tutorials elsewhere, but your mileage may vary.

    Flashing the SU-640 rom:
    1) Put your phone in download mode: power off the phone if it's not already, unplug the usb charging cable, and simultaneously hold the volume up button and plug the usb charging cable back in.
    2) Open up UpTestEX_mod2_marwin. (If you know what you're doing, I've been told you can use KDZ_FW_UPD_EN as well, but since I didn't use it, I'm not going to discuss it)
    3) Hit the folder icon next to the "Select kdz file" line and browse to the SU-640 v10f_00.kdz
    4) Select "CSE web upgrade test", a new window with some options including an "Upgrade Start" button should appear.
    5) Take a deep breath...there's no going back :) Press "Upgrade Start".
    6) At this point in time another dialog box will appear asking what country and language the LG Mobile Upgrade tool should use. Since this guide is written in English, I assume you'll want to change it from Republic of Korea to All other countries and Korean to English. This affects the language that output messages are displayed in in the LG Update tool only, it doesn't affect anything with the rom (that'll be all Korean on initial startup lol).
    7) The update tool will proceed to flash your phone, but it should never complete "normally" (mine never made it past 4% according to the tool and other users have reported similar behavior). However, your phone should reboot once or a couple of times and then just be sitting idle waiting for you to go through the setup wizard. At this point, just kill the LG update tool process in task manager, don't wait for it to complete because it won't.

    Rooting your phone:
    1) Now, on your phone you should see the standard Android startup wizard...in Korean. Hit the left button confirming you want to go through it, and on the next screen should be an option to switch the language to English. Ah, much better.
    2) Go through the rest of the setup wizard if you want, but it's not necessary and you won't be able to set up accounts anyway unless you somehow have wifi.
    3) Put the phone in USB debug mode and allow 3rd party sources. Don't freak out if the phone spontaneously reboots when you do this. It rebooted on me every single time I put it into debug mode for the first time (I flashed it several times lol).
    4) Once it's rebooted itself, you should be able to connect in debug mode and connect via PC mode. Go ahead and root it using your preferred method. We're almost there!

    Restoring Nitro HD partition images:
    1) Open up a command prompt and navigate to the folder you saved your recovery images to (hopefully you put them in the same folder, it'll make your job easier)
    2) Push all the image files to the phone's sdcard using the command:
    Code:
    adb push filename.img /sdcard
    Alternately, you can just mount up your phone in My Computer and copy and paste the files over.
    3) Now the real fun begins! Use the following commands:
    Code:
    adb shell
    su
    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
    4) 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.
    5) 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 :D


    If you have any issues, it's possible I've forgotten some steps, so I'll address them in this thread. At this point, I'd like to thank specific people who helped me immensely getting a working phone again: bytecode64, gordec, schwin97, belth219, sukudos, and ziiljuks. (If I've missed you, I'm sorry, I'm thankful to this entire forum!)

    Original post:
    So I was messing with fonts (actually trying to get the "look of disapproval" from Reddit to display) and substituted DroidSansFallback with a kannada font using Font Installer *Root*. Well, long story short, it was causing issues with other non-english characters so I tried to restore *all* my fonts using the "stock" option that comes with Font Installer.

    When I rebooted, my phone only got to the LG Screen and that's as far as it has gotten since. I can't do anything with it, but I can get to Factory Data Reset mode and Download mode. I tried plugging the phone into my computer, but it doesn't appear to get far enough to mount the disk. Odin recognizes it's attached when I put it in download mode, but obviously Odin doesn't work with our phones.

    Does anyone know if there will ever be hope for my phone or should I pursue getting a replacement? I'm actually completely shocked that simply replacing fonts has bricked my phone to the point where it doesn't even boot. This has seriously made me reconsider tinkering with Android at all until recovery methods are possible. I'm more than willing to be a guinea pig at this point until I try to send it in for a replacement (within the next few days probably).
    3
    As all know a picture worth thousand words, here it is in 7 steps:
    Step 1 and 2


    Step 3


    Step 4 and 5


    After 5 minutes at the count 90 my phone rebooted into new rom:


    Step 6 and 7



    P.S.
    Feel free add it to the original tutorial.
    3
    Hi there,
    I just recovered my bricked phone and I am trying to restore it to the default AT&T state. I found a guide on how to get this accomplished but the links to the files do not work. Does anyone have those files available that they can post somewhere where I can access them. Thanks for your assistance.

    Here are the files that I need.

    7) boot.img: fileape.com/dl/OCowIxMnbDUMiPW6
    8) recovery.img: fileape.com/dl/jFMlB8I3kkSMOYWN
    9) firmware.img: fileape.com/dl/4gHHDDUhODLiJGHM
    10) baseband.img: fileape.com/dl/TMsvdaKOa7VG4mVT

    boot.img
    recovery.img
    firmware.img
    baseband.img


    now those are from my dropbox they will be active untill it gets flooded with traffic lol enjoy man
    2
    Here is dropbox mirror for all files:
    http://db.tt/ntwJEuch