android-fixperms
Download android-fixperms.
Fixes the permissions on Android SDK or Android NDK protected Linux installation to be able to use it in a multiuser environment, avoiding the need to install on a per user basis.
usage: android-fixperms [-V|--version] [-H|--help] [-v|--verbose]
[-S|--sdk] [-N|--ndk] [-a|--all] [-n|--dry-run]
[--sdk-dir=dir] [--ndk-dir=dir]
options:
-V|--version show version
-H|--help this help
-v|--verbose verbose
-S|--sdk change SDK
-N|--ndk change NDK
-a|--all change all
-n|--dry-run don't change files
--sdk-dir=dir change SDK dir directory
--ndk-dir=dir change NDK dir directory
|
This script can be run directly from this website just issuing this command, in this case to checking for the lastest version
| $ wget -qO - http://android.codtech.com/android-tools/android-fixperms | bash -s -- -V |
Fixing permissions can also be accomplished by this one liner:
| $ wget -qO - http://android.codtech.com/android-tools/android-fixperms | sudo bash -s -- --sdk --sdk-dir=/opt/android |
android-mvn-install
usage: android-mvn-install [-V|--version] [-H|--help] [-v|--verbose]
[-n|--dry-run] [--sdk-dir=dir] [--platform=ver]
options:
-V|--version show version
-H|--help this help
-v|--verbose verbose
-n|--dry-run don't execute commands
--sdk-dir=dir use dir as the android SDK dir (default: /opt/android-sdk/)
--platform=ver use ver as the android platform version to process (default: ALL)
|
This script can be run directly from this website just issuing this command, in this case to checking for the lastest version
| $ wget -qO - http://android.codtech.com/android-tools/android-mvn-install | bash -s -- -V |
Fixing permissions can also be accomplished by this one liner: $ wget -qO - http://android.codtech.com/android-tools/android-mvn-install | bash -s -- --sdk-dir=/opt/android
|
auitoFormerly known as autoandroid, but there's another project using this name, so it's know called auito. ge2adt
Google Earth to Android ADT is a tool to convert from Google Earth route files, usually saved as KMZ, to a KML format understood by Android ADT and Android DDMS tools.
This tool is hosted on Google Appengine infrastructure, available at http://ge2adt.appspot.com/.
Check some usage hints at http://dtmilano.blogspot.com/2008/12/android-google-earth-and-kml-routes.html and you can find a sample route in this page attachments.
|
Attachments (3)
-
Route-Caffe_Milano-to-American_Airlines_Arena.kmz - on Nov 6, 2009 7:21 AM by Diego Torres Milano (version 1)
1k
Download
-
android-fixperms - on Jan 17, 2010 4:14 PM by Diego Torres Milano (version 5 / earlier versions)
4k
Download
-
android-mvn-install - on Jan 17, 2010 4:19 PM by Diego Torres Milano (version 1)
3k
Download
|