Barcode scanner

Hello
What barcode scanner app (without pic2shop Barcode & QR Scanner) will run
on Samsung GT-P3100 tablet without autofocus camera?
I tried the 20 programs from Google Play. None scans. Is there any that
work properly on this tablet?

I want to integrate this barcode scanner with odk form.

Please assist me on this.

Hello
To add on what Justine is saying

We were nicely using Samsung Galaxy Tab 2 GT-P6200 which has auto focus camera and TEXT(micro) scene shooting mode to scan bar code.

We have now received Galaxy Tab 2 GT-P3100, its camera has no auto focus mode neither have TEXT(micro) shooting mode hence unable to read small size bar code.
The only android application that has proved to ready small size bar code with this device is SCANDIT, http://www.scandit.com/barcode-scanner-sdk/ but this application is not supported with ODK Collect

Could you please advice on how we can get it to work?

Please assist me on this.

Advocatus

Hi Justine,

Are you also generating the barcode? If so, you can try to replace it with
QR code. It supposedly can be scanned without the need of auto focus.

Let me know if that works.

Guevara

··· On Saturday, May 24, 2014 4:48:26 PM UTC+3, Justine Govela wrote: > > Hello > What barcode scanner app (without pic2shop Barcode & QR Scanner) will run > on Samsung GT-P3100 tablet without autofocus camera? > I tried the 20 programs from Google Play. None scans. Is there any that > work properly on this tablet? > > I want to integrate this barcode scanner with odk form. > > Please assist me on this. >

Advocatus,

ODK uses the ZXing scanner. If you want to change that behavior,
you'll need to write Java code. You'll need to change the Intent call
at https://code.google.com/p/opendatakit/source/browse/src/org/odk/collect/android/widgets/BarcodeWidget.java?repo=collect#72
to whatever intent that Scandit supports. If Scandit doesn't have
Intent support, then you'll need to integrate their SDK instead.

Yaw

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

On Mon, May 26, 2014 at 5:44 AM, akakorozya@gmail.com wrote:

Hello
To add on what Justine is saying

We were nicely using Samsung Galaxy Tab 2 GT-P6200 which has auto focus camera and TEXT(micro) scene shooting mode to scan bar code.

We have now received Galaxy Tab 2 GT-P3100, its camera has no auto focus mode neither have TEXT(micro) shooting mode hence unable to read small size bar code.
The only android application that has proved to ready small size bar code with this device is SCANDIT, http://www.scandit.com/barcode-scanner-sdk/ but this application is not supported with ODK Collect

Could you please advice on how we can get it to work?

Please assist me on this.

Advocatus

--

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.

Hello Yaw,

I am unable to check out the ODK collect source code using Git Bash when
running the following command;
hg clone https://code.google.com/p/opendatakit.collect/
with error message; sh.exe": hg: command not found

What could be the reason to it?

Kind regards,

Advo

··· On Tue, May 27, 2014 at 4:55 PM, Yaw Anokwa wrote:

Advocatus,

ODK uses the ZXing scanner. If you want to change that behavior,
you'll need to write Java code. You'll need to change the Intent call
at
https://code.google.com/p/opendatakit/source/browse/src/org/odk/collect/android/widgets/BarcodeWidget.java?repo=collect#72
to whatever intent that Scandit supports. If Scandit doesn't have
Intent support, then you'll need to integrate their SDK instead.

Yaw

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

On Mon, May 26, 2014 at 5:44 AM, akakorozya@gmail.com wrote:

Hello
To add on what Justine is saying

We were nicely using Samsung Galaxy Tab 2 GT-P6200 which has auto focus
camera and TEXT(micro) scene shooting mode to scan bar code.

We have now received Galaxy Tab 2 GT-P3100, its camera has no auto focus
mode neither have TEXT(micro) shooting mode hence unable to read small size
bar code.
The only android application that has proved to ready small size bar
code with this device is SCANDIT,
http://www.scandit.com/barcode-scanner-sdk/ but this application is not
supported with ODK Collect

Could you please advice on how we can get it to work?

Please assist me on this.

Advocatus

--

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.

--

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 a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit/UrTxK1ohlck/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Advo,

The repo uses Mercurial (hg), not Git (git).
http://mercurial.selenic.com/downloads

Yaw

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

On Wed, May 28, 2014 at 6:44 AM, akakorozya akakorozya@gmail.com wrote:

Hello Yaw,

I am unable to check out the ODK collect source code using Git Bash when
running the following command;
hg clone https://code.google.com/p/opendatakit.collect/
with error message; sh.exe": hg: command not found

What could be the reason to it?

Kind regards,

Advo

On Tue, May 27, 2014 at 4:55 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Advocatus,

ODK uses the ZXing scanner. If you want to change that behavior,
you'll need to write Java code. You'll need to change the Intent call
at
https://code.google.com/p/opendatakit/source/browse/src/org/odk/collect/android/widgets/BarcodeWidget.java?repo=collect#72
to whatever intent that Scandit supports. If Scandit doesn't have
Intent support, then you'll need to integrate their SDK instead.

Yaw

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

On Mon, May 26, 2014 at 5:44 AM, akakorozya@gmail.com wrote:

Hello
To add on what Justine is saying

We were nicely using Samsung Galaxy Tab 2 GT-P6200 which has auto focus
camera and TEXT(micro) scene shooting mode to scan bar code.

