[APP][2.1+] StandOut - Create Floating Apps [Updated 1/15: Maximize button] - xda-developers:
This Blog is first of all memos for me!! From time to time I get exposed to new and cool stuff for developers and architects ,most of the time its a solution for a problem or tips or tricks, so, I would like to track my memos and share it with you, it can save your time and nervous, I hope you will enjoy it - by Yaniv Tzanany.
Search This Blog
Saturday, March 29, 2014
Thursday, March 27, 2014
Tuesday, March 25, 2014
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'
simbiose/SAU · GitHub:
'via Blog this'
Wednesday, March 5, 2014
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
___________________________ 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
Subscribe to:
Posts (Atom)