syntax fix
[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                 This permission is needed to access Bluetooth communications,
28                 allowing the pairing of and connection to TeleBT units.
29  * STORAGE
30         * MODIFY OR DELETE THE CONTENTS OF YOUR USB STORAGE MODIFY OR DELETE THE CONTENTS OF YOUR SD CARD
31                 This permission is needed so that telemetry logs can be
32                 written to the SD card.
33  * SYSTEM TOOLS
34         * ACCESS BLUETOOTH SETTINGS
35                 This permission is used to request the enabling of Bluetooth
36                 at startup.
37
38 ## Source Code ##
39
40 The source to AltosDroid is part of the [AltOS](../AltOS) repository, 
41 which is always available from [git.gag.com](http://git.gag.com) 
42 in the project [fw/altos](http://git.gag.com/?p=fw/altos;a=summary).
43
44 The source is in the `altosdroid/` subdirectory, and is currently
45 targetted at Android 2.3.3. You will need to have the Android SDK installed
46 to build AltosDroid.
47
48 ## Future Plans ##
49
50 Future features we plan to add include flight computer configuration support,
51 Google Maps integration, and "take me to my rocket" navigation.
52
53
54
55 <center>
56 <a href="https://play.google.com/store/apps/details?id=org.altusmetrum.AltosDroid">
57   <img alt="Android app on Google Play"
58        src="https://developer.android.com/images/brand/en_app_rgb_wo_45.png" />
59 </a>
60
61
62 Android is a trademark of Google Inc.
63 Google Play is a trademark of Google Inc.
64 </center>
65