Zebra DevTalk | Latest Features in DataWedge 8.x | Wednesday, August 19 2020

Submitted by Stacey Kruczek on
1 MIN READ

DataWedge is the recommended approach for capturing data on Zebra Android mobile computers – barcode scanning, RFID or even voice.  Over the past few months we have added even more features to DataWedge such as multiple barcode scanning, enhanced security, OCR, signature capture, new decoder support and much more.  These features are available for free on our enterprise-series Android devices so learn how to take advantage of them in this webinar.

Presented by Darryn Campbell and Catherine Wei, Software Engineers, Zebra Technologies

 

Scan with DataWedge Using Explicit Broadcast Intents

Submitted by Darryn Campbell on
4 MIN READ

DataWedge 8.0 introduced a new capability to the DataWedge Intent output plugin, the ability to specify the component of the application which will receive the Intent.

Up until version 8.0, DataWedge only allowed you to specify the action, category and delivery mechanism (Start Activity, Start Service or Send Broadcast)

Access Serial Number and IMEI on Mobile Computers Running Android 10 and higher

Submitted by Darryn Campbell on
2 MIN READ

By @darryncampbell

The sample application to accompany this post can be found at https://github.com/darryncampbell/EMDK-DeviceIdentifiers-Sample. This article was updated on 19th April to reflect the behaviour on Android 11

Generating a Package Signature for Use by MX

Submitted by Darryn Campbell on
6 MIN READ

By @DarrynCampbell

Zebra's MX layer exposes configuration and provisioning capabilities for Zebra devices. Some of these features can be potentially misused by harmful apps so in these cases it is required to specify the signature of the signing certificate used to create the app, this ensures that only the desired app is given the elevated privileges.

DataWedge Background Scanning on Zebra Android Devices

Submitted by Darryn Campbell on
4 MIN READ

DataWedge Background Scanning

The sample application to accompany this post is available on Github

Although not common, some customers targeting Zebra Android mobile computers need to be able to scan barcodes when the application is in the background or the mobile computer is in the standby state. Following a question posted on the developer forum we came up with an architecture that appeared to work reliably.