Open GoogleCodeExporter opened 8 years ago
You need to activate this, by sending an event with:
REQUEST_FEATURECHANGE="com.hexad.bluezime.featurechange"
And the extra data:
REQUEST_FEATURECHANGE_ACCELEROMETER = "accelerometer"
Sample code:
Intent req = new Intent(REQUEST_FEATURECHANGE);
req.putExtra(REQUEST_FEATURECHANGE_ACCELEROMETER, true);
startService(req);
Accelerometer data is disabled by default because it really produces massive
amounts of data and this requires processing power and battery.
Let me know if that helps.
Original comment by kenneth@hexad.dk
on 9 Jun 2013 at 12:25
Original issue reported on code.google.com by
robzomb...@gmail.com
on 26 May 2013 at 8:46Attachments: