Name | Modified | Size | Downloads / Week |
---|---|---|---|
Notepad-0.20121108.0.apk | 2012-11-08 | 36.5 kB | |
Notepad-0.20121001.0.apk | 2012-10-01 | 34.9 kB | |
Notepad-0.20120911.0.apk | 2012-09-11 | 26.9 kB | |
Nightclock-0.20120703.0.apk | 2012-07-03 | 33.1 kB | |
README | 2012-04-28 | 640 Bytes | |
Notepad-0.20120428.0.apk | 2012-04-28 | 24.4 kB | |
Nightclock-0.20120419.0.apk | 2012-04-19 | 28.7 kB | |
Keyboard-0.20120326.0.apk | 2012-03-26 | 14.6 kB | |
Flashlight-0.20120229.0.apk | 2012-02-29 | 17.8 kB | |
Notepad-0.20120229.0.apk | 2012-02-29 | 22.3 kB | |
Flashlight-0.20120213.0.apk | 2012-02-13 | 15.0 kB | |
Nightclock-0.20120212.0.apk | 2012-02-12 | 26.8 kB | |
Totals: 12 Items | 281.6 kB | 0 |
Here are some small utilities for the Android platform. I have tested them with a Samsung Galaxy W phone (Android 2.3.6) and with a Medion Lifetab tablet (Android 3.2). Other phones and tablets might or might not work. They have been developed with Eclipse on Debian. Setup your environment as described on http://developer.android.com and http://developer.android.com/sdk. You can then clone the repositories and import the projects into Eclipse. If you prefer, you can also use ant only. For this, you need to create a file local.properties, so ant can locate your SDK: --8<--cut here-- sdk.dir=/path/to/android-sdk --cut here-->8--