We have now received Galaxy Tab 2 GT-P3100, its camera has no auto focus
mode neither have TEXT(micro) shooting mode hence unable to read small size
bar code.
The only android application that has proved to ready small size bar
code with this device is SCANDIT,
http://www.scandit.com/barcode-scanner-sdk/ but this application is not
supported with ODK Collect

Could you please advice on how we can get it to work?

Please assist me on this.

Advocatus

--

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.

--

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 a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit/UrTxK1ohlck/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--

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.

Hello Yaw,

Thank you for your quick response

I have managed to pull source code using eclipse Version: Indigo Service
Release 2
But when I import the project it comes with atleast 78 errors
Most of them are 1. CameraUpdateFactory cannot be resolved, 2.
DocumentContract cannot be resolved, 3. GoogleMap cannot be resolves
LatLng cannot be resolved, 4. Marker cannot be resolve and e.t.c

I have downloaded most of the the Libraries in the SDK manager with no
success

Regards,

Advo

··· On Wed, May 28, 2014 at 4:47 PM, Yaw Anokwa wrote:

Advo,

The repo uses Mercurial (hg), not Git (git).
http://mercurial.selenic.com/downloads

Yaw

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

On Wed, May 28, 2014 at 6:44 AM, akakorozya akakorozya@gmail.com wrote:

Hello Yaw,

I am unable to check out the ODK collect source code using Git Bash when
running the following command;
hg clone https://code.google.com/p/opendatakit.collect/
with error message; sh.exe": hg: command not found

What could be the reason to it?

Kind regards,

Advo

On Tue, May 27, 2014 at 4:55 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Advocatus,

ODK uses the ZXing scanner. If you want to change that behavior,
you'll need to write Java code. You'll need to change the Intent call
at

https://code.google.com/p/opendatakit/source/browse/src/org/odk/collect/android/widgets/BarcodeWidget.java?repo=collect#72

to whatever intent that Scandit supports. If Scandit doesn't have
Intent support, then you'll need to integrate their SDK instead.

Yaw

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

On Mon, May 26, 2014 at 5:44 AM, akakorozya@gmail.com wrote:

Hello
To add on what Justine is saying

We were nicely using Samsung Galaxy Tab 2 GT-P6200 which has auto
focus
camera and TEXT(micro) scene shooting mode to scan bar code.

We have now received Galaxy Tab 2 GT-P3100, its camera has no auto
focus
mode neither have TEXT(micro) shooting mode hence unable to read
small size
bar code.
The only android application that has proved to ready small size bar
code with this device is SCANDIT,
http://www.scandit.com/barcode-scanner-sdk/ but this application is
not
supported with ODK Collect

Could you please advice on how we can get it to work?

Please assist me on this.

Advocatus

--

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.

--

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 a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit/UrTxK1ohlck/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--

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.

--

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 a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit/UrTxK1ohlck/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Advo,

Make sure you are using Google API SDKs and Play Services.
http://code.google.com/p/opendatakit/source/checkout?repo=playservices

If you have any other code related questions, send them to
opendatakit-developers@googlegroups.com

Yaw

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

On Fri, May 30, 2014 at 1:52 AM, akakorozya akakorozya@gmail.com wrote:

Hello Yaw,

Thank you for your quick response

I have managed to pull source code using eclipse Version: Indigo Service
Release 2
But when I import the project it comes with atleast 78 errors
Most of them are 1. CameraUpdateFactory cannot be resolved, 2.
DocumentContract cannot be resolved, 3. GoogleMap cannot be resolves
LatLng cannot be resolved, 4. Marker cannot be resolve and e.t.c

I have downloaded most of the the Libraries in the SDK manager with no
success

Regards,

Advo

On Wed, May 28, 2014 at 4:47 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Advo,

The repo uses Mercurial (hg), not Git (git).
http://mercurial.selenic.com/downloads

Yaw

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

On Wed, May 28, 2014 at 6:44 AM, akakorozya akakorozya@gmail.com wrote:

Hello Yaw,

I am unable to check out the ODK collect source code using Git Bash when
running the following command;
hg clone https://code.google.com/p/opendatakit.collect/
with error message; sh.exe": hg: command not found

What could be the reason to it?

Kind regards,

Advo

On Tue, May 27, 2014 at 4:55 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Advocatus,

ODK uses the ZXing scanner. If you want to change that behavior,
you'll need to write Java code. You'll need to change the Intent call
at

https://code.google.com/p/opendatakit/source/browse/src/org/odk/collect/android/widgets/BarcodeWidget.java?repo=collect#72
to whatever intent that Scandit supports. If Scandit doesn't have
Intent support, then you'll need to integrate their SDK instead.

Yaw

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

On Mon, May 26, 2014 at 5:44 AM, akakorozya@gmail.com wrote:

Hello
To add on what Justine is saying

We were nicely using Samsung Galaxy Tab 2 GT-P6200 which has auto
focus
camera and TEXT(micro) scene shooting mode to scan bar code.

We have now received Galaxy Tab 2 GT-P3100, its camera has no auto
focus
mode neither have TEXT(micro) shooting mode hence unable to read
small size
bar code.
The only android application that has proved to ready small size bar
code with this device is SCANDIT,
http://www.scandit.com/barcode-scanner-sdk/ but this application is
not
supported with ODK Collect

Could you please advice on how we can get it to work?

Please assist me on this.

Advocatus

--

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.

--

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 a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit/UrTxK1ohlck/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--

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.

--

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 a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit/UrTxK1ohlck/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

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.