Search This Blog

Sunday, March 30, 2014

Android Library

We design and implement open intents and interfaces to make Android mobile applications work more closely together. We provide samples and free applications to demonstrate their usage.

OpenIntents - openintents - We define and implement useful open intents for the Android platform. - Make Android applications work together. - Google Project Hosting:


good one http://www.androidviews.net/


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