Changes between Version 5 and Version 6 of UserGuidelines/Mobile


Ignore:
Timestamp:
12/16/10 23:25:01 (14 years ago)
Author:
mmatthews
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Mobile

    v5 v6  
    11== Android Client ==
    2  * Download [http://code.google.com/p/opendatakit/wiki/ODKCollect ODK Collect]
     2There 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]
    34  * 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
     10The jaxdroid, or modified jaxdroid branches are currently required to work with Sahana.
     11
     12Setup:
    513 * Configure it to point to your server:
    614  * Menu button
    715  * Server Configuration: http://my.domain/eden/xforms
    816  * 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]
    919
    1020----