Mapview not showing up on some forms for geopoint/geotrace/geoshape

Hi All,

We've run into a bug that is proving very difficult to reproduce consistently. On some mobile devices the map view doesn't show up when using geopoint, geotrace or geoshape. I've been able to reproduce this on my own phone when I have this ODK based app installed (https://play.google.com/store/apps/details?id=hosm.odk.collect.android). This hasn't been the case with other phones, in some cases the same phones one will work and another won't. (I don't have details on make or version of android on those phones) I do have one phone running Cyanogen 13.1.1/Android 6.0.1 on it that has the issue.

Any ideas what this might be? I can also do some more troubleshooting on the device if there are suggestions on how I should do that.

Thanks,

-Kate

Hi Kate,

Are you able to reproduce this issue on a stock version of ODK
Collect? If so, what version? And what steps do you take to get that
behavior?

Yaw

··· On Wed, Sep 21, 2016 at 11:17 PM, wrote: > Hi All, > > We've run into a bug that is proving very difficult to reproduce consistently. On some mobile devices the map view doesn't show up when using geopoint, geotrace or geoshape. I've been able to reproduce this on my own phone when I have this ODK based app installed (https://play.google.com/store/apps/details?id=hosm.odk.collect.android). This hasn't been the case with other phones, in some cases the same phones one will work and another won't. (I don't have details on make or version of android on those phones) I do have one phone running Cyanogen 13.1.1/Android 6.0.1 on it that has the issue. > > Any ideas what this might be? I can also do some more troubleshooting on the device if there are suggestions on how I should do that. > > Thanks, > > -Kate > > -- > You received this message because you are subscribed to the Google Groups "ODK Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit-developers+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.

Hi Yaw,

Sorry I should have been more clear. I've been able to reproduce it in a
stock version of ODK with the other forked version installed. This
information might be completely unrelated, since I couldn't find any other
versions/clones of ODK on the other device have the issue.

The problem I'm reporting is on stock instances of ODK running version
1.4.10.

The steps I take to get the issue are:

  1. Download form
  2. Click Fill Blank Form
  3. Begin answering and swiping through questions
  4. Come to location question
  5. A text box appears instead of a button to "Start GeoPoint" or "Start
    GeoShape" or "Start GeoTrace" (depending on the form)

Thanks,

-Kate

··· On Thu, Sep 22, 2016 at 7:23 AM, Yaw Anokwa wrote:

Hi Kate,

Are you able to reproduce this issue on a stock version of ODK
Collect? If so, what version? And what steps do you take to get that
behavior?

Yaw

On Wed, Sep 21, 2016 at 11:17 PM, kchapman@cadasta.org wrote:

Hi All,

We've run into a bug that is proving very difficult to reproduce
consistently. On some mobile devices the map view doesn't show up when
using geopoint, geotrace or geoshape. I've been able to reproduce this on
my own phone when I have this ODK based app installed (
https://play.google.com/store/apps/details?id=hosm.odk.collect.android).
This hasn't been the case with other phones, in some cases the same phones
one will work and another won't. (I don't have details on make or version
of android on those phones) I do have one phone running Cyanogen
13.1.1/Android 6.0.1 on it that has the issue.

Any ideas what this might be? I can also do some more troubleshooting on
the device if there are suggestions on how I should do that.

Thanks,

-Kate

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

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

--
Kate Chapman
Chief Technology Officer // Cadasta
kchapman@cadasta.org /**/ +1 703 673 8834
cadasta.org // @CadastaOrg http://twitter.com/CadastaOrg

My guess would be that something is not right with the form. If the
widgetFactor (which handles which widget to present) of ODK does not
know/read the data types correctly and the appearances attributes it uses
the default widget (StringWidget). Which that is what your seeing. Not 100%
but im sure the issue can be traced by debugging
here https://github.com/opendatakit/collect/blob/master/collect_app/src/main/java/org/odk/collect/android/widgets/WidgetFactory.java

Can you share the form. I have also attached a sample stock ODK GeoWidgets
form for reference.

Best,
Jon

GeoWidgets-placement-map.xlsx (6.95 KB)

