Unable to get accelerometer values in version 3.0

I have the same and I get a delay/pause. Perhaps you are just taking the Accelerometer values as received?? I also get the same on iPad mini (non retina). I am however getting the acc->x value and then applying it to a Box2d Linear Impulse. Which in all fairness, shouldn’t matter.

Once you’ve set the dispatcher and listened to onAcceleration to get the direction. It’s simply applying this value to an impulse…

Actually I have been testing on an iPhone 5, not an Android, so the java files are irrelevant. I cannot consistently reproduce the effect, and is seems to happen more when I’m in debug mode running through Xcode. I will keep an eye on it and post if I can find a regularly reproducible issue.

Oh, i thought you met problem on Android.
I will try it on iOS device.

first of all i tried putting log and its printing constantly.
Yes, i am applying acc->x directly but with normal sprite to change angle.

I think for me it was an issue of too much data coming in so it was slowing down in processing. I set the interval to 0.025 and now it is behaving better. FYI this was more notable an issue on an iPad 4.

I think you are referring to this: Accelerometer data lagging issue ?

Where is the place to write above code?