on-screen volume slider/adjuster - Acer Iconia A500

there's something about the physical volume rocker on the a500 that makes me dislike using it and it being on the top I have to take my lazy finger and travel alll the way to the top(always in landscape) to adjust volume.
I know there are a couple or more of these types of apps in the market but thought id share this one I just found. it lets you put a volume rocker/slider anywhere on your screen edge. you can customize it... color, size, what volume its controlling etc...
I set it to the lower right so I can easily change volume on the fly with my pink thumb.
https://market.android.com/details?id=rubberbigpepper.VolumeControl
*edit* if any of you know a similar app that can adjust brightness let me know...thanks

Related

quickly adjusting sound - like on the wizard

I am really missing the abilty to quickly change the volume of the phone using the up down wheel like you could on the wizard.
The fact the wheel allows easy access to the screen is great though.
The ideal solution seems to be to map the left hand side ok button to the volume control instead of the start menu when on the today screen.
unfortunatly the buttons options in the settings do not include the ok button.
Is anyone aware of how to do this?
Maybe one of Vijay's apps could achieve this...

*UPDATE* We need this! (Gauging Interest)

On my wizard, a program called SmartsKey (which also mostly works on our Mogul) could use the rocker switch as a volume up and down toggle, when you are outside of a call.
I am annoyed at having to tap the volume icon to change my volume on my phone when at the today screen. We need to have some way to map the scroll wheel's button to open the volume settings when pushed, and then we could simply scroll the wheel up or down to change the volume. Also on the wizard, you could hold down the comm manager button to toggle mute.
I would be willing to work on this with anyone else that would like to try and either make a script or small app that would allow us to do this. It's one of the only major gripes I have so far with this phone. I guess I was just spoiled with the wizard, but I know that this is a hugely capable phone. It would make sense that we could map something to that push button on the wheel. I just don't know how to look for it.
What do you think? Wouldn't that make adjusting the volume a lot better? It seems like this should be the way it works from the factory.
****UPDATE****
I have found a little 48k app that opens the volume balloon. This will definitely work for now, until I can figure out if we can use the wheel button cleanly or not. I have mapped it to the push and hold voice command button, so that when I hold the button, the volume balloon opens. YAY!!
File is attached for logged-in users
That sounds like a pretty cool idea, but I really haven't been bothered too much by the scroll wheel not always acting as volume. I wouldn't know much about writing a script or application, but I'd be happy to help with testing.
A FREAKING MEN. how ridiculous can they be? every phone since the beginning of time has had a hard button to change to vibrate.
Yes, Please! I have found this quite annoying as well. I wish I had the know-how to help you.
Great idea. I find myself never using the scroll wheel for anything and always wanting it to simply control the volume.
try AEBUTTON PLUS i duno if it will work on the mogul, but u can give it a try
if you use the 5-tabbed home plugin from HTC, one of the tabs is ringer profile, and it mutes/vibrate/normal settings allow for quick ringer change. I find that it is enough for my needs.
that is one feature i love on my treo 755. i can stut the volume of with a keyflick. very useful for when in meetings or with a customer (i am a car salesman). when walking up to a customer i just flick off the volume.
i cannot do this on my mogul. i have to unlock the screen, go to the volume tab, then click on the volume. 3 steps that require looking at the screen vs one that can be done in pocket or a holster...
I am currently getting some pointers on where to start from those much smarter than I. Hopefully I will get some responses and will be able to start on this. I understand the concept, but it will just be a little game of connecting the dots. I KNOW that this can be done. And it WILL happen
nonegiven said:
Great idea. I find myself never using the scroll wheel for anything and always wanting it to simply control the volume.
Click to expand...
Click to collapse
That is exactly how my Mogul works....... hold it up to your ear and try it.
now.... i want to design a sturdy replacement back with a coiled antenna and a place to store all these 2 Gbyte micro-SD chips
7r380r said:
That is exactly how my Mogul works....... hold it up to your ear and try it.
now.... i want to design a sturdy replacement back with a coiled antenna and a place to store all these 2 Gbyte micro-SD chips
Click to expand...
Click to collapse
It works this way when you are inside of a call, yes, but I am referring to when you are OUTSIDE of a call, such as at the today screen. Currently, the only way to adjust the volume outside of a call would be by tapping on the volume icon and adjusting the volume.
The idea is to push in the scroll wheel's button to open that volume adjustment screen, so then we can just scroll the wheel up or down to change the device and ringer volume.
I agree that there needs to be a volume control like other HTC devices, however the scroll wheel is great for navigating menus, and pressing it in is the "enter" button. Would you really want to give that option up for something else? Imagine scrolling through your emails and you find the one to open and press it in only to be presented with the volume control instead. I wouldn't want that...
Also, remember that the scroll wheel and d-pad are linked. The hardware can't differentiate the two- in other words, whatever you set the scroll wheel and press-in to do, the d-pad and center button will do as well. Think about this really hard before you try it.
bump for the update
update from whom? This is your own thread!
Dishe said:
update from whom? This is your own thread!
Click to expand...
Click to collapse
I edited my first post to include the zip, and then the thread was down towards the bottom, so I posted a bump reply so that it could be up to the top again, in the way it would have if I had posted the zip by hitting reply instead. Make sense?
I'm working on something similiar to this... kind of tricky...
I don't want to hook the whole input subsystem, so what I am attempting to do is create a today plugin and that will sieze control of the wheel when on the today screen and change the volume.
I've got it basically working, just need to tweak when it grabs control; right now it does it on WM_PAINT, but that message is sent quite a bit and spikes processor usage. And I'd like to get it working without actually drawing a window, not sure how well WM6 will play with that.
Aso need to see if I can make this work without it being the first item on the today screen.
For those interested the ticks on the volume balloon are the following values:
0xFFFFFFFF
0xCCCCCCCC
0x99999999
0x66666666
0x33333333
0x00000000
You can use those values with waveOutSetVolume(), just use NULL as the first parameter and the DWORD level as the second.
When I get it working, or tired of fighting with it, I'll post the source code.
kmartburrito said:
I edited my first post to include the zip, and then the thread was down towards the bottom, so I posted a bump reply so that it could be up to the top again, in the way it would have if I had posted the zip by hitting reply instead. Make sense?
Click to expand...
Click to collapse
oh, ok!
As promised, consider it an alpha version. I have included a release compiled dll, the source, and a sample .reg file.
Basically, it is a today plugin that steals the focus whenever ever the today screen is shown, then uses the wheel to raise and lower the volume. I think it has to have a visible window, so I made the window 1 pixel high and transparent.
Probably still needs a little work painting and figuring out when to grab focus. Right now I use the WM_PAINT as a test because I figure if the window is getting drawn then it is a good assumption the today screen is active.
Please post any updates to the source.
For those using Wisbar Advance and a button mapping app like Smartskey, you can map the scroll wheel button push to the WA volume adjuster, right?
"mute" button
It's not exactly what you're talking about, but you can get a cab at http://ppcgeeks.com/ring-toggle-hardware-fix-for-mogul-titan-t8079.html that lets you set any hard button to toggle between vibrate and ring. So you can use it as a mute button (but not quiet/loud).

Volume Control using Scroll wheel?

Hi,
I used to have a T-mobile MDA for 2+ years and I'm very acustomed to simply sliding a button up/down in order to increase/decrease ringer volume ( I simply hold it down for a few secs and it goes to slient).
I just got my HTC and find that the scroll wheel wants to scroll items on my "today" screen...instead of controlling the volume!!
Is this standard or is there a way I can have the scroll wheel control the Ringer?
i too want to know how to do this!
Anyone have any ideas on this? It's my only gripe left on the XV6800 and I've searched for quite a while trying to find any resolution.
If you open up the speaker icon, you can then use the scroll wheel to adjust the volume settings. Believe you can aslo adjust the volume with the scroll wheel when the phone is ringing.
Any better solutions than this?!
I'm not sure about it. One day out of nowhere my Mogul started using the scroll wheel as the volume control, even when I had programs opened (contacts, PIE, etc..) that I would use the scroll wheel with, it controlled the volume. It opened up the menu and would raise/lower, put into vibrate/silent. I don't remember installing any applications or anything, but I lost functionality of it as a volume control after just a soft-reset. I personally thought it was annoying trying to scroll through 175+ contacts and having the volume slider pop up instead.
I would assume there's some sort of background application you can acquire that allows this, but I haven't found one yet.
I was annoyed that the wheel doesn't control volume at will so I downloaded S2U2 (slide to unlock) and that program comes with a master volume control for the phone volume and in-call volume. I set it to one of my buttons on the left, its awesome.

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.
I have the same problem. The volume buttons are way to sensitive.
bump?
Anyone find a fix for this ???
i open it up then use the screen to set the level.
I would use the volume skin in s2u2 it helps some, you can also adjust the volume rocker in the settings menu under buttons.
v2rckts said:
i open it up then use the screen to set the level.
Click to expand...
Click to collapse
I have the same issue. Does anyone have a fix?
In Settings
In the settings click on buttons. Then at the bottom click on up/dpwn control and the settings for it are there. Note: I'm using Win Mo 6.1...not sure if it was in previous versions.

Program aware volume control.

Hi,
Apologies if this has already been covered - it's not in the wiki and search comes up with nothing.
I've noticed that HTC have made the volume control different depending on which application is active. If I'm watching a youtube video and use the volume side buttons, the volume slider is a nice little side pop-in. Likewise with Windows Media Player. But everywhere else (CorePlayer for example), the regular volume control screen comes up.
I guess there must be somewhere in the registry to add applications where the sidebar volume control appears rather than the standard one.
Does anyone know where?
Solution..
http://forum.xda-developers.com/showpost.php?p=5343338&postcount=1
Its quite easy just a few steps and off you go!

Categories

Resources