··· On Thursday, September 22, 2016 at 10:43:24 AM UTC-4, Kate Chapman wrote: > > Hi Yaw, > > Sorry I should have been more clear. I've been able to reproduce it in a > stock version of ODK with the other forked version installed. This > information might be completely unrelated, since I couldn't find any other > versions/clones of ODK on the other device have the issue. > > The problem I'm reporting is on stock instances of ODK running version > 1.4.10. > > The steps I take to get the issue are: > > 1. Download form > 2. Click Fill Blank Form > 3. Begin answering and swiping through questions > 4. Come to location question > 5. A text box appears instead of a button to "Start GeoPoint" or "Start > GeoShape" or "Start GeoTrace" (depending on the form) > > Thanks, > > -Kate > > > > On Thu, Sep 22, 2016 at 7:23 AM, Yaw Anokwa <yan...@nafundi.com > wrote: > >> Hi Kate, >> >> Are you able to reproduce this issue on a stock version of ODK >> Collect? If so, what version? And what steps do you take to get that >> behavior? >> >> Yaw >> >> On Wed, Sep 21, 2016 at 11:17 PM, <kcha...@cadasta.org > wrote: >> > Hi All, >> > >> > We've run into a bug that is proving very difficult to reproduce >> consistently. On some mobile devices the map view doesn't show up when >> using geopoint, geotrace or geoshape. I've been able to reproduce this on >> my own phone when I have this ODK based app installed ( >> https://play.google.com/store/apps/details?id=hosm.odk.collect.android). >> This hasn't been the case with other phones, in some cases the same phones >> one will work and another won't. (I don't have details on make or version >> of android on those phones) I do have one phone running Cyanogen >> 13.1.1/Android 6.0.1 on it that has the issue. >> > >> > Any ideas what this might be? I can also do some more troubleshooting >> on the device if there are suggestions on how I should do that. >> > >> > Thanks, >> > >> > -Kate >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups "ODK Developers" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an email to opendatakit-developers+unsubscribe@googlegroups.com >> . >> > For more options, visit https://groups.google.com/d/optout. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "ODK Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to opendatakit-developers+unsubscribe@googlegroups.com >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > *Kate Chapman* > Chief Technology Officer *//* Cadasta > kchapman@cadasta.org */**/* +1 703 673 8834 > cadasta.org *//* @CadastaOrg >

Thanks Jon,

So the issue is only on a few phones, not all. Also on the phones where it
is a problem it works fine with GeoODK, just not with ODK (not sure if this
tidbit is helpful).

This is the form we have working with:
https://s3-us-west-2.amazonaws.com/cadasta-resources/sample-forms/minimum_cadasta_questionnaire-all-geo.xlsx

Thanks,

-Kate

··· On Fri, Sep 23, 2016 at 6:43 AM, wrote:

My guess would be that something is not right with the form. If the
widgetFactor (which handles which widget to present) of ODK does not
know/read the data types correctly and the appearances attributes it uses
the default widget (StringWidget). Which that is what your seeing. Not
100% but im sure the issue can be traced by debugging here
https://github.com/opendatakit/collect/blob/master/collect_app/src/main/
java/org/odk/collect/android/widgets/WidgetFactory.java

Can you share the form. I have also attached a sample stock ODK GeoWidgets
form for reference.

Best,
Jon

On Thursday, September 22, 2016 at 10:43:24 AM UTC-4, Kate Chapman wrote:

Hi Yaw,

Sorry I should have been more clear. I've been able to reproduce it in a
stock version of ODK with the other forked version installed. This
information might be completely unrelated, since I couldn't find any other
versions/clones of ODK on the other device have the issue.

The problem I'm reporting is on stock instances of ODK running version
1.4.10.

The steps I take to get the issue are:

  1. Download form
  2. Click Fill Blank Form
  3. Begin answering and swiping through questions
  4. Come to location question
  5. A text box appears instead of a button to "Start GeoPoint" or "Start
    GeoShape" or "Start GeoTrace" (depending on the form)

Thanks,

-Kate

On Thu, Sep 22, 2016 at 7:23 AM, Yaw Anokwa yan...@nafundi.com wrote:

Hi Kate,

Are you able to reproduce this issue on a stock version of ODK
Collect? If so, what version? And what steps do you take to get that
behavior?

Yaw

On Wed, Sep 21, 2016 at 11:17 PM, kcha...@cadasta.org wrote:

Hi All,

We've run into a bug that is proving very difficult to reproduce
consistently. On some mobile devices the map view doesn't show up when
using geopoint, geotrace or geoshape. I've been able to reproduce this on
my own phone when I have this ODK based app installed (
https://play.google.com/store/apps/details?id=hosm.odk.collect.android).
This hasn't been the case with other phones, in some cases the same phones
one will work and another won't. (I don't have details on make or version
of android on those phones) I do have one phone running Cyanogen
13.1.1/Android 6.0.1 on it that has the issue.

Any ideas what this might be? I can also do some more troubleshooting
on the device if there are suggestions on how I should do that.

Thanks,

-Kate

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

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

--
Kate Chapman
Chief Technology Officer // Cadasta
kchapman@cadasta.org /**/ +1 703 673 8834
cadasta.org // @CadastaOrg http://twitter.com/CadastaOrg

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

--
Kate Chapman
Chief Technology Officer // Cadasta
kchapman@cadasta.org /**/ +1 703 673 8834
cadasta.org // @CadastaOrg http://twitter.com/CadastaOrg

Hi Kate,

The widgets you use in the form aren't currently supported in the
version of Collect in the play store. When you say "I've been able to
reproduce it in a stock version of ODK" what exactly do you mean?

Thanks,

Yaw

··· On Fri, Sep 23, 2016 at 6:06 PM, Kate Chapman wrote: > Thanks Jon, > > So the issue is only on a few phones, not all. Also on the phones where it > is a problem it works fine with GeoODK, just not with ODK (not sure if this > tidbit is helpful). > > This is the form we have working with: > https://s3-us-west-2.amazonaws.com/cadasta-resources/sample-forms/minimum_cadasta_questionnaire-all-geo.xlsx > > Thanks, > > -Kate > > On Fri, Sep 23, 2016 at 6:43 AM, wrote: >> >> My guess would be that something is not right with the form. If the >> widgetFactor (which handles which widget to present) of ODK does not >> know/read the data types correctly and the appearances attributes it uses >> the default widget (StringWidget). Which that is what your seeing. Not 100% >> but im sure the issue can be traced by debugging here >> https://github.com/opendatakit/collect/blob/master/collect_app/src/main/java/org/odk/collect/android/widgets/WidgetFactory.java >> >> Can you share the form. I have also attached a sample stock ODK GeoWidgets >> form for reference. >> >> Best, >> Jon >> >> On Thursday, September 22, 2016 at 10:43:24 AM UTC-4, Kate Chapman wrote: >>> >>> Hi Yaw, >>> >>> Sorry I should have been more clear. I've been able to reproduce it in a >>> stock version of ODK with the other forked version installed. This >>> information might be completely unrelated, since I couldn't find any other >>> versions/clones of ODK on the other device have the issue. >>> >>> The problem I'm reporting is on stock instances of ODK running version >>> 1.4.10. >>> >>> The steps I take to get the issue are: >>> >>> 1. Download form >>> 2. Click Fill Blank Form >>> 3. Begin answering and swiping through questions >>> 4. Come to location question >>> 5. A text box appears instead of a button to "Start GeoPoint" or "Start >>> GeoShape" or "Start GeoTrace" (depending on the form) >>> >>> Thanks, >>> >>> -Kate >>> >>> >>> >>> On Thu, Sep 22, 2016 at 7:23 AM, Yaw Anokwa wrote: >>>> >>>> Hi Kate, >>>> >>>> Are you able to reproduce this issue on a stock version of ODK >>>> Collect? If so, what version? And what steps do you take to get that >>>> behavior? >>>> >>>> Yaw >>>> >>>> On Wed, Sep 21, 2016 at 11:17 PM, wrote: >>>> > Hi All, >>>> > >>>> > We've run into a bug that is proving very difficult to reproduce >>>> > consistently. On some mobile devices the map view doesn't show up when using >>>> > geopoint, geotrace or geoshape. I've been able to reproduce this on my own >>>> > phone when I have this ODK based app installed >>>> > (https://play.google.com/store/apps/details?id=hosm.odk.collect.android). >>>> > This hasn't been the case with other phones, in some cases the same phones >>>> > one will work and another won't. (I don't have details on make or version of >>>> > android on those phones) I do have one phone running Cyanogen 13.1.1/Android >>>> > 6.0.1 on it that has the issue. >>>> > >>>> > Any ideas what this might be? I can also do some more troubleshooting >>>> > on the device if there are suggestions on how I should do that. >>>> > >>>> > Thanks, >>>> > >>>> > -Kate >>>> > >>>> > -- >>>> > You received this message because you are subscribed to the Google >>>> > Groups "ODK Developers" group. >>>> > To unsubscribe from this group and stop receiving emails from it, send >>>> > an email to opendatakit-developers+unsubscribe@googlegroups.com. >>>> > For more options, visit https://groups.google.com/d/optout. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "ODK Developers" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to opendatakit-developers+unsubscribe@googlegroups.com. >>>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>> >>> >>> -- >>> Kate Chapman >>> Chief Technology Officer // Cadasta >>> kchapman@cadasta.org // +1 703 673 8834 >>> cadasta.org // @CadastaOrg >> >> -- >> You received this message because you are subscribed to the Google Groups >> "ODK Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to opendatakit-developers+unsubscribe@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. > > > > > -- > Kate Chapman > Chief Technology Officer // Cadasta > kchapman@cadasta.org // +1 703 673 8834 > cadasta.org // @CadastaOrg > > -- > You received this message because you are subscribed to the Google Groups > "ODK Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opendatakit-developers+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.

Hi Yaw,

Thanks for the information, super weird that they are working on some
devices then.

Reproducing it I meant that I was downloading ODK from the Google Play
store. Not using a fork of it or anything odd.

-Kate

··· On Wed, Oct 5, 2016 at 9:17 PM, Yaw Anokwa wrote:

Hi Kate,

The widgets you use in the form aren't currently supported in the
version of Collect in the play store. When you say "I've been able to
reproduce it in a stock version of ODK" what exactly do you mean?

Thanks,

Yaw

On Fri, Sep 23, 2016 at 6:06 PM, Kate Chapman kchapman@cadasta.org wrote:

Thanks Jon,

So the issue is only on a few phones, not all. Also on the phones where
it
is a problem it works fine with GeoODK, just not with ODK (not sure if
this
tidbit is helpful).

This is the form we have working with:
https://s3-us-west-2.amazonaws.com/cadasta-resources/sample-forms/
minimum_cadasta_questionnaire-all-geo.xlsx

Thanks,

-Kate

On Fri, Sep 23, 2016 at 6:43 AM, jon@geomarvel.com wrote:

My guess would be that something is not right with the form. If the
widgetFactor (which handles which widget to present) of ODK does not
know/read the data types correctly and the appearances attributes it
uses
the default widget (StringWidget). Which that is what your seeing. Not
100%
but im sure the issue can be traced by debugging here
https://github.com/opendatakit/collect/blob/
master/collect_app/src/main/java/org/odk/collect/android/
widgets/WidgetFactory.java

Can you share the form. I have also attached a sample stock ODK
GeoWidgets
form for reference.

Best,
Jon

On Thursday, September 22, 2016 at 10:43:24 AM UTC-4, Kate Chapman wrote:

Hi Yaw,

Sorry I should have been more clear. I've been able to reproduce it in
a
stock version of ODK with the other forked version installed. This
information might be completely unrelated, since I couldn't find any
other
versions/clones of ODK on the other device have the issue.

The problem I'm reporting is on stock instances of ODK running version
1.4.10.

The steps I take to get the issue are:

  1. Download form
  2. Click Fill Blank Form
  3. Begin answering and swiping through questions
  4. Come to location question
  5. A text box appears instead of a button to "Start GeoPoint" or "Start
    GeoShape" or "Start GeoTrace" (depending on the form)

Thanks,

-Kate

On Thu, Sep 22, 2016 at 7:23 AM, Yaw Anokwa yan...@nafundi.com wrote:

Hi Kate,

Are you able to reproduce this issue on a stock version of ODK
Collect? If so, what version? And what steps do you take to get that
behavior?

Yaw

On Wed, Sep 21, 2016 at 11:17 PM, kcha...@cadasta.org wrote:

Hi All,

We've run into a bug that is proving very difficult to reproduce
consistently. On some mobile devices the map view doesn't show up
when using
geopoint, geotrace or geoshape. I've been able to reproduce this on
my own
phone when I have this ODK based app installed
(https://play.google.com/store/apps/details?id=hosm.
odk.collect.android).
This hasn't been the case with other phones, in some cases the same
phones
one will work and another won't. (I don't have details on make or
version of
android on those phones) I do have one phone running Cyanogen
13.1.1/Android
6.0.1 on it that has the issue.

