EagerestWolf
Android Enthusiast
Google was maybe just thinking, don't do this people it'll take a while ^_^
Lol prolly
Sent from my LG-MS840
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.
Google was maybe just thinking, don't do this people it'll take a while ^_^
You and me both. On a more positive note, Google lied you do NOT need a 64-bit computer to compile android 4, it jist takes forever (4 hours so far)
Sent from my LG-MS840

will grab it n look it over.Merry Christmas guys. For anyone who is interested the source for my kernel is finally available on github
Link: https://github.com/Eagerestwolf/kernel_device_lge_connect
Sent from my LG-MS840 using Tapatalk 2


I'm using 4.4.3 atm. What I see changed is:What I uploaded is stock. There was only one change made to it: one of the files cd'd up one directory too high to get to the file it wanted so I changed that. Other that that it is Lucid stock. I can't get the thing to compile again now though. When I first compiled it was with arm-eabi 4.4.0. Now I am using 4.7, and it refuses to compile, so idk what the heck is going on
Sent from my LG-MS840
I'm using 4.4.3 atm. What I see changed is:
Correct? And this is using cayman_mpcs_us_defconfig, correct?
- you added arch/arm/mach-msm/smd_rpc_sym.c
- you edited the path in lge/factory/lg_diag_testmode.c
Heres what I see: https://github.com/playfulgod/andro...mmit/d64d02d2d5c994b5d16895589dc8d2ac7d2077e3
Yea I know why the path was edited, no clue on the file you added tho lolYup that's it, and I am sure you can see why I changed that. The mpcs defconfig for the lucid actually seems very complete. It would appear (since the Viper got ICS first) that lg may actually be working on ics (<-- Just speculating)
Sent from my LG-MS840

ah, I dont use menuconfig, I edit the defconfig. compiling with 4.6 fails, compiles with 4.4.3 tho. I'm calling it a night will mess with it more tomorrow.You know what, I know what that is. I did a menu config that is an auto generated file
Sent from my LG-MS840

unpackbootimg will work & if at all else fails use AK to unpack it.Is anyone aware of how to unpack a CM boot img. split-bootimg and unpack_bootimg won't work. They both say there is an extra file.

I'm not too familiar with CM builds yet.
However I did compile the kernel with the stock verizon config settings. Here's the zImage, so if someone can pack it up into a flashable zip then we can at least see if the kernel boots, and I can start changing things from there should I need to. We might not even have to from what I read in that link I posted. Maybe just editing some xml. I don't see a radio driver changing just because it's a different carrier, just something else setting a mode to a particular frequency or other.
LS840 Kernel zImage 1
I'm gonna be on this like fire, so anyone who's good with packing will greatly help speed it up.
frameworks/base/tools/aapt/AaptAssets.h:446:59: required from here
frameworks/base/include/utils/KeyedVector.h:193:31: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
frameworks/base/include/utils/KeyedVector.h:193:31: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptSymbols> >’ are not found by unqualified lookup
frameworks/base/include/utils/KeyedVector.h:193:31: note: use ‘this->indexOfKey’ instead
frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android:efaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String16; VALUE = unsigned int]’:
frameworks/base/tools/aapt/ResourceTable.h:485:100: required from here
frameworks/base/include/utils/KeyedVector.h:193:31: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
frameworks/base/include/utils/KeyedVector.h:193:31: note: declarations in dependent base ‘android::KeyedVector<android::String16, unsigned int>’ are not found by unqualified lookup
frameworks/base/include/utils/KeyedVector.h:193:31: note: use ‘this->indexOfKey’ instead
frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android:efaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = long int]’:
frameworks/base/tools/aapt/CrunchCache.cpp:101:87: required from here
frameworks/base/include/utils/KeyedVector.h:193:31: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
frameworks/base/include/utils/KeyedVector.h:193:31: note: declarations in dependent base ‘android::KeyedVector<android::String8, long int>’ are not found by unqualified lookup
frameworks/base/include/utils/KeyedVector.h:193:31: note: use ‘this->indexOfKey’ instead
make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/Command.o] Error 1
make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/CrunchCache.o] Error 1