• 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 D320 D320n D325

How best to make the SD card in CM11:


  • Total voters
    110
  • Poll closed .
Guys, i been following this thread. I got D325f8 version. The latest build is stable without bluescreen bug. Though i have forcecloses in some apps but perhaps cleaninstall might solve that. Anywat the biggest issue for me is the back camera and torch since im using it for my work like snap and email for reporting.
I fount that Camera wont start at all in this latest build.

Running cat /proc/cmdline showed my camera is imx111. Screenshot attached.

I did tried fastboot installed previous build kernel boot.img and i find the older version 1106, camera works but in selfie only. I found threads in LG D415 where the camera imx111 in CM11 working. What particular kernel files do i need to port to from D415 to my D325f8? Thanks.
 

Attachments

  • Screenshot_2015-01-05-00-07-51[1].png
    Screenshot_2015-01-05-00-07-51[1].png
    63.2 KB · Views: 132
New build. Work double tap to wake. Removed internal (emulated) SD card, only external SD. If some app crashed, delete "data" in apps settings (Settings->Apps-><app>->clear data).
Test this build and vote in poll!
 
Last edited:
Running cat /proc/cmdline showed my camera is imx111.
In kernel config:
Code:
CONFIG_IMX111=y
In device tree:
Code:
        imx111: qcom,camera_rev_b@20 {
                compatible = "qcom,imx111";
                reg = <0x20 0x0>;
                qcom,slave-id = <0x20 0x0 0x111>;
                qcom,csiphy-sd-index = <0>;
                qcom,csid-sd-index = <0>;
                qcom,actuator-src = <&actuator1>;
                qcom,led-flash-src = <&led_flash0>;
                qcom,eeprom-src = <&eeprom1>;
                qcom,mount-angle = <90>;
                qcom,sensor-name = "imx111";
                cam_vdig-supply = <&pm8110_l7>;             /* Dummy VDIG Setting, We never use this LDO7 for DIG, youngwook.song@lge.com, 2013.08.26 */
                cam_vio-supply = <&pm8110_l7>;
                cam_vana-supply = <&pm8110_l7>;            /* Dummy VANA Setting, We never use this LDO7 for DIG, youngwook.song@lge.com, 2013.08.26  */
                qcom,cam-vreg-name = "cam_vdig", "cam_vio", "cam_vana";
                qcom,cam-vreg-type = <0 0 0>;
                qcom,cam-vreg-min-voltage = <1300000 1800000 2850000>;
                qcom,cam-vreg-max-voltage = <1300000 1800000 2850000>;
                qcom,cam-vreg-op-mode = <200000 80000 80000>;

                qcom,gpio-no-mux = <0>;
                gpios = <&msmgpio 13 0>,
                        <&msmgpio 21 0>,
                        <&msmgpio 20 0>,
                        <&msmgpio 85 0>;
                qcom,gpio-reset = <1>;
                qcom,gpio-standby = <2>;
                qcom,gpio-vana = <3>;
                qcom,gpio-req-tbl-num = <0 1 2 3>;
                qcom,gpio-req-tbl-flags = <1 0 0 0>;
                qcom,gpio-req-tbl-label = "CAMIF_MCLK", "CAM_RESET1", "CAM_STANDBY", "MAIN_VANA_EN";
                qcom,csi-lane-assign = <0xe4>;
                qcom,csi-lane-mask = <0x7>;
                qcom,sensor-position = <0>;
                qcom,sensor-mode = <0>;
                status = "okay";
                revision = "rev_b...";
        };
Without device, i can't do more...
 
Hi guys, I messed up a little bit. Not sure where I went wrong, but now I'm stuck in the cyanogenmod startup screen. I've tried plugging in the cable and doing 'adb reboot recovery' to try and flash my nandroid backup (yes, I have a backup on the SD card) but flashing the newest zip erased my adb permissions. Basically I have to try and either a) use the hardware keys to enter recovery, which I don't really know how to (help?) or b) try and force a reboot to recovery using adb, which now refuses to work because of mentioned permissions. Any ideas guys?

Edit: Scratch this, I got to recovery somehow after trial and error and a lot of button mashing. If anyone has actual directions on how to get to recovery from hardware buttons, let us know, for future reference. I'm sure I'll fudge up my phone enough times to need to know how anyways. :)
 
Last edited:
Hi guys, I messed up a little bit. Not sure where I went wrong, but now I'm stuck in the cyanogenmod startup screen. I've tried plugging in the cable and doing 'adb reboot recovery' to try and flash my nandroid backup (yes, I have a backup on the SD card) but flashing the newest zip erased my adb permissions. Basically I have to try and either a) use the hardware keys to enter recovery, which I don't really know how to (help?) or b) try and force a reboot to recovery using adb, which now refuses to work because of mentioned permissions. Any ideas guys?

