Flash SMS Light (LED) more than 5 min. - Touch Diamond, MDA Compact IV General

Hello,
i want to use the led light for an incomming sms more than 5 min. In the setting i´m not able to select the remember box (is not enable) i only can see that the time is set to 5 min.
I want that the led flash for 60 min.
Any ideas ?
Daniel

Daniel, I did manage to find it in the registry, to make it flash "no limit" the value was zero, the default value was 5000 (5000 milliseconds=5 seconds) so the value will be 60000 for 1 hour. My phone is doing a ROM update right now, so I will have to post after I search through the registry again. Try usingt PHM Regedit to search for "Flash" and keep clicking "find next" until you find it. I will post the reg key later.

Hello sasha26
i used TC and i only found two entry with FLASH.
The values are not for the flashing signal (one for camera?)
Daniel

I found the entrys
HKCU/ControlPanel/Notification/{A877......} (one entry for each notification)
if found the duration for new SMS / new MMS .... and more. Set the duration from 5 to 60 - restart.
now in the windows setting the value from 60 is in the field.
Daniel

led
but...
when i've an incoming sms the only led lighting is the circular one...
the up led in speaker phone when works?

OKAY this is wierd!
I didnt realize that the Diamond had a LED light!
I have had mine for a week now a didnt discover it was missing!
Can someone post the reg settings for the different values!

AFAIK there is only the circular light around the center button.
I think the "LED" you're referring to is the ambient light sensor next to the speaker?
When I set the duration to 0 - would it light on until I'd read the message?

Mr.Eliot said:
AFAIK there is only the circular light around the center button.
I think the "LED" you're referring to is the ambient light sensor next to the speaker?
Click to expand...
Click to collapse
AH...OK! yes, im referring to this one...

Hello,
i found several entrys in
HKCU/ControlPanel/Notification/
for each entry in the listbox from "Windows - Settings - Sound - Notification".
I have a German Rom so i don´t know if the numbers in the {} the same as in the US / GB Rom.
But it is easy to find, in the entry you also find the text e.g. "New SMS".
I only set the entry in Duration from 5 to 60. In the Windows-Setting now 60Min appears.
Daniel

Is it possible to make the light be active for more then 60 minutes?
How about 120, or unlimited? (untill you have read the SMS)

Are you sure? I think the battery will not be happy eheheh
bye
stefano

larsemil said:
Is it possible to make the light be active for more then 60 minutes?
How about 120, or unlimited? (untill you have read the SMS)
Click to expand...
Click to collapse
You could always try. 1440 for instance, that's 24hrs

more than 60 does not display, anyone an idea what happening about this ?

0= unlimited. If you look in settings after setting the reg to 0, it will show unlimited.

thanks for this tip

could not find the actual key to change....

unlimited does not work, the led goes off after 1 min.
anyone an idea ?

smithi said:
more than 60 does not display, anyone an idea what happening about this ?
Click to expand...
Click to collapse
I have change to 120 - now i testing - 30min ago and wait
edit:
after 40min flash stoped ?!?

Thanks Matt....what value / line in the registry are you changing
[edit]
Thanks All....
After reading this thread at least six times decided to read again but carefully......
Have seen the light and the keys that needed changing...again many thanks.
Have set to 60
Testing missed call...set to 60.....shows in settings notification
good after 5 min then 30 min ......
will advise if reach 60 min.
has stoped at 50 minutes.....not sure why...

hmm, the right thing to do is to actual unlock this feature like it's meant to be, I wander why they greyed it, possibly they were so paranoid and afraid of battery life so they turned everything they can come for...
so, to sum it up, 0 in settings doesn't work and max available flashing is around 50 min.? For both missed calls and sms's?
EDIT:
Just found it. You have to change AvailableOptions to 12 instead of 11. This will ungray drop down menu just like it should be.

Related