Any ideas what this might be? I can also do some more
troubleshooting
on the device if there are suggestions on how I should do that.

Thanks,

-Kate

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

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

--
Kate Chapman
Chief Technology Officer // Cadasta
kchapman@cadasta.org // +1 703 673 8834
cadasta.org // @CadastaOrg

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

--
Kate Chapman
Chief Technology Officer // Cadasta
kchapman@cadasta.org // +1 703 673 8834
cadasta.org // @CadastaOrg

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

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

--
Kate Chapman
Chief Technology Officer // Cadasta
kchapman@cadasta.org /**/ +1 703 673 8834
cadasta.org // @CadastaOrg http://twitter.com/CadastaOrg

MapView will not display if you do not have Google Play Services installed
on your device. It also may not display if you don't have Google Maps
installed or if you have rooted your device (not sure about that).

It needs a Google Maps service to vend the mapping tiles for the display.
If it cannot connect to that service, it falls back to the non-maps display.

··· On Wed, Oct 5, 2016 at 5:05 PM, Kate Chapman wrote:

Hi Yaw,

Thanks for the information, super weird that they are working on some
devices then.

Reproducing it I meant that I was downloading ODK from the Google Play
store. Not using a fork of it or anything odd.

-Kate

On Wed, Oct 5, 2016 at 9:17 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Hi Kate,

The widgets you use in the form aren't currently supported in the
version of Collect in the play store. When you say "I've been able to
reproduce it in a stock version of ODK" what exactly do you mean?

Thanks,

Yaw

On Fri, Sep 23, 2016 at 6:06 PM, Kate Chapman kchapman@cadasta.org wrote:

Thanks Jon,

So the issue is only on a few phones, not all. Also on the phones where
it
is a problem it works fine with GeoODK, just not with ODK (not sure if
this
tidbit is helpful).

This is the form we have working with:
https://s3-us-west-2.amazonaws.com/cadasta-resources/sample-
forms/minimum_cadasta_questionnaire-all-geo.xlsx

Thanks,

-Kate

On Fri, Sep 23, 2016 at 6:43 AM, jon@geomarvel.com wrote:

My guess would be that something is not right with the form. If the
widgetFactor (which handles which widget to present) of ODK does not
know/read the data types correctly and the appearances attributes it
uses
the default widget (StringWidget). Which that is what your seeing. Not
100%
but im sure the issue can be traced by debugging here
https://github.com/opendatakit/collect/blob/master/collect_
app/src/main/java/org/odk/collect/android/widgets/WidgetFactory.java

Can you share the form. I have also attached a sample stock ODK
GeoWidgets
form for reference.

Best,
Jon

