Category: Android

PruneLogs v0.1 (Android Application)

The way the Call Log works is crazy. Delete one entry, or delete everything. – Not any more!!!

Here’s the initial version of an application to allow you to delete logs, based on a number of criteria. As it’s only version 0.1, it only supports deletion by Date. But there’s more to come.

http://www.anddev.org/prunelogs_-_manage_your_call_log-t3705.html

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
Android on the Neo Freerunner (Android misc)

Sean Mcneil and a bunch of other guys are currently porting Android over to the Neo Freerunner. You need to have a SD card inserted on the Neo in order to boot Android, the card must have a FAT and a EXT3 partition.

Grab the kernel image and roots at http://people.openmoko.org/sean_mcneil/

http://www.youtube.com/watch?v=OUBOF6c8Z0c

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
ZXing v1.1 (Android misc)

ZXing (pronounced “zebra crossing”) is an open-source, multi-format 1D/2D barcode image processing library implemented in Java. Goal is to use the built-in camera on mobile phones to photograph and decode barcodes on the device, without communicating with a server.

This library is divided into several components of interest:

core: core decoding library, and the main component of the entire project
javame: JavaME client
javase: J2SE-specific client code
android: Android client (1.0 SDK)
androidtest: Android test app (1.0 SDK)

rim: RIM/Blackberry-specific client build
iphone: iPhone client + port to Objective C / C++ (QR code only)
zxingorg: The source behind zxing.org/w
bug: Client for BugLabs’s BUG

http://code.google.com/p/zxing/

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
Deflektor WIP (Android Game)

Jompe71 is currently working on a remake of the C64 version of Deflektor for Android.

As he does not own the real device yet, he is looking for beta testers with a G1 device. If you got time on your hands and if you own a G1, you know what to do now 🙂

http://www.anddev.org/c64_remake_soon_finished_looking_for_testers-t3275.html

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
WordMate v0.7 (Beta) (Android Application)

WordMate is an universal dictionary application running on Google Android platform. The applicatoin itself doesn’t contain any data, instead you can download different databases on the Internet or even make your own dictionarywith the generator provided along with WordMate.

WordMate uses it’s own format (.dwm) as dictionary data file. Alternatively, it can read the Stardict format as well(decompresses into .dict, .idx and .ifo files).

http://www.anddev.org/dictionary_-_wordmate_07_beta-t3100.html

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments