Search This Blog

Saturday, March 1, 2014

apk tools - framework-res sample

here is a sample of how to change the framework-res.apk file
___________________________ apk tools _______________________

if no framwrok

apktool  if framework-res.apk

else
apktool    d --frame-path C:\apk-tools\odex_deodex\my-framework framework-res.apk 

change your resource
copy the resources.arsc file from the original file
build it
apktool b  framework-res

goto framework-res/build/apk folder
copy the META-INF (sign stuff) from the original apk file into this location (framework-res/build/apk/META-INF)

run the command again
apktool b  framework-res

the new apk is ready to deploy

framework-res/dist/framework-res.apk

chmod 644 framework-res.apk

video could be found here

No comments: