robert gibbs
Lurker
im a noob at linux and vm so i can really tell you i installed the system alongside windows 8
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What do you using for Ubuntu, virtual machine or liveCD ?
im a noob at linux all i can tell you is that i installed it alongside windows 8What do you using for Ubuntu, virtual machine or liveCD ?
or is there a risk that i **** up even moreIs it worth giving this a shot ? I have a lg l70 d320 and i cant use the lg flash tool because it tells me that usb is disconnected, i have no idea why. The only knowledge i have of linux/ubuntu is installing it x)
Hi all, I just want to said Thank you to Partarger.info member of xda forum for your guide for LG G2 that I used to fix my phone after that I followed this guide to put in my phone CWM recovery and no one was able to help me or tell me something about this problem.
The problem to this situation was you wrote over the aboot which is needed for booting the phone.
Symptoms:
Requirements:
- No download mode
- No Recovery Mode
- No fastboot
- Just Blacks creen
- When you connect the phone to pc you can see two folders: one is "Image" and the other one "verinfo"
- LG detected as qhsusb_bulk in device manager
Step by step
- A little Knowledge of linux
- You will need to use Linux, you can use Ubuntu or another that you want. You can use a virtual machine, live cd or a bootable usb stick.
- Download stock aboot of the phone from here.
- Boot into Linux and plug your L70 to the computer. Note: if you have linux in a virtual machine you must have installed in windows qshusb_dload drivers
- Put the downloaded file decompressed in the desktop
- Open terminal in Linux then type:
It should appear something like this:Code:ls /dev/sd*
Code:/dev/sda /dev/sda1 /dev/sda2 /dev/sda5 /dev/sdb1 /dev/sdb2 /dev/sdb3 /dev/sdb4 /dev/sdb5 .......... /dev/sdb34
- In this case my device is detected under sdb. you may have it under sdc. look for the biggest number, in my case /dev/sdb34 so it is sdb.
- In terminal type:
you will get something like this:Code:sudo gdisk -l /dev/sdb
Code:Number Start (sector) End (sector) Size Code Name 1 4194kB 71.3MB 67.1MiB 0700 modem 2 71.3MB 72.4MB 1049kiB FFFF sbl1 3 72.4MB 72.9MB 524kiB FFFF rpm 4 72.9MB 73.4MB 524kiB FFFF tz 5 73.4MB 73.9MB 524kiB FFFF sdi 6 73.9MB 76.0MB 2097kiB FFFF aboot 7 76.0MB 76.5MB 524kiB FFFF rpmb 8 76.5MB 77.1MB 524kiB FFFF tzb 9 77.1MB 79.2MB 2097kiB FFFF abootb 10 79.2MB 81.3MB 2097kiB 0700 pad 11 81.3MB 84.4MB 3146kiB FFFF modemst1 12 84.4MB 87.6MB 3146kiB FFFF modemst2 13 87.6MB 104MB 16.8MiB FFFF misc 14 105MB 138MB 33.6MiB 0700 persist 15 138MB 161MB 23.1MiB FFFF laf 16 164MB 187MB 23.1MiB FFFF boot 17 187MB 210MB 23.1MiB FFFF recovery 18 210MB 213MB 3146kiB FFFF fsg 19 214MB 214MB 524kiB FFFF fsc 20 214MB 215MB 524kiB FFFF ssd 21 218MB 219MB 524kiB FFFF DDR 22 222MB 223MB 524kiB FFFF encrypt 23 223MB 223MB 524kiB FFFF rct 24 226MB 235MB 8389kiB 0700 drm 25 235MB 243MB 8389kiB 0700 sns 26 243MB 264MB 21.0MiB FFFF factory 27 264MB 298MB 33.6MiB FFFF fota 28 298MB 299MB 1049kiB FFFF sbl1b 29 299MB 332MB 33.6MiB 0700 mpt 30 332MB 333MB 524kiB FFFF eksst 31 336MB 1961MB 1625MiB 0700 system 32 1961MB 2275MB 315MiB 0700 cache 33 2275MB 3888MB 1612MiB 0700 userdata 34 3888MB 3909MB 21.0MiB 0700 grow
6. We are only interested where is located aboot partition, in my case is located in sdb6. Be carefull because in your case it may be located in another partition. not be confused with boot partition or abootb.
we will use dd commands to push aboot.img inside the right partition.
7. in terminal type:then type your passwordCode:sudo -i
now you must be under root access.
8. type the following dd command:Note: alexdream is the name of the user in linux, you have to replace for you own user. Replace this path by the appropriate path to your fileCode:dd if=/home/alexdream/Desktop/aboot.img of=/dev/sdb6
Once you finish just reboot your phone, if everything was good your l70 now can boot normally and you can go to the download mode too.
You can follow this guide to replace recovery is you want, just remember not replace stock recovery to the recovery partition.
This guide is for LG L70 MS323, other variant can work but you have to search stock aboot file.
DISCLAIMER: I am not responsible for anything that may happen doing this. Make sure to make it right!
if you fixed your phone can collaborate to pay me a beer
Paypal
Hi, i have a problem, my phone is bricked, and mistakenly delete folders ''Image'' and ''VERINFO''Hi all, I just want to said Thank you to Partarger.info member of xda forum for your guide for LG G2 that I used to fix my phone after that I followed this guide to put in my phone CWM recovery and no one was able to help me or tell me something about this problem.
The problem to this situation was you wrote over the aboot which is needed for booting the phone.
Symptoms:
Requirements:
- No download mode
- No Recovery Mode
- No fastboot
- Just Blacks creen
- When you connect the phone to pc you can see two folders: one is "Image" and the other one "verinfo"
- LG detected as qhsusb_bulk in device manager
Step by step
- A little Knowledge of linux
- You will need to use Linux, you can use Ubuntu or another that you want. You can use a virtual machine, live cd or a bootable usb stick.
- Download stock aboot of the phone from here.
- Boot into Linux and plug your L70 to the computer. Note: if you have linux in a virtual machine you must have installed in windows qshusb_dload drivers
- Put the downloaded file decompressed in the desktop
- Open terminal in Linux then type:
It should appear something like this:Code:ls /dev/sd*
Code:/dev/sda /dev/sda1 /dev/sda2 /dev/sda5 /dev/sdb1 /dev/sdb2 /dev/sdb3 /dev/sdb4 /dev/sdb5 .......... /dev/sdb34
- In this case my device is detected under sdb. you may have it under sdc. look for the biggest number, in my case /dev/sdb34 so it is sdb.
- In terminal type:
you will get something like this:Code:sudo gdisk -l /dev/sdb
Code:Number Start (sector) End (sector) Size Code Name 1 4194kB 71.3MB 67.1MiB 0700 modem 2 71.3MB 72.4MB 1049kiB FFFF sbl1 3 72.4MB 72.9MB 524kiB FFFF rpm 4 72.9MB 73.4MB 524kiB FFFF tz 5 73.4MB 73.9MB 524kiB FFFF sdi 6 73.9MB 76.0MB 2097kiB FFFF aboot 7 76.0MB 76.5MB 524kiB FFFF rpmb 8 76.5MB 77.1MB 524kiB FFFF tzb 9 77.1MB 79.2MB 2097kiB FFFF abootb 10 79.2MB 81.3MB 2097kiB 0700 pad 11 81.3MB 84.4MB 3146kiB FFFF modemst1 12 84.4MB 87.6MB 3146kiB FFFF modemst2 13 87.6MB 104MB 16.8MiB FFFF misc 14 105MB 138MB 33.6MiB 0700 persist 15 138MB 161MB 23.1MiB FFFF laf 16 164MB 187MB 23.1MiB FFFF boot 17 187MB 210MB 23.1MiB FFFF recovery 18 210MB 213MB 3146kiB FFFF fsg 19 214MB 214MB 524kiB FFFF fsc 20 214MB 215MB 524kiB FFFF ssd 21 218MB 219MB 524kiB FFFF DDR 22 222MB 223MB 524kiB FFFF encrypt 23 223MB 223MB 524kiB FFFF rct 24 226MB 235MB 8389kiB 0700 drm 25 235MB 243MB 8389kiB 0700 sns 26 243MB 264MB 21.0MiB FFFF factory 27 264MB 298MB 33.6MiB FFFF fota 28 298MB 299MB 1049kiB FFFF sbl1b 29 299MB 332MB 33.6MiB 0700 mpt 30 332MB 333MB 524kiB FFFF eksst 31 336MB 1961MB 1625MiB 0700 system 32 1961MB 2275MB 315MiB 0700 cache 33 2275MB 3888MB 1612MiB 0700 userdata 34 3888MB 3909MB 21.0MiB 0700 grow
6. We are only interested where is located aboot partition, in my case is located in sdb6. Be carefull because in your case it may be located in another partition. not be confused with boot partition or abootb.
we will use dd commands to push aboot.img inside the right partition.
7. in terminal type:then type your passwordCode:sudo -i
now you must be under root access.
8. type the following dd command:Note: alexdream is the name of the user in linux, you have to replace for you own user. Replace this path by the appropriate path to your fileCode:dd if=/home/alexdream/Desktop/aboot.img of=/dev/sdb6
Once you finish just reboot your phone, if everything was good your l70 now can boot normally and you can go to the download mode too.
You can follow this guide to replace recovery is you want, just remember not replace stock recovery to the recovery partition.
This guide is for LG L70 MS323, other variant can work but you have to search stock aboot file.
DISCLAIMER: I am not responsible for anything that may happen doing this. Make sure to make it right!
if you fixed your phone can collaborate to pay me a beer
Paypal
I have a problem the two folders "Image" and the other one "VERINFO not appear I gave it to a friend to fix apparently the delete by mistake.
I can even do the process.
Try it! and then tell if it works [emoji6]Hi, i have a problem, my phone is bricked, and mistakenly delete folders ''Image'' and ''VERINFO''
I can recover these
folders?
very thanks was usefull. perfect with live cd/usb ubuntu 14.04. my MS323 revived.
Never mine that,this guide help my phone, but it stay stuck on boot (LG logo) and i have fastboot but what should i do next?i tried LG Laf Recovery Multitool v1.2 to restore recovery.img but how to go to recovery mode? i cant restore download mode. i see the tut on unlock ms323 but it when trying to restore download mode i have to put back my laf.img (partition) in sd it say"adb push laf.img /sdcard/".when doing that it say cant detect device?HELP please,im so close to fully reviving my phone.
(UPDATE)
Now the phone can boot normally but take about one minute to fully boot on.then i use "LG Laf Recovery Multitool v1.2" to to restore my back up of my laf.img(in phone)and to restore download mode,then noticing that my my mobile data signal bar had an red x indicating of my service is disabled.my SIM card was still in the phone.I didn't went in the phone and do anything.then on the LG recovery multitool, i use the option to boot into recovery knowing i have CWM flash in the phone,then i choose the option to "wipe data/factory reset"and"wipe cache partition",hopping that will fix the problem of service being disabled.when finishing setting up the phone i still notice that the service is still disable with no bars but a red x next to it.When googling my problem, the perhaps the only way to fix this problem is to using something called Octoplus box which require a card or a box??In other information i notice in my status in option "phone #","IMEI","IMEI SV",and "ICCID" had the word null. how should i fix the problem without this octoplus.