Change brightness using hardware buttons? - JAM, MDA Compact, S100 General

Hi,
Does anyone know of any way to change the brightness using the hardware buttons please? Something which doesn't involve any page popping up or having to go back to the Today page. i.e. I'd like to alter the brightness as easily as I alter the volume.
Thanks

Related

Vogue Side Volume Slider Adjustment

Does anyone know if there is a way to adjust the HTC Touch volume slider sensitivity? It seems when i try to use it, it jumps way to much making it impossible to find a comfortable audio level.
This thread can be deleted as I noticed my thread must have posted twice. Does anyone know how to delete a thread. Is it admin only? Thanks
Try clicking on edit and look up top for something that says delete. You can on some boards but it may be deactivated.

[APP][Updated 29/08] Flashlight v 1.2

Have you ever been alone in the dark with only your cherished Diamond wishing you had a better light source than its dark theme can provide? It certainly happened to me, and here is the solution: Flashlight.
Why a new such program when a few freeware already exist? Well, this one is TOTALLY finger friendly.
While in the main screen, drag your finger upwards to increase the light or downwards to decrease it.
The program can also be used as an emergency beacon, flashing two colors. To set the colors, again move your finger (horizontally this time) on the red, green or blue markers. The settings are saved on exit.
Compact Framework 3.5 needed!
Update 24/08/08 v 1.1
Added SOS function. This uses Color1 from Options.
Update 29/08/08 v 1.2:
Added menu item to disable Auto backlight. This allows to get maximum luminosity. The program will remeber the setting. When exiting, it will restore your backlight to what it was before.
To use this facility with the best results, do the following:
Start -> Settings -> System -> Power -> Backlight
Uncheck Auto adjust backlight
Slide both cursors to maximum
Check Auto adjust backight
Now start flashlight, go to Options, click on Auto backlight (to uncheck it) and your device shoud have maximum light. Don't worry, it will go back to Auto when you leave the program (or whatever setting you had before you ran it).
Looks very nice and convenient especially for users who don't have flash on their devices; downloading now.
I needed this thanks!
does your tool set the backlight to the maximum or just fill the screen with a color?
Haha, very nice/funny app. Ive never used a cellphone as a flashlight. But hey, im gonna install this one. I like it
ageye said:
does your tool set the backlight to the maximum or just fill the screen with a color?
Click to expand...
Click to collapse
Just fills the screen. Quite honestly, I don't know how to change the backlight, but if you have any pointers I'll try.
Really useful for me
Would it be possible to use vertical dragging to change the flashing speed ?
Timbermill said:
Really useful for me
Would it be possible to use vertical dragging to change the flashing speed ?
Click to expand...
Click to collapse
Interesting idea. I can do that...
You need to find a way to disable the light sensor and adjust to the max brightness for this to work efficiently.
why i can not have white light without flashing? if i disable flashing i get a grey light
flashing OK, i choose red and white
KukurikU said:
why i can not have white light without flashing? if i disable flashing i get a grey light
flashing OK, i choose red and white
Click to expand...
Click to collapse
Try to slide your finger upwards...
Can you make it flash SOS it could be usefull in an emergency...
I think it is 3 short 3 long 3 short flashes...
There is also another flashlight app. It called 'pLamp'. Version 1.5 is compatible with VGA. Google for it. It's freeware. Works great on my diamond.
aydc said:
You need to find a way to disable the light sensor and adjust to the max brightness for this to work efficiently.
Click to expand...
Click to collapse
I realize that. Changing the backlight is not API implemented though as it is hardware dependent. I've been googling it for a couple of hours already and no luck yet.
so use registry?
to disable the light sensor
HKCU\ControlPanel\Backlight\LightDetectOn
set it to 0->Sensor is off (will change immediatly)
this should make it ways brighter
don't know which key adjusts the brightness level but you may set Battery-Brightness-level to max and enable Lightsensor. So if you now disable it, you have max brightness
works well for me, jsut implement it in your app and i'll be very happy
Update to v 1.1: added SOS function. Download in first post.
kikakeule said:
so use registry?
to disable the light sensor
HKCU\ControlPanel\Backlight\LightDetectOn
set it to 0->Sensor is off (will change immediatly)
this should make it ways brighter
don't know which key adjusts the brightness level but you may set Battery-Brightness-level to max and enable Lightsensor. So if you now disable it, you have max brightness
works well for me, jsut implement it in your app and i'll be very happy
Click to expand...
Click to collapse
The problem with changing the registry is that it won't update the brightness until a soft reset, unless I'm mistaken.
yes yes yes turn backlight for max is more usefull then plenty of colours, btw 9 basic colours will be enough and still finger friendly... but still nice app
pedmond said:
Try to slide your finger upwards...
Click to expand...
Click to collapse
multzumesc! thank you..it's all in the finger...lol
pedmond said:
The problem with changing the registry is that it won't update the brightness until a soft reset, unless I'm mistaken.
Click to expand...
Click to collapse
just try it yourself
after changing the key the sensor will be deactivated immediatly
no soft reset needed
and with the workaround I posted early you will get max brightness very easyly
but even without the workaround this will increase brightness massivly as the main usability of a flashlight is to enlightend darkness and the sensor dimms the display to minimum in darkness^^

