6c6517bc86ed7823359b14a58cb53eb608a23b07
[web/altusmetrum] / AltosDroid / index.mdwn
1 # AltosDroid
2
3 AltosDroid is the [Android](http://www.android.com/) port of Altus Metrum's 
4 ground station program, designed to work with the [TeleBT](../TeleBT)
5 ground statiion hardware product.
6
7 ## Where to Get It ##
8
9 The latest released version of AltosDroid is available from
10 [Google Play™](https://play.google.com/store/apps/details?id=org.altusmetrum.AltosDroid).
11
12 ## What It Can Do ##
13
14 Current features include:
15
16 * Display of key telemetry values
17 * Telemetry logging to SD card
18 * Text-to-speech announcements of flight state
19 * Downlink frequency selection.
20
21 ## Permissions ##
22
23 AltosDroid requires the following permissions to be installed:
24
25  * NETWORK COMMUNICATION
26         * PAIR WITH BLUETOOTH DEVICES
27 <br>
28                 This permission is needed to access Bluetooth communications,
29                 allowing the pairing of and connection to TeleBT units.
30  * STORAGE
31         * MODIFY OR DELETE THE CONTENTS OF YOUR USB STORAGE MODIFY OR DELETE THE CONTENTS OF YOUR SD CARD
32 <br>
33                 This permission is needed so that telemetry logs can be
34                 written to the SD card.
35  * SYSTEM TOOLS
36         * ACCESS BLUETOOTH SETTINGS
37 <br>
38                 This permission is used to request the enabling of Bluetooth
39                 at startup.
40
41 ## Source Code ##
42
43 The source to AltosDroid is part of the [AltOS](../AltOS) repository, 
44 which is always available from [git.gag.com](http://git.gag.com) 
45 in the project [fw/altos](http://git.gag.com/?p=fw/altos;a=summary).
46
47 The source is in the `altosdroid/` subdirectory, and is currently
48 targetted at Android 2.3.3. You will need to have the Android SDK installed
49 to build AltosDroid.
50
51 ## Future Plans ##
52
53 Future features we plan to add include flight computer configuration support,
54 Google Maps integration, and "take me to my rocket" navigation.
55
56
57
58 <center>
59 <a href="https://play.google.com/store/apps/details?id=org.altusmetrum.AltosDroid">
60   <img alt="Android app on Google Play"
61        src="https://developer.android.com/images/brand/en_app_rgb_wo_45.png" />
62 </a>
63
64
65 Android is a trademark of Google Inc.
66 <br>
67 Google Play is a trademark of Google Inc.
68 </center>
69