• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Let's Get CM Onto Avant!

Its funny how many people came here from the f6
Lol I know right, I used to have one but I gave it to my mom. The F6 was a nice phone but LG ruin it when they claim they would release kitkat for it and never did. Im glad DM is on board, he made a pretty decent rom despite the F6 limitations with Jellybean. He works pretty fast couldn't have gotten a better dev. I'm super excited!
 
Last edited:
F6, lol I came from the L9 learned my lesson on buying lg stuff lol locked bootloader was a pain to unlock, even if you where lucky enough to get it to do so..

good to hear we have another dev working on this device
 
SamsungMSM8226RIL.java is a no go for the avant. It doesnt allow to answer calls. Check out my device tree for the afyonlteRIL.java i copied it from if im not from a jflte or a hlte device. :confused:
Alrght.. You can hit me up on group me you like.. We can tag team this hoe lol.
I see a lot of things that need to be done. And right now iam just consolidating trees and things.. To me it's more clean that way and easier to trace out problems if you aren't inheriting from 3 trees lol. Vendor blobs are missing a lot. Ramdisk was missing a lot. But it's all good. You have a good start on things. I / we can keep plugging away at it
 
Alrght.. You can hit me up on group me you like.. We can tag team this hoe lol.
I see a lot of things that need to be done. And right now iam just consolidating trees and things.. To me it's more clean that way and easier to trace out problems if you aren't inheriting from 3 trees lol. Vendor blobs are missing a lot. Ramdisk was missing a lot. But it's all good. You have a good start on things. I / we can keep plugging away at it
Just check out my github https://github.com/j03lpr86
 
Alrght.. You can hit me up on group me you like.. We can tag team this hoe lol.
I see a lot of things that need to be done. And right now iam just consolidating trees and things.. To me it's more clean that way and easier to trace out problems if you aren't inheriting from 3 trees lol. Vendor blobs are missing a lot. Ramdisk was missing a lot. But it's all good. You have a good start on things. I / we can keep plugging away at it
Check your 2nd to last commit u replace vendor with device too many times

device/samsung/afyonltetmo/proprietary/device/lib/libfastcvopt.so:system/device/lib/libfastcvopt.so
Should be:
device/samsung/afyonltetmo/proprietary/vendor/lib/libfastcvopt.so:system/vendor/lib/libfastcvopt.so
 
Alrght.. You can hit me up on group me you like.. We can tag team this hoe lol.
I see a lot of things that need to be done. And right now iam just consolidating trees and things.. To me it's more clean that way and easier to trace out problems if you aren't inheriting from 3 trees lol. Vendor blobs are missing a lot. Ramdisk was missing a lot. But it's all good. You have a good start on things. I / we can keep plugging away at it
So, is there any sort of official local manifest xml one can use to begin assisting with this? I've got some coding experience in a few languages, but none on the android build system.
 
Back
Top Bottom