ZebraDevs / DataWedge-Ionic-Demo

Demo Ionic application using Datawedge on Zebra mobile devices
Other
43 stars 21 forks source link

Pre 6.3 not active profile #15

Closed welcome14 closed 4 years ago

welcome14 commented 4 years ago

Hi, i have an symbol TC55BH, kitkat. The ionic demo app non find active profile, I have create manually the profile and configured as mentioned in readme.md. The warning messagge "pre 6.3+" remains.

i have also use the profile in the link here, but the problem remains.

i have datawedge -v 3.1.29.

Help me, Thank you.

darryncampbell commented 4 years ago

I would not expect any of the functions that depend on the DataWedge API to work with DW 3.1. Looks like that link in the question is not public.

If you are able to scan barcodes but they are not appearing in the app then it is probably because the code is looking for com.symbol.blah https://github.com/ZebraDevs/DataWedge-Ionic-Demo/blob/89f55e5ac70dd41842cddd292a0db57de75aad1f/src/pages/home/home.ts#L197 but DataWedge v3.1 is sending out com.motorolasolutions.blah (https://techdocs.zebra.com/emdk-for-android/3-1/tutorial/tutdatacaptureintent/) so you may need to update home.ts lines 197 and 198

welcome14 commented 4 years ago

thank you, I really thought the warning was gone... The barcodes appearing in the app without replace the two lines.

Thank You!!