Questions tagged [datawedge]

DataWedge provides a convenient mechanism for non-scanning aware applications to receive data from embedded or connected data capture devices

DataWedge provides a convenient mechanism for non-scanning aware applications to receive data from embedded or connected data capture devices. It allows the user to capture data into any application that accepts keyboard input. It supports four types of Data Feeds: Barcode Scanners, RFID Tag Readers, MSR Readers and Serial Data Input. It provides user with text/hex data formatting and prefix/suffix facilities.

52 questions
0
votes
1 answer

Does flutter change incoming Android Intents?

I am writing a Flutter app that listens for barcode scans via Zebra's Datawedge service. I have the service configured that it launches an Android Intent with the barcode information. I am able to successfully register a broadcast receiver, and I…
0
votes
1 answer

Zebra Scanner Adding Newline

I'm using a Zebra TC70 with DataWedge to capture scanned data. Every barcode I scan is having \r\n appended to the end. Why is it doing this and how can I stop it?
owl1929839
  • 11
  • 2
0
votes
1 answer

How to enable/disable barcode scanner using Datawedge in Xamarin Forms

I am developing an inventory management app in xamarin forms using Zebra TC20 model. Right now I am able to retrieve barcode data using datawedge. Now I am trying to disable and enable barcode scanner using datawedge as well. I have surfed and found…
Sashi Kumar
  • 75
  • 10
0
votes
1 answer

Datawedge Error during the scan with Motorola MC3100

`Has anyone seen the following error in Datawedge 3.2.4: Error : Scanner : SCN1: Failed to get supported RSM attribute count. Error=a0000012 Error : Scanner : SCN1: Scanning failed. Error : a000001d . If so do you know the cause or fix?`
0
votes
0 answers

RhoMobile and DataWedge: Receiving Intents

My customer is using Zebra TC51 devices together with RhoMobile. He wants to upgrade from Android 7.1 to Android 8.1. After the upgrade using the latest lifeguard update, our RhoMobile Application is no longer able to use the scanner. It is not…
esskar
  • 10,638
  • 3
  • 36
  • 57
0
votes
1 answer

How to handle failure cases and scanner timeout callback in zebra using DataWedge in android?

Used DataWedge feature to scan the barcode in zebra device and send it back to device using intent. I used below code to receive scanned data using intent. override fun onNewIntent(intent: Intent) { super.onNewIntent(intent) // …
Gopinathan B
  • 382
  • 1
  • 2
  • 10
0
votes
1 answer

Android java.lang.NullPointerException error with BroadcastReceiver

Everytime the application gets to my second activity it crashes, giving the error. My activity: public class SecondActivity extends AppCompatActivity { EditText barcodeText = findViewById(R.id.barcodeText); @Override protected void…
n1ckk
  • 25
  • 4
0
votes
1 answer

Is it possible to set default app for Zebra barcode scanner?

I'm created small react native app for Zebra TC20 barcode scanner. It works just fine. The main issue I need to solve is somehow open my app on scan button press... By default when scan button is pressed and if my app is not running the DWDemo app…
Kin
  • 4,466
  • 13
  • 54
  • 106
0
votes
1 answer

Does Zebra DataWedge capture the on-scanner hardware key presses?

We are considering using Zebra Android based bar code scanners with the DataWedge software in our apps. (Flutter app). I see in documentation that the DataWedge software can auto scan bar code value to the selected text input field, which is great.…
gregthegeek
  • 1,353
  • 3
  • 14
  • 24
0
votes
1 answer

Using Android Zebra tc70 with DataWedge barcode scanner but not getting end of line codes from scans

This is an app that was working fine on an older device but since installing on a Zebra TC70 the barcode scans are not returned with end of line codes as they were before. I can't find a setting in DataWedge to add an eol code either. Do I need to…
Amos Fox
  • 308
  • 1
  • 10
0
votes
1 answer

Use Datawedge with flutter

I am trying to use the datawedge intent API with my flutter application, on a Zebra android scanner. I started to use the Zebra EMDK API from a git repository, which works perfectly. Now I want to migrate it (which is recommended by Zebra) because I…
Adrien
  • 1
  • 2
0
votes
1 answer

cordova ionic not able get active profile datawedge

My Code as below, when i get the intent log only return me ok. I need to get list of profile in data wedge. Please help. (window).plugins.intentShim.sendBroadcast({ action: 'com.symbol.datawedge.api.ACTION', extras: { …
micky
  • 235
  • 2
  • 4
  • 16
0
votes
1 answer

How to program datawedge on mc67 to advance to next screen after scanning a barcode

I am currently trying to configure datawedge on a Motorola MC67. It works fine when scanning a barcode to an open field in the application that I am using for our WMS software. However if there is no open field, nothing happens when scanning the…
0
votes
1 answer

Datawedge scanner in Motorola MC92N0 goes idle on some pages in Internet Explorer

I have a problem with barcode scanner on Motorola MC92N0 device running on Windows Embedded Compact 6.5. Sometimes when I open some page in Internet Explorer scanner stops working and in Datawedge application it shows status IDLE. Behaviour is very…
0
votes
0 answers

DataWedge Reg Settings on Mobile Computers

I am using Avalanche MDM to manage a number of older devices. I am looking for the registry path for DataWedge being used on Motorola 9090, 9190, and 9200. The two i cannot find are the Interchar delay and I want to diasble Send as Events. This…