[android-developers] Ang.: Accelerometer frequency

2011-05-29 Thread Dag Rende
Hi,

I made some more tests on my Nexus S with OS 2.3.4.

Sensor reading period averages for different sensor delays.

Sensor.TYPE_GYROSCOPE

   - SENSOR_DELAY_NORMAL 9.2ms
   - SENSOR_DELAY_UI 9.2ms
   - SENSOR_DELAY_GAME 9.2ms
   - SENSOR_DELAY_FASTEST 1.15ms

Sensor.TYPE_ACCELEROMETER

   - SENSOR_DELAY_NORMAL 161ms 
   - SENSOR_DELAY_UI 20ms
   - SENSOR_DELAY_GAME 20ms
   - SENSOR_DELAY_FASTEST 20ms

Sensor.TYPE_MAGNETIC_FIELD

   - SENSOR_DELAY_NORMAL 125ms 
   - SENSOR_DELAY_UI 60ms
   - SENSOR_DELAY_GAME 20ms
   - SENSOR_DELAY_FASTEST 16.7ms

Regards,
Dag

-- 
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

[android-developers] activity that just forwards to another

2010-04-23 Thread Dag Rende
I have written an app thar can handle a vCard attachment from a mail
app by opening the contacts app with the contact. It works fine but
after the contact is saved, it returns to the view of my app. How do I
get it "invisible" so that I get back to the mail app instead?
See http://code.google.com/p/card-catcher.

Regards,
Dag

-- 
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