HTC Incredible :: Using LEDs As Flashlight

Jun 30, 2010

Has anyone had any issues leaving the LEDs on (using Lampu) as far as heat from the phone? I can assume there was a reason that HTC didnt allow the LEDs to be on for video recording. Not sure if its just current draw or possible heat/damage to the driver circuit for the LEDs.

HTC Incredible :: using LEDs as flashlight


HTC Incredible :: Flashlight App That Uses Camera Leds

Aug 22, 2010

I'm looking for an app that uses the camera leds for the flashlight instead of the screen. Anyone know of one?

View 9 Replies View Related

HTC Incredible :: Turn Off LEDs

Aug 31, 2010

Is the market link to a ROOT ONLY app that you can turn off the LEDs at will?

View 4 Replies View Related

HTC Incredible :: LEDs Stay ON At Standby

Jun 27, 2010

Every now and then when I press the power button to put my Incredible to standby and/or after the 1 minute timeout. The screen turns off as usual but sometimes the LEDs for the buttons stay lit. Sometimes if left alone long enough they will turn off on their own, but most of the time they stay on till I bring the phone out of standby and then put it back into standby. Is anyone else getting this? Is there a way to fix it?

View 4 Replies View Related

HTC Incredible :: Startup Animation Was Camera Lens / Leds?

Sep 10, 2010

Or did it take anyone else awhile to realize the Droid eye on the startup animation was the camera lens and leds? Is that animation exclusive to incredible?

View 11 Replies View Related

HTC Incredible :: Led Flashlight App

Apr 29, 2010

anyone find a good led flashlight app for the inc yet?

View 49 Replies View Related

HTC Incredible :: Best Flashlight App Available?

Jul 15, 2010

If you have your Dinc rooted, what is the best flashlight app available?

View 16 Replies View Related

HTC Incredible :: Best Camera LED Flashlight App

Aug 1, 2010

Can anyone recommend a good flashlight app that uses the camera flash LEDs that works with the Incredible?I miss that functionality. Had it with my Nokia 5800.I've searched here without much success. Most of the apps I've seen discussed are for other Android phone models.

View 7 Replies View Related

HTC Incredible :: Need LED Flashlight For Phone?

May 9, 2010

No app for Incred to operate the LED as a flashlight?? if there is please link here

View 2 Replies View Related

HTC Incredible :: Flashlight App That Uses Camera Flash?

May 3, 2010

can anybody find a flashlight app that uses the camera flash? Sent from my ADR6300 using Tapatalk

View 1 Replies View Related

HTC Incredible :: Can Anyone Suggest A Good Led Flashlight?

Aug 17, 2010

Can anyone suggest a good led flashlight for the dinc?

View 4 Replies View Related

HTC Incredible :: App For Using Flash As Flashlight Without Going Into Camera App?

May 20, 2010

sorry if someone answered this but I couldn't find it, is there an app for using the flash as a flashlight without going into the camera app? I would prefer a toggle switch like the one made by curve fish, Sent from my ADR6300 using Tapatalk

View 13 Replies View Related

HTC Incredible :: Flashlight Application That Uses LED Flash?

Jun 10, 2010

I've seen threads about this for the moto droid, but I was wondering if anyone knows of one that supports the incredible?

View 6 Replies View Related

HTC Incredible :: LED Flashlight - Prefer To Not Root My Phone

Aug 11, 2010

I know this has probably been gone over before, but I'm still looking for an LED Flashlight for the HTC Incredible. Any word on if there is one or if there is one in the works? I'd prefer to not root my phone.

View 9 Replies View Related

HTC Incredible :: Need A Flashlight App Be Nice It Work With Video Too

Jul 29, 2010

I am looking for a flashlight app also be nice if it worked with Video recording? I had one on my Moto Droid!

View 7 Replies View Related

HTC Incredible :: Camcorder Apps With Flashlight Capable?

Jul 16, 2010

I wanted to record a 720p video at night too, but the flash doesn't work while I'm taking a video.

Is there any apps that can take a video with flashlight?

I am rooted, so it will be okay if the apps requires root.

View 4 Replies View Related

HTC Incredible :: Zoom In While Taking Picture With Optical Pad - Flashlight App / Change Settings Like Touch Screen?

May 8, 2010

1)Can you zoom in while taking a pic with the optical pad?
2)can you take pics in portrait view?
3)best flashlight app?
4)is there a way to change the settings of like the touch screen and the optical pad?

View 3 Replies View Related

Android :: Adb Controls G1 Keyboard LEDs

Sep 13, 2010

At the moment the LEDs that light up the keyboard of the G1 (HTC Dream) are very quick to turn off, I time it at six seconds. This is a pain when using the phone in the dark as you must press a button in order to turn the lights back on if you look away even for a very short time. Since my G1 is rooted I have access to the system files and when using adb to open a shell (adb shell) to the USB connected phone I can set the brightness file to a positive value using echo 1 > /sys/class/leds/keyboard-backlight/brightness. This keeps the keyboard on, until the screen is set to turn off (two minutes on my phone). When I attempt the same using a Terminal Emulator or writing a simple app which should execute the same it does nothing despite both having root access. Why is this?

View 1 Replies View Related

Android :: Does Not Support Colored LEDs

Oct 20, 2009

