Sunday, March 27, 2016

LG-V410 LP source files - anyone know how to compile?

http://ift.tt/1RuIzQs

Above is a link to the LG source files for the Lollipop 5.0.2 stock ROM on AT&T LG G Pad V410. The files come with instructions on how to build a .kdz file, but I'm still pretty much clueless on how to do so:

Quote:

1. Android build
- Download original android source code ( Lollipop android_5.0.1) from http://ift.tt/na8ndh
- Untar opensource packages of LGLS770_L_Android.tar.gz into downloaded android source directory
tar xvzf LGLS770_L_Android.tar.gz
- And, merge the source into the android source code
- Run following scripts to build android
a) source build/envsetup.sh
b) lunch
c) make
- When you compile the android source code, you have to add google original prebuilt source(toolchain) into the android directory.
- After build, you can find output at out/target/product/generic

2. Kernel Build
- Uncompress using following command at the android directory
tar xvzf LGLS770_L_Kernel.tar.gz
- When you compile the kernel source code, you have to add google original prebuilt source(toolchain) into the android directory.
- Run following scripts to build kernel

- cd kernel
- export ARCH=arm
- export TARGET_PRODUCT=g4stylusc_spr_us
- export CROSS_COMPILE=../prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-
- make g4stylusc_spr_us_defconfig
- make zImage

* "-j4" : The number, 4, is the number of multiple jobs to be invoked simultaneously.
* lz4demo : More information can be found at "http://ift.tt/1CEBJ6I;
- After build, you can find the build image(zImage) at arch/arm/boot

3. how to build chromium_lge (vendor\lge\external\chromium38_lge\src),
please refer to README.txt at the folder mentioned above.

Is anyone talented/ambitious enough to pull this off? I'd be willing to donate a few bucks...


via xda-developers http://ift.tt/1pRZlCm

IFTTT

Put the internet to work for you.

Turn off or edit this Recipe

No comments:

Post a Comment