Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android devices with pressure sensor [closed]

Are there any Android devices out there that have a barometric pressure sensor?

I know that the android.hardware.Sensor class has a TYPE_PRESSURE constant and the getAltitude method in SensorManager almost mentions atmospheric pressure.

So, are there any Android phones out there that have a barometer on them?

like image 215
kasgoku Avatar asked May 26 '11 15:05

kasgoku


People also ask

What sensors are turned off in Android?

Just as it sounds, toggling Sensors Off to the on position will activate this function, which turns off all sensors. This means the microphone, camera, accelerometer, gyroscope, proximity sensor, magnetometer, and more can't be accessed by the phone or your apps.

What happens when sensors are off in Android?

When Sensors off is enabled, the sensors stop reporting any data to the system or apps. An app can still request a sensor and register a listener when Sensors off is enabled, but either silence is returned for the mic or the onSensorChanged callback is never invoked for the sensors.

Do smart phones have pressure sensors?

In Samsung and other Android smartphones with a pressure sensor, the current elevation from the sea level is calculated from atmospheric pressure information of the current position and sea level pressure information by using the API provided in Android.


2 Answers

Yandex.Market lists most of Android phones with barometer ever available. The site primarily serves Russian audience (and is in Russian language), but most phones are available internationally.

like image 111
yurkennis Avatar answered Oct 31 '22 17:10

yurkennis


Sony Ericsson Xperia Active seems like will have too a barometer, but will be without the gyro sensor.

like image 29
Flywithme Avatar answered Oct 31 '22 17:10

Flywithme