___________________________ 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:
Post a Comment