November 28th, 2011, 07:52 PM
|
#3 (permalink)
|
|
Member
Join Date: Dec 2010
Posts: 174
Device(s):
Thanks: 14
Thanked 9 Times in 9 Posts
|
Quote:
Originally Posted by lMonsterl
if ur using apk manager, just extract and replace the icons in the app folder, compile it, zip-align in, sign it. Uninstall old app on phone then install new one. adb is not necessary
|
for framwork-res, don not sign it. it's a system apk and wil cause force closes at best boot loops at worst.
if you are just changing PNGs, there is no need to compile or zip align, just replace the images in the framework.
you can register apk as a valid type for 7zip. so it can be really easy, no need to rename the file zip and rename the file again.
this wont work if editing .9.pngs. you will need to do something to fix the images after you edit them or they wont 'stretch' right
|
|
|