Hi --
I am trying to get a Zebra scanner working with an Android tablet and I think I have everything set up correctly but I am getting this message when I try scanning a bar code "BarcodeSender thread barcode available but notifications are disabled"
We have another app that is working as expected on the same device with the same scanner and the same bar code so I'm not sure what I've missed in the new app.
I have compared the two projects and can not figure it out.
Hopefully someone can tell me what step I've missed?
Thanks
Rich
BarcodeSender thread barcode available but notifications are disabled |
1 Replies
I figured this out - I had not implemented one of the interfaces and set the delegate to my activity. Once I did that the scanner events fired as expected.