• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root (GUIDE) Unbrick LG L70 No Download Mode No recovery mode, No Fastboot

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:
  • 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
Requirements:
  • 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.
Step by step
  1. 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
  2. Put the downloaded file decompressed in the desktop
  3. Open terminal in Linux then type:
    Code:
    ls /dev/sd*
    It should appear something like this:
    Code:
    /dev/sda /dev/sda1 /dev/sda2 /dev/sda5
    /dev/sdb1 /dev/sdb2 /dev/sdb3 /dev/sdb4
    /dev/sdb5 .......... /dev/sdb34
  4. 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.
  5. In terminal type:
    Code:
    sudo gdisk -l /dev/sdb
    you will get something like this:
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
then type your password
now you must be under root access.

8. type the following dd command:
Code:
dd  if=/home/alexdream/Desktop/aboot.img of=/dev/sdb6
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 :D
Paypal
 
Last edited:
Nice job. This is what would be needed to be done.
Code:
dd  if=/home/alexdream/Desktop/aboot.img of=/dev/sdb#

might not be sdb6 on all variants ;)

Also link a donation link instead of your email address, there is no way to control internet spam crawlers :(
 
I can not do it because when you use VM does not recognize me more than two devices, when I try to flash it , tells me that the file does not exist in the specified path and indeed what I have on the desktop
 
I can not do it because when you use VM does not recognize me more than two devices, when I try to flash it , tells me that the file does not exist in the specified path and indeed what I have on the desktop

you must have installed in windows qshusb_dload drivers.
 
I going to do to my ms323 I hope that can work, later I will tell if work for mee thankkkk

Edit:
My L70 is now work again, thankkk again my friend, work perfect 1000%
 
Last edited:
Can someone tell me how to boot into linux. I have a 2 gig usb stick. Will 2gigs work. If not, how can I make a dvd boot disc
 
Oh, I wouldn't use a VM. Try a live boot from a USB drive.
@Rinaldo3 @tommy856
well I do but I think the problem starts when I connect l70 in ubuntu. begins to apparate windows error saying assemble. is normal that to happen? after putting the second command starts the error, any suggestions?
excuse the English but I'm Mexican.
 
whenever i run linux on livecd on my computer and plug in my phone it gives me volume 38 error and when i enter ls /dev/sd* i get sdd1 sdd2 sdd34 etc and i checked if it was the phone only happens when the phone is plugged in
also have the vmware ubuntu as well
 
Can someone tell me how to boot into linux. I have a 2 gig usb stick. Will 2gigs work. If not, how can I make a dvd boot disc

Here is the tutorial to create a booteable USB Stick on windows, you must have a USB stick with at least 2GB of free space. To make a DVD boot disc just download the ISO file and burn.
 
well I do but I think the problem starts when I connect l70 in ubuntu. begins to apparate windows error saying assemble. is normal that to happen? after putting the second command starts the error, any suggestions?
excuse the English but I'm Mexican.

you had errors when connecting the phone to linux?
or is it normal?

I suggest to both that using a Ubuntu live CD to avoid this kind of errors or problems.
 
Wait so when I download VM workstation does it come with Linux operating system or do I have to download a separate ISO file for Linux. What do I do next?!

You have to download a separate ISO file for linux like Ubuntu.. I suggest to you that use a LIVE CD to avoid to Ubuntu not recognize the phone..
 
You have to download a separate ISO file for linux like Ubuntu.. I suggest to you that use a LIVE CD to avoid to Ubuntu not recognize the phone..

Ok! Can I used my Micro SD card insert it into the USB SD card reader as my " USB memory stick" if so then I will definitely do it without a virtual machine.
 
Back
Top Bottom