RSS Feed for AndroidCategory: Android

Android Assembler/Disassembler »

smali/baksmali is an assembler/disassembler for the dex format used by dalvik, Android’s Java VM implementation. The syntax is loosely based on Jasmin’s/dedexer’s syntax, and supports the full functionality of the dex format (annotations, debug info, line info, etc.) The names "smali" and "baksmali" are the Icelandic equivalents of "assembler" and "disassembler" respectively. Why Icelandic you […]

Android Contact Import/Export using vCard »

vCardIO is a utility to import/export contacts from/to a vCard (vcf) file on the sdcard. The vCard parser is based on Funambol code. The currently supported vCard version is 2.1 (for both import and export). Currently supported fields are phones, contact methods, organizations, notes and photos (birthdays are also partially supported by translating them to […]

Android Contact Import/Export using vCard »

vCardIO is a utility to import/export contacts from/to a vCard (vcf) file on the sdcard. The vCard parser is based on Funambol code. The currently supported vCard version is 2.1 (for both import and export). Currently supported fields are phones, contact methods, organizations, notes and photos (birthdays are also partially supported by translating them to […]

Open Source Tool for Android APK Reengineering »

android-apktool is a tool for reengineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks […]