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

Root AOSPA on SGH-T599

I got an error that has to do with boot.img



Take it apart and take apart another boot.img and compare them. If you have to. Use winmerge

To be truly honest with you. I have asked for help on one project which was them toggles. Not even the guy who made the thread said he could help me. So I finally said f it I will do this on my own. And if I fail I will apktool d -f systemui.apk again again and keep doing it till I get it the way I want it. I know its tough but its really the only way. I am actually happy there aren't that many devs for the phones anymore and if there is its mostly aosp type Roms :D


Also post your error I'll see if I can give you a hand
 
yeah. i did it. im waiting on permission from dadcup to host it. i ported pa 4.4.4 and pac 4.4.4, already recieved permission from tenshi_xp @ xda. teaser-->
 

Attachments

  • Screenshot_2014-10-16-18-29-15.jpg
    Screenshot_2014-10-16-18-29-15.jpg
    28.6 KB · Views: 127
yeah. i did it. im waiting on permission from dadcup to host it. i ported pa 4.4.4 and pac 4.4.4, already recieved permission from tenshi_xp @ xda. teaser-->

I actually wanna try those two lol. I wanted to try pac but unjust stop updating it. And pa just sounds creepily cool lol.

Edit: Wait you said port... why don't you just build from source?
 
I tried to compile kernel but

asir@asir-virtual-machine:~/android/kernel/cm11_kernel_samsung_codinalte$ make V - Pastebin.com


Edit: do you have a zImage to spare
Edit 2 : Hello?, anyone?

yer build environment is loco. try setting the environment from yer base dir. then cd to yer kernel dir. and build from


$ cd kernel $ mkdir -p out $ make _defconfig ARCH=arm CROSS_COMPILE=arm-eabi- O=out $ make ARCH=arm CROSS_COMPILE=arm-eabi- O=out

adding yer defconfig of choice. otherwise, dl the android kitchen. and split the boot.img from a rom.
 
Is there anything wrong with my manifest?

https://github.com/asirnayeef23/manifest

First, I don't see a group "ste" in your manifest indicated by the codinalte device tree line. Second, it's standard practice these days to create a "Local manifest" an not to modify the ROM's manifest. What you have done could work if everything is correct. I don't recommend using repo's from "team-exhibit", they are no longer maintained.

;)
 
I now got an error that has to do with power.c


EDIT: Problem is POWER_HINT_CPU_BOOST undeclared
 
Last edited by a moderator:
Meticulus, could you make a branch that's meant for AOSPA?
 
I'm getting a new error.



device/samsung/codinalte/overlay/frameworks/base/core/res/res/xml/storage_list.xml:27: error: No resource identifier found for attribute 'externalApps' in package 'android'
 
Back
Top Bottom