phonesensors

  1. rleiman

    Android Question PhoneSensors Stop Listening

    Hi Everyone, I'm trying to stop the PhoneSensors from listening but am having trouble doing it. Can you look at my code and let me know what I still need to do? This these next 3 sub routines have coding that supposedly stops the listening. Sub Activity_Resume DisplaySalatTimes...
  2. D

    Wish include setting maxReportLatencyUs in PhoneSensors library

    The android has also the following call to register a sensor: boolean registerListener (SensorEventListener listener, Sensor sensor, int samplingPeriodUs, int maxReportLatencyUs) The maxReportLatencyUs can be used to set the interval in reporting of a sensor. This can be higher than second and...
  3. D

    Android Question registerListener with maxReportLatencyUs

    Hi, I need to set maxreportlatencyus when registering a sensor reading The android has the following: boolean registerListener (SensorEventListener listener, Sensor sensor, int samplingPeriodUs, int maxReportLatencyUs) How can I use it with the...
Top