Questions tagged [brother-print-sdk]

21 questions
0
votes
2 answers

Native linking failed in xamarin.iOS

I am using a native sdk (BrotherPrinter sdk) in my xamarin project, but while building the xamarin.iOS project am getting "Native linking failed" errors.How to fix this please help me on this. I did the following things but it didn't worked. Tried…
Xamarin
  • 27
  • 4
0
votes
1 answer

Printing out a bitmap QR code image with Brother Label Printer SDK prints out a blank label

I need to be able to print out a bitmap QR Code using my Brother QL-720NW. As of right now, I'm able to generate a QR code bitmap and display it properly in an ImageView. On a button press, the user needs to be able to print that QR code bitmap from…
Harry
  • 1
  • 4
0
votes
1 answer

Custom React Native module - not able to invoke method from react native to android native

i am trying to call the native method from react-native. but it throwing error. find the details below. basically i am trying to print from react native using brother sdk. its working emulator fine but few real devices working fine. but not working…
Kesavan R
  • 649
  • 1
  • 5
  • 23
0
votes
2 answers

Detect out of paper with Brother Print SDK for QL series label printers

I'm using the Brother Print SDK for Android. My code is based on the example code as shown in the manual: void printTemplate(int templateKey, String newText) { // Specify Printer final Printer printer = new Printer(); PrinterInfo settings =…
user1195883
  • 654
  • 4
  • 19
0
votes
1 answer

Android printing with Brother SDK via WiFi throws ERROR_WRONG_LABEL despite selecting correct labelNameIndex

I've been trying to print with Brother Print SDK 3.5.1 on Android 8.1.0. I keep getting ERROR_WRONG_LABEL. This is the code I use void printPdf() { // Specify printer final Printer printer = new Printer(); PrinterInfo…
Dan
  • 31
  • 3
0
votes
1 answer

ERROR_WRONG_LABEL while print via WIFI using Android's BROTHER SDK

I have Brother QL-710W label printer, I have tried to print via WIFI using Brother's SDK but every time I am getting ERROR_WRONG_LABEL error, I have tried ERROR_WRONG_LABEL when trying to print wireless using Android Brother Sdk for label…
Siddhpura Amit
  • 14,534
  • 16
  • 91
  • 150
1
2