AngelSara
About
- Username
- AngelSara
- Joined
- Visits
- 22
- Last Active
- Roles
- Member
Comments
-
It's not easy to post all the code but I was able to create the MetaWearBoard. The problem now is with BluetoothGatt: I'm fighting with the status 133. I have the Main class where with the bluetooth adapter (and manager), I search the device. The…
-
@propan What is a "watchdog"?
-
Only Android 5.0.2. Now the metawear are found but some hours ago no. After reading something around, I have disconnected the bluetooth (then reconnect) and the metawear are appeared! But I'm not sure if this is a random event or not. Maybe it's …
-
I have the same problem with my 2 RG RPRO..From 2 days, the metawear are not simple to find. A day the device found 2 metawear, after some hours, only one. Sometimes neither of them. I start to think that it's a problem with the Android 5.0 or more…
-
I have seen it but I made something a little different. For every MetaWear I have to run an AsyncTask. So, I don't understand when connect the device's MetaWearBoard. I have to create the Handler in the Activity where I found the MetaWears or it's b…
-
Ok thanks
-
Problem solved. I have forget to add: "getApplicationContext().bindService(new Intent(this, MetaWearBleService.class), this, Context.BIND_AUTO_CREATE);" in the onCreate().
-
Besides, if I write: MetaWearBleService.LocalBinder binder; public void onServiceConnected(ComponentName name, IBinder service) { binder = (MetaWearBleService.LocalBinder) service; Android Studio give me "Attempt to invoke virtual method 'com…