dark_mirage
Well-known member
- Aug 9, 2012
- 366
- 0
- 0
Re: lg viper roms?
Hang on, ate you making a GB kernel or ICS?
Sent from my XT926 using Tapatalk 2
Hang on, ate you making a GB kernel or ICS?
Sent from my XT926 using Tapatalk 2
Dude, I just realized the repo you posted earlier has instructions. Not even instructions I made up, instructions straight from LGE's open source website.
- You're using the CyanogenMod source tree, go AOSP. It clearly says it in the repo.
- You're building for the Sony Xperia Ion (Aoba). Just because they use the same chipset doesn't mean they have the same kernel config.
Just for clarification, I re-posted LGE's instructions:
1. Kernel Build (User) -
Unzip LS840_Kernel_ZVI.tar.gz at the android folder
When you compile the kernel source code, you have to add google original prebuilt source (Nigel Edit: USE AOSP) into the android folder.
$ . build/envsetup.sh
$ choosecombo 1 generic user - Build kernel
$ cd kernel
$ mkdir -p out
$ make cayman_sprint_us_defconfig ARCH=arm CROSS_COMPILE=arm-eabi- O=out
$ make ARCH=arm CROSS_COMPILE=arm-eabi- O=out
After Build, You Can find the build image at /out/arch/arm/boot
Dude, I just realized the repo you posted earlier has instructions. Not even instructions I made up, instructions straight from LGE's open source website.
- You're using the CyanogenMod source tree, go AOSP. It clearly says it in the repo.
- You're building for the Sony Xperia Ion (Aoba). Just because they use the same chipset doesn't mean they have the same kernel config.
Just for clarification, I re-posted LGE's instructions:
1. Kernel Build (User) -
Unzip LS840_Kernel_ZVI.tar.gz at the android folder
When you compile the kernel source code, you have to add google original prebuilt source (Nigel Edit: USE AOSP) into the android folder.
$ . build/envsetup.sh
$ choosecombo 1 generic user - Build kernel
$ cd kernel
$ mkdir -p out
$ make cayman_sprint_us_defconfig ARCH=arm CROSS_COMPILE=arm-eabi- O=out
$ make ARCH=arm CROSS_COMPILE=arm-eabi- O=out
After Build, You Can find the build image at /out/arch/arm/boot
Dear Nicholas,
$git blah blah blah
$tar -xvfz LS840_Kernel_ZVI.tar.gz
$mv -rfv LS840_Kernel_ZVI/ ./android && cd android
Then follow the steps from there
Sent from my XT926 using Tapatalk 2
Dear Nicholas,
$git blah blah blah
$tar -xvfz LS840_Kernel_ZVI.tar.gz
$mv -rfv LS840_Kernel_ZVI/ ./android && cd android
Then follow the steps from there
Sent from my XT926 using Tapatalk 2