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

Root Unofficial CyanogenMod 12.1 for LG L70 D320 D320n D325 MS323

@vm03 since today i start making new build for myself (nightly), i have couple questions:
Can i boost up compiling?
Can i make new version without "make clobber" ? Just $ repo sync and
. build/envsetup.sh
brunch cm_w5-userdebug
ZmQLJ44.png
 
@vm03 since today i start making new build for myself (nightly), i have couple questions:
Can i boost up compiling?
Can i make new version without "make clobber" ? Just $ repo sync and
. build/envsetup.sh
brunch cm_w5-userdebug
View attachment 91762
I know you asked vm, but I'll answer too :)
Yes, there are workarounds, like deleting only build.prop (cause of the dates), but it's always advisable to do clean builds. I always do clean builds unless I want to really quickly make some small changes. Long story short, you can do what you mentioned, but it may cause some errors sometimes.
 
I know you asked vm, but I'll answer too :)
Yes, there are workarounds, like deleting only build.prop (cause of the dates), but it's always advisable to do clean builds. I always do clean builds unless I want to really quickly make some small changes. Long story short, you can do what you mentioned, but it may cause some errors sometimes.
Thank you, for your help ;) Ok i will try everytime make clean build :D
 
@vm03 since today i start making new build for myself (nightly), i have couple questions:
Can i boost up compiling?
Can i make new version without "make clobber" ? Just $ repo sync and
. build/envsetup.sh
brunch cm_w5-userdebug
View attachment 91762
Just $ repo sync and
. build/envsetup.sh
brunch cm_w5-userdebug

But sometimes not all changes correct checking by make and need clean build.
 
Thank you, for your help ;) Ok i will try everytime make clean build :D
It's pain in the ass to wait for a clean build, but as vm said sometimes errors can occur.
Oh, and congrats on biting the bullet and building it yourself :)
You can now ommit packages you don't want, add what you want, etc. Next step: MasloMod-12.1 ;)
 
It's pain in the ass to wait for a clean build, but as vm said sometimes errors can occur.
Oh, and congrats on biting the bullet and building it yourself :)
You can now ommit packages you don't want, add what you want, etc. Next step: MasloMod-12.1 ;)
Yes, it's a pain to wait for a clean build :D
Thank you, sync repo with cyanogenmod source is pain too, sometimes :D
MasloMod-12.1 that's funny :D
 
It's pain in the ass to wait for a clean build, but as vm said sometimes errors can occur.
Oh, and congrats on biting the bullet and building it yourself :)
You can now ommit packages you don't want, add what you want, etc. Next step: MasloMod-12.1 ;)
If you have i7-5960X, 32G DDR4 and two pcie ssd you can build CM for a few minutes. :D
 
If you have i7-5960X, 32G DDR4 and two pcie ssd you can build CM for a few minutes. :D
In short: NASA PC :D
For now im using one of my old pc, 4hours building :eek:
By the way, if someone want nightlies just let me know.
I can upload every new build to mega or somewhere else :D
(vm ota is working too, nothing changed, just updated)
 
Last edited:
If you have i7-5960X, 32G DDR4 and two pcie ssd you can build CM for a few minutes. :D
Nameless build servers do it in 20 mins or so, but they're HDD's. But the rest of the specs you mentioned are pretty much the same :D
 
Is there any way to fix offline mod charging, it's very annoying that it freeze on black screen with background light.... :(
Offline charging actually works fine, but graphics driver is slow to load, just like in cm recovery. Animation will eventually show up, but it will take time.
 
hi. my phone is L70 D325 dual sim and I have sim problem (no signal in both sims at all). also model number in about is D320 instead of D325!
I got last build cm-12.1-20150802-UNOFFICIAL-w5.zip, and recovery is twrp-2.8.7.0-20150624-w5
did I miss something or do it wrong or use wrong version?
have searched, got nothing. plz help! :)
 
hi. my phone is L70 D325 dual sim and I have sim problem (no signal in both sims at all). also model number in about is D320 instead of D325!
I got last build cm-12.1-20150802-UNOFFICIAL-w5.zip, and recovery is twrp-2.8.7.0-20150624-w5
did I miss something or do it wrong or use wrong version?
have searched, got nothing. plz help! :)
Have you really searched everywhere? :p

Here's the fix anywho:

http://androidforums.com/threads/dump-all-variants-aboot-files-and-how-to-flash.918174/
 
Hi to all, i have finded a problem with the last build in combination whit the nano gapps. Play Store everytime force close himself. Hany Help? Any Solution?
Thank' s to all.
 
@vm03 can i ask, how i can save changelog like this, please?
Code:
#!/bin/bash

echo "==================================="
echo -n "Since "; date --date="weeks ago" -u
echo "==================================="

/home/vasy/bin/repo forall -c 'L=$(git log --oneline --since 1.weeks -n 1); if [ "n$L" != "n" ]; then echo; echo " * $REPO_PATH"; git log --oneline --since 1.weeks; fi'
 
the latest builds audio to record too much background noise sounds very bad happens any more
We can lower the colume but then it would be too quiet. I'd rather pick up some background noise than having (very) low audio in videos as before. I'll try to tweak volume, but no promises.
 
Back
Top Bottom