Changes between Version 21 and Version 22 of DeveloperGuidelines/Mobile/Android


Ignore:
Timestamp:
12/16/10 08:22:42 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Mobile/Android

    v21 v22  
    88 * defaults will suffice during setup
    99
    10 Get a local copy of the [http://code.google.com/p/opendatakit/source/list?repo=collect ODK Collect trunk] with this command:
     10Get a local copy of ODK collect by checking out from Google Code.
     11
     12Currently the best version to get is the [http://code.google.com/r/vinbitr-odk-collect/source/list NCSU branch]:
    1113{{{
    12 hg clone https://collect.opendatakit.googlecode.com/hg/ opendatakit-collect
     14hg clone https://vinbitr-odk-collect.googlecode.com/hg/ vinbitr-odk-collect
    1315}}}
    1416
    15 jaxdroid has a tree with some changes essential for Sahana here (unmaintained, needs merging with Trunk):
    16  * http://code.google.com/r/jaxtrx-edenodkcollect/
    17 {{{
    18 hg clone https://jaxtrx-edenodkcollect.googlecode.com/hg/ jaxtrx-edenodkcollect
    19 }}}
    20 
    21 Another tree with some useful enhancements from NCSU is here:
    22  * http://code.google.com/r/vinbitr-gps-images-new/source/list
    23 {{{
    24 hg clone https://vinbitr-gps-images-new.googlecode.com/hg/ vinbitr-gps-images-new
    25 }}}
    26 
     17This includes:
     18 * [http://code.google.com/p/opendatakit/source/list?repo=collect ODK Collect trunk] (as of Dec 16th)
     19 * [http://code.google.com/r/jaxtrx-edenodkcollect/ jaxdroid changes] essential for Sahana
     20 * Support for selecting Images from Media Library
     21 * Support for Wireless Location fix
    2722== Build ==
    2823 1. Install [http://java.sun.com/javase/downloads/widget/jdk6.jsp Java JDK]