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

CrisCo71

Member
Apr 30, 2012
23
2
0
http://opensource.lge.com/osSch/list?types=NAME&search=LGv410

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:

1. Android build
- Download original android source code ( Lollipop android_5.0.1) from http://source.android.com
- 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 "https://code.google.com/p/lz4/"
- 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...

EDIT: I also copied the downloaded update files from the FOTA folder on the tab, if it helps. And stock recovery is here: https://docs.google.com/file/d/0B1l3...p=docslist_api (thanks jason2678, et al).
 
Last edited:

meme101

Member
Jan 12, 2016
11
0
0
I would... If I understood a word of those instructions... :(
If someone can find simpler instructions, let me know

---------- Post added at 05:58 PM ---------- Previous post was at 05:56 PM ----------

Also, could you reline the stock recovery? This link has ... in it

---------- Post added at 05:58 PM ---------- Previous post was at 05:58 PM ----------

*Relink
 
Jan 31, 2016
19
2
0
San Diego
Builduntu

http://opensource.lge.com/osSch/list?types=NAME&search=LGv410

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:



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

EDIT: I also copied the downloaded update files from the FOTA folder on the tab, if it helps. And stock recovery is here: https://docs.google.com/file/d/0B1l3...p=docslist_api (thanks jason2678, et al).
I Actually was wondering the exact same thing... i installed the builduntu, no luck there, not talented enough, just will have to stay with stable kk for now. :(
 

Yafilthy

New member
Apr 24, 2016
1
0
0
hey just fyi this is the sprint source rom spr_us. the ATT files might be here as well, however your gonna need to find TARGET_PRODUCT= off the att device then check to make sure they are there.
 
Last edited: