ODK Crashing when it fetches my forms

I have my application where ODK fetches forms from instead of ODK
Aggregate. The xml response I generate in response to ODK Collect formList
request to my server is as follows:

<?xml version="1.0" encoding="UTF-8"?> 1 LMS 1 md5:71518eabe7e5681beed36fef0623ce50 /uploads/survey_xml/survey_xml/2/lms.xml

This response is in compliance with JavaRosa's FormListAPI. I am not sure
what I am doing wrong. Does ODK Collect expect the xml to be delivered in
the response head or body?

What may I be doing wrong?

Moving to dev list.

Pretty sure you need the full url, not the relative path in
downloadUrl. What does the stack trace say?

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 4:28 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

This response is in compliance with JavaRosa's FormListAPI. I am not sure
what I am doing wrong. Does ODK Collect expect the xml to be delivered in
the response head or body?

What may I be doing wrong?

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

I have submitted the full url. But it still crushes. I am submitting the
xml in the response header since when I do it in the body I get no result.
I have no idea where the crash logs of ODK Collect are stored.

I have attached a screenshot showing the result of curl -X GET
application_url/formList --head

Hi Kelvin,

Use adb from the sdk. See

for more.

If the log doesn't give you the hint you need, post the relevant
portion of the log to http://dpaste.com and send out a link.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 8:21 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

I have attached a screenshot showing the result of curl -X GET
application_url/formList --head

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Here is the link to the error log after a crash -> http://dpaste.com/0QPJYPM

My device info generated from Catlog is as follows:

build.board: smdk4x12
build.bootloader: I9300XXUGNB6
build.brand: samsung
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: m0
build.display: JSS15J.I9300XXUGNB6
build.fingerprint: samsung/m0xx/m0:4.3/JSS15J/I9300XXUGNB6:user/release-keys
build.hardware: smdk4x12
build.host: DELL314
build.id: JSS15J
build.manufacturer: samsung
build.model: GT-I9300
build.product: m0xx
build.radio: unknown
build.serial: 4df7be250c60cf47
build.tags: release-keys
build.time: 1393309851000
build.type: user
build.user: dpi
version.codename: REL
version.incremental: I9300XXUGNB6
version.release: 4.3
version.sdk_int: 18

Regards,

Kelvin Mutuma

··· On Wed, Sep 16, 2015 at 3:23 PM, Yaw Anokwa wrote:

Hi Kelvin,

Use adb from the sdk. See
https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting
for more.

If the log doesn't give you the hint you need, post the relevant
portion of the log to http://dpaste.com and send out a link.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 8:21 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

I have attached a screenshot showing the result of curl -X GET
application_url/formList --head

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Kelvin,

Don't use Catlog. Use adb from the sdk. See

for more.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 9:19 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

Here is the link to the error log after a crash -> http://dpaste.com/0QPJYPM

My device info generated from Catlog is as follows:

build.board: smdk4x12
build.bootloader: I9300XXUGNB6
build.brand: samsung
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: m0
build.display: JSS15J.I9300XXUGNB6
build.fingerprint: samsung/m0xx/m0:4.3/JSS15J/I9300XXUGNB6:user/release-keys
build.hardware: smdk4x12
build.host: DELL314
build.id: JSS15J
build.manufacturer: samsung
build.model: GT-I9300
build.product: m0xx
build.radio: unknown
build.serial: 4df7be250c60cf47
build.tags: release-keys
build.time: 1393309851000
build.type: user
build.user: dpi
version.codename: REL
version.incremental: I9300XXUGNB6
version.release: 4.3
version.sdk_int: 18

Regards,

Kelvin Mutuma

On Wed, Sep 16, 2015 at 3:23 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Hi Kelvin,

Use adb from the sdk. See
https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting
for more.

If the log doesn't give you the hint you need, post the relevant
portion of the log to http://dpaste.com and send out a link.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 8:21 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

I have attached a screenshot showing the result of curl -X GET
application_url/formList --head

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

The error log generated from the time I start the process, fetch the forms,
app collapses and I turn off the logging is just too large.

Here is a gist
https://gist.githubusercontent.com/KelvinMutuma/49ed4a745da4cffa16d7/raw/c475b8e33d1b4a394f9a7dc55354a1d39908cd55/Error%2520Log
containing
an unfiltered log obtained in the process. Tried pasting it on dbpastie but
the server returned an error 'Entity too large'

Regards,

Kelvin Mutuma

··· On Wed, Sep 16, 2015 at 4:23 PM, Yaw Anokwa wrote:

Kelvin,

Don't use Catlog. Use adb from the sdk. See
https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting
for more.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 9:19 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

Here is the link to the error log after a crash ->
http://dpaste.com/0QPJYPM

My device info generated from Catlog is as follows:

build.board: smdk4x12
build.bootloader: I9300XXUGNB6
build.brand: samsung
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: m0
build.display: JSS15J.I9300XXUGNB6
build.fingerprint:
samsung/m0xx/m0:4.3/JSS15J/I9300XXUGNB6:user/release-keys
build.hardware: smdk4x12
build.host: DELL314
build.id: JSS15J
build.manufacturer: samsung
build.model: GT-I9300
build.product: m0xx
build.radio: unknown
build.serial: 4df7be250c60cf47
build.tags: release-keys
build.time: 1393309851000
build.type: user
build.user: dpi
version.codename: REL
version.incremental: I9300XXUGNB6
version.release: 4.3
version.sdk_int: 18

Regards,

Kelvin Mutuma

On Wed, Sep 16, 2015 at 3:23 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Hi Kelvin,

Use adb from the sdk. See
https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting
for more.

If the log doesn't give you the hint you need, post the relevant
portion of the log to http://dpaste.com and send out a link.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 8:21 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

I have attached a screenshot showing the result of curl -X GET
application_url/formList --head

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

The first line with the entry odk is line 15459

Regards,

Kelvin Mutuma

··· On Wed, Sep 16, 2015 at 5:51 PM, Kelvin Muthuri wrote:

The error log generated from the time I start the process, fetch the
forms, app collapses and I turn off the logging is just too large.

Here is a gist
https://gist.githubusercontent.com/KelvinMutuma/49ed4a745da4cffa16d7/raw/c475b8e33d1b4a394f9a7dc55354a1d39908cd55/Error%2520Log containing
an unfiltered log obtained in the process. Tried pasting it on dbpastie but
the server returned an error 'Entity too large'

Regards,

Kelvin Mutuma

On Wed, Sep 16, 2015 at 4:23 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Kelvin,

Don't use Catlog. Use adb from the sdk. See
https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting
for more.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 9:19 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

Here is the link to the error log after a crash ->
http://dpaste.com/0QPJYPM

My device info generated from Catlog is as follows:

build.board: smdk4x12
build.bootloader: I9300XXUGNB6
build.brand: samsung
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: m0
build.display: JSS15J.I9300XXUGNB6
build.fingerprint:
samsung/m0xx/m0:4.3/JSS15J/I9300XXUGNB6:user/release-keys
build.hardware: smdk4x12
build.host: DELL314
build.id: JSS15J
build.manufacturer: samsung
build.model: GT-I9300
build.product: m0xx
build.radio: unknown
build.serial: 4df7be250c60cf47
build.tags: release-keys
build.time: 1393309851000
build.type: user
build.user: dpi
version.codename: REL
version.incremental: I9300XXUGNB6
version.release: 4.3
version.sdk_int: 18

Regards,

Kelvin Mutuma

On Wed, Sep 16, 2015 at 3:23 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Hi Kelvin,

Use adb from the sdk. See

https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting

for more.

If the log doesn't give you the hint you need, post the relevant
portion of the log to http://dpaste.com and send out a link.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 8:21 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

I have attached a screenshot showing the result of curl -X GET
application_url/formList --head

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it,
send
an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Kelvin,

The error says java.lang.RuntimeException: Document has no root
element! which suggests that your XML isn't valid.

Compare what ODK
Aggregate returns with what your server returns and make the necessary
adjustments.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 10:52 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

The first line with the entry odk is line 15459

Regards,

Kelvin Mutuma

On Wed, Sep 16, 2015 at 5:51 PM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

The error log generated from the time I start the process, fetch the
forms, app collapses and I turn off the logging is just too large.

Here is a gist containing an unfiltered log obtained in the process. Tried
pasting it on dbpastie but the server returned an error 'Entity too large'

Regards,

Kelvin Mutuma

On Wed, Sep 16, 2015 at 4:23 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Kelvin,

Don't use Catlog. Use adb from the sdk. See
https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting
for more.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 9:19 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

Here is the link to the error log after a crash ->
http://dpaste.com/0QPJYPM

My device info generated from Catlog is as follows:

build.board: smdk4x12
build.bootloader: I9300XXUGNB6
build.brand: samsung
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: m0
build.display: JSS15J.I9300XXUGNB6
build.fingerprint:
samsung/m0xx/m0:4.3/JSS15J/I9300XXUGNB6:user/release-keys
build.hardware: smdk4x12
build.host: DELL314
build.id: JSS15J
build.manufacturer: samsung
build.model: GT-I9300
build.product: m0xx
build.radio: unknown
build.serial: 4df7be250c60cf47
build.tags: release-keys
build.time: 1393309851000
build.type: user
build.user: dpi
version.codename: REL
version.incremental: I9300XXUGNB6
version.release: 4.3
version.sdk_int: 18

Regards,

Kelvin Mutuma

On Wed, Sep 16, 2015 at 3:23 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Hi Kelvin,

Use adb from the sdk. See

https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting
for more.

If the log doesn't give you the hint you need, post the relevant
portion of the log to http://dpaste.com and send out a link.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 8:21 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

I have attached a screenshot showing the result of curl -X GET
application_url/formList --head

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it,
send
an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Thanks for the pointer. I have noted that I actually haven’t specified one.

If you don’t mind my asking can I just return anything or I have to specify a specific root name

··· > On Sep 17, 2015, at 7:47 PM, Yaw Anokwa wrote: > > Kelvin, > > The error says java.lang.RuntimeException: Document has no root > element! which suggests that your XML isn't valid. > > Compare what ODK > Aggregate returns with what your server returns and make the necessary > adjustments. > > Yaw > -- > Need ODK services? http://nafundi.com provides form design, server > setup, professional support, and software development for ODK. > > On Wed, Sep 16, 2015 at 10:52 AM, Kelvin Muthuri wrote: >> The first line with the entry odk is line 15459 >> >> Regards, >> >> Kelvin Mutuma >> >> On Wed, Sep 16, 2015 at 5:51 PM, Kelvin Muthuri wrote: >>> >>> The error log generated from the time I start the process, fetch the >>> forms, app collapses and I turn off the logging is just too large. >>> >>> Here is a gist containing an unfiltered log obtained in the process. Tried >>> pasting it on dbpastie but the server returned an error 'Entity too large' >>> >>> Regards, >>> >>> Kelvin Mutuma >>> >>> On Wed, Sep 16, 2015 at 4:23 PM, Yaw Anokwa wrote: >>>> >>>> Kelvin, >>>> >>>> Don't use Catlog. Use adb from the sdk. See >>>> https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting >>>> for more. >>>> >>>> Yaw >>>> -- >>>> Need ODK services? http://nafundi.com provides form design, server >>>> setup, professional support, and software development for ODK. >>>> >>>> On Wed, Sep 16, 2015 at 9:19 AM, Kelvin Muthuri wrote: >>>>> Here is the link to the error log after a crash -> >>>>> http://dpaste.com/0QPJYPM >>>>> >>>>> My device info generated from Catlog is as follows: >>>>> >>>>> build.board: smdk4x12 >>>>> build.bootloader: I9300XXUGNB6 >>>>> build.brand: samsung >>>>> build.cpu_abi: armeabi-v7a >>>>> build.cpu_abi2: armeabi >>>>> build.device: m0 >>>>> build.display: JSS15J.I9300XXUGNB6 >>>>> build.fingerprint: >>>>> samsung/m0xx/m0:4.3/JSS15J/I9300XXUGNB6:user/release-keys >>>>> build.hardware: smdk4x12 >>>>> build.host: DELL314 >>>>> build.id: JSS15J >>>>> build.manufacturer: samsung >>>>> build.model: GT-I9300 >>>>> build.product: m0xx >>>>> build.radio: unknown >>>>> build.serial: 4df7be250c60cf47 >>>>> build.tags: release-keys >>>>> build.time: 1393309851000 >>>>> build.type: user >>>>> build.user: dpi >>>>> version.codename: REL >>>>> version.incremental: I9300XXUGNB6 >>>>> version.release: 4.3 >>>>> version.sdk_int: 18 >>>>> >>>>> Regards, >>>>> >>>>> Kelvin Mutuma >>>>> >>>>> On Wed, Sep 16, 2015 at 3:23 PM, Yaw Anokwa wrote: >>>>>> >>>>>> Hi Kelvin, >>>>>> >>>>>> Use adb from the sdk. See >>>>>> >>>>>> https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting >>>>>> for more. >>>>>> >>>>>> If the log doesn't give you the hint you need, post the relevant >>>>>> portion of the log to http://dpaste.com and send out a link. >>>>>> >>>>>> Yaw >>>>>> -- >>>>>> Need ODK services? http://nafundi.com provides form design, server >>>>>> setup, professional support, and software development for ODK. >>>>>> >>>>>> On Wed, Sep 16, 2015 at 8:21 AM, Kelvin Muthuri wrote: >>>>>>> I have attached a screenshot showing the result of curl -X GET >>>>>>> application_url/formList --head >>>>>>> >>>>>>> -- >>>>>>> -- >>>>>>> Post: opendatakit@googlegroups.com >>>>>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >>>>>>> Options: http://groups.google.com/group/opendatakit?hl=en >>>>>>> >>>>>>> --- >>>>>>> You received this message because you are subscribed to the Google >>>>>>> Groups >>>>>>> "ODK Community" group. >>>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>>> send >>>>>>> an >>>>>>> email to opendatakit+unsubscribe@googlegroups.com. >>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>>> >>> >>> >>

