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

Root apk_manager 4.9 help compiling errors

When i decompile everything seams to work. But when i compile the files. Everything goes good in each step.

building...
Is this a system apk <y/n>
type input:y

Aside from the signitures, would you like to copy over any additional files that you didn't modify from the original apk in order to ensure least
#of errors <y/n>

If i type <no> it compiles the files and i copy the new complied files to the original framework-res.apk seams to work fine if im not working with style.xml
but if i move the frame

if i copy the framework-res.apk from the place-apk-here-for-modding folder it seams to be the original

If i copy the unsignedframework-res.apk after renaming it all i get is boot loop in start up screen

If i type <Y> after

Aside from the signitures, would you like to copy over any additional files that you didn't modify from the original apk in order to ensure least
#of errors <y/n>

after running i get
In the apk manager folder u'll find
a keep folder. Within it,delete
everything you haven't. If you have modified
any xml, then delete resourse.arsc from that
folder as well.Once done then press enter
on this script

it does it job

now if i use the framework-res.apk its still the original files so that file don't work.

if i look in the unsignedframework-res.apk

i see double of almost all files.

like this

drawable-en-mdpi
drawable-en-mdpi-v4

If i remove one or the other i get boot loop again

if i copy any files from the unsignedframework-res.apk from using the first way i get this error on my phone

this process android.process.acore has stopped unexpectedly. please try again

this happiness in the contact app also wifi and other aps.

My question is What am i doing wrong anso is there other ways to work on style.xml that i can do so i don't get errors someone please help been work on this for a week now and thats one of the only things im stuck on.

What am i doing wrong can someone help??????








But when i push the framework-res.apk back to the phone
 
I hope someone else can go into detail a little more and help you through this but let me explain how I do the process. I take framework-res and make a copy of it that way I have two copies of framework-res. I then decompile one in apk manager 4.8. I don't know why but I always have problems with apk manager 4.9. I make the changes that I need and then I recompile ( also to be on the safe side I usually set my java heap size to 256. I only do this on a couple apks though). Usually I'll switch the signatures and give it a test run. But if that doesn't work I switch the xml files with the ones from the orignal apk.
 
yeah that works if you are just doing files packed in the framework file but everything in values gets removed but i did fine out what i was doing wrong.
and it was duh on mu part i was not signing the new framework i was making.now i just get .9 errors but im working on them for now i just move the orginal files from there
 
Also i was finding out the framework file i had -v4 at the end of some folders but one manager compiles them it and the same folder with out the -v4 here i was removing the one with out after and thats why i was getting boot loop but if i remove the one with -v4 it runs ok
 
Back
Top Bottom