Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'd recommend using an older compiler toolchain
I'd recommend using an older compiler toolchain
Well u can add each missing flag to the top level Makefile. (In the root Dir of source)
Like if it says -W-no-unintialized you would add -W-unintialized to KBUILD_CFLAGS
Debugfs is kinda important to android I believe. I could be wrong.
Try it without it. It may not be. I'll play around with the kernel to get it to compile with newer toolchains. Where is it
Try it without it. It may not be. I'll play around with the kernel to get it to compile with newer toolchains. Where is it
make[1]: Leaving directory `/media/android/cm11/kernel/lge/l1v'
make -C kernel/lge/l1v O=/media/android/cm11/out/target/product/l1v/obj/KERNEL_OBJ INSTALL_MOD_PATH=../../system ARCH=arm CROSS_COMPILE=" /media/android/cm11/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-" modules_install
make[1]: Entering directory `/media/android/cm11/kernel/lge/l1v'
INSTALL arch/arm/mach-msm/dma_test.ko
INSTALL arch/arm/mach-msm/msm-buspm-dev.ko
INSTALL arch/arm/mach-msm/reset_modem.ko
INSTALL block/test-iosched.ko
INSTALL crypto/ansi_cprng.ko
INSTALL drivers/bluetooth/bluetooth-power.ko
INSTALL drivers/crypto/msm/qce40.ko
INSTALL drivers/crypto/msm/qcedev.ko
INSTALL drivers/crypto/msm/qcrypto.ko
INSTALL drivers/gud/mcdrvmodule.ko
INSTALL drivers/gud/mckernelapi.ko
INSTALL drivers/media/radio/radio-iris-transport.ko
INSTALL drivers/media/video/gspca/gspca_main.ko
INSTALL drivers/misc/eeprom/eeprom_93cx6.ko
INSTALL drivers/mmc/card/mmc_block_test.ko
INSTALL drivers/mmc/card/mmc_test.ko
INSTALL drivers/scsi/scsi_wait_scan.ko
INSTALL drivers/spi/spidev.ko
INSTALL drivers/video/backlight/lcd.ko
DEPMOD 3.4.0-g44ec603-dirty
make[1]: Leaving directory `/media/android/cm11/kernel/lge/l1v'
mdpath=`find /media/android/cm11/out/target/product/l1v/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; ko=`find $mpath/kernel -type f -name *.ko`; for i in $ko; do /media/android/cm11/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-strip --strip-unneeded $i; mv $i /media/android/cm11/out/target/product/l1v/system/lib/modules/; done; fi
mdpath=`find /media/android/cm11/out/target/product/l1v/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
mdpath=`find /media/android/cm11/out/target/product/l1v/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; ko=`find $mpath/kernel -type f -name *.ko`; for i in $ko; do /media/android/cm11/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-strip --strip-unneeded $i; mv $i /media/android/cm11/out/target/product/l1v/system/lib/modules/; done; fi
mdpath=`find /media/android/cm11/out/target/product/l1v/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
target Prebuilt: (/media/android/cm11/out/target/product/l1v/kernel)
Install: /media/android/cm11/out/target/product/l1v/root/file_contexts
Got it to compile with CM11 toolchains
Also you didn't have SELinux enabled in config so thats probably why the original port bootlooped instead of hanging.
https://bitbucket.org/rbheromax/kernel-l1v (goes in kernel/lge/l1v, stripped out FreedomKernel stuff)
https://bitbucket.org/rbheromax/android-l1v (goes in device/lge/l1v, bring-up for cm11)
that should get you a buildable kernel, bootable recovery, and possibly even a built rom that u can start hammering bugs out of

Here is the shell shell - Pastebin.comgrab a dmesg from adb shell
and dont write to that, write to /dev/block/platform/msm_sdcc.1/by-name/recovery

Thank you so much for helping me and lgrootnoob your the best!!!I'd recommend using an older compiler toolchain
Dude I feel bad I haven't been helping with the project much. Please tell me if you need anything.. Involve me more pleaseUhhhhh, i got that working yesterday.
Thanks for the initiative I will add your stuff to the build env and keep working
But we have bigger problems.
DD isnt actually writing to the reocvery partition.
Im gonna post an img tonight and let people try it(with instructions of course).
But md5sum shows that neither loki or dd is actually changing the contents of recovery -> /dev/block/mmcblk0p19
Actually i was _just_ thinking about that.with recovery you;ll also want my fstab. its formatted differently to match newer cwm specs
it depends....your recovery is 9.2 mb
if your partition is only 8 mb then yea too big
but the writing that would only make recovery not bootable at, not boot the old version
i thnk your recovery partition should be ~16mb because thats what newer devices with bigger emmc's ship with. do you guys get fastboot when zero-ing out boot and recovery partitions? if so, thats where u can test boot the images and probably flash too. and from this state you'll still be able to get to download mode to restore a kdz from sammyz's method
dont wipe aboot. it'll put ur phone in download mode
it'll show as: qhsusb_dload
from there you can directly write to and from the internal emmc while in linux because it mounts as a logical device
dont wipe aboot. it'll put ur phone in download mode
it'll show as: qhsusb_dload
from there you can directly write to and from the internal emmc while in linux because it mounts as a logical device
Dude I feel bad I haven't been helping with the project much. Please tell me if you need anything.. Involve me more please


Maybe move this to an IRC channel so we can talk and pour in ideas to get this to work?