Movesense - Accelerometer Sampling Rate change fails
问题 I am unable to change the Accelerometers sampling rate using the mobile API: I am subscribing using these commands: String strContract = sb.append("{\"Uri\": \"").append(connectedSerial).append(URI_MEAS_ACC_26).append("\"}").toString(); Log.d(LOG_TAG, "subscribeToSensor 1" + strContract); subscribedDeviceSerial = connectedSerial; mdsSubscription = mMds.builder().build(this).subscribe(URI_EVENTLISTENER, strContract, new MdsNotificationListener() { I have tried these strings: static private