Home › Forums › Ask the Flomies › ACR1255U Ionic integration android
Tagged: android, cordova, ionic, plugin acr1255
-
AuthorPosts
-
July 14, 2016 at 6:13 pm #56010
Hi Guys,
I am just having some difficulties here, using cordova and ionic. installed the cordovable plug, managed to scan for the device and connect to it.
Not sure how to get anything forther really interms of using the sdk or the plugin. Any help please…
July 14, 2016 at 6:47 pm #56011Hi Omyr, currently our strength is in iOS support. We have the Flomio SDK released for Android but have yet to implement the Android Cordova wrapper to include in the plugin bundle. That development is currently under way and projected to be completed in 2 weeks time.
best,
RichardSeptember 14, 2016 at 7:09 am #56451Hi,
We have same issue here using cordova and ionic. We are able to successfully connect and authenticate to the reader using the BLE plugin. However when we are trying to get the card data we ran into problems. To resolve issue we are trying to build cordova plugin, using ACR android library for further operations. We have created a basic plugin and initialized the bluetooth device using onCreate method.
But when we are trying to build the app, we got an error : ‘null is not valid Bluetooth address.’Please find the sample code I am using to get bluetooth address giving an error.
final Intent intent = cordova.getActivity().getIntent();
mDeviceAddress = intent.getStringExtra(EXTRAS_DEVICE_ADDRESS);final BluetoothDevice device =
bluetoothAdapter.getRemoteDevice(mDeviceAddress);Please help me out.
September 15, 2016 at 12:28 pm #56458Hello Harshad,
It seems that when the intent is being created the “putExtra” is receiving a null, do you have the code where the intent is being created?
November 6, 2017 at 6:05 am #61490Hi Richard,
could you please advise if you were able to finish the Android version of the Cordova plugin for the ACR1255?
If so; where could we retrieve that code?
We have purchased the device but it’s kind of gathering dust at the moment 🙂Best regards,
Nick
June 8, 2018 at 7:47 am #63112Hi Nick,
This thread is also gathering dust! 🙂
You’ll be happy to hear that our engineering team are actively working on this and currently have customers testing a beta SDK built in Javascript that can work on both iOS and Android but it is not fully released or public as of yet.
For the moment, I can only suggest holding tight until it is polished, tested and ready for release.Kind Regards,
Scott- This reply was modified 6 years, 4 months ago by Scott.
-
AuthorPosts
You must be logged in to reply to this topic.