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