aboutsummaryrefslogtreecommitdiffstats
path: root/.project
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-12 22:28:11 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-12 22:28:11 +0200
commit6123bc1e237936a3ad4c8bcfc48e49e004f09975 (patch)
tree13fd06ece8e9972b320fa21c6b29d802e84cf2ac /.project
downloadBlueGPS-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 '.project')
-rw-r--r--.project33
1 files changed, 33 insertions, 0 deletions
diff --git a/.project b/.project
new file mode 100644
index 0000000..5f1d113
--- /dev/null
+++ b/.project
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>AndroidBluetoothGpsProvider</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.android.ide.eclipse.adt.ApkBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>