[Request] Backup of u boot P768 - LG Optimus L9 P760, P765, P768, P769

Hi there guys,
I was wondering if anyone could upload a copy of their u boot images. I am running a P768 on V10E Taiwan, it was originally on V10B, i believe this one. Could anyone send me their u boots please. Im pretty sure the KDZ version does not matter, as long as it a P768 file (I have flashed V10E, V20A and used Online recovery flash back to V10B and my phone is always shown as U2)
Edit: Ignore any references to U2 device - lelus has mentioned that U2 is the L9 motherboard code - it is not a different device - nothing to worry about.
Originally posted by lelus.
Lelus said:
use at your own risk
backup your current xloader and uboot and ask someone with rooted jb p765 (non-branded) to do the same
Code:
adb shell su -c busybox dd if=/dev/block/mmcblk0p2 of=/sdcard/external_sd/p2.bin
adb shell su -c busybox dd if=/dev/block/mmcblk0p1 of=/sdcard/external_sd/p1.bin
then you restore nonbranded xloader and uboot
Code:
adb shell su -c busybox dd if=/sdcard/external_sd/p2.bin of=/dev/block/mmcblk0p2
adb shell su -c busybox dd if=/sdcard/external_sd/p1.bin of=/dev/block/mmcblk0p1
if something goes wrong and your phone doesn't boot you can restore your original files by using fastboot
Code:
fastboot flash x-loader p1.bin
fastboot flash u-boot p2.bin
Click to expand...
Click to collapse
If the backup doesn't appear, mount the 'system/dev/' folder as R/W and retry.
Thanks.

donk165 said:
Hi there guys,
I was wondering if anyone could upload a copy of their u boot images. I am running a P768 on V10E Taiwan, it was originally on V10B, i believe this one. Could anyone send me their u boots please. Im pretty sure the KDZ version does not matter, as long as it a P768 file (I have flashed V10E, V20A and used Online recovery flash back to V10B and my phone is always shown as U2)
You need to do this command.
Code:
adb shell su -c busybox dd if=/dev/block/mmcblk0p2 of=/sdcard/external_sd/p2.bin
Thanks.
Click to expand...
Click to collapse
i think P760,P657 and P768 shares the same uboot
i own a P765, if you want, i can help dump the uboot tomorrow
btw, do you know how to dump xboot ?

squallelf said:
i think P760,P657 and P768 shares the same uboot
i own a P765, if you want, i can help dump the uboot tomorrow
btw, do you know how to dump xboot ?
Click to expand...
Click to collapse
Hi there, thank you. I think this is how you do xboot backup. It was posted by cmahendra.
http://forum.xda-developers.com/showpost.php?p=40441852&postcount=12

Good day.
I was hoping that somebody kind enough would post a download link of u-boot and probably x-boot backups of LG L9. I have P768 flashed with
JB rom (telcel mexico). Everything was fine at first, until I started the omap4boot procedure where I accidentally flashed Prada's u-boot into my phone. Mine was bricked now. It cannot be turned on and there's no way to put it in Software upgrade mode. I even tried to hardware reset it but i does not work. I think the same thing happens to Donk165.
Thank you.

jtrakx said:
Good day.
I was hoping that somebody kind enough would post a download link of u-boot and probably x-boot backups of LG L9. I have P768 flashed with
JB rom (telcel mexico). Everything was fine at first, until I started the omap4boot procedure where I accidentally flashed Prada's u-boot into my phone. Mine was bricked now. It cannot be turned on and there's no way to put it in Software upgrade mode. I even tried to hardware reset it but i does not work. I think the same thing happens to Donk165.
Thank you.
Click to expand...
Click to collapse
Check in my FAQ thread to find a link where you can still put phone ins SW UP Mode. Dont panic, keep faith, LG makes Unbrickable Phones.
Whatever happenes, my next phone will be LG only

cmahendra said:
Check in my FAQ thread to find a link where you can still put phone ins SW UP Mode. Dont panic, keep faith, LG makes Unbrickable Phones.
Whatever happenes, my next phone will be LG only
Click to expand...
Click to collapse
Good day again.
I just tried to bring back my phone to SW upgrade mode just like what was instructed on the link but it didn't work. I removed the battery, connect
the phone to PC via usb, and then press and hold the Vol + and power button together for several seconds and still nothing happens. The only obvious thing happening is whenever I connect the phone (with or without the battery) to the PC is I keep hearing windows making noise as if the device was detected and then gone, then back again. This kind of behavior was also mentioned in LG L9 fastboot (omap4boot) forum. Also, somebody in the fastboot forum mentioned he accidentally flashed L9's u-boot with pradas and then after unable to recover his phone like mine.
Probably, LG L9 P768 was really brickable and probably Im not the only one who was bricked when prada's u-boot was flashed over.
So for P768 owner's be warned. Be careful unlocking bootloader using omap4boot as the instruction provided there was not clear about not flashing u boot.
Anyway, I would like to thank cmahendra for trying to help.

S/w upgrade mode is a part of uboot so yes you need at least semi proper one in order for it to work. You can safely flash xloader and uboot from http://forum.xda-developers.com/attachment.php?attachmentid=1846304&d=1364667944, which are from ics 760, that will bring sw upgrade mode back ,restore v20a with offline method which will also restore original xloader and uboot

Lelus said:
S/w upgrade mode is a part of uboot so yes you need at least semi proper one in order for it to work. You can safely flash xloader and uboot from http://forum.xda-developers.com/attachment.php?attachmentid=1846304&d=1364667944, which are from ics 760, that will bring sw upgrade mode back ,restore v20a with offline method which will also restore original xloader and uboot
Click to expand...
Click to collapse
Good Day:
Thank a lot Lelus. You're a big help. I will try to flash these files later.

Thank you for posting here lelus, I will flash the files from P760 when I try out JB again in the next few days.
Just to clarify, my phone was not bricked, I just thought my lack of working fastboot on JB was because of using Omap4Boot.
So are the xloader and uboot all the same throughout L9s? It was posted above, but it wasn't confirmed.
Sent from my LG-P768

donk165 said:
Thank you for posting here lelus, I will flash the files from P760 when I try out JB again in the next few days.
Just to clarify, my phone was not bricked, I just thought my lack of working fastboot on JB was because of using Omap4Boot.
So are the xloader and uboot all the same throughout L9s? It was posted above, but it wasn't confirmed.
Sent from my LG-P768
Click to expand...
Click to collapse
Technically the uboot or/and xloaders are different for each model even carriers , the difference seems to be purely cosmetic besides ability to unlock booloader. I'm talking about p760 765 768.
Btw if your phone is working fine,there is no reason to flash x or u especially ones from ics

Lelus said:
Technically the uboot or/and xloaders are different for each model even carriers , the difference seems to be purely cosmetic besides ability to unlock booloader. I'm talking about p760 765 768.
Btw if your phone is working fine,there is no reason to flash x or u especially ones from ics
Click to expand...
Click to collapse
Okay, thanks for info. And okay, I am going to try out JB, if I run into bootloader unlock / fastboot problems, I will try these files out.
Sent from my LG-P768

Did they work
I'm having same issue with mine p769
Sent from my EVO LTE using xda app-developers app

same problem
jtrakx said:
Good day.
I was hoping that somebody kind enough would post a download link of u-boot and probably x-boot backups of LG L9. I have P768 flashed with
JB rom (telcel mexico). Everything was fine at first, until I started the omap4boot procedure where I accidentally flashed Prada's u-boot into my phone. Mine was bricked now. It cannot be turned on and there's no way to put it in Software upgrade mode. I even tried to hardware reset it but i does not work. I think the same thing happens to Donk165.
Thank you.
Click to expand...
Click to collapse
hi, I have same issue, did you find any solution? :crying:

Related

L7 unlocked bootloader could be useful for L9?

UNLOCKED BOOTLOADER FROM USER PAYBACK AND 4PDA FORUM
http://forum.xda-developers.com/showthread.php?t=1664322
I'm not a developer but I hope it could be useful for our L9
Re: L7 unblocked bootloader could be useful for L9?
Teohc78 said:
UNLOCKED BOOTLOADER FROM USER PAYBACK AND 4PDA FORUM
http://forum.xda-developers.com/showthread.php?t=1664322
I'm not a developer but I hope it could be useful for our L9
Click to expand...
Click to collapse
Nope, they are two different phones so it's impossible to use any work that is being done on their device on ours
Sent from my LG-P769 using xda premium
Teohc78 said:
UNLOCKED BOOTLOADER FROM USER PAYBACK AND 4PDA FORUM
http://forum.xda-developers.com/showthread.php?t=1664322
I'm not a developer but I hope it could be useful for our L9
Click to expand...
Click to collapse
Interesting.
Sent from my LG-P765 using xda app-developers app
if anyone know russian can send pm to payback with wrotes if he cans unlock bootloader also for l9
markolino631 said:
if anyone know russian can send pm to payback with wrotes if he cans unlock bootloader also for l9
Click to expand...
Click to collapse
Here -> http://4pda.ru/forum/index.php?showtopic=436618&view=findpost&p=19965075 <- man, who hacked L5 and L7 bootloaders offers patched L9 bootloader. But there no one is tested it yet. Because L9 protection more powerfull than L5/L7 and there chance what something going wrong.
In attach I put patched bootloader in case if here present some brave man, who wants to test it
AngryWolf80 said:
Here -> http://4pda.ru/forum/index.php?showtopic=436618&view=findpost&p=19965075 <- man, who hacked L5 and L7 bootloaders offers patched L9 bootloader. But there no one is tested it yet. Because L9 protection more powerfull than L5/L7 and there chance what something going wrong.
In attach I put patched bootloader in case if here present some brave man, who wants to test it
Click to expand...
Click to collapse
Thank You. Someone who is not rooted can try. I don't want to brick my rooted phone.
kevev said:
Thank You. Someone who is not rooted can try. I don't want to brick my rooted phone.
Click to expand...
Click to collapse
how much going wrong are we talking? and can it be fixed with reflashing the kdz?I ask these questions because this is currently my only working phone ( I "dissected" my galaxy exhibit in a fit of boredom)
rbraswell8 said:
how much going wrong are we talking? and can it be fixed with reflashing the kdz?I ask these questions because this is currently my only working phone ( I "dissected" my galaxy exhibit in a fit of boredom)
Click to expand...
Click to collapse
I would say a possible brick requiring a trip to LG Repair Center. But that's what warranties are for.
rbraswell8 said:
how much going wrong are we talking? and can it be fixed with reflashing the kdz?
Click to expand...
Click to collapse
I'm afraid what it can't be undone by KDZ reflashing, d'oh
right, not it.
If I had a backup phone I would dive right in but I recently sold my HD7, so it's a no go. Good luck whoever is brave enough.
Sent from my LG-P769 using xda app-developers app
---------- Post added at 05:16 PM ---------- Previous post was at 04:46 PM ----------
Maybe someone with screen mirror problem can give it a shot since they need warranty service already.
Sent from my LG-P769 using xda app-developers app
I have 2 phones so I am willing to give this a try even though I may brick it.
Here is my device status: P769BK 10g rooted.
I need to know exactly how to attempt the bootloader unlock. Do I need CWM? What software and steps to flash? etc.....
Ok I'm about ready to give this a go. I've familiarized myself with fastboot, and will flash u-boot and x-loader thru fastboot. Does anyone have an original u-boot and x-loader so I can unbrick my phone when this doesn't work?(P769)
Tablechair said:
Ok I'm about ready to give this a go. I've familiarized myself with fastboot, and will flash u-boot and x-loader thru fastboot. Does anyone have an original u-boot and x-loader so I can unbrick my phone when this doesn't work?(P769)
Click to expand...
Click to collapse
Here seems to be original files with patched files. And IDA working files... Take a look in archive.
Ok I flashed patched bootloader thru omap4fastboot. Upon flashing u-boot and x-loader the phone is bricked won't turn on or anything. Was able to go back into fastboot though and flash the original files back. Its back working again, however when booting up the screen is mirrored(just picture not touch) it stays inverted like this until I lock and unlock the phone after that its fine until next restart and a very minor inconvenience until I can get a hold of P769 u-boot and x-loader from some kind person. So confirmed not working at least on P769.
Tablechair said:
Ok I flashed patched bootloader thru omap4fastboot. Upon flashing u-boot and x-loader the phone is bricked won't turn on or anything. Was able to go back into fastboot though and flash the original files back. Its back working again, however when booting up the screen is mirrored(just picture not touch) it stays inverted like this until I lock and unlock the phone after that its fine until next restart and a very minor inconvenience until I can get a hold of P769 u-boot and x-loader from some kind person. So confirmed not working at least on P769.
Click to expand...
Click to collapse
@Tablechair
Great you have tried without fear and congrats for recovering back phone when it failed.
But tell me, was your P769 already had the mirror issue due to earlier P765 flashing? Or it appeared after above procedure you performed and now screen working fine?
What happened was:
I did not have the original bootloader file from P769. I only had the unmodified files that payday was working on. I suspect he had files from another device variant P760 or something. The screen mirror thing I haven't experienced before. I believe if I can put the proper files back it will be fixed. So, I really need someone with a full P769 dump to share with me u-boot and x-loader. The screen problem goes away shortly after boot, but I've noticed another symptom when I try to flash using the method in your thread the tool hangs after trying to contact the phone. It was very late though I could've overlooked something even though I've used that method before I will be trying again tonight after work.
Sent from my LG-P769 using xda app-developers app
xmmm maybe someone with a p760 variant to try, but first we must find a way to safe revert the trouble before trying
Tablechair said:
Ok I flashed patched bootloader thru omap4fastboot. Upon flashing u-boot and x-loader the phone is bricked won't turn on or anything. Was able to go back into fastboot though and flash the original files back. Its back working again, however when booting up the screen is mirrored(just picture not touch) it stays inverted like this until I lock and unlock the phone after that its fine until next restart and a very minor inconvenience until I can get a hold of P769 u-boot and x-loader from some kind person. So confirmed not working at least on P769.
Click to expand...
Click to collapse
Now I start to have a picture of the pioneers in tech
Quick question: is this your primary phone or just a fun/backup phone?
This is my primary phone. Thank you for your kind words but, it was actually a really foolish thing to do. Next morning after this I tried a few times to flash a kdz to get root with Lelus's new method, but it does not work something got really messed up from flashing stuff in fastboot. Now after attempting to flash kdz I get security error again, and I will most likely have to send my phone into LG for warranty service. I'm not upset about it though, if I saved a few people from trying the same and bricking their phone I am happy and it was worth it.