I am the developer of a heavily used application (over 110.000 active installs) and got one problem with the Android platform. One of the features in my application uses the normal way of the Android SDK to display a LED notification with a selectable color. The color can be set by ledARGB flag in http://developer.android.com/reference/android/app/Notification.html. This had been working with the emulator, the HTC G1 and the HTC Magic (myTouch) but now users starting to report that the HTC Hero does not show up different colors. (although the charging LED for the HTC Hero is orange and the normal notification color is green). The same thing occurs for setting a vibrate pattern. (flag -> vibrate in http://developer.android.com/reference/android/app/Notification.html) This does not work on the HTC Hero US. (it does work on the EU/GSM version of the Hero).....

View 10 Replies View Related

Motorola Droid :: Way To Set Different-colored LEDs For Different Notifications?

Nov 14, 2009

So I know Gmail always comes up as a green LED on my Droid, and that's fine. Also, I use Handcent SMS, and I can change the color of notification on that, so I have it set to pink (seemed like fun at the time.) I'd love an app that would let me choose the colors of other notification LEDs. Anyone know of one like that? I tried using the Market to search for notification and LED, but didn't find anything.

View 8 Replies View Related

Android :: Access The Camera's LEDs Directly

Jul 2, 2010

I'm still pretty new to using Android, but I decided that my first application would be a simple flashlight app for my new Incredible. Unfortunately, it seems to be more difficult than I had originally thought.

It seems that there's no way to access the LEDs through the SDK, at least not without a bunch of weird hacks to make the phone pretend that it's taking a picture. Even then, I can only get the LEDs to turn on. They only turn off if the phone is put on hold, and doing so breaks all camera-related apps until the phone is rebooted.

So, I was wondering if accessing the LEDs through the NDK was possible, or if there was any other camera-related APIs that would seem to do what I want.

I've looked at other code for other flashlights, so it looks like it's a hardware-based problem. I figured I'd give up because it doesn't appear to be possible, but I thought I should ask here first on the off-chance somebody knows something that I don't.

View 1 Replies View Related

HTC Eris :: LED Hack / Way Do Turn Off Screen LEDs

Sep 26, 2010

Is there any program or other way do turn off the screen LEDs for example when docked at night? LEDs Hack from the market has an option for Hero with Froyo. I emailed the developer, but didnt know if anyone here had any solutions. I'm running KF v35-1 btw. I was looking at replacing my clock on my bedside table with a dock that would hold the phone upright so I could see the time. I can keep the display on, but wanted the bright lights on the front off. With the program below, I can turn off all LEDs except the white ones behind the home, menu, back and search keys. I tried all the different phones. One of the first times I tried it, the LEDs all went out and would not come back on. Did a reboot and dalvk wipe which restored the LEDs. I went back through all the devices again and could not repeat the result of getting all lights out. The Hero version can stop all LEDs except the leds i mentioned.

View 2 Replies View Related

Samsung Moment :: LEDs For Notification Progress

Dec 22, 2009

I've seen it discussed in a thread somewhere but can't find it. Is anyone working on an app to use the menu buttons as an LED notification? The moment for me would be close to perfect if there was some way to have lights for notification. If I were a programmer I would be working my buns off to write this app.

View 39 Replies View Related

Sony Ericsson Xperia X10 :: Disable Front LEDs

Sep 16, 2010

When using Google Sky it is possible to set the app to night mode which is nice, but as soon as you press the menu button (e.g. to search) the bright white LEDs come on and ruin your night vision. So is it possible to disable the front LEDs on the phone? Do they serve any purpose anyway?

View 3 Replies View Related

Samsung Galaxy S :: Soft Key LEDs As Notification Light

Sep 24, 2010

What's the status on this issue? Many of the Samsung Galaxy S phones come with a beautiful array of soft keys with LEDs that are dieing to be used as notification lights as well. For example, the T-Mobile Samsung Vibrant has 4 soft keys (menu, home, back, search). I would like to be able to set the menu key to light up at an interval of 3 seconds within the first hour of receiving a text message and light up at an interval of 5 seconds or more after the first hour of receiving a text message. Has Samsung released the necessary API? Or does Google have control over this?

View 3 Replies View Related

HTC EVO 4G :: Flashlight App That Uses LED?

Jun 8, 2010

Has anyone found an app that lets you use the camera led as a flashlight? The droidlight didnt work and the others only use the screen.

View 10 Replies View Related

Android :: Anyone Else Dig HTC Flashlight App?

Sep 2, 2010

I am really digging it. I turned it on last night and expected it to just make the screen brighter so I could see my door lock and my keys. I was pleasantly surprised to find an actual flashlight on my phone. I was very surprised and impressed both.

View 6 Replies View Related

HTC EVO 4G :: Led Flashlight App - Need Root To Use This?

Jun 4, 2010

is it confirmed you need root to use this? has anyone found a working one in the market?

View 13 Replies View Related

LG Ally :: Where To Get Flashlight App From Velocity 0.3?

Oct 10, 2010

Where can I find that exact flashlight app that is in Velocity 0.3? When I look in the market, there are TONS of them and most of them only make the touch screen turn bright.P.S. I did have Velocity 0.3, but went back to just a stock rom with Universal Androot. Google maps, which I actually use a lot, was being very slow and buggy for me.

View 5 Replies View Related

Samsung Epic 4G :: What People Using For Flashlight App?

Oct 8, 2010

What are people using for a flashlight app? I downloaded one and it wouldn't work with the epic.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved