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
4
votes
1 answer

Broadcast intent delivery with DataWedge is not working in android app?

I am trying to get barcode in my app using DataWedge in Motorola MC40N0. I created a profile in DataWedge. Intent action is android.intent.action.DEFAULT and Intent category is android.intent.category.MAIN and selected intent delivery as broadcast…
3
votes
0 answers

Zebra Datawedge Stops receiving scans

Using a Zebra MC3300 Device with Datawedge 8.0 + I've been working on a scanning app that requires me to scan an RFID in step one and immediately scan a barcode in step two. The process is repeated to link the RFID and barcode in the DB. I've…
2
votes
1 answer

Problem receiving Intents with Zebra Data wedge API

We are currently using a zebra device for company asset management so we are developing a small prototype android app to scan RFID tags. I've read from the data wedge API that the app can get scanned output has an intent broadcast. But the app is…
2
votes
1 answer

Profile is created but there are no apps associated in DataWedge Zebra TC25

I am working on Zebra TC25 devices, trying to create a profile using DataWedge API's programmatically. The profile is created and I tried to scan a barcode but nothing happens So I checked my DataWedge App(version 7.0.4), I went inside my profile…
nethra gowda
  • 290
  • 1
  • 4
  • 23
2
votes
1 answer

How to use the barcode captured with a scanner using DataWedge?

How does DataWedge works? I read that you have to create a profile from the app and associate it with your app, but after that, in my app, how can I use the barcode I have just scanned? For like displaying it in a textview or send it to a server. I…
n1ckk
  • 25
  • 4
2
votes
2 answers

ZXing.NET laser scanning

is there a way to force a ZXing.NET app to use the built in laser scanner on a device instead of the camera? I have a client using the Android TC55 for scanning bar codes and the main requirement is bar code scanning using the built in laser. The…
larryc19
  • 31
  • 4
2
votes
2 answers

how to scan bar-code without datawedge in motorola device with android OS

I'm currently doing an application in Motorola MC40 device to scan the barcode. In order to do that i need to register the activity in datawedge app. Can i do a scan without creating the profile or registering the activity in datawedge? Note: I have…
Anoop
  • 849
  • 3
  • 13
  • 28
2
votes
1 answer

How to interpret an GS1-128 UCC/EAN-128 Motorola with EMDK 2.6 or DataWedge?

I'm trying to read a ean-128 with a Motorola MC3190 device. Reading the sample string (00)123456789012345675(15)010105, both Emdk and Datawedge return this: ]C10012345678901234567515010105. I read FNC1 character ( "]C1" ), but the other parameters,…
T. Phanelly
  • 189
  • 5
  • 17
1
vote
1 answer

Java parcelable array to Delphi array

I am trying to translate a Java code into Delphi code in order to use the API of an Android application (DataWedge application). To contextualize, DataWegde allows, among other things, to send to an Android application the barcode read by the laser…
user2244705
  • 361
  • 4
  • 16
1
vote
0 answers

Flutter and android_intent_plus - use Zebra DataWedge API

Would someone be able to tell what am I doing wrong? DataWedge API Documentation For testing I did something like this: floatingActionButton: FloatingActionButton( onPressed: () async { AndroidIntent intent = const…
TronComputers
  • 304
  • 2
  • 13
1
vote
1 answer

Zebra Datawedge 6.2.24 enable/disable not working on Zebra TC75

I am trying to get zebra data wedge to enable /disable sample ( https://github.com/darryncampbell/DataWedge-Quick-Suspend-Scanner ) working on zebra TC 75 scanner handset having android version 5.1.1 data wedge version on Zebra TC75 handset is…
1
vote
0 answers

Zebra Scanner Service

I am using a Zebra TC26 scanner and want to create a background java service that can trigger scans and read barcodes. I have a app that has no activity and only one service (this service is a middleman between my app and the zebra scanner api). I…
Yellown
  • 426
  • 2
  • 6
  • 16
1
vote
2 answers

Disable scanner programmatically in DataWedge

Actually i use Output Intent from DataWedge to send decoded data to my application, so in the application there is recorded a BroadcastReceiver which get the decoded data private BroadcastReceiver myBroadcastReceiver = new BroadcastReceiver() { …
NiceToMytyuk
  • 3,644
  • 3
  • 39
  • 100
1
vote
2 answers

Why zebra InputScannerPlugin stops react to sended broadcast?

I am creating an Android apk on ZEBRA MC3300 - this device have preinstalled DataWedge, in my app I use Zebra InputScannerPlugin to disable/enable scanner depending on activity. I have code for disable/enable methods from Zebra guide it looks like…
Cerveza
  • 11
  • 2
1
vote
1 answer

DataWedge set picklist programmatically

I am using a TC25 and would like to set the Picklist option in Zebra's Datawedge by passing a set_config intent to the DataWedge service. I am using a cordova app and am sending the intent using this plugin. The relevant code is below: var paramList…
Akil
  • 719
  • 13
  • 23
1
2 3 4