37 questions
0
votes
0
answers
24
views
How to configure Zebra Mobile Computer to not play the scan audio feedback?
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....
0
votes
0
answers
93
views
Zebra SDK execption RFID_API_COMMAND_TIMEOUT when trying to reconnect
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 ...
0
votes
1
answer
104
views
ZPL and Serialization Field (^SF)
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 ...
0
votes
0
answers
45
views
How to register and receive broadcast intents in a PWA application
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.
0
votes
0
answers
99
views
send variable data to Zebra printer to print GS1-128 code
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 ...
0
votes
1
answer
186
views
Zebra ZQ520 is not printing through code or Setup Utilities
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, ...
-1
votes
1
answer
250
views
Zebra Label Printer (Gx430t) set printer configuration settings
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 ...
1
vote
0
answers
53
views
Having problems installing the Zebra search engine (https://www.indexdata.com/resources/software/zebra/) in a docker container
The Dockerfile:
# Use an official Debian runtime as a parent image
FROM debian:latest
# Set environment variables
ENV DEBIAN_FRONTEND=noninteractive
# Install necessary packages
...
1
vote
0
answers
235
views
Zebra ZT230 printer prints labels in different positions after first print - how can I fix this problem?the positions change at each iteration in C#
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 ...
1
vote
1
answer
111
views
Eclipse Scout/Zebra Enterprise Browser, javascript namespace conflict
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 ...
2
votes
0
answers
347
views
Adding Zebra EMDK to React Native - Getting the warning message 'Could not find com.symbol:emdk:9.1.1'
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 ...
0
votes
1
answer
587
views
Print ZPL file to Zebra printer results into ASCII dump
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 ...
1
vote
0
answers
470
views
How to Determine When a Print Job Completes Using Zebra Android SDK
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 ...
2
votes
1
answer
560
views
Zebra SE4710 EMDK Atol Smart Slim Plus . Stub (NullReferenceException)
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' ...
0
votes
1
answer
560
views
Zebra android SDK count TID and EPC
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 ...
0
votes
2
answers
1k
views
Zebra Android SDK is reading RFID tags slowly
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 ...
0
votes
0
answers
49
views
How to access data from excel online using android app?
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 ...
0
votes
0
answers
115
views
Swift Zebra TcpPrinterConnection Remains Open
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 ...
0
votes
2
answers
1k
views
Zebra Printer Pausing after TCP Send using SDK
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 ...