Showing posts with label android. Show all posts
Showing posts with label android. Show all posts

Dec 22, 2012

Oct 16, 2012

Android

Using Android Debug Bridge (ADB) in Linux

lsusb

adb shell
adb install my.apk

ls -R /data/data/*/databases

sqlite3 /data/data/com.android.providers.contacts/databases/contacts.db
sqlite> .tables
sqlite> .schema people


adb pull /data/data/com.android.providers.contacts/databases/contacts.db

Spring for Android

Kivy

http://python-for-android.readthedocs.org/en/latest/usage/
https://docs.google.com/file/d/0B1WO07-OL50_VDNESDRUaDhXSmM/edit

./distribute.sh -m kivy -d 'dist-kivy'

./build.py --package org.hello.world --name "Hello world" --version 1.0 --dir ~/android/projects//helloworld debug installd

https://github.com/kivy/pyjnius
http://kivy.org/docs/gettingstarted/index.html#doc-examples

keytool -v -list -alias androiddebugkey -keystore ~/.android/debug.keystore -storepass android -keypass android