HOME |
GIT Overview |
Script-Archive:
(docs) :
(wiki) :
(git) |
...
Peter's Script-Archive - Android Files
Some scripts and examples for coping with Android.
See also my articles and howto on android. Topics include a unix-ish setup/chroot/X11/automation, organizing apps, security/privacy issues.
Files
Git
View of this section / Download
- android.logcat grabs logcat output via ssh and filters out some noise
- android.twlauncher.decode decodes the twlauncher database. Useful to
match apk files with classes and topics if you keep your apps in topical directories
like networking, office, etc. It's used as part of the second android article.
- android-setup-example-files.tgz
is a mothballed snapshot (current as of 20120216) of a working android gingerbread setup for chroot and shell use (incl. a small collection
of static armel binaries), plus configuration and files used for remote backup and monitoring. It is intended to illustrate the
android article series.
- dir.android-chroot: contains current versions for selected scripts from above tarball (chroot-related
or to be used from inside the chroot described in the first article).
- dir.android-unix-userspace: contains current versions for selected scripts from above tarball.
- dir.scrap-bag-of-goodies: a selection of copies of other people's scripts
and efforts to help out with android tasks as
found in my ~/bin directory.
See also:
- android.func (-> dir.shell): shell functions for using android devices, incl. ssh, scp, battery status
- watch_delta (-> cli.processes): a script to capture changes in command output. I use it with
arguments -netstatl -initial on the android to keep an eye on network connections.
It basically runs the loop netstat;sleep 1 (basically the unimplemented -c option in busybox),
augments the output and summarizes changes between netstat runs; optionally acquiring a wake_lock.
It's not perfect as it may miss connections, but it still allows me to obtain an overview of
active connections. Drop me a line if I break it again on android, as I mostly
use it on proper Unix systems.
HOME |
GIT Overview |
Script-Archive:
(docs) :
(wiki) :
(git) |
...
jakobi(at)acm.org, 2009-07 - 2012-03