1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/androidgcs
James Cotton 76785cad57 AndroidGCS: Dynamic loading works. Currently won't work out of the box though.
From the build/uavobjects-synth/java:

1. mkdir -p src/org/openpilot/uavtalk/uavobjects
2. javac *.java ../../../androidgcs/src/org/openpilot/uavtalk/UAVDataObject.java \
   ../../../androidgcs/src/org/openpilot/uavtalk/UAVObject*.java \
   ../../../androidgcs/src/org/openpilot/uavtalk/UAVMetaObject.java \
   -d .
3. rm org/openpilot/uavtalk/*.class
4. jar cf tmp_org.openpilot.uavtalk.uavobjects.jar org
5. dx --dex --output org.openpilot.uavtalk.uavobjects.jar tmp_org.openpilot.uavtalk.uavobjects.jar
6. adb push org.openpilot.uavtalk.uavobjects.jar /data/org.openpilot.uavtalk.uavobjects.jar
2012-10-10 00:22:54 -05:00
..
.metadata Update the project and checked in the meta data. Hopefully this will make it 2012-08-06 16:54:54 -05:00
.settings Update the project and checked in the meta data. Hopefully this will make it 2012-08-06 16:54:54 -05:00
assets Androidgcs: Symlink build/androidgcs/assets/uavo to the androidgcs directory to keep eclipse happy 2012-10-10 00:18:46 -05:00
Doc More work on the object browser/editor. Hard to make it resize itself though. 2012-08-06 16:54:53 -05:00
res AndroidGCS: Remove the old fake telemetry 2012-10-10 00:22:21 -05:00
src AndroidGCS: Dynamic loading works. Currently won't work out of the box though. 2012-10-10 00:22:54 -05:00
tests/org/openpilot/uavtalk AndroidGCS: Start moving the telemetry object queue to a handler and a looper 2012-08-16 03:44:11 -05:00
.classpath Small upgrades to teh android install 2012-08-06 16:54:54 -05:00
.project Trying to get eclipse project right 2012-08-06 16:54:17 -05:00
AndroidManifest.xml makefile: add support for building androidgcs 2012-10-05 20:54:01 -04:00
lint.xml Update the project and checked in the meta data. Hopefully this will make it 2012-08-06 16:54:54 -05:00
proguard.cfg Small upgrades to teh android install 2012-08-06 16:54:54 -05:00
project.properties Update the sdk version 2012-08-06 16:54:56 -05:00