How to mod framework-res.apk? I want to change background colour from black to something new and want to change text colour from bule to something new, how to decomplile and decompile.
you must decompile framework apk in apk manager.
you can edit it and build it
Related
Hi Guys,
Is it possible to change the colour of the selection colour in Stock Android (I think it's already Green in Sense Roms)? But in Stock it's Orange, I want to know if there's a way to change it to Green?
I'm guessing i just need to alter a colour code in some xml file somewhere but absolutely no idea where to start looking!
Cheers
Paul
Its in the framework-res.apk in the /system/framework folder. There are png files that you need to edit.
Use APK Manager 4.9 to decompile the file, then edit with Photoshop and compile the file again.
Make a flashable CWM zip file and flash it.
Search on the board for the how-to's.
brainmaster said:
Its in the framework-res.apk in the /system/framework folder. There are png files that you need to edit.
Use APK Manager 4.9 to decompile the file, then edit with Photoshop and compile the file again.
Make a flashable CWM zip file and flash it.
Search on the board for the how-to's.
Click to expand...
Click to collapse
Cheers Brain - Exactly what i was after! I'll give this a go this evening!
Well...if you succeeded, would you mind sharing it with us? Thats one thing im searching for since using gingerbread.
I want to edit BrightnessPreference.smali and SoundSettings.smali in Settings.apk. I extracted Settings.apk from android emulator images and it crashes every time when i select brightness settings and volume settings. i also extracted Settings.apk from cyanogenmod 10 builds, and moved smali files to my original settings.apk and it did not work. which part do i have to modify in these smali files?
Sorry For Bad English!
No replies?
I need help to change blink rate from the notification LED in framework-res.apk
When decompile in folder res/values are file integers.xml
I've change defaultNotificationLedOff to 500 to make faster blinking.
When I recompile apk and flash to phone it doesnt boot.
Can someone help?
Im on Omega v5
I am tying to do the same thing on my Sony Xperia ZL.
I have been using Apk manager to de and re compile.
The problem with me was that the new edited integers.xml did not show in the new recompiled fie.
In order to see what I am saying, decompile the framework-res.apk, make the changes in the integers.xml and then recompile.
Now Decompile you own work and open the integers.xml, you will be surprised what you see.
The changes you made do not exist.
decompile I9500 framework-res.apk
ahgahg said:
I am tying to do the same thing on my Sony Xperia ZL.
I have been using Apk manager to de and re compile.
The problem with me was that the new edited integers.xml did not show in the new recompiled fie.
In order to see what I am saying, decompile the framework-res.apk, make the changes in the integers.xml and then recompile.
Now Decompile you own work and open the integers.xml, you will be surprised what you see.
The changes you made do not exist.
Click to expand...
Click to collapse
I met the same problem. When I decompile the samsung I9500 framework-res.apk, then modify nothing and recompile it. When I put the recompiled file into the system, the system will auto reboot and can't go to the lockscreen.
But when I doing the same thing on HTC device, it works well, so why this happen?
Can anyone help me modify the apk (delete the word which I circled with red pen),I want it looks more perfect
I used apktool to modify it but I don't know where I should apply instruction...
Thanks!
I want to change a wallpaper from a theme instaled,
So i decompiled the wallpaper base apk, changed the wallpaper , compiled it back using apktool, signed it, replaced
It with root , but it says failed to instal, and the original one
Instals, what am i doing wrong?
Also tried recompiling the apk without changing the original wallpaper and replacing with root, still failed to instal. HELP?