prot984
Posts: 0
Joined: Thu Mar 14, 2013 1:16 pm

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???

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

bluetooth

Hello! Yes, you can do that. You would need to add files to External resources (Project--App Settings-- External resources)

Chris Smith
Posts: 0
Joined: Sat Jun 21, 2014 5:51 pm

bluetooth

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! :)

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

bluetooth

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...

Chris Smith
Posts: 0
Joined: Sat Jun 21, 2014 5:51 pm

bluetooth

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

bluetooth

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

Chris Smith
Posts: 0
Joined: Sat Jun 21, 2014 5:51 pm

bluetooth

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

bluetooth

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.

Chris Smith
Posts: 0
Joined: Sat Jun 21, 2014 5:51 pm

bluetooth

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

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

bluetooth

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...

Return to “Issues”