Mapping volume slider - General Topics

Does anyone know if its possible to map the volume slider on the xda2 to another function, e.g. page scroll up/down? l haven't come across any utility that allows this. If not, is it possible for me to hack it myself :?:

I know it must be possible as when the reminders pop up for meeting you can use the slider to alter the snooze time. Unfortunately it will take someone with more brains than I to figure out how (I consider Pooh Bear to be superior to myself :wink

Related

Good idea for backlight control

Alright.. as we all know looking at our phones in the bright sunlight is a pain, so I was trying to figure out a good way to control the backlight without having to do too much work. I was thinking that we could assign a hard key to launch an application, and then from there our volume controls or scroll wheel could adjust the backlight. Is there a program that does something similar already?
bombzhome said:
Alright.. as we all know looking at our phones in the bright sunlight is a pain, so I was trying to figure out a good way to control the backlight without having to do too much work. I was thinking that we could assign a hard key to launch an application, and then from there our volume controls or scroll wheel could adjust the backlight. Is there a program that does something similar already?
Click to expand...
Click to collapse
Why not use a plugin?
Or, if you want a hardware button assigned, create a shortcut, .lnk, name it "Backlight.lnk", throw it in the "\Windows\Start Menu\Programs", and there you go!
Edit: Here's the shortcut attached, just make sure you change it from ".txt" to ".lnk"
That didn't work for me.
Oops, forgot to delete the first few words, here it is, should work.
I kept searching around and I came across this:
http://forum.xda-developers.com/showthread.php?t=379270
This worked just fine. I mapped it to my Voice Record button. Now I can just hold the button, and adjust the backlight with my scroll wheel.
Thanks for your help!

? remap green button to speakerphone

I want to map the green "phone" ("send") button to work as speakerphone with long keypress when phone is used, but I can't find any info.
OTOH I notice most ROMs use long press for this button and map usually wireless managers, which would be fine if it would work that way only when phone is not in use (and 'restore' the speakerphone function for long press when phone is in use) but I have not seen such solution yet. Has anyone done/try this?
-888- said:
I want to map the green "phone" ("send") button to work as speakerphone with long keypress when phone is used, but I can't find any info.
OTOH I notice most ROMs use long press for this button and map usually wireless managers, which would be fine if it would work that way only when phone is not in use (and 'restore' the speakerphone function for long press when phone is in use) but I have not seen such solution yet. Has anyone done/try this?
Click to expand...
Click to collapse
Hi,
Deleting Long_Send.lnk might restore original function of long press send key sir,.
Hope it help,.
Regards
Unfortunately, I don't think you can have two different functions based on context. AdvancedConfig has an option to map pretty much anything to the long send.
Garmin said:
Hi,
Deleting Long_Send.lnk might restore original function of long press send key sir,.
Hope it help,.
Regards
Click to expand...
Click to collapse
Thank you, Sir
blue_94_trooper said:
Unfortunately, I don't think you can have two different functions based on context. AdvancedConfig has an option to map pretty much anything to the long send.
Click to expand...
Click to collapse
Well, I was thinking about something more complex than I can do myself, hence my post here.
Idea is to make a small applet which will switch the function of the button based on the processes running (or other ways to determine it) and assigning different shortcut to this button. I.e. when the phone is connected it will assign speakerphone to the "send - long press", when phone is not in use it would redirect "send - long press" to the wireless manager, if you know what I mean (sorry my english); so virtually mapping the "green" button to this app could achieve that, no?
intersted also in your send key LKP!!
-888- said:
Thank you, Sir
Well, I was thinking about something more complex than I can do myself, hence my post here.
Idea is to make a small applet which will switch the function of the button based on the processes running (or other ways to determine it) and assigning different shortcut to this button. I.e. when the phone is connected it will assign speakerphone to the "send - long press", when phone is not in use it would redirect "send - long press" to the wireless manager, if you know what I mean (sorry my english); so virtually mapping the "green" button to this app could achieve that, no?
Click to expand...
Click to collapse
Bump....
I also want exactly the same setup! Great minds think alike!
Your mention about the wireless manager sounds a handy idea also, and I am at present having to use a long keypress on the left hand hardware 'record' button. This is fine, but I also have it mapped to normal press = audio record. But want to use it for something else at some point.The more buttons free the better. To be able to have the sent button act on a long key press to work the speakerphone seems to me like something that should actually be in place by default. I mean, what better way to start the speakerphone!!
I do hope someone is able to shed some light on this, or you manage to pull it off yourself you can count me in to try the fix etc.
PS:: Would a MORT SCRIPT help in this situation I wonder? I am not familiar with MS but sure someone may know a way round it.
Regards
Nick-UK
Thanks for your kind support
I wrote about this year or more ago on another forum, but few responses I got were discouraging at best.
I think if we could do such "app", we could use it for all the buttons and change their "assignments" based on the currently running apps...
With scripts we can do things like rename "Long_Send.lnk" into "Long_Send.disabled" (for example) instantly, and rename it back to "Long_Send.lnk" when i.e. pressed again. But the problem is that I don't know how to "detect" and use it in the scripts what is currently running and discriminate between foreground and background processes that are currently running?
Because what if you have two (or more!) programs that are using the same button assignments but for different purposes and both are running in the same time? say you are on the phone talking - thus long_send is assigned to speakerphone, and you also run (for example) windows media player where you assigned same green button to fullscreen display? The scripts cannot tell which one is running in the foreground by themselves, and (in this example) holding green button could bring the WMP to fullscreen instead of turning on speakerphone. Beforewe use mortscript to "activate" apropiate script, we need to know which process was started last (so - per my example - we would know that the phone was last started and not the WMP, and mortscript would run "speakerphone script for green button" instead of "fullscreen wmp script for green button"... and there is another problem: the phone is always ON on our PocketPCs since boot, and it is running all the time in the background, so it will have to differentiate between phone being active and phone in the "waiting" state...). Apologies if I sound incomprejensible, I tried to make it clearer but I don't know is it less gibberish
to cut it short: I don't think it can be done with simple scripts. But of course I may be wrong.
In theory it should work this way:
1 Long_Send.lnk -> starts our "app"
2 "App" checks what program is currently running on the screen (in the forground, or last started etc)
3 "App" executes apropiate action assigned for this program (i.e. speakerphone for active phone call, or wireless manager for today screen, etc etc)
4 "App" releases/removes/disables the action from previous step and changes it back to the state it was before when the foreground program is closed (i.e. changes back long_send from assignment to speakerphone back to default once the phone call ended)
sounds simple, doesn't it?

Wake up Topaz with front buttons

I've been searhing a week now, all the internet, all this forum, and i still can't believe nobody didn't need (or think) to wake the Diamond 2 with some other button then power button? I tried all that i found on this forum, like key remapper programs (they are really good programs and usi it), but they do not work when phone is in stand by. I'm using the phone also as navigator on motorcycle, so i have the phone in the transparent top pocket, and need to wake up the phone with front buttons. Is it inpossible? Before on omnia i had this possibility in control panel, but disapointed, that htc didn't make it? Hope someone has an idea how could be done this...or is it actually so simple, and i didn't figure it how? Please, someone help me, i like this phone a lot. I have the essential rom installed at the moment, if this help. Thanks.
have not tried it - but TD2 Tools has an 'Any Key WakeUp'-Option
changing HKCU\controlpanel\Keybd\DefaultKeyLock from 1 to 0
easy one!

Increase volume bar "stepping speed"? How?

Sorry to raise a thread for this because I know this info is on the forum as I've read it in the past and done it, but I cannot find the post/thread in question and have already gone through loads of volume related stuff already while looking for it.
This was a tweak that enabled the volume transition from quiet to loud or vice versa do move really quickly when you hold the volume key up or down (in Sense in general rather than a specific program). I think it was a registry tweak rather than a feature in a cab (or a cab specially for this) but I may be wrong.
So for example the default is that if your phone is on Silent/Vibrate mode and you hold down the volume up key it steps up over a second or two until it reaches full volume. This tweak meant that you don't have to hold the key for as long to make it move quickly up or down.
I don't mean that it enables the volume to jump instantly from one end of the scale to the other, it still moves in steps, but it just moves a lot quicker.
I used to have it on my phone but I flashed it the other day and cannot find out how to get this back and I miss it - it's a nice touch!
Can anyone help? Thanks if so!
Bump! Surely someone must know how this is done? Well, I 'know' someone does since I previously had it set up like this but you know what I mean!
Would really appreciate being able to do this.
Hi,
I'm looking for this too. But no answer until now. I think (but I'm not an expert) that this should be easy to do.
I found it tonight by accident and I'm amazed no-one else has said the answer.
It's simply in windows>settings>personal>buttons as stepping speed.

[Q] control what capacitive buttons do?

does anyone know a way to select what these buttons do when long-pressed?
I think sometimes an option comes up asking me what I want to do, but I accidently set a default for that-is there anyway to rest them?
Furthermore is there any way to specify actions? like if want a longpress of "home" to bring up my dialer?
thanks.

Categories

Resources