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

Root Unofficial CyanogenMod 12 for LG L70 D320 D320n D325

Status
Not open for further replies.
Can you make on first boot an option (Use SD as Internal / Use Default Memory Settings) ? With this, everyone with an SD can use it as an Internal Memory, and everyone without an SD can use the Default Settings..

And if you will add something like this... The files on the SD will be deleted after we will choose 'Use SD as Internal Memory' ?

Is it possible to create additional .zip or script or something, so it can be flashed before/after flashing CM, so it would be users choice how to use its sdcard (as internal or external), depending on whether or not he is flashing the additional .zip/script. It may not be logical from developers point, but just an idea...

Impossible by script. It required changes in framework.

That's why I'm forced to make new internal disablers for every new version of my roms when I release... I was thinking of making a tutorial based on your commit (vm03) on how to patch those files, so anyone who wishes to disable internal, they can patch themselves. But It's not noob friendly process...
 
That's why I'm forced to make new internal disablers for every new version of my roms when I release... I was thinking of making a tutorial based on your commit (vm03) on how to patch those files, so anyone who wishes to disable internal, they can patch themselves. But It's not noob friendly process...
Great, really looking forward to that tutorial! Thx in advance!
 
Use aroma installer to give the ROM installation a GUI and you can also give it an option to disable internal
There can't be no option, because it's impossible to make such a script (to my knowledge). For each new release there must be included prepatched files specific to that release, which reqiures additional work. That's why I'm thinking of making tutorial in first place.
 
Well, you would have to make the dissabler. But you could give the option to disable it during installation.
You seem to miss my point. It's time and work included that are main negative factor (at least for me), since everything must be done manually because there's no way to make a script. Now imagine me working on all my four roms and for each one, a separate disabler for EACH new release. That's a lot of boring work for me. Hence the idea of making a tutorial so you guys can make your own disablers :)
 
You have to use right version of Aboot.bin

Just reinstall your CWM using this file
http://androidforums.com/attachments/cwm-lg-l-70-d325-zip.83666/

I have this problem before, because using aboot.bin for D320. You have to use aboot.bin pathced for D325
(hint: If your model name on setting didn't say D325, you're using wrong aboot.bin)

Greetings, I also have the same problem with LG D325, I messed up on the flashing and end it up with LGD320 in the model name and the rom is not detecting the SIM cards or no mobile network, only for WiFi...my question is how do I uninstall the cwm recovery and then install the one you mention in this post???
 
Greetings, I also have the same problem with LG D325, I messed up on the flashing and end it up with LGD320 in the model name and the rom is not detecting the SIM cards or no mobile network, only for WiFi...my question is how do I uninstall the cwm recovery and then install the one you mention in this post???

Dont uninstall anything, just follow instrustions in that archive and there shouldnt be any problems. It worked for me
 
Vm03

I have LG L70 D325 Dual Sim and i had downloaded ant installed every rom version you have uploaded but there are main bugs :-

1. Sim is not being detected!
2. Its Wifi cathches every other wifi except my home one :(
3. It shows LG D320 in device name
4. home button bug, back and home button do same thing :(

pls do reply!!

(and i have CWM recovery, i have Airtel Sim)
( i just saw something about OTA, i didnt do that though )

Follow these instructions:
http://androidforums.com/threads/un...0-d320-d320n-d325.893621/page-66#post-6907118

Copy the 'aboot.bin' patched for 'd325' to your "adb" folder ex: "C:\ADB"

Do reflash the "aboot.bin" usin adb
adb devices
adb push aboot.bin /sdcard/aboot.bin && adb shell
su
dd if=/sdcard/aboot.bin of=/dev/block/mmcblk0p6 bs=4096
reboot
 
everything works great with this rom, even installed xposed on it , the only thing that needs to be fixed is the flash and rearview camera.

Using LG D325
 
Did anyone had problem that PC doesn't see phone when it's in fastboot... Does anyone has solution for this? It sees it with adb when its on but not in fastboot... I don't have time to search... And @zlaja84 tried to help... He couldn't do it...
 
Status
Not open for further replies.
Back
Top Bottom