Edit: Scratch this, I got to recovery somehow after trial and error and a lot of button mashing. If anyone has actual directions on how to get to recovery from hardware buttons, let us know, for future reference. I'm sure I'll fudge up my phone enough times to need to know how anyways. :)
Vol up + USB being plugged in. That's for 323 anyway, not sure if that carries over
 
New build. Work double tap to wake. Removed internal (emulated) SD card, only external SD. If some app crashed, delete "data" in apps settings (Settings->Apps-><app>->clear data).
Test this build and vote in poll!
Is there any chance that this newest build is for D320n?
 
I'm a little bit confused: Where will apps be installed if internal memory is disabled? Do I have to make ext4 partition on SD card? Is internal memory really disabled or it is allocated to system partition, or what? Sorry for so many questions :D
 
In kernel config:
Code:
CONFIG_IMX111=y
In device tree:
Code:
        imx111: qcom,camera_rev_b@20 {
                compatible = "qcom,imx111";
                reg = <0x20 0x0>;
                qcom,slave-id = <0x20 0x0 0x111>;
                qcom,csiphy-sd-index = <0>;
                qcom,csid-sd-index = <0>;
                qcom,actuator-src = <&actuator1>;
                qcom,led-flash-src = <&led_flash0>;
                qcom,eeprom-src = <&eeprom1>;
                qcom,mount-angle = <90>;
                qcom,sensor-name = "imx111";
                cam_vdig-supply = <&pm8110_l7>;             /* Dummy VDIG Setting, We never use this LDO7 for DIG, youngwook.song@lge.com, 2013.08.26 */
                cam_vio-supply = <&pm8110_l7>;
                cam_vana-supply = <&pm8110_l7>;            /* Dummy VANA Setting, We never use this LDO7 for DIG, youngwook.song@lge.com, 2013.08.26  */
                qcom,cam-vreg-name = "cam_vdig", "cam_vio", "cam_vana";
                qcom,cam-vreg-type = <0 0 0>;
                qcom,cam-vreg-min-voltage = <1300000 1800000 2850000>;
                qcom,cam-vreg-max-voltage = <1300000 1800000 2850000>;
                qcom,cam-vreg-op-mode = <200000 80000 80000>;

                qcom,gpio-no-mux = <0>;
                gpios = <&msmgpio 13 0>,
                        <&msmgpio 21 0>,
                        <&msmgpio 20 0>,
                        <&msmgpio 85 0>;
                qcom,gpio-reset = <1>;
                qcom,gpio-standby = <2>;
                qcom,gpio-vana = <3>;
                qcom,gpio-req-tbl-num = <0 1 2 3>;
                qcom,gpio-req-tbl-flags = <1 0 0 0>;
                qcom,gpio-req-tbl-label = "CAMIF_MCLK", "CAM_RESET1", "CAM_STANDBY", "MAIN_VANA_EN";
                qcom,csi-lane-assign = <0xe4>;
                qcom,csi-lane-mask = <0x7>;
                qcom,sensor-position = <0>;
                qcom,sensor-mode = <0>;
                status = "okay";
                revision = "rev_b...";
        };
Without device, i can't do more...
@vm03
Thank you for the detailed guide. I will try to mod/build the kernel, hopefully I can since this would be my first hand experience after jumping from Symbian Belle to android.:confused:
 
Last edited:
Vol up + USB being plugged in. That's for 323 anyway, not sure if that carries over
Agreed to that. Fastboot is the best way to get into recovery and even testing kernels without bricking your phone. That is if you have fastboot mode not the download mode.
The hardware button keys combo is so unreliable with luck you can get into recovery mode. that is : press hold Vol down then power On phone....wait for LG Logo to dim then release power button and then press again until recovery mode appears...or something like that. Not easy.
 
Last edited:
I'm a little bit confused: Where will apps be installed if internal memory is disabled? Do I have to make ext4 partition on SD card? Is internal memory really disabled or it is allocated to system partition, or what? Sorry for so many questions :D
Not internal memory (/data). Removed internal-SD card. Only one (real, external) SD card.
 
So where will the internal SD space be allocated to? /data?

I love the inclusion of double tap to wake in the newest build. Really happy to have it back!
 
Last edited:
Not internal memory (/data). Removed internal-SD card. Only one (real, external) SD card.

So where will the internal SD space be allocated to? /data?

I think I understand now what vm03 wants to say. That space (~1,4GB) was originally emulated as an SD card so that users can store pics, music, etc on it. Now it is a part of android system, so no internal memory means that ordinary user cannot access it, but rather that it is reserved solely for installing apps'n'stuff. Nice, if you ask me.
 
Happy for the new build :) , one question if i have apps on the sd card on my stock lg rom, will it interfere at all with cm11? hope this question makes sense
LG MS323
 
Back
Top Bottom