HTC Hero :: Ambient Light Sensor
Aug 9, 2009
I've seen claims that the Hero has a light sensor, and I see the "automatic" backlight enabled in Settings, but I'm not seeing much in the way of backlight adjustment occurring.
Even in an otherwise dark room, the backlight seems very bright. Occasionally I see the backlight go dim and then almost immediately come back up.
View 4 Replies
Apr 23, 2010
I've got an HTC Desire from a T-Mobile store 3 weeks ago. The ambient light sensor has never worked and it's enabled on the display settings.
I went back to the T-Mobile store and they tried a brand new unit. Unfortunately, that one also seem to have the same issue. Then I called the HTC technical support and they say there are no reports on such kind of issue.
If not, does the display brightness get adjusted quickly or slowly?
View 4 Replies
View Related
May 6, 2010
Where is the ambient light sensor located?
View 4 Replies
View Related
Feb 8, 2010
I have a HTC Hero here, and when I tried to get the list of available sensors on the device by calling ((SensorManager) getSystemService (Context.SENSOR_SERVICE)) .getSensorList(Sensor.TYPE_ALL); I get only the following sensors: D/SensorManager( 6302): found sensor: BMA150 3-axis Accelerometer, handle=0 D/SensorManager( 6302): found sensor: AK8973 3-axis Magnetic field sensor, handle=1 D/SensorManager( 6302): found sensor: AK8973 Orientation sensor, handle=2 D/SensorManager( 6302): found sensor: AK8973 Temperature sensor, handle=3 According to the specs, there should be a light and a proximity sensor on the Hero, and I've seen it in action (the automatic screen brightness adjustment) - so at least the ambient light sensor is definitely there. My question is then, why doesn't the getSensorList return for me the light and the proximity sensors?
View 8 Replies
View Related
Dec 30, 2009
I've noticed that when viewing the screen in a darkened room that the screen is actually too dark. Yet in a normal setting that the screen is correctly lit. I've tried increasing the intensity to maximum with the sensor enabled and it's still to dark in the darkened room. Now, I've disabled the sensor entirely and the screen just runs wide open all the time - day or night.
Has anyone else felt that it was too dark in the darkened setting? I'm wondering if there is a setting (probably not yet written for the phone/OS) to vary how linear the light sensor is at darker levels? Maybe a 'minimum darkness' adjustment?
View 4 Replies
View Related
May 20, 2010
I'm having some troubles with the light sensor on the Nexus One.
AFAIK, the proper way to read the measures of a sensor is registering a SensorListener through the SensorManager and then wait for the readings on the onSensorChanged method.
My main problem is that the light sensor don't seem very accurate (the readings jump a lot) and I don't get the first reading until the lighting conditions change. I have to change the phone orientation, go outdoors or hide the sensor with my fingers or otherwise I don't receive any value. Is there any way to increase the accuracy or, even more important, to force an initial reading?
BTW, I have tried with SensorManager.SENSOR_DELAY_FASTEST but I haven't noticed any change.
View 2 Replies
View Related
Nov 24, 2010
When you talk on the phone in Android the light sensor is working. If you cover the top left corner of the screen, the display turns black and you can't see anything. I would like to cancel that feature and I tried working with Android Sensors and the Light Sensor but it is not working. This is my code:
senMgrLight=(SensorManager)getSystemService(Context.SENSOR_SERVICE);
senMgrLight.registerListener(onSensorListener,
senMgrLight.getDefaultSensor(Sensor.TYPE_LIGHT),
SensorManager.SENSOR_DELAY_FASTEST);
View 2 Replies
View Related
Jul 22, 2010
I have milestone for 3 days good phone,camera performance surprised me expecting worse but...when i am making call display turns off and non of buttons work even i can hear ringing or person who i call then i have to slide phone slightly or fully to switch display-phone on.it wasn't working since the beginning but when i installed task manager it was working properly almost one day,next day again bad.the same story after hard reset.
View 16 Replies
View Related
Jun 10, 2010
Have an Issue. Whenever i am in a call if i take the phone away from my ear the screen doesnt turn on. It does this 98%of the time or only when i need to use the keypad during a call. It does this in stock form and also using open home. I always keep the screen clean. Is there a fix for this? I am not able to get my bh2 to connect to a pc so i cant root or install custom roms. Also the keyboard lag is rediculous. I tried better keyboard and it was just as bad if not worse.
View 3 Replies
View Related
Feb 15, 2010
I am writing a program and I am able to get the light sensor value and current battery level, but only the light value changes and when the battery level changes. Is there a way to get these two values anytime? Like when a user runs my program, I would like to grab the current values right away instead of having to wait for them to change.
View 2 Replies
View Related
Aug 7, 2013
i bought a mtk6577 clone s3. My problem is sometimes i rebooted phone, after opening proximity and light sensor doesn't work. screen don't turn off in call and doesn't call the person displayed on screen when i take ear. And battery drains too much. (example: when proximity and light sensor works with %90 battery, when it doesn't work after reboot plummets to %50).Another issue is when i reboot phone, boot animation doesn't show when proximity and light sensors don't work.
View 2 Replies
View Related
Aug 13, 2010
I´m trying to read the values of the Light Sensor of my Nexus One, but I´mgetting only following values:
10.0
225.0
And in a few cases some values much higher.
The used code:.........................
Does anybody have experience with the light sensor on the Nexus One or another Android device? Is my code the correct way to read the values? How can I get better and more accurate values?
View 1 Replies
View Related
Nov 7, 2009
I am not sure which is the culprit, but while playing back video or even at random times, the screen shifts lighter or darker seemingly at random, and one time during a video playback on the TV.com app, it went black altogether. I am not sure whether it is the timer or the ambient light sensor, but I am tempted to turn the sensor off and push the timer back a lot.
View 1 Replies
View Related
Jan 15, 2010
Can anyone tell me where the light sensor is positioned on the Nexus One? One of the reasons I returned the Droid was I hated how the light sensor was positioned in the upper right corner. My fingers would frequently block it causing the auto-brightness to change unnecessarily and annoyingly. I know on the Droid Eris it is on the left and I'm hoping HTC did the same with the Nexus One.
View 3 Replies
View Related
Nov 2, 2010
Does anyone know the difference between the orientation sensor and magnetic field sensor on Android?Since I've read that magnetometer is synonymous with digital compass I'm a little bit confused. What are they really?
View 1 Replies
View Related
Feb 18, 2010
My home icon is way less responsive than the back icon which seems to be perfectly normal. Sometimes I have to "press" the home icon twice to get the "buzz" and have it move the screen. However the back icon works 99% of the time on the first press. IS there any adjustment I can make or should I bring the phone back. I have had it now for 2 weeks.
View 9 Replies
View Related
Oct 30, 2009
Or it's just some virtual sensor the uses the data provided by the accelerometer and the magnetic field sensor to calculate the orientation?
View 7 Replies
View Related
Nov 18, 2009
Can some one point towards any documentation/resources/ threads that can explain how a new sensor support can be added in android sensor framework?
View 2 Replies
View Related
Jun 2, 2010
Im trying to see working of ambient media player.
I checkout from url https://ambientmp.svn.sourceforge.net/svnroot/ambientmp/Ambient/trunk to my eclipse work space. when build the app it is showing errors as
Unbound classpath variable: 'M2_REPO/hotsax/hotsax/0.1/hotsax-0.1.jar' in project 'ambient'
Unbound classpath variable: 'M2_REPO/net/sf/entagged/entagged/0.31/entagged-0.31.jar' in project 'ambient'
View 1 Replies
View Related
Jun 30, 2010
Since I know about the known issue of Hero G-sensor not able to save the calibration. I waited till I get the 2.1 hoping this will fix the issue. Right now. Nor does it not fix the issue I cant find the option anymore Bubble calibrates and remebers okay. But those apps like google sky or teeter arent affected by that Some apps have their own calibrations like bubble - works well or papi jump. But abduction with its own calibration wont work. Suspecting that google sky map and others wont work either. Anyone happy with 2.1 (+ more issues in this forum) like me? And anyone know where i could find the setting in 2.1? Am either blind or its not there. The advice with the tapping and turning and tapping etc did it work for anyone?
View 19 Replies
View Related
Jun 13, 2010
Is it even that big of a deal on the Hero, and is the app even useful?
View 10 Replies
View Related
May 21, 2010
I had real problems until with my phone until I loaded the proximity sensor. I had a little trouble getting it to work but when it did, it remedied the one thing that I disliked about the Hero. I loaded 2.1 yesterday and generally I like it EXCEPT I cannot get the proximity sensor app to work again. Has any one else had this issue? Suggestions?
View 14 Replies
View Related
Aug 23, 2010
I just updated my Hero (G-sensor calibration update), and lost most of the widgets on the screen (only the agenda widget remains?)
I then did what was recommended on the forum: erase the sense cache/data, losing all the previous sense settings of course, but the widgets still don't appear in the available widgets list (I was using HTC clock, HTC mail, GMail, messages, browser favorites, twitter... all gone )
They still are on the installed applications list of my phone, but absent on the screen, and impossible to reinstall since they can't be found in the available widgets. They can't even be uninstalled from my phone.
What should I do?
Is it possible to uninstall say the HTCclock widget & reinstall it again? Uninstall & reinstall sense itself?
View 3 Replies
View Related
Nov 14, 2009
Well, I know its software also, but is it hardware too? Because if not, then I was thinking, couldn't HTC just add it later on if they wanted it to?
View 15 Replies
View Related
Oct 26, 2010
These packages are alternative gapps. These Gapps should improve performance. On top of that all apps are up to date (like YouTube). Ultra Light version will also remove unnecessary preinstalled apps like yaam, DSP Audio Manager and so on (and some more gapps of course).
View 13 Replies
View Related
Oct 4, 2009
I have read and watched many reviews on the Hero and I have yet to hear or read about a notification LED light. I know it sounds like something that isn't important, but to me it is.
View 12 Replies
View Related
Sep 29, 2010
I plugged my HTC Hero in, and noticed the little red LED at the top wasn't coming on, the phone is charging as i can tell by the notification bar on the screen, but no light?? is this a fault or a setting or something?
View 1 Replies
View Related
Nov 14, 2009
I have a question about handcent sms application. Whenever I get sms via standard message program, my trackball lights up. However, when I'm using handcent sms notification, it would not light up. I have turned the trackball light on in the settings, but it does not work. Does anyone else have this problem?
View 13 Replies
View Related
Jun 4, 2010
Is there a way to have the phone still display notifications using the LED when he phone is charging? As it stands, charging the phone keeps the light solid.
View 2 Replies
View Related
Oct 17, 2009
I'm using the new US version of HTC Hero (I believe it's running 1.5) and I noticed the following pretty annoying problem that I cannot seem to tweak.
If a new calendar event or alarm come in, the screen briefly lights up to show what the message is, and then turns off after a short while. That way, I don't have to turn it on, pull down the protective screen, then the notification bar, etc.
However, with email, SMS, gtalk, and the like, the screen doesn't light up. There are settings for having a sound or vibrate, neither of which light up the screen. When I press the Menu or power button, the new notification sits happily in both the lower part of the screen and the notification area.
View 1 Replies
View Related