On Thursday, September 22, 2016 at 10:43:24 AM UTC-4, Kate Chapman wrote:

Hi Yaw,

Sorry I should have been more clear. I've been able to reproduce it
in a
stock version of ODK with the other forked version installed. This
information might be completely unrelated, since I couldn't find any
other
versions/clones of ODK on the other device have the issue.

The problem I'm reporting is on stock instances of ODK running version
1.4.10.

The steps I take to get the issue are:

  1. Download form
  2. Click Fill Blank Form
  3. Begin answering and swiping through questions
  4. Come to location question
  5. A text box appears instead of a button to "Start GeoPoint" or
    "Start
    GeoShape" or "Start GeoTrace" (depending on the form)

Thanks,

-Kate

On Thu, Sep 22, 2016 at 7:23 AM, Yaw Anokwa yan...@nafundi.com wrote:

Hi Kate,

Are you able to reproduce this issue on a stock version of ODK
Collect? If so, what version? And what steps do you take to get that
behavior?

Yaw

On Wed, Sep 21, 2016 at 11:17 PM, kcha...@cadasta.org wrote:

Hi All,

We've run into a bug that is proving very difficult to reproduce
consistently. On some mobile devices the map view doesn't show up
when using
geopoint, geotrace or geoshape. I've been able to reproduce this
on my own
phone when I have this ODK based app installed
(https://play.google.com/store/apps/details?id=hosm.odk.
collect.android).
This hasn't been the case with other phones, in some cases the
same phones
one will work and another won't. (I don't have details on make or
version of
android on those phones) I do have one phone running Cyanogen
13.1.1/Android
6.0.1 on it that has the issue.

Any ideas what this might be? I can also do some more
troubleshooting
on the device if there are suggestions on how I should do that.

Thanks,

-Kate

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

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

--
Kate Chapman
Chief Technology Officer // Cadasta
kchapman@cadasta.org // +1 703 673 8834
cadasta.org // @CadastaOrg

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

--
Kate Chapman
Chief Technology Officer // Cadasta
kchapman@cadasta.org // +1 703 673 8834
cadasta.org // @CadastaOrg

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

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

--
Kate Chapman
Chief Technology Officer // Cadasta
kchapman@cadasta.org /**/ +1 703 673 8834
cadasta.org // @CadastaOrg http://twitter.com/CadastaOrg

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

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com