Unlocking bootloader on P769 Tmobile from 10G

Unlocking the bootloader on p769 is DIFFICULT, the most difficult part is working with the touch screen which is wonky during this process. I highly suggest that we wait for LG's latest Jelly Bean for p769 instead of doing this, but if you are wanting to experiment like me, then read on.
Please note that every boot will ALWAYS have a mirrored image after doing this procedure.
First and foremost, thanks to Lelus for helping me through the process. Second, you need to be very familiar in flashing KDZ offline with this procedure (thanks cmahendra)
http://forum.xda-developers.com/sho....xda-developers.com/showthread.php?p=36351786
1. Download this link to get p760 20B Europe open and flash it on p769 using the KDZ offline method.
http://csmgdl.lgmobile.com/swdata/WDLSW/LGP760/ANEUWH/V20b_00/V20B_00.kdz
2. After flashing you will notice you have two issues...Mirrored Image and Wonky touch screen. Mirrored image can be easily remedied by using a mirror to read the screen better. The Touch screen issue is the most difficult because after flashing 20B, we need to enable USB debugging in developer options. (thanks cmahendra)
Wonky Touchscreen:
This is how I got through the wonky touchscreen. Imagine putting a line in the middle of the screen crosswise (or like dividing the screen crosswise), you have to top screen and bottom screen. The Imaginary line would be the bottom of the top screen and the BOTTOM of the bottom screen (like the bottom screen's bottom is in the middle of the screen and the top of the bottom screen is in the bottom of the whole screen). It takes some practice but you will get it.
Make sure you face a mirror with your phone to get around the mirror imaged.
3. OK, now you have to go to Settings --> Developer Options ---> and tick USB debugging (You can also tick "Show touches" to make it easier).
4. LET YOUR PHONE STAY ON FOR 30 minutes or more (Very Important or you won't be able to unlock your bootloader). Then connect your device to PC and type "adb devices" and make sure your p769 is seen by the computer. Then type "adb reboot oem-unlock" This will reboot your device and send you to a "mirrored" confirmation screen. Basically just press Volume UP button to confirm unlock... then it will send you to fastboot, you can just press the power button for 10 seconds and reboot.
5. After rebooting, you need to flash 10G kdz back, in my experience, the offline flashing method by booting to SW mode did not work... It hanged up at 15% and said my device is not connected to USB. The only way for me to flash 10G KDZ back was to boot in JB (mirrored) and then instead of Emergency Mode, I used DIAG mode while the device is connected to PC. Only then was I able to flash back to 10G.
6. After flashing 10G KDZ, you won't be able to boot. Turn it off and do a hard reset (Power button + Volume UP + Menu Button).
7. Upon reboot from 10g, you will still have the mirrored image, but if you press the power button and turn it back on, the mirrored image will be fixed. Then comes the wonky touch screen. Beside from having the wonky touch screen you will notice that the whole left and right side is also inverted which makes it very difficult but doable with practice.
8. In 10G, we need to enable USB debugging again, then root the device with this procedure
http://forum.xda-developers.com/showthread.php?t=2171243
(Remember to use DIAG mode in reflashing 10G for the second time in rooting the device)
9. After rooting the device, we need to fix the touchscreen with this (Post #24)
http://forum.xda-developers.com/showthread.php?t=2182867&page=3
and go to post #24..
That's it AGAIN, I highly suggest we wait for JB for our devices instead of this.
If ever you want to overclock your GPU at 384, here is a link to do that..
https://www.dropbox.com/s/ofuijfgx4e694gl/bootoc.img
Goodluck
Awsome
I'd add ,disable your lock screen before flashing jb
Awesome work :victory:
By the way, you might want to bold the warnings involved with this process so that it stands out better. I have a feeling some people won't read the entire post and dive in without knowing exactly what they are getting into
I have successfully overclocked our GPU to 384 Nenamark 2 scores from 32.7 jumped to 36.9 Do we have a working CWM with our proper mount points?
I also noticed the OC'd the GPU at 384, I cannot OC the cpu to 1200 via kernel.
Awesome work!
I completely agree with waiting on an official update to JB.. I personally don't see much of a point in unlocking until we can boot into a custom ROM.
I've given up on this device - but with a hopeful update to JB and a hopeful official unlocking method on the horizon I may hold on.
Sent from my LG-P769 using xda app-developers app
I have installed CWM with no issues (aside from mirrored image) and doing backup at the moment. Might try CWM.
Looks like I can Overclock the CPU to 1.2ghz with the OC script and keep the GPU at 384 This thing is getting faster
I just unlocked mine,
Lelus said:
I just unlocked mine,
Click to expand...
Click to collapse
LMK if you want the boot.img with the OC'd GPU
Were you able enter fast boot after you restored 10g ?
yes, using omap4boot
Mine is now unlocked too. Back on 11a with fixed touchscreen. You weren't kidding about the touch being tricky. Took me longer to get into developer options than any other step I took the recovery.img from the jellybean root/recovery thread and flashed it in fastboot and now have working recovery too. It's mirrored like you said but it's easy enough to navigate like that. Restored data from the backup I made before starting, it's like nothing happened.
Sent from my LG-P769 using xda premium
Tablechair said:
Mine is now unlocked too. Back on 11a with fixed touchscreen. You weren't kidding about the touch being tricky. Took me longer to get into developer options than any other step I took the recovery.img from the jellybean root/recovery thread and flashed it in fastboot and now have working recovery too. It's mirrored like you said but it's easy enough to navigate like that. Restored data from the backup I made before starting, it's like nothing happened.
Sent from my LG-P769 using xda premium
Click to expand...
Click to collapse
Great, LMK if you are interested with the overclocked GPU kernel at 384
BTW, if we need to flash via SW update, looks like we need the original u-boot.img and x-loader.img and enter fastboot via omap4boot. I mean this this is totally unbrickable
Tablechair said:
Mine is now unlocked too. Back on 11a with fixed touchscreen. You weren't kidding about the touch being tricky. Took me longer to get into developer options than any other step I took the recovery.img from the jellybean root/recovery thread and flashed it in fastboot and now have working recovery too. It's mirrored like you said but it's easy enough to navigate like that. Restored data from the backup I made before starting, it's like nothing happened.
Sent from my LG-P769 using xda premium
Click to expand...
Click to collapse
Awesome!
Now any chance we can get cm/aokp or even better - PACman ROM booted on our 769?
Sent from my LG-P769 using xda app-developers app
I have flashed the original x-loader in my unlocked device and it seems OK so it is definitely the p769 u-boot that is locked. I also noticed that the screen is still mirrored at boot and I believe this is due to the screen size differences of the p760 and I we can find a way to fix the screen size in u-boot, then we will get the mirror image fixed.
pinoyto said:
I have flashed the original x-loader in my unlocked device and it seems OK so it is definitely the p769 u-boot that is locked. I also noticed that the screen is still mirrored at boot and I believe this is due to the screen size differences of the p760 and I we can find a way to fix the screen size in u-boot, then we will get the mirror image fixed.
Click to expand...
Click to collapse
strange, after I flashed stock xloader and uboot my screen is no longer mirrored and colors are normal at boot
Lelus said:
strange, after I flashed stock xloader and uboot my screen is no longer mirrored and colors are normal at boot
Click to expand...
Click to collapse
hmm..I remember getting a security error after flashing both..maybe we flash xloader first then uboot? or maybe send your xloader and uboot to me to try? Thanks.
pinoyto said:
hmm..I remember getting a security error after flashing both..maybe we flash xloader first then uboot? or maybe send your xloader and uboot to me to try? Thanks.
Click to expand...
Click to collapse
Yes I flashed x first but it might not matter
I'd advise anyone to be very, very careful about flashing xloader and uboot.
Lelus said:
Yes I flashed x first but it might not matter
I'd advise anyone to be very, very careful about flashing xloader and uboot.
Click to expand...
Click to collapse
Thanks, so no security error? I'll try it.
Update... I still get security error Any tips?
pinoyto said:
Thanks, so no security error? I'll try it.
Click to expand...
Click to collapse
no security error, everything is back to normal except for some reason my phone won't enter fastboot no matter what,but it was like that before I flashed v20
---------- Post added at 10:42 AM ---------- Previous post was at 10:39 AM ----------
pinoyto said:
Thanks, so no security error? I'll try it.
Update... I still get security error Any tips?
Click to expand...
Click to collapse
Do you have CWM recovery , or custom kernel ?
What if you restore to stock 10g ?
Lelus said:
no security error, everything is back to normal except for some reason my phone won't enter fastboot no matter what,but it was like that before I flashed v20
---------- Post added at 10:42 AM ---------- Previous post was at 10:39 AM ----------
Do you have CWM recovery , or custom kernel ?
What if you restore to stock 10g ?
Click to expand...
Click to collapse
I have a custom kernel.. that is why... the u-boot from original won't allow custom kernels. I'd stay with my u-boot then since it lets me OC the GPU.

[fastboot] l9 p760 p765 p768 p769

I take no responsibility for any damages incurred to your phone
Please use this script only when necessary
Here is a little script I put together to fastboot L9s with ability to flash/restore ics xloader and uboot (p760, p765, p768, p769) jb (p760)
*I've only tested it on Win 7, but it should work on Vista , not sure about XP and 8
Very useful post about installing the drivers
*Some phones may need a different timing, 4 seconds won't work, worth to try between 0 to 4s and see what works best
Original thread about fastboot
http://forum.xda-developers.com/showthread.php?t=2119090
It's based on wpark - [DEV][Bootloader] u-boot / omap4boot for P920/P720/P940 and its variant
update: file updated, mylk Thanks for catching the mistake!
update2: added p769 20f
Thanks, I'll try this out once I'm home, maybe my phone will finally let me fastboot. Whenever I've tried before, it just normally reboots, doesn't switch to fastboot mode.
Sent from my LG-P768
i think there is some errot in your start.bat .
IF /I '%INPUT%'=='6' GOTO Selection5 ( i think it should be Selection6 , right ? )
and here is my p1.bin an p2.bin . mine is P765 JB (HongKong V20D) . hope you can put this into your file . and may help others .
View attachment 1986726
Tried the method in the link in the 1st post, didn't work. Tried this, still nothing. I get the same "unexpected 2ndstage response" error.
is there somebody who has tried fastboot ?
how is the screen like of the phone ?
is it just a black screen ?
and why the cmd just go to the folder of "yours" then i cant find anything in this folder .
sorry for my nood question ......
cris7i said:
Tried the method in the link in the 1st post, didn't work. Tried this, still nothing. I get the same "unexpected 2ndstage response" error.
Click to expand...
Click to collapse
Both work the same under the hood. Perhaps you've wrong drivers if you get same error msg.
mylk said:
is there somebody who has tried fastboot ?
how is the screen like of the phone ?
is it just a black screen ?
and why the cmd just go to the folder of "yours" then i cant find anything in this folder .
sorry for my nood question ......
Click to expand...
Click to collapse
#1 is just a general fastboot, you can put whatever (boot.img, recovery.img, etc) you want to flash via fastboot in "yours" folder - type: fastboot devices and you'll see if your phone is recognized
and the rest is mainly for recovery, ics xloaders and uboots work nicely with offline flashing method also several people mistakenly soft bricked their phones with omap4boot by flashing prada files which can't happen with this tool
For me general fastboot works on ArchLinux. But I only put recovery with it...
Rixx666 said:
For me general fastboot works on ArchLinux. But I only put recovery with it...
Click to expand...
Click to collapse
of course if you have functional rom and unlocked bootloader you don't need it
Hi there, its been a while since I tried fastboot again, but I have good news. Fastboot worked on my P768 using this method, I selected option 1. Then I was able to send recovery to my phone and then root the phone using a flashable SuperSU zip! 'adb reboot recovery' takes me straight into CWM!
I have some questions though.
Is fastboot permanently on the phone like it is on the P760 now? or do I have to use this program each time to send fastboot commands?
Does this mean that I could potentially flash a custom rom to my phone now? I know all the custom roms out there are not for the P768, so I will get camera problems. But is this the missing piece of the puzzle for custom rom development/testing?
Thank you lelus for this great tool!
donk165 said:
Hi there, its been a while since I tried fastboot again, but I have good news. Fastboot worked on my P768 using this method, I selected option 1. Then I was able to send recovery to my phone and then root the phone using a flashable SuperSU zip! 'adb reboot recovery' takes me straight into CWM!
I have some questions though.
Is fastboot permanently on the phone like it is on the P760 now? or do I have to use this program each time to send fastboot commands?
Click to expand...
Click to collapse
Fastboot is definitely there but something doesn't get passed along during adb reboot bootloader or oem-unlock and phone just reboots instead of booting to fastboot.
Does this mean that I could potentially flash a custom rom to my phone now? I know all the custom roms out there are not for the P768, so I will get camera problems. But is this the missing piece of the puzzle for custom rom development/testing?
Click to expand...
Click to collapse
I'm pretty sure* you can use Android Kitchen to replace these files in latest Cyanogenmod zip with ones from p768 jb and have camera working.
*i might be wrong
Lelus said:
Fastboot is definitely there but something doesn't get passed along during adb reboot bootloader or oem-unlock and phone just reboots instead of booting to fastboot.
I'm pretty sure* you can use Android Kitchen to replace these files in latest Cyanogenmod zip with ones from p768 jb and have camera working.
*i might be wrong
Click to expand...
Click to collapse
great, keep it up @donk165
Thanks. When I find the time. I'm going to make a guide for unlocking the boot loader, pushing CWM with fastboot and rooting.
I'm not confident in building CM, but I did see another user who was willing to try but was stuck with a locked boot loader. Hopefully together we can get the ball rolling for P768 development.
Sent from my LG-P768 using xda app-developers app
donk165 said:
Thanks. When I find the time. I'm going to make a guide for unlocking the boot loader, pushing CWM with fastboot and rooting.
I'm not confident in building CWM, but I did see another user who was willing to try but was stuck with a locked boot loader. Hopefully together we can get the ball rolling for P768 development.
Sent from my LG-P768 using xda app-developers app
Click to expand...
Click to collapse
i think we need help from devs to port camera from official p760 cm to p768 maybe @markolino631 can do it for us, seen we had unlocked bootloader and able to push cwm using fastboot.
I got a P769 from a friend and it is total dead,black screen, no SW update or hard reset key combinations works, only can fastboot and shows a mirrored LG logo , on top right it says V0.5, but unable to flash x-loader, u-boot or recovery, always show the error "remote partition does not exists", i tried to erase the partitions with fastboot but still the error is same. does somebody experienced the same? they call this phone un-brickable
AttiqAamir said:
I got a P769 from a friend and it is total dead,black screen, no SW update or hard reset key combinations works, only can fastboot and shows a mirrored LG logo , on top right it says V0.5, but unable to flash x-loader, u-boot or recovery, always show the error "remote partition does not exists", i tried to erase the partitions with fastboot but still the error is same. does somebody experienced the same? they call this phone un-brickable
Click to expand...
Click to collapse
My guess is corrupted nand or partition table.
What did your friend do to the phone?
Well I don't know, he just sent me that it is not booting. Is there any tool / way to initialize the nand?
AttiqAamir said:
Well I don't know, he just sent me that it is not booting. Is there any tool / way to initialize the nand?
Click to expand...
Click to collapse
Not that I know of
Hey I know this has been a long time to reply but since nothing is working try this command in fastboot
fastboot oem format
I found this information here
http://www.omappedia.com/wiki/Android_Fastboot
The website has a lot of information
Sent from my LG-P769 using xda app-developers app
kuma82 said:
Hey I know this has been a long time to reply but since nothing is working try this command in fastboot
fastboot oem format
I found this information here
http://www.omappedia.com/wiki/Android_Fastboot
The website has a lot of information
Sent from my LG-P769 using xda app-developers app
Click to expand...
Click to collapse
Just heads up, the fastboot files are from lg prada p940 which has somewhat different partition setup but it's definitely worth trying as a last resort if nothing else works.
Thank you for your help, i tried as you advised but it failed it replied as
FAILED (remote failure)
finished. total time: 0.001s

[p769] rooted, think I softbricked my phone

Hi,
I'm not a newbie to Android by any measure, but this is my wife's phone, not mine (I have a Nexus 4) so I'm not familiar with a lot of the LG stuff.
Anyways, I rooted her phone to get rid of some of the bloatware and the stupid Qslide thing, and also to edit the build.prop so Netflix will have the Chromecast button. I had deleted quite a few bloatware system apps, and rebooted, everything was fine. I deleted a few more, then edited the build.prop. Rebooted.
Now it shows the LG logo, but then the screen goes blank, but is still on (you can see the backlight) and never boots. I only removed a few more of the LG and Tmobile apps and edited the model and manufacturer in the build.prop
Do I have any easy options to fix this? Or do I need to flash the KDZ?
Flash kdz then install cwm then backup the stock ROM THEN do your mods. Every time every phone. Good luck
Sent from my LG-P769(20F) using the xda-developers app. If I helped you please hit the "thanks" button.
swm5126 said:
Hi,
I'm not a newbie to Android by any measure, but this is my wife's phone, not mine (I have a Nexus 4) so I'm not familiar with a lot of the LG stuff.
Anyways, I rooted her phone to get rid of some of the bloatware and the stupid Qslide thing, and also to edit the build.prop so Netflix will have the Chromecast button. I had deleted quite a few bloatware system apps, and rebooted, everything was fine. I deleted a few more, then edited the build.prop. Rebooted.
Now it shows the LG logo, but then the screen goes blank, but is still on (you can see the backlight) and never boots. I only removed a few more of the LG and Tmobile apps and edited the model and manufacturer in the build.prop
Do I have any easy options to fix this? Or do I need to flash the KDZ?
Click to expand...
Click to collapse
Yes, offline flash the kdz. Always backup your rom whenever you so something like that.
Sent from my LG-P769 using Tapatalk 4
If it's just the build.prop causing it not to boot, you can flash (with fastboot) the boot.img for the kdz you are on. Look at my signature on how to extract it.
If that doesn't work, flash the ice cream x & u partitions for p769 in fastboot, and then run offline flash
Fastboot info and help
http://forum.xda-developers.com/showthread.php?p=43703982
Install the locked bootloader cwm
http://forum.xda-developers.com/showthread.php?t=2095825
And use this busybox
https://play.google.com/store/apps/details?id=com.bitcubate.root.busybox.complete
Next time make a backup (make sure the backup is good, try to restore it)
CM 10.1 P769
kuma82 said:
If it's just the build.prop causing it not to boot, you can flash (with fastboot) the boot.img for the kdz you are on. Look at my signature on how to extract it.
If that doesn't work, flash the ice cream x & u partitions for p769 in fastboot, and then run offline flash
Fastboot info and help
http://forum.xda-developers.com/showthread.php?p=43703982
Install the locked bootloader cwm
http://forum.xda-developers.com/showthread.php?t=2095825
And use this busybox
https://play.google.com/store/apps/details?id=com.bitcubate.root.busybox.complete
Next time make a backup (make sure the backup is good, try to restore it)
CM 10.1 P769
Click to expand...
Click to collapse
Get outta here kuma, no one wants you here. -___- lol im jk.
Sent from my LG-P769 using Tapatalk 4
Lol, okay
NOT!
CM 10.1 P769
kuma82 said:
Lol, okay
NOT!
CM 10.1 P769
Click to expand...
Click to collapse
Thanks for the suggestions guys. I've tried the offline KDZ flashing it, but I can't get my computer (tried two actually, mine and my wife's laptop) to do anything once its in the S/W Upgrade mode. I used the method previously to update her phone the JB when Tmobile pulled the update. Since then it downloaded the most recent OTA. But anyways, I don't know why it wont work. It just continally tells me that my phone isn't connected, even though I'm using the latest drivers and the phone shows up correctly in the device manager. It's driving me nuts since it worked previously!
Any ideas?
swm5126 said:
Thanks for the suggestions guys. I've tried the offline KDZ flashing it, but I can't get my computer (tried two actually, mine and my wife's laptop) to do anything once its in the S/W Upgrade mode. I used the method previously to update her phone the JB when Tmobile pulled the update. Since then it downloaded the most recent OTA. But anyways, I don't know why it wont work. It just continally tells me that my phone isn't connected, even though I'm using the latest drivers and the phone shows up correctly in the device manager. It's driving me nuts since it worked previously!
Any ideas?
Click to expand...
Click to collapse
What variant do you have 769? Flash recovery.img in fastboot.
Sent from my LG-P769 using Tapatalk 4
swm5126 said:
Hi,
I'm not a newbie to Android by any measure, but this is my wife's phone, not mine (I have a Nexus 4) so I'm not familiar with a lot of the LG stuff.
Anyways, I rooted her phone to get rid of some of the bloatware and the stupid Qslide thing, and also to edit the build.prop so Netflix will have the Chromecast button. I had deleted quite a few bloatware system apps, and rebooted, everything was fine. I deleted a few more, then edited the build.prop. Rebooted.
Now it shows the LG logo, but then the screen goes blank, but is still on (you can see the backlight) and never boots. I only removed a few more of the LG and Tmobile apps and edited the model and manufacturer in the build.prop
Do I have any easy options to fix this? Or do I need to flash the KDZ?
Click to expand...
Click to collapse
boot into stock recovery "vol+"&"home"+"power"
adb should work and you can :
adb push busybox /tmp
adb push build.prop /tmp
adb shell
try "su" or "/system/bin/su" or "/system/xbin/su"
chmod 755 /tmp/busybox
/tmp/busybox mount -o remount,rw -t auto /system
/tmp/busybox cp /tmp/build.prop /system
/tmp/busybox chmod 644 /system/build.prop
swm5126 said:
Thanks for the suggestions guys. I've tried the offline KDZ flashing it, but I can't get my computer (tried two actually, mine and my wife's laptop) to do anything once its in the S/W Upgrade mode. I used the method previously to update her phone the JB when Tmobile pulled the update. Since then it downloaded the most recent OTA. But anyways, I don't know why it wont work. It just continally tells me that my phone isn't connected, even though I'm using the latest drivers and the phone shows up correctly in the device manager. It's driving me nuts since it worked previously!
Any ideas?
Click to expand...
Click to collapse
Sorry I didn't break it down enough for you. You have to get fastboot up and running. Jellybean does not operate when starting in S/W mode, that's why you get the connection problem. Now ice cream, does operate when starting in the S/W upgrade mode. With fastboot you can flash everything you need to get the offline flash working. These three links are all the info you need.
Lelus fastboot
Select the option to flash x & u for p769
1. http://forum.xda-developers.com/showthread.php?p=41768774
Help if you can't get fastboot installed
2. http://forum.xda-developers.com/showpost.php?p=43210006&postcount=15
Info on how to use fastboot manually. Not really needed because lelus has everything needed in the first link.
3. http://forum.xda-developers.com/showthread.php?p=43642515
Please read each thread before starting and read the instructions txt found in Lelus fastboot zip
Sorry I told you flashing the boot.IMG will help(was thinking of default.prop), I just remembered the build.prop is in the system partition.
CM 10.1 P769
---------- Post added at 11:00 PM ---------- Previous post was at 10:52 PM ----------
Lelus said:
boot into stock recovery "vol+"&"home"+"power"
adb should work and you can :
adb push busybox /tmp
adb push build.prop /tmp
adb shell
try "su" or "/system/bin/su" or "/system/xbin/su"
chmod 755 /tmp/busybox
/tmp/busybox mount -o remount,rw -t auto /system
/tmp/busybox cp /tmp/build.prop /system
/tmp/busybox chmod 644 /system/build.prop
Click to expand...
Click to collapse
Thanks for sharing, I didn't know stock recovery allowed ADB commands :thumbup:
CM 10.1 P769
swm5126 said:
Hi,
Do I have any easy options to fix this? Or do I need to flash the KDZ?
Click to expand...
Click to collapse
Factory LG mobile support tool has an option to "update recovery" in top right menu. This will download latest factory rom via internet and reflash phone in software update mode to reset everything.
http://www.softpedia.com/get/Mobile-Phone-Tools/Others/LGMobile-Support-Tool.shtml
Works well.
might have to set phone into software update mode by pressing vol up and then inserting usb cable..
kuma82 said:
Please read each thread before starting and read the instructions txt found in Lelus fastboot zip
Click to expand...
Click to collapse
Ok, I got the timing down and fastboot seems to come up, but after I can see the logo on my phone with the v 0.5, the script just says < waiting for device >. Thats where it should flash the ICS xloader? Or am I missing something and I should flash the JB images with fastboot? Where can I get the images?
swm5126 said:
Ok, I got the timing down and fastboot seems to come up, but after I can see the logo on my phone with the v 0.5, the script just says < waiting for device >. Thats where it should flash the ICS xloader? Or am I missing something and I should flash the JB images with fastboot? Where can I get the images?
Click to expand...
Click to collapse
Just kidding, got it figured out. Flashed the ICS xloader. Looks like its letting me restore finally! Thanks!

AT&T D800 20y FOTA Dump Request

I'm looking to download a dump of the 20y FOTA. I'm currently on 20u but with a different carrier. I have no way of updating my device without this file...
You need to be rooted to download the dlpkgfile from /cache/
This could very well be the last update I need for a while
http://www.att.com/esupport/article.jsp?sid=KB423381&cv=820#fbid=nJKQ7F6x9D5
Code:
Android Version: 4.4.2
Baseband version:M8974A-AAAANAZM-1.0.190082
Kernel version: 3.4.0
Build Number: KOT49l.D80020y
The Software Version: D80020y
Update File size: Dependent on customer current version.
D80010q > D80020y : 721 MB (Wi-Fi Required)
D80020c > D80020y : 118 MB (Wi-Fi Required)
D80020k > D80020y: 117 MB (Wi-Fi Required)
D80020u > D80020y: 89.5 MB (Wi-Fi Required)
Edit:
Have the files now and will be putting them on the thread: http://forum.xda-developers.com/att-g2/general/links-manually-forcing-ota-20c-to-20u-t2828874
Bumping for visibility... Still need this...
xaueious said:
Bumping for visibility... Still need this...
Click to expand...
Click to collapse
Edit: found a way to update from 20k to 20y, with the *#*#2666#*#* code, now it show up the ota update, but im rooted, can i safely update? Will i get a bootloop or bricked phone? Will i lose root?
Gemc666 said:
Edit: found a way to update from 20k to 20y, with the *#*#2666#*#* code, now it show up the ota update, but im rooted, can i safely update? Will i get a bootloop or bricked phone? Will i lose root?
Click to expand...
Click to collapse
No, you shouldn't. I think you will get bootlooped. I have no alternative at the moment. I'm stuck like you. May I ask, how exactly did you enable updates? Mine is on JB but each time I try to update it says "Phone not registered*
xaueious said:
Bumping for visibility... Still need this...
Click to expand...
Click to collapse
So noob here, found this when trying to figure out how to update to 20y. I have 20k currently.
I am rooted, just went back to stock rom, tried update and ended up bootlooped, got out of it by following an xda post by Weston Madsen (can't link, haven't made enough comments to allow me), and am now back in stock wanting to update.
If you want this file, I have it copied on my comp, let me know if anyone could use a link
Still don't have the file. Tried messaging DrDanTm too... Bump for visibility...
Gemc666 said:
Edit: found a way to update from 20k to 20y, with the *#*#2666#*#* code, now it show up the ota update, but im rooted, can i safely update? Will i get a bootloop or bricked phone? Will i lose root?
Click to expand...
Click to collapse
How did you do it, explain me the steps by steps
moiramd said:
How did you do it, explain me the steps by steps
Click to expand...
Click to collapse
in the end it didnt worked, it showed up the OTA update but didnt updated, still stuck on D80020k :/
Got the file and updated to 20y from another xda user, asking for permissions to repost...
Please send me. D80020y Ota dump file.thankyou..
Or share it here
posted at http://forum.xda-developers.com/att-g2/general/links-manually-forcing-ota-20c-to-20u-t2828874
Hi
I have D800,wrong flashed by d802,now touch screen not work properly
I want back to d800 FW but can't,If I have dump file I can write over jtag connection
so,if any one want help me,please give me dump
You can take 128mb dump file from working D800,Then upload for me by this command(root needed)
for take 128mb use this :
adb shell
su
dd if=/dev/block/mmcblk0 of=/sdcard/D800_128mb.bin bs=1024 count=131064
then reconnect usb and copy file from phone to pc ,then zip and upload
many thanks
BABAK236 said:
Hi
I have D800,wrong flashed by d802,now touch screen not work properly
I want back to d800 FW but can't,If I have dump file I can write over jtag connection
so,if any one want help me,please give me dump
You can take 128mb dump file from working D800,Then upload for me by this command(root needed)
for take 128mb use this :
adb shell
su
dd if=/dev/block/mmcblk0 of=/sdcard/D800_128mb.bin bs=1024 count=131064
then reconnect usb and copy file from phone to pc ,then zip and upload
many thanks
Click to expand...
Click to collapse
Why dont u flash stock rom tot file..
Everything will be fine.
And if u cant enter download mode the. Force it to 9006 mode by shorting capacitor..
Its not an big ussue...
I can help u to unrbrick..
Whats app me +918826464868
Sent from my LG-D800 using XDA Free mobile app
aftabalam8c2 said:
Why dont u flash stock rom tot file..
Everything will be fine.
And if u cant enter download mode the. Force it to 9006 mode by shorting capacitor..
Its not an big ussue...
I can help u to unrbrick..
Whats app me +918826464868
Sent from my LG-D800 using XDA Free mobile app
Click to expand...
Click to collapse
Hi
Phone Can got to DL Mode But LGFlashTool show "Wrong Model " when I try flash with tot file ,I can flash only with D802 and D801 Models with (flash tool 2014) but both model have a problem after flashing done
if I flash phone with D802 or D802T Firmware,My touch screen have conflict and not work properly
but when I flash phone with D801 Model,Touch screen work fine but I don't have IMEI (Null) and Baseband(Unknown),,
--
So,i have only 2 ways for repair This mode:
1-Dump File from working D800...( I want to write this file with JTAG or ISP)
2-Repair SBL1 With Force Phone to "QUHSB 9008 or 9006.....But As I search before http://forum.xda-developers.com/lg-g2/general/fix-unbrick-lg-g2-stuck-qualcomm-hs-usb-t2933830,B2B SW not Work Properly .many user try this tool but not work
so,can you give me 128 or even 64mb from alive phone with dd command already posted in previuse my post?
Thank you
http://forum.xda-developers.com/showthread.php?t=3003717 doesn't this method work for tou?
BABAK236 said:
Hi
Phone Can got to DL Mode But LGFlashTool show "Wrong Model " when I try flash with tot file ,I can flash only with D802 and D801 Models with (flash tool 2014) but both model have a problem after flashing done
if I flash phone with D802 or D802T Firmware,My touch screen have conflict and not work properly
but when I flash phone with D801 Model,Touch screen work fine but I don't have IMEI (Null) and Baseband(Unknown),,
--
So,i have only 2 ways for repair This mode:
1-Dump File from working D800...( I want to write this file with JTAG or ISP)
2-Repair SBL1 With Force Phone to "QUHSB 9008 or 9006.....But As I search before http://forum.xda-developers.com/lg-g2/general/fix-unbrick-lg-g2-stuck-qualcomm-hs-usb-t2933830,B2B SW not Work Properly .many user try this tool but not work
so,can you give me 128 or even 64mb from alive phone with dd command already posted in previuse my post?
Thank you
Click to expand...
Click to collapse
Hey stop flashing other model rom on your g2.
First of all go and check what is the nodel of your g2.
Open motherboard and see the back of motherboard and u will get the exact model..
Then u flash right rom.
As u said u get error while flashing phone.
Phone is different
Just go to this link but plz check ur phone model befor doing anything.
http://forum.xda-developers.com/lg-g2/general/lg-g2-cross-dll-device-model-fota-laf-t3003717
Sent from my LG-D800 using XDA Free mobile app
Hi
exact model is D800...I see in motherboard.
before I have d802 rom in "about" and everything fine.....but when I try install "Auto rec" phone soft bricked...
Anyway,i did repair my phone by write full partitions by B2B.exe ,Now I can flash D800.kdz ....
Phone startup normaly ,touch work fine,BUT have IMEI null and Baseband "Unknown"
What Should I do now?
Thanks
BABAK236 said:
Hi
exact model is D800...I see in motherboard.
before I have d802 rom in "about" and everything fine.....but when I try install "Auto rec" phone soft bricked...
Anyway,i did repair my phone by write full partitions by B2B.exe ,Now I can flash D800.kdz ....
Phone startup normaly ,touch work fine,BUT have IMEI null and Baseband "Unknown"
What Should I do now?
Thanks
Click to expand...
Click to collapse
Where did u see the model of your g2??
It is on the back side of motherboard.
How can you flash kdz???
D800 have no kdz..it comes with tot file
U flashed which kdz d802????
Dear..
Dont flash d802 kdz or any file of d802.
Flash the tot of d800..
And last..
Where did u see the model??
Sent from my LG-D800 using XDA Free mobile app
BABAK236 said:
Hi
I have D800,wrong flashed by d802,now touch screen not work properly
I want back to d800 FW but can't,If I have dump file I can write over jtag connection
so,if any one want help me,please give me dump
You can take 128mb dump file from working D800,Then upload for me by this command(root needed)
for take 128mb use this :
adb shell
su
dd if=/dev/block/mmcblk0 of=/sdcard/D800_128mb.bin bs=1024 count=131064
then reconnect usb and copy file from phone to pc ,then zip and upload
many thanks
Click to expand...
Click to collapse
No need of fota dump..
U are having error coz ur g2 prop.buil has d802 but u have acrualy d800
http://forum.xda-developers.com/lg-g2/general/lg-g2-cross-dll-device-model-fota-laf-t3003717
Follow this...
It will help u.
If u get any prob.
Msg me..
Sent from my LG-D800 using XDA Free mobile app
Hi
i see model printed on mother borad around backside of camera around
Yes,i did flash with tot file with edit model name file with Hex ....Then have no imei ,,,,,i did repair IMEI null by writing EFS from another phone,Then i haved "0" Imei ,
Next i idid write my own imei with "EFS Profesnoal" Now my phone back to live and everything is ok,,,,
Now i can make call and 4G work properly but ,i have Low SIgnal....around half of full signal
Can you tell me how can i change band from "GSM/WCDMA"....?
Many Thanks "aftabalam",You help me alot

Categories

Resources