• 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!

what should i change this and this to?
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720

# Screen density
PRODUCT_AAPT_CONFIG := normal hdpi xhdpi
PRODUCT_AAPT_PREF_CONFIG := xhdpi
I believe the height is 768 and width 540.
 
what should i change this and this to?
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720

# Screen density
PRODUCT_AAPT_CONFIG := normal hdpi xhdpi
PRODUCT_AAPT_PREF_CONFIG := xhdpi

Should be this
TARGET_SCREEN_HEIGHT := 960
TARGET_SCREEN_WIDTH := 540

PRODUCT_AAPT_PREF_CONFIG := hdpi
 
Last edited:
Should be this
TARGET_SCREEN_HEIGHT := 960
TARGET_SCREEN_WIDTH := 540

PRODUCT_AAPT_PREF_CONFIG := hdpi
Are you trying to build for cm11 or cm12?

for a device you should have /device/samsung/codename/
and also /device/samsung/codename-common

you'll also need the kernel
/kernel/samsung/codename/

then the proprietary vendor
vendor/samsung

It looks like you guys can root and install twrp?

can you guys build a test kernel for kitkat and flash that through twrp?

what are the repos you guys are using for the device, device-common, propietary verndor, and kernel?
 
Are you trying to build for cm11 or cm12?

for a device you should have /device/samsung/codename/
and also /device/samsung/codename-common

you'll also need the kernel
/kernel/samsung/codename/

then the proprietary vendor
vendor/samsung

It looks like you guys can root and install twrp?

can you guys build a test kernel for kitkat and flash that through twrp?

what are the repos you guys are using for the device, device-common, propietary verndor, and kernel?
We're (you're, cause I'm a nobody) saved!

They can indeed root and TWRP is a thing.

Everything you see thus far is in the OP.

And guys - you have a PROPER developer here. I am a n00b who got nothing. Let me know if I can change the OP (I'll still be around, but now I'm about as useless as a bucket of spoiled milk), or whatnot. :)
 
We're (you're, cause I'm a nobody) saved!

They can indeed root and TWRP is a thing.

Everything you see thus far is in the OP.

And guys - you have a PROPER developer here. I am a n00b who got nothing. Let me know if I can change the OP (I'll still be around, but now I'm about as useless as a bucket of spoiled milk), or whatnot. :)
Nah, this is your baby. I'll try and help the best I can.
 
But... But I've not yet given birth to a child before!!!!! (no really, I am such a newb... I'm always trying to learn though)... Anyways, are these files I need to grab you from the source?
Are all your files for kitkat? Is that what you guys have been working on?
 
PS, that device has nearly everything the same BUT the resolution (I know, this is a big thing), camera, and POSSIBLY radio
 
If the device is nearly the same then changing the resolution to the advant resolution should fix that.
That was what I was thinking. No, I was talking about this:
I think it refers to the screen... As the errors mentiones that an IO isn't working. Seems to be related to the graphics part of the kernel. I could be wrong
 
Back
Top Bottom