[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 ?

Lightsensor, controlling backlight. Change to lower setting.

Hi All.
I have wondered why the software that controls the backlight, with the light sensor, doesn’t adjust the backlight to the lowest setting, when the phone is in total darkness.
I use my phone in complete darkness almost every night, but I think the backlight is way to bright. I know I can adjust it manual, but why not automatic?
Do any of you bright heads, know a reg value to change or another solution, so I can "allow" the backlight to go to the lowest setting, automatically?
I find this anoying also. Any help would be great.
Anyone? I have looked in the registry but cant find anything... :-/
as far as i know there is no software\tweak that can change backlite to min
Same here. In my case, I'd like the backlight to be a bit brighter in brighter conditions, especially when in the car on a sunny day and I'm using iGo. Manually, I can set the backlight higher. I had a sony ericsson phone with a similar light sensor, but you could adjust its maximum threshold and the general brightness. Surely there's a software solution here somewhere!
I searched a little and quickly found some things:
1. The Diamond seems to have an in-built process to adjust brightness according to light sensor. Don't know if it works, though.
2. The registry keys are found at "HKEY_CURRENT_USER\BackLight\". You can modify brightness there, and it will affect the control panel BUT not change your current brightness. There is an Event you must trigger to update brightness. In many devices, this is the BacklightChangeEvent, in some others, this is SDKBacklightChangeEvent, and some others something different. Depends on the device and the manufacturer.
I wrote an app to change the registry value and trigger both SDKBacklightChangeEvent and BacklightChangeEvent. I can see on the control panel the value has changed, but the visible Brightness won't change. Seems HTC decided to make their own DLL to manage that, instead of standard windows mobile events.
So, I searched a bit further and I found that into "HKEY_LOCAL_MACHINE\Drivers\BuiltIn" there is a key called "Frontlight" which is apparently defining a value which points to Backlight.dll. This must be HTC's implementation of the Backlight manager. I was like "yay this will be my first windows mobile dll reverse engineering" BUT, I didn't find this file anywhere on the device, unfortunately.
If anyone could find it on the Diamond, please pass me the info !
Scotchy49 said:
I searched a little and quickly found some things:
1. The Diamond seems to have an in-built process to adjust brightness according to light sensor. Don't know if it works, though.
2. The registry keys are found at "HKEY_CURRENT_USER\BackLight\". You can modify brightness there, and it will affect the control panel BUT not change your current brightness. There is an Event you must trigger to update brightness. In many devices, this is the BacklightChangeEvent, in some others, this is SDKBacklightChangeEvent, and some others something different. Depends on the device and the manufacturer.
I wrote an app to change the registry value and trigger both SDKBacklightChangeEvent and BacklightChangeEvent. I can see on the control panel the value has changed, but the visible Brightness won't change. Seems HTC decided to make their own DLL to manage that, instead of standard windows mobile events.
So, I searched a bit further and I found that into "HKEY_LOCAL_MACHINE\Drivers\BuiltIn" there is a key called "Frontlight" which is apparently defining a value which points to Backlight.dll. This must be HTC's implementation of the Backlight manager. I was like "yay this will be my first windows mobile dll reverse engineering" BUT, I didn't find this file anywhere on the device, unfortunately.
If anyone could find it on the Diamond, please pass me the info !
Click to expand...
Click to collapse
Thank you. Its a lot of attention you have given this topic. For that I thank you. - Just too bad you cant find that dll. :-/ Hope some other helps.
backlight.dll found in Windows folder
axelpix said:
backlight.dll found in Windows folder
Click to expand...
Click to collapse
Thanks, for reference, there are the functions:
Code:
BKL_Close
BKL_Deinit
BKL_Init
BKL_IOControl
BKL_Open
BKL_PowerDown
BKL_PowerUp
BKL_Read
BKL_Seek
BKL_Write
inside the Backlight.dll
This has to be a lot easier.
I found some reg settings in HKCU\ControlPanel\BackLight, one of them called "AutoBklOffset". Actually this is exactly what we're searching for here: When I enter a value >0 here, the backlight instantly goes brighter, and the automatic backlight setting is still active and works.
so, what we have to do is figure out how to enter a negative value here.
Ideas?
Hmm, I don't think we can get anything only with the registry, but we don't lose anything to try, do we ?
I'll check again the registry.
Ok. Actually AutoBklOffset is linked to "Auto backlight adjust". This means that if auto backlight adjust isn't ativated, AutoBklOffset won't do anything.
Ok, all this search was fun. But I told myself: what if I just go ahead and try if the already built-in app works ?
And yea, it already works. Meaning if you put the device in front of the sun, it will go bright, and dim if you're in a dark place.
So I guess this is a configuration specific issue and don't need a new app. I'm out of tha place !
P.S.: It would have been actually quite stupid to include a Light sensor but not using it.
Scotchy49 said:
Ok, all this search was fun. But I told myself: what if I just go ahead and try if the already built-in app works ?
And yea, it already works. Meaning if you put the device in front of the sun, it will go bright, and dim if you're in a dark place.
So I guess this is a configuration specific issue and don't need a new app. I'm out of tha place !
P.S.: It would have been actually quite stupid to include a Light sensor but not using it.
Click to expand...
Click to collapse
my works fine
u can test it on bright light...u will see the change when u cover uper part oh the phone....it will dimm and u will se almost nothing...
microlomaniac said:
This has to be a lot easier.
I found some reg settings in HKCU\ControlPanel\BackLight, one of them called "AutoBklOffset". Actually this is exactly what we're searching for here: When I enter a value >0 here, the backlight instantly goes brighter, and the automatic backlight setting is still active and works.
so, what we have to do is figure out how to enter a negative value here.
Ideas?
Click to expand...
Click to collapse
This tweak still dosnt make the phone use the whole scale. From dimmest to brightest. :-/
Scotchy49 said:
Ok, all this search was fun. But I told myself: what if I just go ahead and try if the already built-in app works ?
And yea, it already works. Meaning if you put the device in front of the sun, it will go bright, and dim if you're in a dark place.
So I guess this is a configuration specific issue and don't need a new app. I'm out of tha place !
P.S.: It would have been actually quite stupid to include a Light sensor but not using it.
Click to expand...
Click to collapse
You misunderstand the issue.
With the backlight set to auto try using your phone in a completely dark room - the light sensor will detect this and the phone dims. Okay, now remove the auto setting and you will find that you can make the phone even dimmer than this using the slider. The lowest auto setting is equivalent to level 3 on the manual scale - what the guys here want to do is make this equal to level 1, or lower (or in the case of one poster make the maximum auto setting equal to the maximum manual setting, or perhaps even higher if possible).
The issue is therefore not whether or not the light sensor works (it does), or whether the phone can automatically dim/brighten the display in response to the ambient light level (it can), but whether it is possible to make the full scale range in automatic mode equal to that which the device offers in manual mode.
Mathew
Spot on!
Hi friends.
I have the problem using TomTom at car. When Diamond receive direct sun light it increases backlight until 70%, but not 100%; when I drive at night Diamond decreases backlight until 30%.
I would like adjust some values to 100% and 10% but I have no idea about registry or dlls.
aidrabmol said:
When Diamond receive direct sun light it increases backlight until 70%, but not 100%; when I drive at night Diamond decreases backlight until 30%.
I would like adjust some values to 100% and 10% but I have no idea about registry or dlls.
Click to expand...
Click to collapse
Nice summary
This exactly was the original topic of this thread.
Scotchy49 said:
Ok, all this search was fun. But I told myself: what if I just go ahead and try if the already built-in app works ?
And yea, it already works. Meaning if you put the device in front of the sun, it will go bright, and dim if you're in a dark place.
So I guess this is a configuration specific issue and don't need a new app. I'm out of tha place !
P.S.: It would have been actually quite stupid to include a Light sensor but not using it.
Click to expand...
Click to collapse
Did you come any further with the app?
I too would like to see a solution for the narrow range of light sensor adjustment. The screen stays too bright when ambient is dark.
In my Sprint CDMA Diamond, I see these registry entries:
HKEY_CURRENT_USER\ControlPanel\BackLight
LSensorReduceBKLDelay
LSensorAvegQuene
I wonder what they do. There must be some way to change the range of adjustment or the bias of the light sensor.

Fix the Backlight when in AutoAdjust

As you could see, when using the "Auto adjust brightness" option to use the light sensor, the LCD uses only 30% to 70% of the available range.
When using the diamond as GPS, by night, this one is too bright.
So, with the LightSensorSDK, I wrote this program which changes the brightness of the LCD, according to the ambient light, from 0% to 70% (in order to save the battery power)...
Don't forget to uncheck the Auto adjust function...
To use it :
Install the cab,
Uncheck the Auto adjust backlight option,
SoftReset your Diamond...
Program is constantly using high amount of cpu (~50 %) I think querying the sensor via the sdk is very computation-intensive. Uninstalled it now, but I like the idea, please continue to work on.
regards,
Daniel
Also, can we get one that uses %0-%100, sometimes 70 just doesnt cut it in direct sunlight...but the concept is really really good!
What are you using to monitor your CPU ?
Attached is a newer version (at 0% only if very dark), I have set via Advanced Config to 1000 the Light Sensor Interval...
This interval is used to know when to change the slider position...
In HKLM\NikisLight, you can set Maximum (10 is max) and Minimum (1 is min).
ngaillet said:
What are you using to monitor your CPU ?
Click to expand...
Click to collapse
HomeScreen ++ (formerly known as batterystatus), after uninstalling the cab the usage went back to normal.
regards,
Daniel
The second Cab file is better... Try this one...
ngaillet said:
The second Cab file is better... Try this one...
Click to expand...
Click to collapse
I'll do so, and let you know my findings.
regards,
Daniel
very cool
if we could figure out how to do these changes in the OS rather then using a thirdy party app it would be amazing. I have been looking into this my self though and cannot find how to yet.
Now it's working fine on my device, no more high cpu utilization.
What I see now is that it's a little bit too dark in normal rooms, may i "pitch" up the lowest treshold a little bit through any seeting?
Thanks for the most precious helpfull app since a long time ;-)
regards,
Daniel
Thanks for your great application. However, after install the program, the backlight become flicker once per second (even I cover the light sensor). Is it possible to lower the sampling period or have any solutions.
ngaillet said:
The second Cab file is better... Try this one...
Click to expand...
Click to collapse
Thanks, the application is uninstallable?
Ciao, Andrea
any chance this app can be reworked to use the kaiser's keyboard ambient light sensor? i'm sure lots of us would appreciate the functionality.
cheers.
great application!!
i always found 70% is not bright enough under direct sunlight
Great one ... also found that in dar the screen was way too bright and little lesser would be nice.
Thanks, and hope this suits and works well.
Can you please make one from 10(15)% -to- 70%, as at 0% the pics seem very dark .... thank you and much appreciated.
helpme said:
great application!!
i always found 70% is not bright enough under direct sunlight
Click to expand...
Click to collapse
Is it possible to have a 0% to 100% version?
Many thanks.
Ciao, Andrea
can we uninstall it like other cab file?
Nice app, nice idea. I installed it on my CDMA Sprint Diamond, and I'm not sure that it has any effect. I have two of the same devices and compared them side-by-side and the app seems to not make a difference.
Thanks!
I have install it on the diamond, but it change the light like crazy. Under the sun, it goes to the minimum. I have change the backlight interval with advanvce config, from 300ms to 1000, and back again, but the problem is the same.
Is there any chance to make it better?
Genius2000 said:
Is it possible to have a 0% to 100% version?
Many thanks.
Ciao, Andrea
Click to expand...
Click to collapse
Any update?
Many thanks.
Ciao, Andrea
You can change it yourself

