ODK briefcase and encryption

Hi!
I can pull my data from aggregate to briefcase but can not export the data
and unencrypt it. It says that my private PEM key is not in PEM format, but
to the best of my knowledge it is. Sorry I know this is a little vague, but
does anyone have any advice? any help would be greatly appreciated!
Cheers,
Newbie Sarah

Hi Sarah,

I'd recommend you file an issue at
http://code.google.com/p/opendatakit/issues and describe step by step
what you did and what OS you are using. Until someone can reproduce
your issue, it's going to be hard to help.

Yaw

··· -- Need ODK help? Go to http://nafundi.com for custom features, form design, implementation support, and user training for ODK.

On Wed, Jun 12, 2013 at 4:48 PM, Sarah Pfeil skpfeil@gmail.com wrote:

Hi!
I can pull my data from aggregate to briefcase but can not export the data
and unencrypt it. It says that my private PEM key is not in PEM format, but
to the best of my knowledge it is. Sorry I know this is a little vague, but
does anyone have any advice? any help would be greatly appreciated!
Cheers,
Newbie Sarah

--

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/groups/opt_out.

Did you install the Java Cryptography Extension (JCE) Unlimited policies on
your system where you are running Briefcase?

See http://opendatakit.org/help/encrypted-forms/ under configuration.

This is a common oversight when first working with encrypted forms.

It is best to first work with unencrypted forms, understand all the flows
and tools for working with those, then move on to encrypted forms.

Mitch

··· On Thu, Jun 13, 2013 at 8:31 AM, Yaw Anokwa wrote:

Hi Sarah,

I'd recommend you file an issue at
http://code.google.com/p/opendatakit/issues and describe step by step
what you did and what OS you are using. Until someone can reproduce
your issue, it's going to be hard to help.

Yaw

Need ODK help? Go to http://nafundi.com for custom features, form
design, implementation support, and user training for ODK.

On Wed, Jun 12, 2013 at 4:48 PM, Sarah Pfeil skpfeil@gmail.com wrote:

Hi!
I can pull my data from aggregate to briefcase but can not export the
data
and unencrypt it. It says that my private PEM key is not in PEM format,
but
to the best of my knowledge it is. Sorry I know this is a little vague,
but
does anyone have any advice? any help would be greatly appreciated!
Cheers,
Newbie Sarah

--

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/groups/opt_out.

--

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/groups/opt_out.

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

Hi All -

I have had been able to decrypt a form for weeks now until I stupidly
updated Java. I am now running:

java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)

I installed the JCE files (version 7) in
/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/security
(on my mac) but decryption still gives me the

'Cause: java.security.InvalidKeyException: Illegal key size
FAILED! '

error. Any ideas on what to do?

Thanks,
Andrew

··· On Friday, June 14, 2013 at 3:59:54 AM UTC+2, Mitch Sundt wrote: > > Did you install the Java Cryptography Extension (JCE) Unlimited policies > on your system where you are running Briefcase? > > See http://opendatakit.org/help/encrypted-forms/ under configuration. > > This is a common oversight when first working with encrypted forms. > > It is best to first work with unencrypted forms, understand all the flows > and tools for working with those, then move on to encrypted forms. > > Mitch > > > > On Thu, Jun 13, 2013 at 8:31 AM, Yaw Anokwa <yan...@nafundi.com > wrote: > >> Hi Sarah, >> >> I'd recommend you file an issue at >> http://code.google.com/p/opendatakit/issues and describe step by step >> what you did and what OS you are using. Until someone can reproduce >> your issue, it's going to be hard to help. >> >> Yaw >> -- >> Need ODK help? Go to http://nafundi.com for custom features, form >> design, implementation support, and user training for ODK. >> >> On Wed, Jun 12, 2013 at 4:48 PM, Sarah Pfeil <skp...@gmail.com > wrote: >> > Hi! >> > I can pull my data from aggregate to briefcase but can not export the >> data >> > and unencrypt it. It says that my private PEM key is not in PEM format, >> but >> > to the best of my knowledge it is. Sorry I know this is a little vague, >> but >> > does anyone have any advice? any help would be greatly appreciated! >> > Cheers, >> > Newbie Sarah >> > >> > -- >> > -- >> > Post: opend...@googlegroups.com >> > Unsubscribe: opendatakit...@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...@googlegroups.com . >> > For more options, visit https://groups.google.com/groups/opt_out. >> > >> > >> >> -- >> -- >> Post: opend...@googlegroups.com >> Unsubscribe: opendatakit...@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...@googlegroups.com . >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >

Java doesn't come with robust encryption out-of-the-box.
An archaic US export restriction.

See

··· On Thu, Aug 27, 2015 at 1:34 PM, scottyaz wrote:

Hi All -

I have had been able to decrypt a form for weeks now until I stupidly
updated Java. I am now running:

java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)

I installed the JCE files (version 7) in
/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/security
(on my mac) but decryption still gives me the

'Cause: java.security.InvalidKeyException: Illegal key size
FAILED! '

error. Any ideas on what to do?

Thanks,
Andrew

On Friday, June 14, 2013 at 3:59:54 AM UTC+2, Mitch Sundt wrote:

Did you install the Java Cryptography Extension (JCE) Unlimited policies
on your system where you are running Briefcase?

See http://opendatakit.org/help/encrypted-forms/ under configuration.

This is a common oversight when first working with encrypted forms.

It is best to first work with unencrypted forms, understand all the flows
and tools for working with those, then move on to encrypted forms.

Mitch

On Thu, Jun 13, 2013 at 8:31 AM, Yaw Anokwa yan...@nafundi.com wrote:

Hi Sarah,

I'd recommend you file an issue at
http://code.google.com/p/opendatakit/issues and describe step by step
what you did and what OS you are using. Until someone can reproduce
your issue, it's going to be hard to help.

Yaw

Need ODK help? Go to http://nafundi.com for custom features, form
design, implementation support, and user training for ODK.

On Wed, Jun 12, 2013 at 4:48 PM, Sarah Pfeil skp...@gmail.com wrote:

Hi!
I can pull my data from aggregate to briefcase but can not export the
data
and unencrypt it. It says that my private PEM key is not in PEM
format, but
to the best of my knowledge it is. Sorry I know this is a little
vague, but
does anyone have any advice? any help would be greatly appreciated!
Cheers,
Newbie Sarah

--

Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--

Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

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

--

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.

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

Thanks Mitch -

I mentioned in my post that I had installed the Java Cryptography Extension
(JCE) files and this is why I am confused. I have it working fine on other
computers but after this update, simply replacing the policy files doesn't
seem to work. Could there be something with this latest build that I need
to do? Any ideas on how to triage the issue?

Thanks,
Andrew

··· On Thursday, August 27, 2015 at 11:53:52 PM UTC+2, Mitch Sundt wrote: > > Java doesn't come with robust encryption out-of-the-box. > An archaic US export restriction. > > See > http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html > > > > On Thu, Aug 27, 2015 at 1:34 PM, scottyaz <andre...@gmail.com > wrote: > >> Hi All - >> >> I have had been able to decrypt a form for weeks now until I stupidly >> updated Java. I am now running: >> >> java version "1.7.0_79" >> Java(TM) SE Runtime Environment (build 1.7.0_79-b15) >> Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode) >> >> I installed the JCE files (version 7) in >> /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/security >> (on my mac) but decryption still gives me the >> >> 'Cause: java.security.InvalidKeyException: Illegal key size >> FAILED! ' >> >> error. Any ideas on what to do? >> >> Thanks, >> Andrew >> >> On Friday, June 14, 2013 at 3:59:54 AM UTC+2, Mitch Sundt wrote: >>> >>> Did you install the Java Cryptography Extension (JCE) Unlimited policies >>> on your system where you are running Briefcase? >>> >>> See http://opendatakit.org/help/encrypted-forms/ under configuration. >>> >>> This is a common oversight when first working with encrypted forms. >>> >>> It is best to first work with unencrypted forms, understand all the >>> flows and tools for working with those, then move on to encrypted forms. >>> >>> Mitch >>> >>> >>> >>> On Thu, Jun 13, 2013 at 8:31 AM, Yaw Anokwa wrote: >>> >>>> Hi Sarah, >>>> >>>> I'd recommend you file an issue at >>>> http://code.google.com/p/opendatakit/issues and describe step by step >>>> what you did and what OS you are using. Until someone can reproduce >>>> your issue, it's going to be hard to help. >>>> >>>> Yaw >>>> -- >>>> Need ODK help? Go to http://nafundi.com for custom features, form >>>> design, implementation support, and user training for ODK. >>>> >>>> On Wed, Jun 12, 2013 at 4:48 PM, Sarah Pfeil wrote: >>>> > Hi! >>>> > I can pull my data from aggregate to briefcase but can not export the >>>> data >>>> > and unencrypt it. It says that my private PEM key is not in PEM >>>> format, but >>>> > to the best of my knowledge it is. Sorry I know this is a little >>>> vague, but >>>> > does anyone have any advice? any help would be greatly appreciated! >>>> > Cheers, >>>> > Newbie Sarah >>>> > >>>> > -- >>>> > -- >>>> > Post: opend...@googlegroups.com >>>> > Unsubscribe: opendatakit...@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...@googlegroups.com. >>>> > For more options, visit https://groups.google.com/groups/opt_out. >>>> > >>>> > >>>> >>>> -- >>>> -- >>>> Post: opend...@googlegroups.com >>>> Unsubscribe: opendatakit...@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...@googlegroups.com. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> >>> >>> -- >>> Mitch Sundt >>> Software Engineer >>> University of Washington >>> mitche...@gmail.com >>> >> -- >> -- >> Post: opend...@googlegroups.com >> Unsubscribe: opendatakit...@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...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >

So I just opened ODK Briefcase through terminal and it works (though the
file browsing seems much more OS 9ish). Any clue why opening directly by
clicking should do anything different?

··· On Saturday, August 29, 2015 at 8:30:26 PM UTC+2, scottyaz wrote: > > Thanks Mitch - > > I mentioned in my post that I had installed the Java Cryptography > Extension (JCE) files and this is why I am confused. I have it working fine > on other computers but after this update, simply replacing the policy files > doesn't seem to work. Could there be something with this latest build that > I need to do? Any ideas on how to triage the issue? > > Thanks, > Andrew > > On Thursday, August 27, 2015 at 11:53:52 PM UTC+2, Mitch Sundt wrote: >> >> Java doesn't come with robust encryption out-of-the-box. >> An archaic US export restriction. >> >> See >> http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html >> >> >> >> On Thu, Aug 27, 2015 at 1:34 PM, scottyaz wrote: >> >>> Hi All - >>> >>> I have had been able to decrypt a form for weeks now until I stupidly >>> updated Java. I am now running: >>> >>> java version "1.7.0_79" >>> Java(TM) SE Runtime Environment (build 1.7.0_79-b15) >>> Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode) >>> >>> I installed the JCE files (version 7) in >>> /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/security >>> (on my mac) but decryption still gives me the >>> >>> 'Cause: java.security.InvalidKeyException: Illegal key size >>> FAILED! ' >>> >>> error. Any ideas on what to do? >>> >>> Thanks, >>> Andrew >>> >>> On Friday, June 14, 2013 at 3:59:54 AM UTC+2, Mitch Sundt wrote: >>>> >>>> Did you install the Java Cryptography Extension (JCE) Unlimited >>>> policies on your system where you are running Briefcase? >>>> >>>> See http://opendatakit.org/help/encrypted-forms/ under configuration. >>>> >>>> This is a common oversight when first working with encrypted forms. >>>> >>>> It is best to first work with unencrypted forms, understand all the >>>> flows and tools for working with those, then move on to encrypted forms. >>>> >>>> Mitch >>>> >>>> >>>> >>>> On Thu, Jun 13, 2013 at 8:31 AM, Yaw Anokwa wrote: >>>> >>>>> Hi Sarah, >>>>> >>>>> I'd recommend you file an issue at >>>>> http://code.google.com/p/opendatakit/issues and describe step by step >>>>> what you did and what OS you are using. Until someone can reproduce >>>>> your issue, it's going to be hard to help. >>>>> >>>>> Yaw >>>>> -- >>>>> Need ODK help? Go to http://nafundi.com for custom features, form >>>>> design, implementation support, and user training for ODK. >>>>> >>>>> On Wed, Jun 12, 2013 at 4:48 PM, Sarah Pfeil wrote: >>>>> > Hi! >>>>> > I can pull my data from aggregate to briefcase but can not export >>>>> the data >>>>> > and unencrypt it. It says that my private PEM key is not in PEM >>>>> format, but >>>>> > to the best of my knowledge it is. Sorry I know this is a little >>>>> vague, but >>>>> > does anyone have any advice? any help would be greatly appreciated! >>>>> > Cheers, >>>>> > Newbie Sarah >>>>> > >>>>> > -- >>>>> > -- >>>>> > Post: opend...@googlegroups.com >>>>> > Unsubscribe: opendatakit...@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...@googlegroups.com. >>>>> > For more options, visit https://groups.google.com/groups/opt_out. >>>>> > >>>>> > >>>>> >>>>> -- >>>>> -- >>>>> Post: opend...@googlegroups.com >>>>> Unsubscribe: opendatakit...@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...@googlegroups.com. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Mitch Sundt >>>> Software Engineer >>>> University of Washington >>>> mitche...@gmail.com >>>> >>> -- >>> -- >>> Post: opend...@googlegroups.com >>> Unsubscribe: opendatakit...@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...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Mitch Sundt >> Software Engineer >> University of Washington >> mitche...@gmail.com >> >

