WM6.5 AutoBacklight App?? - Touch Pro, Fuze Themes and Apps

Is there one that's compatible with CDMA WM6.5 builds yet?
The built in Auto Adjust Backlight will step up correctly (when I've just enabled it and walk into a well-lit area) but it won't dim by itself.
Lumos doesn't work either.

Related

PhoneAlarm 1.62.1 (support for Kaiser WLAN)

Good news for PhoneAlarm users.
A new version has been released. It now supports Kaiser WLAN on/off.
New/Fixed in v1.62.1 [Build 195] (25th October 2007)
Improved Emoze support
Several stability issues resolved
Voicemail improvements
XDA Flame bluetooth and WLAN support
Samsung i760 LED / Vibrate support
Change PushEmail settings - now integrated with ActiveSync
Comet and Kaiser WLAN support
Custom SMS / SMS Forwarding for Treo ("useRILForCustomSMS")
Remember skin height to speed up loading on reset
Fix issue with LED blinking only for short period on some devices
Skin bluetooth option - "discoverable" and "ActiveSync" (click & hold)
Skin support for overlaying transparent buttons
but does it now support the backlight change in the profile settings as well ? Given the battery hunger of the TytnII a profile which can not controll the backlight settings make limited sense for me
Freecall
freecall said:
but does it now support the backlight change in the profile settings as well ? Given the battery hunger of the TytnII a profile which can not controll the backlight settings make limited sense for me
Freecall
Click to expand...
Click to collapse
When you mean backlight power, it works a little bit.
It seems settings for On Battery Power work, but On External Power just follows the same value as On Battery Power.
Not such a big problem for me.
If you set different levels of backlight brightness on two profiles then does the actual backlight change when you activate the profile in accordance to the level set in that profile --- Thanks
srmz said:
If you set different levels of backlight brightness on two profiles then does the actual backlight change when you activate the profile in accordance to the level set in that profile --- Thanks
Click to expand...
Click to collapse
Yes, it does change.
Good then I will test it on my TyTn II when I get it tomorrow. Actually did not work on my HTC Touch and was causing the "Sleep of Death" problem. The only remedy was to keep in all profiles the backlight setting as "Leave Unchanged" --- Regards

[UPDATED 28-04-2009] TorchButton v1.5, using camera LED for flashlight

TorchButton v2.x supports the Leo as well as Raphael and moved to a new thread! Click this link!
On my previous devices (Wizard, Hermes) I found it very useful to have the camera LED function as flashlight. However, all those tools that were previously available to enable the LED didn't seem to work on the Raphael.
I've just spent some time debugging and testing and got it to work on my Raphael. The cab to install is attached to this post. It'll create a shortcut in your programs menu.
Usage is currently twofold. When you start the app, the flashlight turns on. When you don't do anything for 60 secs it will turn off automatically to prevent your led from burning (heard it happen before on other devices). If you start the program again within the 60 seconds, it will manually turn the flashlight off.
I've only tested this on my Raphael so far. Please let me know if it works for everyone.
---------------
Supported modes:
TorchButton has 5 modes so far. Each one explained in short:
Normal
Simply enable the flashlight until the application is started again or the configurable timeout occurs (60 seconds by default). This mode can be used for a prolonged period. I have only tested it up to 5 minutes though.
Bright
The Bright mode is exactly the same as the Normal mode, with the only difference being that the LED is more bright. This mode is equal to the short moment when you make a photo with flashlight on. Note that this mode does stress the LED and should not be used for prolonged periods. I have used this up to a minute without problems.
Blink
The Blink mode turns the LED on and off in specific intervals that you can configure in the registry. An example of usage is the bike light.
SOS
This is extensive mode that supports sending custom morse code. The text to be sent via morse code signals can be configured in the registry. This defaults to "sos ", thus the SOS name for this mode. NOTE that the flashlight timeout does NOT interrupt a text. It checks if the timeout occurred when it starts over again and quits when it reached the timeout.
PTT
The Push-To-Torch mode. When your device has a key you can map to 'hold', you can use this feature to keep the light on as long as the key is pressed. The AT&T Fuze is one of those devices with a PTT button.
---------------
UPDATE 01-09-2008 v1.1:
TorchButton v1.1 now includes the ability to override the default timeout from 30 seconds to anywhere between 0 and 300 (= 5 minutes) seconds. The regkey is HKLM\Software\TorchButton\FlashlightTimeout (DWORD). When the application installs or when it starts for the first time it will create the registry setting if it doesn't exist yet.
UPDATE 09-11-2008 v1.2:
Finally a new version of TorchButton.
* Enlarged maximum timeout override from 300 seconds to 86400 seconds (a day).
* Added 'bright' feature. Note that the light may flicker almost unnoticeable every 750ms. Can't prevent that.
* For Devs: attached source code of TorchButton to this post.
* For Devs: I've created a C# library for easy control of the camera led. Also attached to this post. The .zip contains a readme which has examples on how to use it.
UPDATE 14-11-2008 v1.3:
* Added 'blink' feature. Registry configuration options:
- blinkTimeOnInMs (DWORD), default 500. Configures the time the LED is on.
- blinkTimeOffInMs (DWORD), default 500. Configures the time the LED is off.
* Added 'SOS' feature. More like a 'morse code' feature though. You can set any morse code to be signalled in the registry. Options:
- sosCode (SZ), default " ...---...". Configures the morse code to signal.
- sosDotTimeoutInMs (DWORD), default 200. Configures 200ms LED on, and 200ms LED off for ".".
- sosDashTimeoutInMs (DWORD), default 400. Configures 400ms LED on, and 400ms LED off for "-".
- sosSpaceTimeoutInMs (DWORD), default 1000. Configures 1000ms pause when processing space " ".
* New shortcuts are added for those features.
* Shortcuts are moved to a TorchButton folder within the Programs, for grouping purposes (in case you're wondering where TorchButton went!).
UPDATE 29-11-2008 v1.4:
* Fixed 'sos' mode. It now properly uses a single configurable unit time to calculateother intervals.
* Updated 'sos' mode. You can now configure a text to be sent via morse code in the registry. Check configuration part of the readme for more info.
* Removed old 'sos' registry settings and replaced them with new ones.
- Check out the new configuration settings in the readme.txt (attached to this post).
* Increased default flashlight timeout from 30 to 60 seconds.
* Changed default 'blink' time to 250ms for both on and off.
UPDATE 28-04-2009 v1.5:
* Added Push-To-Torch (PTT) mode. Probably only useful for devices that have the PTT button, such as the AT&T Fuze.
* Added brightResetTimeInMs registry setting for owners of the Alltel Touch Pro. They need to set this value to 100 for bright mode to work properly.
---------------
TODO's:
* Change LCD brightness to minimum when application starts, and restore when exists.
* Prevent standby mode while active
---------------
Developers:
The source code has been attached as well. The app has been written in C/CPP using VS2008. The code doesn't deserve a beauty-price, but it does its job. The 'TorchButtonBright' project is just a wrapper that calls TorchButton.exe with the /bright parameter. This is a workaround to be able to deploy two shortcuts with different icons and a parameter. If anyone decides to use this code, please rename the project. I've also written a C# library that allows easy access to the normal and bright flashlight modes. Attached as well.
---------------
TorchButton v2.x supports the Leo as well as Raphael and moved to a new thread! Click this link!
Works beautifully with stock HTC ROM provided with Raphael released in Europe. One small request: can you provide also an option to change the timeout? For starters - in registry. Some people would like it to work only for 10s, others: for 60s. Others might have the fun of burning it out [anyway you can limit it to max 2 minutes just to protect those less-aware.]
Tnx
Tnx for your effort. It works great.
Works like a charm! Thnx!
I second the request for a change in time out. I need to make it from the front door to my bed without waking my gf, and i don't make it in 30 seconds
works great! Nice job! This will become a standard application on all custom roms
)
Thank you NetRipper. This is a 5 Star utility!!!
HALLELUJAH !
thank you a million times !
make that trillion
Thanks for all the great responses and I'm glad it works for everyone. I'll add that feature to change the hardcoded 30 seconds timeout tomorrow or the day after.
the flashlight has a normal condition and a very bright condition. would it be possible to make a dimmer on the flashlight so that for example one can attach it to the volume buttons on the side ?
Thank you . I have it as part of favourite programs in TF3D . Works great.
da_jojo said:
the flashlight has a normal condition and a very bright condition. would it be possible to make a dimmer on the flashlight so that for example one can attach it to the volume buttons on the side ?
Click to expand...
Click to collapse
The flash indeed has two modes. However, the very bright mode is automatically disabled after 1 or 2 seconds by the camera driver. It's possible to make it sleep for that amount of time and re-set the bright mode, but I can't imagine it being very good for the LED to burn for a longer period of time at that mode. It would also flicker every 1 or 2 seconds.
I think the normal LED is bright enough, so unless the demand for the extra bright setting is overwhelming, I'll keep it like this.
mm that sucks.
its not a great idea to have a flashing flashlight unless one wants to drive anyone crazy or likes discolights ... maybe an idea lol... a stroboscope.. or some sort of signaling light..
it wouldnt hurt to have the LED on for a longer period. since the lifespan is over 50000 hours and it is running on lower power then intended .. only thing, is that it takes toll on the battery. i wouldnt care to much for the LED as it will last longer then the phone's display.
Looks good to me, but you could always play on words and rename it TorchPro. :-D
yesterday I wrote for myself something just like yours. but i prefered fullscreen button which would change color to black while LED switches on (useful in dark places - eyes are not blinded by bright screen).
it is possible to change timeout (setting written in registry) using track bar or up-down, left-right keys.
enter key switches LED on and off. just like big on screeen button.
have fun.
Great stuff, works really well.
steveoidm said:
Great stuff, works really well.
Click to expand...
Click to collapse
+1
Just what i was looking for,
Nadavi
Thank you guys. You,re perfect. I was very sad,when I found out,that VJCandela doesn't work.
new feature request.
Using the Gsensor let it keep the led on as long as the device senses motion, put it down and it turns the led of in 10 seconds.
Doable?
Thanks
Jules
Now thats an excellent suggestion.
Are we 100% sure that leaving the LED on for prolonged periods at the low level is not going to have any adverse effect on it.
Any chance of a version for the LG KS20 ?

[APP] G-Light: Change how Fuze adjusts the auto backlight

I find the Fuze backlight too bright when reading in bed at night.
I've seen scattered references to G-Light in Diamond forums - but I'd like to highlight it for Fuze owners that may not have seen this program before.
G-Light allows you to adjust the backlight sensor for any light level, or a particular program, or both.
http://forum.xda-developers.com/showthread.php?t=440665
Works on the Fuze just fine.
Mod Edit: Added name of program and moved to software.

Backlight Brightness Controls Not Working - SPB Mobile Shell, Metrix

Is anyone else seeing this issue?
I made sure to turn off the automatic backlight control first. I installed SPB Mobile Shell, latest version 2.1.2. The brightness control doesn't work.
I tried the Metrix 2.1.1 today plug in, fiddled with the settings (tried all various HTC models, as well as some others), can't get the slider to adjust anything with the screen brightness.
Is there a new API perhaps with the HTC Touch Pro / Fuze that software developers haven't caught up with?
I'm using the AT&T Fuze, stock ROM. (still watching and waiting before I flash a cooked ROM).

[REQ] SIMPLE backlight app

I'm looking for a tiny little app that will toggle the backlight setting from current setting (mine is auto) to the lowest setting (dim 1).
I am using a key mapping program to map out the hardware keys on the front, and one function I would like to have is to be able to EASILY switch the backlight to dim 1 and then back again to whatever setting I had it at before.
I like the auto adjust backlight feature built-in with WM6.5, except when it's pitch black (because the lowest it will go is 3 IIRC). Due to the light sensor detecting no light when some light is still present, auto dimming programs (such as Lumos) don't accomplish my ultimate goal. So I am looking for a way to be able to set it to 1 only when I want it (like at night when there is no other lights around).
BUMP it to the top.
Anyone?

Categories

Resources