Changes between Version 5 and Version 6 of UserGuidelines/Mobile
- Timestamp:
- 12/16/10 23:25:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Mobile
v5 v6 1 1 == Android Client == 2 * Download [http://code.google.com/p/opendatakit/wiki/ODKCollect ODK Collect] 2 There are currently three branches of ODK Collect to choose from, which really need to be merged, but are currently separate: 3 * Default ODK Collect [http://code.google.com/p/opendatakit/wiki/ODKCollect ODK Collect] 3 4 * http://opendatakit.googlecode.com/files/ODK%20Collect%20v1.1.5.apk 4 * We need to use the jaxdroid version whose source is here: http://code.google.com/r/jaxtrx-edenodkcollect/ 5 * JaxDroid branch, which has been modified to work with the Sahana server. 6 * http://code.google.com/r/jaxtrx-edenodkcollect/ 7 * Modified Jaxdroid branch, which includes SMS messaging capabilities for form submissions: 8 * link pending 9 10 The jaxdroid, or modified jaxdroid branches are currently required to work with Sahana. 11 12 Setup: 5 13 * Configure it to point to your server: 6 14 * Menu button 7 15 * Server Configuration: http://my.domain/eden/xforms 8 16 * Download Forms 17 * If you are using the SMS capabilities of the second jaxdroid branch, you may enter a phone number for the receiver, and your carrier's SMS gateway number on that same screen. If you leave the SMS gateway number blank, then the SMS API will try to use the phone's default SMS gateway. 18 * For server-side SMS messaging capabilities, you may want to look at the very simple [http://eden.sahanafoundation.org/wiki/UserGuidelinesMsg#Tropo Sahana Tropo setup] 9 19 10 20 ----