The newer versions of the build dont exhibit this problem ..
-Dan

On Mon, Nov 30, 2009 at 6:30 AM, TonyDoc <tony...@gmail.com> wrote:

> I'm registering a sensor listener with this line of code.
>
> mSensorManager.registerListener(this,mSensorManager.getDefaultSensor
> (Sensor.TYPE_ACCELEROMETER), SensorManager.SENSOR_DELAY_FASTEST);
>
> The rate is set to SENSOR_DELAY_FASTEST with the expectation that I
> would receive events roughly every 20-30ms. It turns out that I
> receive events only every 200-220ms (just now, my event code simply
> logcats the system time).
>
> No matter which rate I use, SENSOR_DELAY_NORMAL, SENSOR_DELAY_UI,
> SENSOR_DELAY_GAME, or SENSOR_DELAY_FASTEST, I get the same result?
>
> Any ideas to what am I doing wrong?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to