HW Keyboard Backlight OFF when it's not needed (WORKING SOLUTION pls)

Hi All,
Xperia's hardware keyboard is very good, and the backlight is really of help when the ambient goes dark or even darker.
The HW keyboard is also quite cool in the daylight, the buttons' surface letters are very clear and crisp.
But here we have, an especial feature: needless automatic backlight, in spite of bright (or not so) day light? The letters become blurry not to say hardly visible. Not to mention this is wasting battery, too.
Is there a way to turn off the HW keyboard backlight, when it's not needed?
XDA gurus, help our batteries live longer and us users type faster! Please...
I hear you!
Yeah i've noticed the same problem, so ive started making a program to set the brightness etc, ive interrogated the registry for the backlight and have a small app working now whare all the brighness levels and timmings etc can be modified.
I was going to add a menu on the progam to changes the settings based on time of day / profile used on the phone, the rogram would need to be ran in the backgroud all the time but im sure it would not drain the battery much to do this as its a lightweight process that will wait for the profile to change.
I can put up what ive done, its very simple and you can suggest improvments / whatever.
Main functions would be:
allow user to change settings based on their currently selected sound profile (on, vibrate, off) and they have individual settings.
Allow the user to change all backlight related values (I have 11 of them editable in my program currently.
I would like this to have the keyboard light off during the day really as the keyboard light coming on makes it hard to see keys during the day.
awshanks said:
Yeah i've noticed the same problem, so ive started making a program to set the brightness etc, ive interrogated the registry for the backlight and have a small app working now whare all the brighness levels and timmings etc can be modified.
I was going to add a menu on the progam to changes the settings based on time of day / profile used on the phone, the rogram would need to be ran in the backgroud all the time but im sure it would not drain the battery much to do this as its a lightweight process that will wait for the profile to change.
I can put up what ive done, its very simple and you can suggest improvments / whatever.
Main functions would be:
allow user to change settings based on their currently selected sound profile (on, vibrate, off) and they have individual settings.
Allow the user to change all backlight related values (I have 11 of them editable in my program currently.
I would like this to have the keyboard light off during the day really as the keyboard light coming on makes it hard to see keys during the day.
Click to expand...
Click to collapse
Sounds promising! Can you post your app? I would like to try it out.
Here you go...
It just modifies timers and sensors on/off at the minute, but its a start. I made it to give better control over the backlight for myself, happy to help others!
Thanks Andrew! Longlive Ireland!
awshanks said:
It just modifies timers and sensors on/off at the minute, but its a start. I made it to give better control over the backlight for myself, happy to help others!
Click to expand...
Click to collapse
Thanks, bud!
So Features
What do you want it to do?
look better? YES , lol!
i was going to use tab screen to seperate out the info, there are some more values to add that can be changed, i need to group them together (eg ac and battery ones) and have a proper explanation on them (input value limit etc.)
So let me know what are the features you would like (in order of priority) and i will get cracking, lets see if we can make a good little app here.
By now I only wanted the app to turn off keyboard completely. Hope the author will succeed in that. Though I'm afraid the HW keyboard backlight settings are hardware related issue solely, nothing to do with registry/driver routine.
All the other settings are quite handy to play with the backlight of the device. Perhaps a bit more detailed instructions and explanations will be just fine.
Yet the 'About' and 'Copyright' options, maybe some easter eggs - without it the prog is a no-go
Have you tried adding the key HKCU\Software\SonyEricsson\Illumination\QWERTYBrightness ? I found this one when digging into the illumination application.
This will override the automatic brightness values for the keyboard, setting it to a fixed brightness when the light sensor turns it on.
I've set mine to 50, which works fine even if the light goes on at daylight.
Thanks bro, this is very useful hint!
I noticed also, that with '50' (it's not 'key' actually, but a 'value', I input this as a REG_SZ value), light sensor works with HW keyboard much better, more adequate - no backlight when in sunlight or electric lamps at home or in office, slightly dimmer backlight when in the dark. That must save battery life too!
on8a said:
Have you tried adding the key HKCU\Software\SonyEricsson\Illumination\QWERTYBrightness ? I found this one when digging into the illumination application.
This will override the automatic brightness values for the keyboard, setting it to a fixed brightness when the light sensor turns it on.
I've set mine to 50, which works fine even if the light goes on at daylight.
Click to expand...
Click to collapse
Odeon said:
Thanks bro, this is very useful hint!
I noticed also, that with '50' (it's not 'key' actually, but a 'value', I input this as a REG_SZ value), light sensor works with HW keyboard much better, more adequate - no backlight when in sunlight or electric lamps at home or in office, slightly dimmer backlight when in the dark. That must save battery life too!
Click to expand...
Click to collapse
That's may seems silly but i cant find "HKCU\Software\SonyEricsson\Illumination\QWERTYBrightness"
I found only patters and default....
Could please help?
you shall create this parameter if it isn't available.
Odeon said:
you shall create this parameter if it isn't available.
Click to expand...
Click to collapse
I did and it worked! thanks
But still, isnt there anyway to turn it off?

Backlight brightness

I am finding the screen difficult to read outdoors. Checking time when on my walk, selecting playlists etc. I realise this is the characteristic of the screen technology rather than a phone fault - I have the same problem with the screen on my DSLR camera.
Two questions -
Is there a registry tweak to increase the actual maximum brightness beyond the maximum in Settings? Battery life is of secondary importance for me.
I have read posts discussing G-light and Lumos to improve auto adjustment. I don't think any of these would help me. I would prefer a quickly accessible manual swith with two positions - Indoors, Outdoors.
Has anybody seen anything like this?
Joe
hi
got ur setting>system>power ie click on the battery icon inside that un chek the auto adjust back light and set it as per ur liking
jfranek said:
I am finding the screen difficult to read outdoors. Checking time when on my walk, selecting playlists etc. I realise this is the characteristic of the screen technology rather than a phone fault - I have the same problem with the screen on my DSLR camera.
Two questions -
Is there a registry tweak to increase the actual maximum brightness beyond the maximum in Settings? Battery life is of secondary importance for me.
I have read posts discussing G-light and Lumos to improve auto adjustment. I don't think any of these would help me. I would prefer a quickly accessible manual swith with two positions - Indoors, Outdoors.
Has anybody seen anything like this?
Joe
Click to expand...
Click to collapse
I know where/how to adjust the backlight brightness.
My question was if I can tweak the registry to increase the screen brightness even further when the slider is on full bright setting.
Because the auto adjustment is not working for me, and adjusting the brightness through the menus involves six clicks (taps), I would like to have a widget??? to do it with one tap. An icon which will alternate between 'indoor' and 'outdoor' presets everytime it is tapped.
Joe
jfranek said:
I know where/how to adjust the backlight brightness. My question was if I can tweak the registry to increase the screen brightness even further when the slider is on full bright setting.
(...)
Joe
Click to expand...
Click to collapse
I have never heard/read about such an option, therefore: No, AFAIK.
Thanks, my hopes were not very high for this, but no harm in asking.
Joe

Volume steps are too large

Does anyone know how to change the increments that the volume changes by when using the volume buttons. They increase/decrease too much for me (increments too large). I know you can use the screen but when using the buttons you don't get this granularity/smaller step in volume
alecs said:
Does anyone know how to change the increments that the volume changes by when using the volume buttons. They increase/decrease too much for me (increments too large). I know you can use the screen but when using the buttons you don't get this granularity/smaller step in volume
Click to expand...
Click to collapse
i moaned about this a while back, it's dumb, but no one seemed to agree
Use your finger ? lol
You can also change to the "sense music volume slider" (the green one with smaller steps) by reading a little here:
http://forum.xda-developers.com/showthread.php?t=616917
(it doesn't work in all applications though, but most!)
I have to agree, the steps are to large. I allways have to take my phone up and use the finger to adjust it to where i want it. I know ppl say "use ur finger etc" but since the buttons are there it should't be necessary to use ur finger.
Eggy88 said:
I have to agree, the steps are to large. I allways have to take my phone up and use the finger to adjust it to where i want it. I know ppl say "use ur finger etc" but since the buttons are there it should't be necessary to use ur finger.
Click to expand...
Click to collapse
exactly, i've used my finger to bring the volume up, why do i then have to use another finger to adjust it, its balls is what it is, balls lol
Folks, I looked at the posting that was provided and it offers another screen control for the volume. What I find strange is that with all the expertise on this forum all the great Roms, Cabs, and other ingenious registry tweaks etc nobody has found a way to modify the increments (which are obviously there) to be made available to the physical volume controls.
I suspect this is because it hasn't been investigated by many as it has not been seen as something in demand. However I would like to say that it is in demand and I'll give you my reason for its request. I have my device in the car in a phone holder and when driving I wear headphones (not HTC headphones). I often need a more granular ability to change the volume through the physical controls without looking at the screen so I can keep my eyes on the road.
I am sure there are many more instances such as this where people need this.
So if there is anyone out there that can help I am sure there would be many more people than on this thread that would give thanks once such a method is discovered.
hmmm...nobody any idea how to get the volume steps smaller?
alecs said:
Does anyone know how to change the increments that the volume changes by when using the volume buttons. They increase/decrease too much for me (increments too large). I know you can use the screen but when using the buttons you don't get this granularity/smaller step in volume
Click to expand...
Click to collapse
I agree that the steps are also too large! I cant' seem to change it to smaller increments.
Bump. +1
Just seen this. I often use the volume rocker when my phone is in my pocket, or when I cannot look at the screen. 1 bar increments please!
please.. we really need this..
Bumpation. This would be extremely helpful, especially when listening to music.Or ever.
... +1!
+1. Still no one found it out
There has already been an answer in this thread:
http://forum.xda-developers.com/showpost.php?p=5788608&postcount=4
Have any of you actually tried it?

Categories

Resources