[Q] LED timeout and Pulse ON/OFF durations?

I was hoping someone could quickly explain these settings for me as I'm not 100% sure of their purpose and I can't find a definition on these exact settings anywhere on here on the net at all! (can only find pulse notifications which is easy and not applicable here)
So two things: in a program like NSTOOLS there is CMLED section and has LED timeout and typically the default is around 1600 seconds..can be 0 to 1800...what exactly does this do and relate to?
and the other is a setting on some rom specific settings and under LED settings has Pulse ON duration and Pulse OFF duration. my default is .5 seconds for ON and 9 seconds for OFF...both have range of 0 to 10 seconds...once again what exactly does this do?
if someone could explain, that would be greatly appreciated! thanks
Those are for led notifications...the captivate does not have one...superfluous settings are not uncommon from ported roms..
Remember none of the ics roms are actually captivate firmware.
pchemerys said:
I was hoping someone could quickly explain these settings for me as I'm not 100% sure of their purpose and I can't find a definition on these exact settings anywhere on here on the net at all! (can only find pulse notifications which is easy and not applicable here)
So two things: in a program like NSTOOLS there is CMLED section and has LED timeout and typically the default is around 1600 seconds..can be 0 to 1800...what exactly does this do and relate to?
and the other is a setting on some rom specific settings and under LED settings has Pulse ON duration and Pulse OFF duration. my default is .5 seconds for ON and 9 seconds for OFF...both have range of 0 to 10 seconds...once again what exactly does this do?
if someone could explain, that would be greatly appreciated! thanks
Click to expand...
Click to collapse
led timeout means after how much time led will go off after touching 1600 means 1.6 second 1800 means 1.8 second and zero means no led
Edit:- zero means led remains on for unlimited time​
led notification means when device receive notification then led light will blink for the given time it should be set as 2 second for on and 1 second for off for real blinking
studacris said:
Those are for led notifications...the captivate does not have one...superfluous settings are not uncommon from ported roms..
Remember none of the ics roms are actually captivate firmware.
Click to expand...
Click to collapse
Thanks again Studacris.. I knew this phone does have or can use led notifications but wasn't sure if these other settings applied to that or not...now I known.thanks. and the led timeout setting was explained beautifully in other reply...so got it
Maybe one of u could explain "CRT off animations" can't find out what this is?
Sent from my SGH-I897 using XDA App
That's When the screen turns off and does that little animation like an old tv set.
studacris said:
That's When the screen turns off and does that little animation like an old tv set.
Click to expand...
Click to collapse
ya +1 to this
dhlalit11 said:
led timeout means after how much time led will go off after touching 1600 means 1.6 second 1800 means 1.8 second and zero means no led
Click to expand...
Click to collapse
Zero actually means they will stay on indefinitely
Sent from my CM9 ICS i897 Captivate
korockinout13 said:
Zero actually means they will stay on indefinitely
Sent from my CM9 ICS i897 Captivate
Click to expand...
Click to collapse
sorry I will edit that

