Installing Tables apk fails

Hi,

I've missed ODK Tables on several devices, but three install has failed to install on a Nexus 4 and on a Sony Xperia Z5. Any ideas how to get it installed? Is there a way to push it to the device?

Thank you,
Che

What version of Tables are you trying to install? Are you installing with
the adb install? What error messages are you getting?

Clarice

··· On Tue, Feb 2, 2016 at 2:33 PM, wrote:

Hi,

I've missed ODK Tables on several devices, but three install has failed to
install on a Nexus 4 and on a Sony Xperia Z5. Any ideas how to get it
installed? Is there a way to push it to the device?

Thank you,
Che

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

Clarice,

I'm using the ODK Tables v2.0 Alpha-4 rev 126.apk downloaded from
https://opendatakit.org/downloads/download-info/odk-tables-apk/. I've
checked the box to enable installation of apps from unknown sources. ODK
Survey and Sync installed fine.

Is there another way to install the app?

Thank you,
Che

If you could capture a log using adb logcat while you are trying to install
the downloaded apk on your device, that would help in troubleshooting the
issue. Directions on how to do this can be found at
https://github.com/opendatakit/opendatakit/wiki/Collect-Troubleshooting.
What version of the Android operating system is on your device (i.e. 4.4.4,
5.0.1, etc.)?

Another thing you could try is to download the apk on a computer and use
the adb install command. Once you get the adb logcat command working, then
adb install should work. Directions on how to do this can be found at
https://developer.vuforia.com/library/articles/Solution/How-To-install-an-APK-using-ADB
.

Clarice

··· On Wed, Feb 3, 2016 at 11:00 AM, Che Geiser wrote:

Clarice,

I'm using the ODK Tables v2.0 Alpha-4 rev 126.apk downloaded from
https://opendatakit.org/downloads/download-info/odk-tables-apk/. I've
checked the box to enable installation of apps from unknown sources.
ODK Survey and Sync installed fine.

Is there another way to install the app?

Thank you,
Che

--
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 Clarice,

I'm running Android 5.1.1.

I also logged the install using ADB logcat. The output is attached.

Thank you,
Che

ODK Tables apk install fail.txt (8.24 KB)

Next I tried installing using the ADB tool. Here's what happened:

C:\Users\chegeiser\AppData\Local\Android\sdk\platform-tools>adb install
ODK_Tables.apk

1791 KB/s (5037076 bytes in 2.745s)

    pkg: /data/local/tmp/ODK_Tables.apk

Failure [INSTALL_FAILED_DUPLICATE_PERMISSION
perm=org.opendatakit.tables.permission.MAPS_RECEIVE
pkg=org.koboc.collect.android]

Thank you for collecting all of the relevant data. Based on the error, it
seems that you have KoBo Collect already installed on the device. To
install Tables, you will have to uninstall KoBo Collect first and then the
Tables installation should work. Have installations of Tables and KoBo
Collect co-existed on your device before upgrading to 5.0?

Clarice

··· On Wed, Feb 3, 2016 at 2:14 PM, Che Geiser wrote:

Next I tried installing using the ADB tool. Here's what happened:

C:\Users\chegeiser\AppData\Local\Android\sdk\platform-tools>adb install
ODK_Tables.apk

1791 KB/s (5037076 bytes in 2.745s)

    pkg: /data/local/tmp/ODK_Tables.apk

Failure [INSTALL_FAILED_DUPLICATE_PERMISSION
perm=org.opendatakit.tables.permission.MAPS_RECEIVE
pkg=org.koboc.collect.android]

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

Thank you Clarice, that worked!!!