Search found 4 matches
- 14:59, 06 Jul 2015
- Forum: Texas Instruments
- Topic: App works fine in the client, does nothing in native
- Replies: 7
- Views: 60853
Re: App works fine in the client, does nothing in native
Fixed the Issue. For others who run into this, I had to add the plugin to the project by opening a command prompt at my app folder (c:\Users\myname\TItemp) (app is caled TItemp that I built) and then running the command: cordova plugin add https://github.com/evothings/cordova-ble I then recompiled m...
- 14:58, 06 Jul 2015
- Forum: Texas Instruments
- Topic: ti-sensortag-sensors works in workbench not on phone
- Replies: 1
- Views: 17199
Re: ti-sensortag-sensors works in workbench not on phone
Fixed the Issue. For others who run into this, I had to add the plugin to the project by opening a command prompt at my app folder (c:\Users\myname\TItemp) (app is caled TItemp that I built) and then running the command: cordova plugin add https://github.com/evothings/cordova-ble I then recompiled m...
- 13:59, 06 Jul 2015
- Forum: Texas Instruments
- Topic: ti-sensortag-sensors works in workbench not on phone
- Replies: 1
- Views: 17199
ti-sensortag-sensors works in workbench not on phone
Others have mentioned this and I have not found a fix. I used the example ti-sensortag-sensors in the workbench and it finds my cc2650 sensor just fine and everything works. But when I compile the demo app and execute it on an Android phone (Nexus 6 running Android 5.0.1) it never finds the sensor. ...
- 13:38, 06 Jul 2015
- Forum: Texas Instruments
- Topic: App works fine in the client, does nothing in native
- Replies: 7
- Views: 60853
Re: App works fine in the client, does nothing in native
I am having the same issue. I am using the ti-sensortag-sensors example that I modified and it works when using the EvothingsWorkbench but fails to use ble (app is using easyble) when compiled on the Android phone. It looks to be a config file or easy-ble plugin issue but I don't know how to fix it....