Hi Kelvin,

In the spirit of teaching a man how to fish, please read the spec and
compare your output with the ODK Aggregate output.

Thanks,

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Thu, Sep 17, 2015 at 3:13 PM, Kelvin Mutuma muthuri.kelmut@gmail.com wrote:

Thanks for the pointer. I have noted that I actually haven’t specified one.

If you don’t mind my asking can I just return anything or I have to specify a specific root name

On Sep 17, 2015, at 7:47 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Kelvin,

The error says java.lang.RuntimeException: Document has no root
element! which suggests that your XML isn't valid.

Compare what ODK
Aggregate returns with what your server returns and make the necessary
adjustments.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 10:52 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

The first line with the entry odk is line 15459

Regards,

Kelvin Mutuma

On Wed, Sep 16, 2015 at 5:51 PM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

The error log generated from the time I start the process, fetch the
forms, app collapses and I turn off the logging is just too large.

Here is a gist containing an unfiltered log obtained in the process. Tried
pasting it on dbpastie but the server returned an error 'Entity too large'

Regards,

Kelvin Mutuma

On Wed, Sep 16, 2015 at 4:23 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Kelvin,

Don't use Catlog. Use adb from the sdk. See
https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting
for more.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 9:19 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

Here is the link to the error log after a crash ->
http://dpaste.com/0QPJYPM

My device info generated from Catlog is as follows:

build.board: smdk4x12
build.bootloader: I9300XXUGNB6
build.brand: samsung
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: m0
build.display: JSS15J.I9300XXUGNB6
build.fingerprint:
samsung/m0xx/m0:4.3/JSS15J/I9300XXUGNB6:user/release-keys
build.hardware: smdk4x12
build.host: DELL314
build.id: JSS15J
build.manufacturer: samsung
build.model: GT-I9300
build.product: m0xx
build.radio: unknown
build.serial: 4df7be250c60cf47
build.tags: release-keys
build.time: 1393309851000
build.type: user
build.user: dpi
version.codename: REL
version.incremental: I9300XXUGNB6
version.release: 4.3
version.sdk_int: 18

Regards,

Kelvin Mutuma

On Wed, Sep 16, 2015 at 3:23 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Hi Kelvin,

Use adb from the sdk. See

https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting
for more.

If the log doesn't give you the hint you need, post the relevant
portion of the log to http://dpaste.com and send out a link.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Wed, Sep 16, 2015 at 8:21 AM, Kelvin Muthuri muthuri.kelmut@gmail.com wrote:

I have attached a screenshot showing the result of curl -X GET
application_url/formList --head

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it,
send
an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.