Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
24 views

I want to use Intent API to turn off the audio feedback at scan into DataWedge profile. I tried this code: String profileName = DW_PROFILENAME; sendZebraDataWedgeIntentWithExtra("com.symbol....
Tobia's user avatar
  • 9,595
0 votes
0 answers
93 views

I'm working to implement the version 2.0.4.192 of the Zebra SDK to scan RFID tags with RFD40 handheld and TC53 android phone. When testing the SampleApp provide with the SDK if I remove and reattach ...
Carentir's user avatar
0 votes
1 answer
104 views

I have a problem with serialization. When I try ZPL code on Laberaly.com, it works as it should. But when that data is send to the printer, serialization does not work. Also, label is stored on ...
look_up's user avatar
  • 73
0 votes
0 answers
45 views

I want to integrate Zebra TC-21 device scanner in my PWA application so I want to ask how can I register the broadcast receiver and receive data from data wedge intents.
NickDroid's user avatar
  • 113
0 votes
0 answers
99 views

i have this ZPL code iam trying to send it a Zebra printer , i am trying to send this batch file that contains then variable data but actually it is not printed iam asking , whats is wrong ...
user3315958's user avatar
0 votes
1 answer
186 views

I have an issue like that when I send ZPL commands through c# code to the printer via Bluetooth it prints blank label (after calibration) or sometimes only a peace of the expected text. Additionally, ...
spruce's user avatar
  • 1
-1 votes
1 answer
250 views

I'm trying to change the printer settings of my Zebra GX430t usb printer so they persist for the entire time the printer is turned on. This is to avoid having to reload all printer settings every time ...
Tim's user avatar
  • 1
1 vote
0 answers
53 views

The Dockerfile: # Use an official Debian runtime as a parent image FROM debian:latest # Set environment variables ENV DEBIAN_FRONTEND=noninteractive # Install necessary packages ...
lcofresi's user avatar
1 vote
0 answers
235 views

I have a Zebra printer ZT230 and I am having a problem with positioning the labels. On the first print, the labels are positioned correctly, but on the second and third prints, the barcodes and text ...
Silviu Munteaunu's user avatar
1 vote
1 answer
111 views

my problem is, I have in Eclipse Scout, javascripts from Zebra for the Enterprise Browser. At first I had the javascripts directly in the project and loaded the required scripts in the head.html. Now ...
FelixFeuerdorn's user avatar
2 votes
0 answers
347 views

I'm currently trying to develop a basic RFID scanning app for a Zebra device. but unfortunately im facing the following error. i try out every solution but still the error exist. ERROR: * What went ...
ijaz bacha's user avatar
0 votes
1 answer
587 views

I am trying to send a ZPL file to a Zebra printer, but the contents of the file are being printed as ASCII text without being interpreted. I have tried some of the solutions provided in the following ...
Stefan van Roosmalen's user avatar
1 vote
0 answers
470 views

I'm currently developing an application with the Zebra Android SDK and facing a challenge in determining when a print job has completed on a Zebra printer. I am using the latest version of the Zebra ...
Camilo Romero's user avatar
2 votes
1 answer
560 views

I have following code in my MainActivity file Row EMDKResults results = EMDKManager.GetEMDKManager(Android.App.Application.Context, this); gives a runtime exception: Java.Lang.RuntimeException: 'stub' ...
B.Garin's user avatar
  • 21
0 votes
1 answer
560 views

I am working on Zebra Rfid reader android SDK. I downloaded sample code from https://www.zebra.com/us/en/support-downloads/software/demo/123rfid-mobile.html and i want to modify this code. I have RFID ...
zetros's user avatar
  • 35
0 votes
2 answers
1k views

When I test the sample code available at this url(https://www.zebra.com/us/en/support-downloads/software/demo/123rfid-mobile.html), this code reads tags almost 10 times faster than my code. Most of ...
zetros's user avatar
  • 35
0 votes
0 answers
49 views

I have a data from the excel uploaded online. I have to edit it on android app, then using the android app print a label from those data on a portable printer. I need to print the data using android ...
user8137's user avatar
0 votes
0 answers
115 views

I have successfully implemented the Link OS iOS SDK into my Xcode project. I created a bridging header for the .h files, and I am able to print successfully to our Zebra Printers I am having an issue ...
Willm132's user avatar
0 votes
2 answers
1k views

I am using the Zebra Link-OS SDK nuget to take advantage of the printer's operating system features including, connectivity, printing and management tasks. I am sending several pages to several ...
David C's user avatar
  • 3,820