The sensormanager tag has no wiki summary.
0
votes
1answer
30 views
Can't view Gyro on Galaxy Tab 10
I installed AndroSensor on S3. I can view all sensors.
When I installed this software on Galaxy Tab 10. I can't view Gyro sensor data.
I am working on a project where I need to access gyro and ...
-7
votes
0answers
67 views
How to sence when my phone is fall in floor by using sensor manager [closed]
i am writing a app for a device which has air bag.the problem is i cant figure out how my phone will sense if it fall in the floor and will open the air bags.is it possible by using sensor manager.
...
0
votes
1answer
32 views
SensorEventListener not unregistering itself
I have been developing an application which needs to perform accelerometer calibration in several steps.
What I have done, is create a SensorEventListener that gets a certain amount of readings, and ...
0
votes
0answers
84 views
Force close error on application to get light sensor value
The following code gives no compilation errors. But when i build and run it on my Sony Ericsson Xperia play, it force closes. Is it due to any any hardware related problems? Anyone help me please.
...
1
vote
3answers
431 views
Inconsistent orientation sensor values on Android for azimuth/yaw and roll
I’m having trouble getting good orientation sensor readings. The sensor readings seemed unreliable, so I tested my code against two free sensor test apps (Sensor Tester (Dicotomica) and Sensor ...
0
votes
2answers
270 views
Android Compass Bearing
I am trying to get the compass bearing in degrees (i.e. 0-360) using the following method:
float[] mGravity;
float[] mGeomagnetic;
public void onSensorChanged(SensorEvent event) {
if ...
0
votes
0answers
96 views
How to rotate a custom compass needle using SensorManager in android?
I have set up a compass needle in my android application which will point to another point in google map. Now I need the compass to point to the same direction when I rotate the device. I had googled ...
0
votes
1answer
69 views
SensorManager Error
My SensorManager was working perfectly until today. I didn't change any code, all I did was boot eclipse and now I am getting an error which forces my app to quit; here is what I get:
02-20 ...
0
votes
0answers
109 views
How to rotate the image using sensor manager azimuth value in android?
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
//accel
sensorManager = (SensorManager) getSystemService(SENSOR_SERVICE);
...
0
votes
1answer
506 views
accelerometer in android
The following example is taken from internet. In all the example the code is explained using a seprate thread for sensor manager. Could you please let me know why all the accelerometer is explained ...
0
votes
0answers
95 views
android device orientation angle in tablets
I am getting the orientation using sensorManager in my android program. I am only interested in the Azimuth angle of the device to rotate a map on the screen.
In my onCreate() I initialize and ...
0
votes
1answer
191 views
How to know if my SensorManager has a registered Sensor
I'm using a sensor for my Android Application. I register the sensor with a line of code:
mySensorManager.registerListener(this, orientationSensor, SensorManager.SENSOR_DELAY_NORMAL);
I have ...
0
votes
2answers
56 views
Orientation change nullifies SensorManager reference
I am making an application that attaches both location and sensor listeners, so that it can then record changes from them into a file.
What's strange is that one of the phones using the application ...
1
vote
1answer
68 views
How to make a copy of the Android Sensor SensorEvent Object
I have a sparesArray which I use to store & batch SensorEvents by holding onto each sensor typeId and SensorEvent object until a timer fires.
SparseArray<SensorEvent> sensorEventMap = ...
1
vote
0answers
118 views
no return when overriding OrientationEventListener
This is the problematic code :
m_myOrientationEventListener
= new OrientationEventListener(getApplicationContext(),SensorManager.SENSOR_DELAY_NORMAL){
@Override
public void ...
0
votes
0answers
86 views
Only one sensor works in android app [closed]
I have one activity for reading values of orientation, accelerometr, gravity and magnetic field:
public class MainActivity extends Activity {
public Button myButton;
public TextView textView;
public ...
1
vote
1answer
281 views
getDefaultSensor(Sensor.TYPE_ACCELEROMETER).getMaximumRange()
If I call
SensorManager mgr = (SensorManager) this.getSystemService(SENSOR_SERVICE);
String text = "The maximum G Force that this device can detect is: " + ...
2
votes
1answer
224 views
how to getRotationMatrix having only accelerometer sensor in device
I want to get device rotation and i have achieved somehow but the code is not working which device is not present with Magentic sensor,Orientation sensor and Gyroscope sensor. But i have seen some app ...
0
votes
0answers
124 views
Handler in SensorManager.RegisterListener
What is the Handler parameter in SensorManager.RegisterListener(SensorEventListener listener, Sensor sensor, int rate, Handler handler) for? Are the events going to be send through this Handler as ...
0
votes
1answer
89 views
Determine height and width of billboard using Android sensors [closed]
In the Google Play store there is an app titled Smart Measure that can be used to measure the height and width of an object. I would like to integrate this functionality into a survey app I am ...
0
votes
0answers
154 views
Light sensor # onSensorChanged is firing only once
I want to get the different light sensor values when I wave my hand above my Samsung Galaxy S. But the lightsensor#onSensorChanged seems to be firing only once. My code is :
Variables :
private ...
1
vote
0answers
79 views
Positioning of device towards a target like Panorama images app in Android
I hope most of you have used the Panorama Image option in Camera app. They ask/force the user to move the device in one direction e.g. if you take 1st image then you move to 2nd image and then it will ...
2
votes
2answers
214 views
Can't read from Sensors in Android
I have an app that I want to incorporate Sensor data into. My first step has been to create an app that just reads the sensor data and displays it on screen. Most of the research I've done points to ...
0
votes
1answer
125 views
Android Sensor converting handle / type
I'm using the proximity sensor in my app, and when I register the sensor I can see in the LogCat this line:
07-11 17:14:26.049: E/SensorManager(26240): registerListener :: handle = 4 name= CM3663 ...
0
votes
0answers
231 views
Transforming a vector from android coordinate system to world coordinate system using getRotationMatrix()
I'm trying to transform the negative Z-axis of the device's coordinate system [0,0,-1] to the worlds coordinate system for the purpose of adjusting the pan and tilt of a camera. Once I have this ...
1
vote
1answer
167 views
What is a maximum g force value possible to simulate with a phone in a hand?
I am writing a simple f1 g force meter for android using accelerometer. Everything looks fine but the only problem is that the maximum value I can simulate is 2.85. Probably I do something wrong ...
0
votes
1answer
268 views
Unregistering SensorManager doesn't work
In my app, I am using the light and proximity sensor to detect phone out of pocket functionality and then unregistering the SensorManager when their detection is complete. But even when the CPU usage ...
1
vote
1answer
875 views
Android SensorManager error in LogCat
I have a problem with the sensor manager and errors in the logcat.
When I register the listener with this line :
sensorMgr.registerListener(this, ...
0
votes
1answer
365 views
Application crashes on SensorManager
I am developing an android application in which i want to use accelerometer.
But whenever i call the method :
SensorManager sm = (SensorManager)context.getSystemService(Context.SEARCH_SERVICE);
my ...
0
votes
2answers
784 views
Display data in text field on Android
How can I display the data obtained by the accelerometer in the EditText text box?
It works just using TextView
public void onSensorChanged(SensorEvent event) {
float x,y,z;
...
0
votes
2answers
275 views
Double integral algorithm
I need algorithm for calculating double integral with Eclipse in Java for Android.
0
votes
0answers
319 views
(SensorManager)getSystemService(SENSOR_SERVICE) crashes on pre-release Android device
As title says,
mSensorManager = (SensorManager)getSystemService(SENSOR_SERVICE);
crashes on pre-release Android tablet. SENSOR_SERVICE is defined as "sensor" and things look good in other ...
0
votes
2answers
1k views
getting the orientation(Roll, Pitch, Yaw) angles of the mobilePhone using Sensor Manager?
I'm trying to get the orientation (Roll, Pitch, Yaw) angles of the mobilePhone using Sensor Manager ,and according to what is written in android developers website, the method
...
3
votes
0answers
351 views
Android: Proper interpretation of sensor values
So I've been poring over the SensorEvent documentation trying to get a handle on how to figure out what direction is north, relative to a given axis of the phone. I've drawn a little image that ...
2
votes
1answer
136 views
Multiple internal sensors of same 'type'
Android's SensorManager class will return a list of Sensors of a specified type. I am wondering if a device had, for example, multiple internal temperature sensors (TYPE_AMBIENT_TEMPERATURE), how ...
1
vote
1answer
1k views
getSensorList() vs. getDefaultSensor() in Android SensorManager
I'm writing a game for Android and want to be able to use the accelerometer for input.
I see two ways of getting a sensor, one way is to use the first element of ...
