Alexdream
Newbie
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:
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 password
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 file
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
The problem to this situation was you wrote over the aboot which is needed for booting the phone.
Symptoms:
- 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
- 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:
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:
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:
Code:
sudo -i
now you must be under root access.
8. type the following dd command:
Code:
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
Last edited: