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

Root Unofficial CyanogenMod 11 for LG L70 D325

blessings to chevon. indeed. im not gonna use the rough draft for the ms323 but im rommed up right now on your other rom so i can be patient til CM11
 
Ms323, I fixed the calling problem. Just comment a line in the build prop. "persist.radio.multisim.config=dsds" and it works perfectly. Literally the only bugs I see are, no WiFi, and internal SD is mounted incorrectly (could be kernel). Wow, I'm impressed.

I cant test camera since on my test device the camera got fried. Spilled soda on my jacket and the phone was in my pocket and somehow destroyed the camera. No torch or anything.
 
on d325 camera works then just hangs at photo saving. Torch doesn't work singularly/outside camera. Hve you tried GPS? its not working too. Various graphical glitches at times. Sometimes animations especially statusbar expansion animation and quick tile view change animations are slow and laggy. But all other times smooth. I don't you can compile a build without errors for D325? I cant try to build as I don't have the android source or the bandwith to download 12gb
 
on d325 camera works then just hangs at photo saving. Torch doesn't work singularly/outside camera. Hve you tried GPS? its not working too. Various graphical glitches at times. Sometimes animations especially statusbar expansion animation and quick tile view change animations are slow and laggy. But all other times smooth. I don't you can compile a build without errors for D325? I cant try to build as I don't have the android source or the bandwith to download 12gb

I have no lag with this flashed on the ms323. I also disabled ksm so that might be why. I don't own your device or I would try, right now I'm comparing this build with the one I made for the ms323.

Weirdest thing, I only have 128mb total. I flashed the gapps and that was a mistake.
Hoping it just needs a kernel with the proper partition layout.
 
Got it downloaded and installed. Running smooth . used build.prop line and phone works...Did not install gapps . shows 58 mb internal storage left.
 
I have no lag with this flashed on the ms323. I also disabled ksm so that might be why. I don't own your device or I would try, right now I'm comparing this build with the one I made for the ms323.

Weirdest thing, I only have 128mb total. I flashed the gapps and that was a mistake.
Hoping it just needs a kernel with the proper partition layout.
The ROM is really smooth. Only animations related to statusbar are laggy at times. I don't suppose camera is working? How bout GPS?

128mb in system or on internal?
 
Ms323, I fixed the calling problem. Just comment a line in the build prop. "persist.radio.multisim.config=dsds" and it works perfectly. Literally the only bugs I see are, no WiFi, and internal SD is mounted incorrectly (could be kernel). Wow, I'm impressed.

I cant test camera since on my test device the camera got fried. Spilled soda on my jacket and the phone was in my pocket and somehow destroyed the camera. No torch or anything.

What do you meant that the internal SD is mounted incorrectly?
 
The ROM is really smooth. Only animations related to statusbar are laggy at times. I don't suppose camera is working? How bout GPS?

128mb in system or on internal?

Camera and torch does not work at all.

GPS also does not work. Nor wifi.

128mb in system. No storage at all in internal strangely enough. Windows says Unknown when viewing using MTP.
 
This is what it is.
Code:
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,size=469672k,nr_inodes=117418,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
none /sys/fs/cgroup tmpfs rw,relatime,size=469672k,nr_inodes=117418,mode=750,gid=1000 0 0
tmpfs /mnt/asec tmpfs rw,relatime,size=469672k,nr_inodes=117418,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,size=469672k,nr_inodes=117418,mode=755,gid=1000 0 0
tmpfs /mnt/fuse tmpfs rw,relatime,size=469672k,nr_inodes=117418,mode=775,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,relatime,data=ordered 0 0
tmpfs /data tmpfs rw,nosuid,nodev,noatime,size=131072k,nr_inodes=117418,mode=771,uid=1000,gid=1000 0 0
/dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 rw,nosuid,nodev,relatime,nodelalloc,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/modem /firmware vfat ro,relatime,uid=1000,gid=1000,fmask=0337,dmask=0227,codepage=cp437,iocharset=iso8859-1,shortname=lower,errors=remount-ro 0 0
/dev/block/vold/179:65 /mnt/media_rw/sdcard1 vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:65 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/fuse /storage/sdcard1 fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
This is what it needs to be.

Code:
  rootfs / rootfs ro,noatime 0 0
tmpfs /dev tmpfs rw,seclabel,nosuid,noatime,size=471212k,nr_inodes=117803,mode=755 0 0
devpts /dev/pts devpts rw,seclabel,noatime,mode=600 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
proc /proc proc rw,noatime 0 0
sysfs /sys sysfs rw,seclabel,noatime 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,noatime 0 0
debugfs /sys/kernel/debug debugfs rw,noatime 0 0
none /sys/fs/cgroup tmpfs rw,seclabel,noatime,size=471212k,nr_inodes=117803,mode=750,gid=1000 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,seclabel,noatime,size=471212k,nr_inodes=117803,mode=755,gid=1000 0 0
/dev/block/dm-0 /mnt/asec/com.Mata.YTplayerP-2 ext4 ro,dirsync,seclabel,nosuid,nodev,noatime 0 0
/dev/block/dm-1 /mnt/asec/org.videolan.vlc.betav7neon-1 ext4 ro,dirsync,seclabel,nosuid,nodev,noatime 0 0
/dev/block/dm-2 /mnt/asec/com.mediocre.smashhit-1 ext4 ro,dirsync,seclabel,nosuid,nodev,noatime 0 0
/dev/block/dm-3 /mnt/asec/com.onelouder.baconreader-1 ext4 ro,dirsync,seclabel,nosuid,nodev,noatime 0 0
/dev/block/dm-4 /mnt/asec/com.magmamobile.game.Smash-1 ext4 ro,dirsync,seclabel,nosuid,nodev,noatime 0 0
/dev/block/dm-5 /mnt/asec/com.quoord.tapatalkxda.activity-1 ext4 ro,dirsync,seclabel,nosuid,nodev,noatime 0 0
/dev/block/dm-6 /mnt/asec/dp.ws.popcorntime-1 ext4 ro,dirsync,seclabel,nosuid,nodev,noatime 0 0
tmpfs /mnt/obb tmpfs rw,seclabel,noatime,size=471212k,nr_inodes=117803,mode=755,gid=1000 0 0
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,seclabel,nosuid,nodev,relatime,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 rw,seclabel,nosuid,nodev,noatime,discard,nobarrier,noauto_da_alloc,resuid=1000,errors=continue,commit=60,data=ordered 0 0
/dev/block/vold/179:66 /data/sdext2 ext4 rw,seclabel,noatime 0 0
/dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 rw,seclabel,nosuid,nodev,noatime,nodelalloc,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 rw,seclabel,nosuid,nodev,noatime,discard,nobarrier,noauto_da_alloc,commit=60,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/drm /persist-lg ext4 rw,seclabel,nosuid,nodev,noatime,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/mpt /mpt ext4 rw,seclabel,nosuid,nodev,noatime,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/sns /sns ext4 rw,seclabel,nosuid,nodev,noatime,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/modem /firmware vfat ro,noatime,uid=1000,gid=1000,fmask=0337,dmask=0227,codepage=cp437,iocharset=iso8859-1,shortname=lower,errors=remount-ro 0 0
/dev/fuse /mnt/shell/emulated fuse rw,nosuid,nodev,noatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
tmpfs /storage/emulated tmpfs rw,seclabel,nosuid,nodev,relatime,size=471212k,nr_inodes=117803,mode=751,gid=1028 0 0
/dev/block/vold/179:65 /mnt/media_rw/external_SD vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:65 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/fuse /storage/external_SD fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /storage/emulated/0 fuse rw,nosuid,nodev,noatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /storage/emulated/legacy fuse rw,nosuid,nodev,noatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0

In this example you can also see how the SYSTEM "moves apps to SD" it creates directory links, now we know that we can manually move apps to SD from terminal or adb.
 
I'm making a kernel for it, so I noticed that cache and userdata is mounted as f2fs instead of ext4. I am going to compile it and see if that fixes anything. Anyone got any other suggestions?
 
Checkout if earphones work. Can't get earphones to work on cm11. Almost like earphones aren't detected
 
Back
Top Bottom