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

Help Lg optimus l70-d321 bricked stuck on boot loot

I do find it crazy that no one seems to have the stock Rom. But please keep me updated. Thank you very much.
The stock ROM sources are available. But it seems the there are no people with Cricket L70 that have the skills to make one for themselves. Wait for OUDHS to make you a flashable ROM.
 
For doing that you need a build environment on your Linux system ready. You need to know how to use basic Linux cmdline commands. Haven't had the time to learn all that or even to setup a build environment. But familiar with some of the process.
I was told compiling the rom from scratch was impossible according to the following post.
http://androidforums.com/l70-all-th...-kitkat-4-4-2_r1-optimus-l70.html#post6734732

The firmware can be obtained off LG's web site.

http://csmgdl.lgmobile.com/dn/downloader.dev?fileKey=FW143706432109876543213/MS32310c_00.kdz
 
I was told compiling the rom from scratch was impossible according to the following post.
http://androidforums.com/l70-all-th...-kitkat-4-4-2_r1-optimus-l70.html#post6734732

The firmware can be obtained off LG's web site.

http://csmgdl.lgmobile.com/dn/downloader.dev?fileKey=FW143706432109876543213/MS32310c_00.kdz
It ain't impossible. The flashable KDZ are all compiled lol. They even gave the instructions to us. It's just hard for anyone without experience to do it. And btw his bricked device is a D321 the cricket variant not Metro.
 
Yes Im using Linux right now even as I write this. Its a whole new learning curve for me. Not sure if I have the time to learn all of this. I hope they are making the KDZ for me though
 
Yes Im using Linux right now even as I write this. Its a whole new learning curve for me. Not sure if I have the time to learn all of this. I hope they are making the KDZ for me though
Like you they also have a limited time. And since they have accepted the project rest assured they will do it.
 
It ain't impossible. The flashable KDZ are all compiled lol. They even gave the instructions to us. It's just hard for anyone without experience to do it. And btw his bricked device is a D321 the cricket variant not Metro.
Feel free to P.M. me if you need your phone unbricked I know there are at least 4 ways to do so and I've done it many times. I guarantee I can help as long as its LG.
 
It came with 3 ZIP Files and instructions. Let me know if you are familiar with any of this.
1. Android build
- Download original android source code ( kitkat 4.4.2 ) from Android Developers
- Untar opensource packages of LG-D321_Android_KK_D321V10c_Android.tar.gz into downloaded android source directory
a) cat LG-D321_Android_KK_D321V10c_Android.tar.gza* | tar -zxvpf -

- And, merge the source into the android source code
- Run following scripts to build android
a) source build/envsetup.sh
b) lunch
c) 1 or Enter (default setting is 1)
d) make
- When you compile the android source code, you have to add google original prebuilt source(toolchain) into the android directory.
- After build, you can find output at out/target/product/generic

2. Kernel Build
- Uncompress using following command at the android directory
tar -xvzf LG-D321_Android_KK_D321V10c_Kernel.tar.gz
- When you compile the kernel source code, you have to add google original prebuilt source(toolchain) into the android directory.
- Run following scripts to build kernel
a) cd kernel
b) make ARCH=arm CROSS_COMPILE=../prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi- w5_aio_us_defconfig zImage
- After build, you can find the build image(zImage) at arch/arm/boot

3. how to build chromium_lge (vendor\lge\external\chromium_lge\src),
please refer to README.txt at the folder mentioned above.
Any Luck?
 
So can you manage to access fastboot?
Also, what did you do in chain fire to cause the brick?
 
I accidentally bricked my LG-D321, someone posted the following instructions for a different device in a thread talking about the d321 and I followed them, PLEASE HELP! I'm losing business without a phone and I am in a very bad place right now:

adb push aboot.bin /sdcard/aboot.bin
adb push stockrecoverymod.img /sdcard/stockrecoverymod.img
adb shell
su
dd if=/dev/block/mmcblk0p6 of=/sdcard/abootorg.bin
dd if=/dev/block/mmcblk0p17 of=/sdcard/recoveryorg.img
dd if=/sdcard/aboot.bin of=/dev/block/mmcblk0p6
dd if=/sdcard/stockrecoverymod.img of=/dev/block/mmcblk0p17
reboot recovery

https://www.dropbox.... d320n.rar?dl=0

Extrat rar on you desktop,Open this file in ADB mode (shift + right click chose Open commnd windows here).

Need:

1.Root
2.Unlock bootloader.

My phone vibrates when powered on and is recognized by the computer (I have no idea the folders that it allows me to access, but I'm pretty sure they aren't system or boot folders), but there is no display. The display lights up when connected to the computer, but it is blank.
 
I also bricked my phone. I think I accidentally wiped my internal storage.

I'm currently downloading .kdz for my L70 to make it flashable but I don't have the steps to do so (clear steps). I can't access Download mode but I have a CWM(adb-enabled). Meaning flashing .zip is the only way to unbrick this mistake I did.

I tried pushing the D320 I got from OUDSH to /data/media/0/ but it aborts installation. Can any body help?
 
Back
Top Bottom