Andrew,

Java on OSX can be diabolical. Chances are, you have several installations
in several different directories, with symbolic links and file associations
pointing every which way. Clearly double-clicking is running a different
installation than the one picked up by the path in your terminal window.

One option is to find every installation and install the JCE files in every
one. (This is complicated by the fact that Spotlight often won't find files
in system directories.) Another option is to find and remove most
installations, updating symbolic links and file associations as needed.

If you Google for Java installations on OSX, you should find some guidance.

Best,

Chris

··· --- Christopher Robert Dobility, Inc. (SurveyCTO) http://www.surveycto.com/ http://blog.surveycto.com/

On Sat, Aug 29, 2015 at 2:41 PM scottyaz andrewazman@gmail.com wrote:

So I just opened ODK Briefcase through terminal and it works (though the
file browsing seems much more OS 9ish). Any clue why opening directly by
clicking should do anything different?

On Saturday, August 29, 2015 at 8:30:26 PM UTC+2, scottyaz wrote:

Thanks Mitch -

I mentioned in my post that I had installed the Java Cryptography
Extension (JCE) files and this is why I am confused. I have it working fine
on other computers but after this update, simply replacing the policy files
doesn't seem to work. Could there be something with this latest build that
I need to do? Any ideas on how to triage the issue?

Thanks,
Andrew

On Thursday, August 27, 2015 at 11:53:52 PM UTC+2, Mitch Sundt wrote:

Java doesn't come with robust encryption out-of-the-box.
An archaic US export restriction.

See
http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html

On Thu, Aug 27, 2015 at 1:34 PM, scottyaz andre...@gmail.com wrote:

Hi All -

I have had been able to decrypt a form for weeks now until I stupidly
updated Java. I am now running:

java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)

I installed the JCE files (version 7) in
/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/security
(on my mac) but decryption still gives me the

'Cause: java.security.InvalidKeyException: Illegal key size
FAILED! '

error. Any ideas on what to do?

Thanks,
Andrew

On Friday, June 14, 2013 at 3:59:54 AM UTC+2, Mitch Sundt wrote:

Did you install the Java Cryptography Extension (JCE) Unlimited
policies on your system where you are running Briefcase?

See http://opendatakit.org/help/encrypted-forms/ under configuration.

This is a common oversight when first working with encrypted forms.

It is best to first work with unencrypted forms, understand all the
flows and tools for working with those, then move on to encrypted forms.

Mitch

On Thu, Jun 13, 2013 at 8:31 AM, Yaw Anokwa yan...@nafundi.com wrote:

Hi Sarah,

I'd recommend you file an issue at
http://code.google.com/p/opendatakit/issues and describe step by step
what you did and what OS you are using. Until someone can reproduce
your issue, it's going to be hard to help.

Yaw

Need ODK help? Go to http://nafundi.com for custom features, form
design, implementation support, and user training for ODK.

On Wed, Jun 12, 2013 at 4:48 PM, Sarah Pfeil skp...@gmail.com wrote:

Hi!
I can pull my data from aggregate to briefcase but can not export
the data
and unencrypt it. It says that my private PEM key is not in PEM
format, but
to the best of my knowledge it is. Sorry I know this is a little
vague, but
does anyone have any advice? any help would be greatly appreciated!
Cheers,
Newbie Sarah

--

Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--

Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

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

--

Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

--
--
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.