diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-09-12 22:28:11 +0200 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-09-12 22:28:11 +0200 |
commit | 6123bc1e237936a3ad4c8bcfc48e49e004f09975 (patch) | |
tree | 13fd06ece8e9972b320fa21c6b29d802e84cf2ac /.gitignore | |
download | BlueGPS-6123bc1e237936a3ad4c8bcfc48e49e004f09975.zip BlueGPS-6123bc1e237936a3ad4c8bcfc48e49e004f09975.tar.gz BlueGPS-6123bc1e237936a3ad4c8bcfc48e49e004f09975.tar.bz2 |
An application for using an external bluetooth GPS on Android devices.BlueGPS4Droid_1.2.0BlueGPS4Droid_1.0
The application starts a service, then connects to a Bluetooth device (NMEA GPS) and creates a mock GPS provider which can be used to replace the internal GPS.
It's also possible to log the external GPS NMEA data in a file on the device.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3289aac --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/bin/
+#*.dex
+#*.apk
+#resources.ap_
\ No newline at end of file |