Search This Blog

Friday, March 21, 2014

simbiose - utilities for android development

This a collection of utilities for android development, like Log Manager, Shared Preferences Management, SQLite management, Easy share, Key Key Map, Copy Assests easy, open documents with correct intent, decrypt & encrypt strings, Remote Image View and a lot of others littles things.

simbiose/SAU · GitHub:



'via Blog this'

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