Data Route timed out exception
While trying to establish a data route with the sensors, ( accelerometer in my case) I am getting a
java.util.concurrent.TimeoutException: Adding a data route timed out after 8500ms
The service gets connected,
then when I do a mwBoard.connect with the board Object it connects,
The Connection State Handler is called at
void connected(){
}
Now when I try to establish a route , I get this exception.
Again this is not always but the error appears without any pattern.
Sometimes the issue is resolved after a restart of the android device and sometimes a restart of both the sensor and the android device is required.
This discussion has been closed.
Comments