bluetooth
is there any way to add phonegap bluetooth plugin? or is there any other solution to have an application that get data from other devices by bluetooth???
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
is there any way to add phonegap bluetooth plugin? or is there any other solution to have an application that get data from other devices by bluetooth???
Hello! Yes, you can do that. You would need to add files to External resources (Project--App Settings-- External resources)
can you elaborate? I'm trying to build an app with appery.io and have tried several bluetooth plugins with no luck? Here's my link: http://appery.io/app/project/e9c07264.... I can't seem to get the plugin in the right place and when I do, it always fails to find some other phonegap or cordova lib.
new to phonegap. help please!
Chris,
We replied you via email, but I'll repeat.
Please look at this post: https://github.com/randdusing/Bluetoo... There is the same error as you have, you need Target SDK version 4.3 and above. Actually, it is described here: https://github.com/randdusing/Bluetoo...
so, since appery only has the option for up to SDK 4.2, how do I get 4.3? Is there a way to load it?
Hi Chris,
You can manually specify SDK in Source files:
Android-projectName-AndroidManifest.xml
Android-projectName-default.properties
Android-projectName-pom.xml
Android-pom.xml
thanks for the reply. I changed all the configs above to 18(4.3) and got the same message. any ideas?
do I need to download and add the new 4.3 SDK or is it available to appery already.
new to this. thanks
my app is set to public. please feel free to take a look. just trying to get ANY bluetooth plugin to compile. I've tried about 6 of them so far and no luck.
app id: e9c07264-23f0-4b58-808c-cbb1779b2643
Hello Chris,
We are very sorry for delay. Could you please clarify, do you still have this issue? If you do, could you please specify your app id, because we can't find this one.
Yes, I still have the issue. I tried another plugin https://github.com/don/BluetoothSerial. I believe once you guys resolve the issue with Don's test app and plugin, http://appery.io/app/project/fdf7fa8d..., mine should work.
--thanks
Hello!
Please specify where did you get this code:
codevar bluetoothSerial = require('com.megster.cordova.bluetoothserial.bluetoothSerial');/code
Please pay your attention that there is no require function in JS.
Please take a look here:
http://stackoverflow.com/questions/51...