Android :: Turn Off Lights?
Apr 16, 2010Saw a commercial for the i phone and one of the apps the woman turns off the lights/fans in her house by using an app. Is there anything like that in the Android market?
View 7 RepliesSaw a commercial for the i phone and one of the apps the woman turns off the lights/fans in her house by using an app. Is there anything like that in the Android market?
View 7 RepliesI use my android phone for a week now. Last night I noticed that the screens lights up for a few seconds. Is it because it wants to announce new mails or a callander item (without reminder!) ?
The flashing wakes me and uses battery. Can I turn it off?
I use Timeriffic and can turn down the brightness to 0% but I do not know if I want that. What if someone calls me and the brightness is 0%?
I noticed when I get a message, the notification light will only last a little while before it stops blinking. Is there a setting to keep the notification light going until the notification has been checked?I don't like having to power it up to know if I have a message, email, or missed call. I just like glancing at it to see if the light is blinking.
View 3 Replies View RelatedI am running cm7 atm.
Htc liberty/Intruder lcd hvga 3.2" I want to be able to turn off the display lights. Suppose, I set Display/Screen timeout to 10 sec just before locking and blackness, the screen seems to "dim", it looks as if the lights in the back of the screen is turned off, but the screen is on/visible and it is very comfortable especially at night. screen filter & cf lumen CAN NOT & DOES NOT do this(atleast I couldn't do it).
Is there any way to achieve tjis? similar to editing some system file to turn off softkey button backlight?
Why are SMARTphones soo... Freaking Dumb?
I am having problems with my girls DINC. The four menu button light does not come on. Me and her both have the same phone. Both were asleep and when I wake both up mine lights up but on hers it doesnt. I am not sure if there is a setting or something that I am doing wrong. She is on stock froyo and I am using redemption rom 2.0.4 but I am not sure that has anything to do with it.
View 2 Replies View RelatedI'm running Absolution (cm7) on my htc inspire. how can i turn off the 4 softkey lights on my htc inspire (home, menu, back, search)? i want the softkey lights turned off after an interval of a few secs. how do i do this?
View 3 Replies View RelatedDoes anyone know if it's possible to turn off the lights between the three keys on the front of the X10? My GF's just got one, the lights annoy her and neither of us can figure out how to turn them off.
View 5 Replies View Relatedis there an option to turn this off or limit the time as you can for the screen...this is not normal bc i just watched several utube videos and their button lights turn off when user is just doing touch screen stufff....pls help. this may be a setback from updated to 2.1 leak
View 3 Replies View RelatedI have this error message on my Goophone Goophone V88 i5 Dual core RAM 1GB MTK6577. When I open the camera on the phone, I get the message. (Cant connect to the camera, turn off the flashing lights or other equipment).
View 2 Replies View RelatedThe clock is still to bright in night mode and the button lights stay on still. I have updated to 2.1 and was hoping it had been fixed of someone found a work around for this.
View 8 Replies View RelatedI purchased the HTC Incredible and got it last week. In the last couple of days, I noticed the buttons at the bottom of the phone were sometimes lit and sometimes not. I went into the Verizon store today to pre-order the TV out cable and asked the tech about the lights. He said HTC was aware of several bugs and there will be an update shortly that will remedy them. On the TV out cables, they're all sold out. They're selling like hotcakes - same as the Incredible.
View 1 Replies View RelatedLooking for an App to make one of the lights blink so I can find my phone in the dark.
View 1 Replies View RelatedI have created an application that creates notifications, using the following code:
// Notification notification = new Notification(R.drawable.notification_icon, title, System.currentTimeMillis());
notification.flags |= Notification.FLAG_AUTO_CANCEL;
// parameters
String ringtone = prefs.getString(context.getString(R.string.key_notifications_ringtone), "");
if (ringtone.length() > 0) { notification.sound = Uri.parse(ringtone);
notification.audioStreamType = AudioManager.STREAM_NOTIFICATION;
} boolean useVibrator = prefs.getBoolean(context.getString(R.string.key_notifications_use_vibrator), false);
if (useVibrator) { notification.defaults |= Notification.DEFAULT_VIBRATE;
} boolean useLed = prefs.getBoolean(context.getString(R.string.key_notifications_use_led), false);
if (useLed) { notification.defaults |= Notification.DEFAULT_LIGHTS;
notification.flags |= Notification.FLAG_SHOW_LIGHTS;
} // alert
RemoteViews contentView = new RemoteViews(context.getPackageName(), R.layout.notification);
contentView.setImageViewResource(R.id.notification_icon, R.drawable.icon);
contentView.setTextViewText(R.id.notification_title, title);
contentView.setTextViewText(R.id.notification_text, text);
notification.contentView = contentView;
Intent notificationIntent = new Intent(context, MyActivity.class);
PendingIntent contentIntent = PendingIntent.getActivity(context, 0, notificationIntent, 0);
notification.contentIntent = contentIntent; notificationManager.notify(1, notification);
The notification works, and the correct ringtone is used. However, even though the preferences are correctly activated and notification flags are correctly set (I checked by debugging), the notification never vibrates and never cause the lights to be activated. I would have blamed my phone's settings, but every other app using notifications, like messaging, gmail, and others correctly use all these features. (My phone is a HTC Hero with Android 2.1)
In my android application I have the following As far as I am aware, I have followed the steps in the documentation to set it to play a sound from the resources folder, and to flash the lights. However, neither of these happen. It does, however, vibrate, as instructed. Any ideas what I'm doing wrong here? I've looked through the permissions that I can give the app in the AndroidManifest.xml file, but I can't see one for letting it flash the light or make sounds. Code...
View 1 Replies View RelatedOn the front to the left the ear piece(just a little down) right to the left of the verizon logo, there are what looks to be (2) lights.. Once possibly blue and the other not sure.
View 4 Replies View RelatedWhat the heck have I done wrong? I've had this DInc for 24 hours now and darned if lights for the Home, Menu, Return and search buttons come on and off operatically. I've rebooted the phone a couple times but to no avail. Has anybody else had similar problems or am I just one of the lucky ones?
View 6 Replies View RelatedIs there an app that can make the led change colors for the captivate
View 2 Replies View RelatedI have this really crappy eye disorder I inherited genetically. It means my ability to see low light when other light is on is really poor. It's called Retinues Pigmentation. When the screen of my HTC Hero is on, I can't see the physical buttons at the bottom at all, they just come across too dark to me in contrast to the light screen. What would be really be ideal is for the buttons to stay on as long as the screen is on. Basically, if the screen is lit, so are the buttons. I know this would deplete energy, but it would be totally worth it for me. Do you think there is any way I could implement this, and is there someone I could mention it to for the future?
View 2 Replies View RelatedI wanted to use my HTC for an alarm clock because then i could save the electricity that my old alarm clock uses. Sometimes i wake up and have a look at my alarm clock but now i have to reach over and get the phone and press a button to get it to light up...very bright in the middle of the night. SO....What i was thinking. If i buy a charger stand for my hero is it somehow possible to tell the phone to run the screen lights on lowest light setting when it is charging... This way i would be able to se the clock without being blinded. IF this is not an option would someone please pass this on to goggle/htc as a request or tell me how i do it.
View 6 Replies View Relatedi have 2 small what should be LED lights near the ear piece however they have never lit up shouldn't they?
View 14 Replies View RelatedIve got a hero and its been updated with the 2.1 but since Ive done this the lights for the little buttons don't work anyone got any idea why
View 1 Replies View RelatedI see that the one top right is low battery and when its charging.But i also see one top left but have yet to see it come on flash etc.What is it for or what is it?
View 2 Replies View RelatedAnyone know how to keep the lights on the 4 buttons at the bottom? It gets annoying that they go off after like 5 seconds.
View 7 Replies View RelatedSince the update, I'm getting blue, green and purple notification lights? Do I know what they mean? No. Can I find them in the manual? No. Am I frustrated?
View 8 Replies View RelatedIs there a way to keep your LED flash lights on for a source of light in the dark?
View 3 Replies View RelatedIve noticed that when i get a text the trackball lights up, but not when i get an email, where are the settings for this? can it be turned on/off.
View 1 Replies View RelatedI have my HTC Hero, I have tried some applicationes from market, all from top 100. But suddenly, LED get dead, don't work for incoming calls, charge, and notifications, also background lights in buttons and trackball not work. I have set factory reset twice, and a hard reset, I have change de SD card. No way, led still dead. All other functions works fine.
Anybody have the same problem? any idea or solution. I have sent a email to HTC I'll wait a response.
I'm not sure if its normal but the lights on the bottom of my phone (home menu back search) light up sporadically every once in a while. Is this a feature cause I have never seen it?
View 2 Replies View RelatedThe lights on the 4 icons at the bottom randomly turn on and off, is it a bug or something? I read another post that said that the light sensor activated them but:
1: It was on standby
and
2: There was no change in the lighting where I was
Will Froyo fix this?
Being someone who started my smartphone journey way back with blackberry, I grew quite fond of the indicator lights on the phone to notify you of an email etc. So naturally after switching to ATT last year and getting my note, I was quite disappointed it didn't have one. Someone said this was an ATT thing and not a note thing. Is there a reason why ATT phones don't use the indicator light?
SAMSUNG-SGH-I717