[REGISTRY] Boost Battery Life!!!

Go to this key: [HKEY_LOCAL_MACHINE\Software\OEM\KeyState]
Then add this value: "application_btn_vibrate3"=dword:1
to add the value, go to settings in registry editor in the described directory and choose "new value"
valuename: application_btn_vibrate3
value data: 1
value type: Dword
This will disable the vibration for the three touch keys ( back,home,search) and increase the battery life significantly.... If u want the vibration back then just change the value to 0
known long ago....
Thanks for the info!! I did not know long time ago!!! I'll have to give it a try and see if it helps me out.
it definitely does....im testing this and a few other reg tweaks and seeing how long my battery will last...ill post the results with some screenshots soon
Thanks vor this tweak. I'm glad to get ride of this anoying vibration. If this saves measurable power that would be perfect
Sent from my HD7 T9292
Im using custom Intrinsic ROM now....will post the battery life pics in some time.....
Searching for other tweaks too
Using Intrinsic rom apply it. Switch off and on my Hd7 thought my understanding the 3 button deactivated but it still vibrate.
Edit: delete it and apply new ones(dword)string b4. And now it work.
i have this tweak applied in my custom evolution 7 rom
u will see a battery life increase in standby time
Thanks...will try...
Is there a reg tweak to make the automatic brightness levels range from
0-10.
The HD7 is considerably bright even in a pitch dark room. But if you change the brightness from Auto to Low. Its significantly low.
Can anyone please look into this. Thanks.
backlashsid said:
Thanks...will try...
Is there a reg tweak to make the automatic brightness levels range from
0-10.
The HD7 is considerably bright even in a pitch dark room. But if you change the brightness from Auto to Low. Its significantly low.
Can anyone please look into this. Thanks.
Click to expand...
Click to collapse
i guess the auto brightness doesn't work :/
Been searching for that tweak since so long.....even the SMS Led notification....so far no success.....i cant even find where the LED registry's are.....
sirajgoku said:
i guess the auto brightness doesn't work :/
Been searching for that tweak since so long.....even the SMS Led notification....so far no success.....i cant even find where the LED registry's are.....
Click to expand...
Click to collapse
well it sucks for the auto brightness to not work then..my old Hd2 with Windows Mobile 6.5 did a better job at it..there has to be a way !!
sirajgoku said:
i guess the auto brightness doesn't work :/
Been searching for that tweak since so long.....even the SMS Led notification....so far no success.....i cant even find where the LED registry's are.....
Click to expand...
Click to collapse
the HD7 auto brightness needs a complete overhaul. it does get brighter dynamically but does not lower down the same way.
the samsung omnia 7 auto brightness works correctly
Magpir said:
the HD7 auto brightness needs a complete overhaul. it does get brighter dynamically but does not lower down the same way.
the samsung omnia 7 auto brightness works correctly
Click to expand...
Click to collapse
PLEASE!!!! someone find a way....to make it work !! Its a big battery life killer !
backlashsid said:
PLEASE!!!! someone find a way....to make it work !! Its a big battery life killer !
Click to expand...
Click to collapse
basically the HD7 can up the brightness under direct sunlight. but when come into the shade , the brightness does not go down.
need to press and awake the phone for the sensor to adjust to the shade
Magpir said:
basically the HD7 can up the brightness under direct sunlight. but when come into the shade , the brightness does not go down.
need to press and awake the phone for the sensor to adjust to the shade
Click to expand...
Click to collapse
wait !! how is that ??
how can it up the brightness but not lower it down..
the hd7 was almost build on the same hardware as the hd2...and hd2 could do it..i know the OS was different...but still...i assume it works well on other phones !!! and how is it smart..if its not auto...
Yup that's the major defect!!
You can see the display when outdoors cuz the brightness automatically adjusts itself...but when u come back indoors the screen still remains bright....
I looked into the brightness registries and I didn't find anything to change to make it work properly :/
I guess that's it with brightness of hd7 :/
IF HD2 can do it , why not HD7 which is newer?
Maybe someone can find something in the registry to modify auto brightness to work like HD2 ?
---------- Post added at 07:41 AM ---------- Previous post was at 07:39 AM ----------
sirajgoku said:
Yup that's the major defect!!
You can see the display when outdoors cuz the brightness automatically adjusts itself...but when u come back indoors the screen still remains bright....
I looked into the brightness registries and I didn't find anything to change to make it work properly :/
I guess that's it with brightness of hd7 :/
Click to expand...
Click to collapse
yes, when it adjusts itself to the ourdoot brightness, it does it quite well too, like 2-3 step increment ( u can see the brightness going up 2 steps depending on the ambient sunlight). THis means the sensor is on and running all the time when u have the screen turned on
but go back to indoors, it doesnt adjust down.
still pondering how is that they make it this way? Does not make sense
Ya even was searching for the LED for the SMS notification....no success!!
Magpir said:
IF HD2 can do it , why not HD7 which is newer?
Maybe someone can find something in the registry to modify auto brightness to work like HD2 ?
---------- Post added at 07:41 AM ---------- Previous post was at 07:39 AM ----------
yes, when it adjusts itself to the ourdoot brightness, it does it quite well too, like 2-3 step increment ( u can see the brightness going up 2 steps depending on the ambient sunlight). THis means the sensor is on and running all the time when u have the screen turned on
but go back to indoors, it doesnt adjust down.
still pondering how is that they make it this way? Does not make sense
Click to expand...
Click to collapse
+1 !!!
sirajgoku said:
Go to this key: [HKEY_LOCAL_MACHINE\Software\OEM\KeyState]
Then add this value: "application_btn_vibrate3"=dword:1
to add the value, go to settings in registry editor in the described directory and choose "new value"
valuename: application_btn_vibrate3
value data: 1
value type: Dword
This will disable the vibration for the three touch keys ( back,home,search) and increase the battery life significantly.... If u want the vibration back then just change the value to 0
Click to expand...
Click to collapse
How can i access registry files of hd7

Categories

Resources