[APP] [2.3.3+] Volume Popup - Minimal Volume Pop-Up w/ Low Overhead - Android Apps and Games

Hey everyone. I'm proud to announce that I am starting to create a set of applications that target focused functionality, and that aim to be free of bloat and unnecessary permissions. The first application in this series is called Volume Popup.
The goal of this application is to allow control of all core Android volumes (Media, Ringer, Notification, Alarm) from one clean interface. It uses a transparent background, so you can see what you were doing before you launched it. It should support any custom launchers and launch methods as well. In addition, it is specifically NOT a widget, so as to minimize resources needed and not require background processes.
Note that it does have 2 separate sliders for ringer/notification, which are locked together on 3.0+ (Honeycomb/ICS/JB), but allow separate adjustment under Gingerbread.
I would love your thoughts and feedback, and if you like the app, please leave a positive review. 5-stars are my favorite.
Link to app: https://play.google.com/store/apps/details?id=com.minimumapps.volumepopup
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Changelog
Changelog (+ is added feature, - is removed bug, * is other change)
1.0
+ Initial release
1.0.1
* Added additional try/catch blocks and error toasts
1.0.2
+ Settings are now persisted to shared preferences, to be able to revert a volume that someone else has set
1.0.3
* Version number now displays correctly
* Now says "tap" instead of "click"
1.0.4
* Refactored some internal class names
- Removed unused menus to further shrink the app
* Updated icon
1.1.0
* Theme now uses Holo look and feel on 3.0+ devices. Welcome to the modern age!

Known Bugs, Upcoming Features, FAQ, Other Thoughts
Known Bugs
None.
Upcoming Features
Several ideas, including a pro version with Tasker integration, allowing each change to trigger a Tasker event, or to allow the program to be launched via a Tasker Intent.
The application can detect volume keys being pressed and pop up at that time. Only downside is that this requires a background service. I'm looking into this now.
FAQ
A question must be asked more than once for it to be "frequent." Since nothing has been asked, this bullet is an existential quandary.
Other Thoughts
Crunchy peanut butter is significantly better than creamy. Discuss.

Thanks, does the app open up when you press volume +/- buttons?

teorouge said:
Thanks, does the app open up when you press volume +/- buttons?
Click to expand...
Click to collapse
For now, I had it just on app launch, but I can certainly do that. The only downside is that involves having a background service, which adds overhead to your device. This is something I have planned for very soon though for those who want it.

I think that if there was an option for a JB themed version (below as an example), and it could be controlled by the volume buttons I'd download this.

pk92 said:
I think that if there was an option for a JB themed version (below as an example), and it could be controlled by the volume buttons I'd download this.
Click to expand...
Click to collapse
Understood. I'm looking into a version that hooks the volume keys now. Still learning to adapt the themes from one OS version to the next, so it was my intent for this to already have the Holo look, but it started getting messy, so I opted for simplicity in version 1.

nice idea, i like!

Slappy_G said:
Understood. I'm looking into a version that hooks the volume keys now. Still learning to adapt the themes from one OS version to the next, so it was my intent for this to already have the Holo look, but it started getting messy, so I opted for simplicity in version 1.
Click to expand...
Click to collapse
So new challenge - from what I have gathered, it's not possible for apps to hook volume keys when they are not active. So, in other words, a background service can't hook in to know you have pressed a volume key. This rather stinks, but I'm trying to see if there are any workarounds. If you're aware of another app that CAN do this, please send a link so I can reach out to the author.

I do agree with you, crunchy is better than smooth. But, there are times when smooth is easier to use. For example, in between crackers or for certain recipes...
Also, great app! Thanks for committing to both minimalism and quality!

I like :thumbup:
Thx
swyped

Slappy_G said:
So new challenge - from what I have gathered, it's not possible for apps to hook volume keys when they are not active. So, in other words, a background service can't hook in to know you have pressed a volume key. This rather stinks, but I'm trying to see if there are any workarounds. If you're aware of another app that CAN do this, please send a link so I can reach out to the author.
Click to expand...
Click to collapse
Brightness Rocker Lite
Used to use the app, but it got annoying after awhile. This developer also has other apps that hook the volume rocker (I think)

https://play.google.com/store/apps/details?id=org.superfacts.brightnessrocker.lite
This app responds to volume buttons being pressed @op
#Brightness Rocker Lite

PenguinxEnjoi said:
https://play.google.com/store/apps/details?id=org.superfacts.brightnessrocker.lite
This app responds to volume buttons being pressed @op
#Brightness Rocker Lite
Click to expand...
Click to collapse
Excellent - thanks. I'll reach out to that developer right away.

How do you compare with the android system volume setting? any more features?

Ask and ye shall receive. A holo theme is now automatically used on devices with Android 3.0+!
pk92 said:
I think that if there was an option for a JB themed version (below as an example), and it could be controlled by the volume buttons I'd download this.
Click to expand...
Click to collapse

koppok said:
How do you compare with the android system volume setting? any more features?
Click to expand...
Click to collapse
Same settings, but on the same screen with a non-intrusive interface. Also, working to get volume key integration, so it will pop up when you use a volume key anywhere.

Slappy_G said:
Same settings, but on the same screen with a non-intrusive interface. Also, working to get volume key integration, so it will pop up when you use a volume key anywhere.
Click to expand...
Click to collapse
Perhaps in the meantime have a persistent notification for easy-access? (preferably an unobtrusive icon too)

pk92 said:
Perhaps in the meantime have a persistent notification for easy-access? (preferably an unobtrusive icon too)
Click to expand...
Click to collapse
I can do that, for certain. I'm already engaged with the suggested developer on how to integrate the volume key functionality, so let me get that sorted out first, then I can add more options for things like notifications, etc.
Quick update - still waiting to hear back from the developer with his sample code. Sorry for the delay; I am as frustrated as some of you.

Slappy_G said:
I can do that, for certain. I'm already engaged with the suggested developer on how to integrate the volume key functionality, so let me get that sorted out first, then I can add more options for things like notifications, etc.
Quick update - still waiting to hear back from the developer with his sample code. Sorry for the delay; I am as frustrated as some of you.
Click to expand...
Click to collapse
Any progress with this app?

Related

[APP][4.3+] Noyze - Volume Panel Replacement

After spending a summer doing field research, I have finally launched my side project noyze. It is a volume panel replacement for devices running Android Jelly Bean MR2 (4.3+) or newer.
Best of all, noyze does not require root, a custom ROM, or the XPosed framework.
Noyze gives you complete control of the volume buttons:
Themes - try out different styles and find the theme that works for you. Try iOS, Blackberry, Windows Phone, status bar, and much more.
Long press actions - skip to the next/ previous song, launch the flashlight, or perform any shortcut simply by holding the volume buttons.
Contextual panel - Noyze can hide for fullscreen apps like YouTube, Netflix, etc.
Master volume - sync all volumes to a single channel.
Disable buttons - especially useful for broken or jammed volume buttons.
Several themes can also display album art/ media information and allow you to control multiple volumes without leaving the current app (like CyanogenMod's Extended Controls).
Thanks for reading and looking forward to feedback!
Links
NoyzeApp.com
Google Play
Noyze Google+ Community
Noyze on Reddit
Android Police
Developer: Tom Barrasso
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This looks pretty sweet. Installing now.
Since the update to Aspen v1.3 on Sept. 24 it keeps asking for notification access though it's already been granted and some bug with the accessibility service keeps resulting in not being able to touch anything on the screen requiring a reboot.
Thanks!
Android 4.2?
Hey. This app is *exactly* what I'm looking for. But I'm stuck on Android 4.2.2 and can't upgrade. Any chance you can extend support to 4.2? Thanks!
Been using this for a while and love it - bought pro almost immediately No issues for me, but there are two things I'd like to see if possible/you're so inclined: orientation switch on buttons and the ability to have a theme per app, or someway to pop up media buttons only when a media app is running. I like the status bar theme for the most part, bit the Heads Up one is perfect when listening to music.
Regardless of whether these are implemented, it's a keeper for me - thank you very much dev.
Looks nice, will try for sure. By the way, add whitespace between screenshots in OP post, it looks confusing.
Please make it like an Xposed Module
and add more animations
Like Windows Phone volume panel. it isnt animated and have no option to customize, I wish it could be a bit transparent and the art album when playing music more vivid
---------- Post added at 09:34 PM ---------- Previous post was at 09:24 PM ----------
Please make it like an Xposed Module
and add more animations
Like Windows Phone volume panel. it isnt animated and have no option to customize, I wish it could be a bit transparent and the art album when playing music more vivid
Is it possible to choose another volume panel for fullscreen apps? I want to use a compact one for fullscreen apps and normal for other activities.
uh! such a huge size?
great little app!
there's an "issue" with Chromecast while casting: Chromecast adds an extra volume panel with Chromecast icon which doesn't show when using Noyze (unless i missed a certain setting for it). it still adjusts the volume though, just shows the headset volume panel.
All looks fine and dandy, but for the sake of my vol buttons that do wear down, would you consider functional sliders? I mean controlling the volume from the panel that shows up?
What would make it awesome would be to also add a shortcut to trigger the volume panel to appear, and control the volume from there
It's a very nice looking app, would be a shame if it wouldn't be matched by productivity
Is it possible to get a link without Playstore?
Question: is there a way to skip tracks (long pressing volume buttons) while screen is off? It works when the device is unlocked.
is there any way to get this apk now? its been pulled from play store and has stopped development completely. the links on the main website are also dead it looks like.
EDIT: nvm. got it.
gotwillk said:
is there any way to get this apk now? its been pulled from play store and has stopped development completely. the links on the main website are also dead it looks like.
EDIT: nvm. got it.
Click to expand...
Click to collapse
Hi gotwillk. can you share the apk or post a link to where you got it please
ZoomahZoomah said:
Hi gotwillk. can you share the apk or post a link to where you got it please
Click to expand...
Click to collapse
its on his main site. just had to click through a bunch of ads.
A Blessing for those who use Lollipop
After trying (and discarding) at least 75 apps that claimed to control the volume on the lockscreen, I finally found Tom's Noyze. All I had to do was tell the app to disable the volume rocker on the lockscreen (which, frankly, should have been an option in Lollipop's Settings and I fling camel dung at Lollipop's developers for this omission) and *Presto*; problem resolved.
Bless you, Tom. You should have received my PayPal donation by the time you read this.
Where can I find your app? I paid for it, and now I can't find it anywhere! It was such a great idea!!
SX86 said:
Where can I find your app? I paid for it, and now I can't find it anywhere! It was such a great idea!!
Click to expand...
Click to collapse
I found it here: barrasso [dot] me
Previously I was able to open up the volume panel by setting up a shortcut to Noyze on the Navigation ring (Cyanogenmod 12 Latest Nightly) but now It opens Noyze (the app) instead. Is there any way so that Noyze opens ups the volume panel instead of the app itself or is there any other app that could act as a shortcut to the volume panel?

[APP][4.0+] Volume button app-light simple and easy to control different volume

Its small panel similar to the Android Volume control panel.
It’s very useful in case of:
1. Volume button stops working.
2. Case/Flip Cover that hinders pressing Volume button
3. for friends like me, I always want to avoid pressing physical phone button to saving volume button from tearing off
and its Free & No Ads
Volume Button is exactly the same as Android Volume Panel.
1. Adjust Ringer Volume, System Volume, Media Volume, Notification Volume &In Call Volume
2. With the White Background and dark volume controls, visibility in sunlight are high.
3. Access any time without closing app. as its have optional Permanent Notification option.
4. Consumes NO battery at all
So light simple and easy to control different volume.
White - Holo theme following Android designs and without any complexity & minimal Images. Its fast & smooth.
Keywords: Volume button, Volume panel, Notification, ring, sound, Yogesh dama, Govind Bhanushali.
Download Link:
XDA Download Link
http://forum.xda-developers.com/android/apps-games/app-bhanu-volume-button-app-light-t2928457
Google Play store
https://play.google.com/store/apps/details?id=com.bhanu.volumebutton
Android Volume Control Panel App to Manage Volume
http://www.ilovefreesoftware.com/05/android-2/android-volume-control-panel-app-manage-volume.html
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please Rate this app on google play store.
Suggestions and feedback are welcome ! : [email protected]
Use App "Send Suggestion" option to directly email me (Developer)
Thank you.
XDA:DevDB Information
[APP][4.0+] Volume button, App for all devices (see above for details)
Contributors
yogi.306
Version Information
Status: Stable
Current Stable Version: 1.9
Stable Release Date: 2014-11-02
Created 2014-11-04
Last Updated 2014-11-07
reserved
reserved
Feature updates
Feature updates- work in progress
1. Start app on device Reboot.
2. Open App on Home/Search Hardware key long pressed
3. Please Suggest.
Very handy
I hate it when I'm stuck decreasing the phone volume as opposed to the media volume. Thanks for this!!!
Thank you for your feedback
janimator0 said:
I hate it when I'm stuck decreasing the phone volume as opposed to the media volume. Thanks for this!!!
Click to expand...
Click to collapse
Thank you for your feedback,
I am glad that you liked it and its useful to you, please give 5 stars and your review at playstore.
also let me know if you have any suggestions.
Thank you.
Anybody there ??
I dont know but downloads are not increasing after 51000 downloads...
Rating is also nice, 4.3 out of 1000+ people rated the app. then whats wrong with the playstore downloads
any one have any clue on this ?
i tried all the ways to promote my app.
Goof for me! Thanks.
Request to have option to show volume magnitude in number like 6/7.
https://play.google.com/store/apps...+roys&pcampaignid=APPU_i_xZVOi8Gpe1uQS33ILQAg
Thanks for your suggestions
polaris441 said:
Request to have option to show volume magnitude in number like 6/7.
https://play.google.com/store/apps...+roys&pcampaignid=APPU_i_xZVOi8Gpe1uQS33ILQAg
Click to expand...
Click to collapse
Thanks for the Tips,
i am working on some other request, once finish will look into this.
Thank you, and you are welcome for more suggestions.
bhanu Volume button review.
Android Volume Control Panel App to Manage Volume
http://www.ilovefreesoftware.com/05/android-2/android-volume-control-panel-app-manage-volume.html
Requesting for new ideas or improvment
Dear All,
if anyone can suggest any new idea or improvement or any feature for app, it will be really helpful for me to improve my app and release next update.
adding G+ option to App.
adding G+ option directly on app.
New ideas till now
I am sharing the new functions i am working currently:
1. Start on device reboot.
2. Start on device hardware search key
3. Notification bar.
4. Vibrate checkbox
Thank you.
Update Released
New option added as lot of user requested
Under Setting:
Auto Hide Volume panel in given Seconds
New Version update
Version 2.1 released
New language support added : Korean, Japanese, Thai
Run on device reboot setting added.
Update released 2.3
New update added most requested feature.
Now Persistent notification shows Volume panel above the Game or app currently running...:highfive::highfive:
Check out the new update
I have updated the app with some material design touches. Android 5.0 Lollipop Support and
most requested features: start on reboot, Show volume panel over the all running apps.
Just have a look, its looks cool....
very nice app but it doesn't seem to be what i'm looking for, in fact i'm sure there is a volume app that will do what i want...
what i want is a simply slider that will stay on my home screen, something that doesn't require me to first tap an icon for it to appear.. i tired one app (widget) that placed a +/- volume control on the home screen but it was responsive enough... in short i would just like something like the stock slider to reside on my home screen (not an icon that opens a slider or something that requires me to slide open the notification panel), does such an animal exist? thanks!
Thanks for the reply
aeneas1 said:
very nice app but it doesn't seem to be what i'm looking for, in fact i'm sure there is a volume app that will do what i want...
what i want is a simply slider that will stay on my home screen, something that doesn't require me to first tap an icon for it to appear.. i tired one app (widget) that placed a +/- volume control on the home screen but it was responsive enough... in short i would just like something like the stock slider to reside on my home screen (not an icon that opens a slider or something that requires me to slide open the notification panel), does such an animal exist? thanks!
Click to expand...
Click to collapse
I am not sure whether any app do that,
i know few app those have widgets but again you have to tap once to get the slider for adjusting volume levels.
there is one app that allows adding sliders to notification panel, but again for that you have to swipe down the Notification bar.
Thank you,
Yogesh dama
work in progress function
working on the next update: Floating Volume button option on top of the all running apps,
have the fast and easy access of Volume Panel.

[APP][4.3+] SoundHUD - Customizable volume panel & Lollipop silent mode fix (no root)

[APP][4.3+] SoundHUD - Customizable volume panel & Lollipop silent mode fix (no root)
Hi,
I've just released SoundHUD, a highly customizable volume panel replacement that doesn't require root access. It also comes with a true silent mode for Lollipop users!
Some Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download
Google Play (and attached to this post)
Some of the features:
Multiple styles (expandable volume panel, statusbar volume panel, or just a thin line that stays out of your way)
Lollipop silent mode (silence calls, notifications, and reminders, but not alarms)
Long press actions (launch any app by long-pressing one of the volume buttons)
No root required (works without root and Xposed)
Volume stream lock (useful for media tablets, locks the volume keys to a specific volume stream, e.g. music)
Beta updates
I created a Google+ community for beta-updates and bug reports.
The app is based on Noyze by Tom Barrasso, which is no longer under development
Please let me know what you think! I would really appreciate your feedback regarding possible improvements and bugs!
This looks great, thanks!
Seems to work well. Is it possible to adjust volume by holding the button instead of clicking it multiple times?
i like this app!its amazing
In silent mode led and android wear notifications are not working
nico84 said:
In silent mode led and android wear notifications are not working
Click to expand...
Click to collapse
Thanks for the feedback, Nico! Lollipop automatically suppresses the notification LED (and wear notifications) in silent mode, I'm currently trying to implement a "custom" silent mode, which would let the LED/wear notifications continue to work!
GTvert90 said:
Seems to work well. Is it possible to adjust volume by holding the button instead of clicking it multiple times?
Click to expand...
Click to collapse
Thanks, GTvert90! Holding down the volume button is currently conflicting with the "long-press to launch app-shortcut"-feature, but I'm working on a fix for this (if no long-press actions are defined, a long-press should adjust the volume).
niko001 said:
Thanks for the feedback, Nico! Lollipop automatically suppresses the notification LED (and wear notifications) in silent mode, I'm currently trying to implement a "custom" silent mode, which would let the LED/wear notifications continue to work!
Click to expand...
Click to collapse
That would be great. A workaround is to put the phone in vibation mode and the vibration intensity to 0.
nico84 said:
That would be great. A workaround is to put the phone in vibation mode and the vibration intensity to 0.
Click to expand...
Click to collapse
That's a great idea, thank you!
Hi can you make this for 4.2+
tilo02 said:
Hi can you make this for 4.2+
Click to expand...
Click to collapse
Thanks for the suggestion, Tilo! The method that the app uses to recognize volume key presses unfortunately only works on 4.3+!
Just a quick feedback mate, I'm using vol button cursor control on my Nexus 5 and with this app enabled, cursor control will not work anymore
Doesn't work on my Note 3! When I turn down volume and make the device Silent, Interruptions automatically switches to None (Do Not Disturb).
devilsdouble said:
Doesn't work on my Note 3! When I turn down volume and make the device Silent, Interruptions automatically switches to None (Do Not Disturb).
Click to expand...
Click to collapse
I also have this behavior on Xperia M with lollipop.
Not working on OnePlus One also. It the same behavior described in the last two posts.
Great app! I've been looking for something like this. Really glad that it doesn't even need xposed!
A feature I miss is long press to change volume just as the stock one...
Bug: installed the xda version, but it's only a trial. What's the benefit of xda over play store this way ?
@niko001 Is there any way so that SoundHUD opens ups the volume panel instead of the app itself or is there any other app that could act as a shortcut to the volume panel? Asking cause my buttons sometimes don't work. I have Cyanogenmod 12 latest nightly and can set up a shortcut to SoundHUD on the Navigation ring.
xinseo said:
@niko001 Is there any way so that SoundHUD opens ups the volume panel instead of the app itself or is there any other app that could act as a shortcut to the volume panel? Asking cause my buttons sometimes don't work. I have Cyanogenmod 12 latest nightly and can set up a shortcut to SoundHUD on the Navigation ring.
Click to expand...
Click to collapse
Hi xinseo,
yes, this is currently possible. Please long-tap on a free area of your homesceeen, select "Add shortcut" and choose "SoundHUD". Instead of opening the app, this shortcut will now directly show the volume panel.
Thanks!
Interesting app.
I have a couple of questions/suggestions :
The link ringtone and notification is not working. It just shows a single slider for ringtone but behind the two channels are not really linked.
At the first press on the volume button it just brings out the volume panel.It would be nice if at the first press it would actually move the sliders and show the panel at the same time..
Pressing the volume continually should change the volume. Instead you have to press multiple times to change the volume.
Tested on a Samsung S4 with Samsung Lollipop and GPE.

[App][4.4+][No Root] Volume Scroll - paginated scrolling with your Volume Rocker!

Update: Version Alpha 1.2 is now up on Google Play Store as well as in the attachments!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello XDA community!
This is my newest (and smallest) App, at 75.4 KB, Volume Scroll lets you scroll through pages on almost any App using your Volume Rocker. And yes, you read the title of the thread right, it requires NO root permission.
Once activated, scroll a tiny bit of the content you want to be scrolled using Volume Rocker. Pressing either of the volume keys will make a paginated scrolling (jumps to new content, flips a page - however you may like to understand.)
This will feel very natural and immersive, especially when you want to consume a really long article on Google Chrome or an endless feed of Facebook, Instagram and many more applications.
What happens to adjusting volume? Well, a long press on either of the Volume keys will activate the default behavior (bringing volume control panel on screen.) Neat?
In addition to scrolling through Volume Rocker, there is an optional onscreen buttons as well. The onscreen buttons will appear when there is a scrollable content available on screen, and if no action is taken on the button, they fade within 2 seconds - and appear back, if you manually scroll some content.
So far, the App works on all popular chatting Apps, Social Media Apps, GMail, Google Chrome, etc. However, don't be surprised if it doesn't work on your pdfs or some 3rd party browsers - that will be due to technical limitation.
Below is a demo of the onscreen buttons, if somebody can make a short demo video of the Volume Rockers in action, it would be great! Also note that, the below demo features auto scrolling which is NOT included in this initial alpha version.
The Alpha_1 version is available at the attachments, Play Store and XDA Labs. This version of the App is Ad-free, there will be a lot of more features in future depending on how the App is received, like:
✓ Auto Scrolling pages with onscreen buttons as well as Volume Rocker
✓ Configure time gap for auto scrolling.
✓ Ability to move around onscreen buttons
✓ Configure how you want Volume Rocker to behave - Single press, long press, double press.
✓ Blacklist/Whitelist Apps on which the App should function.
Mention which feature you look forward to, in your review of the App.
Download now from Google Play Store!
The main purpose of this early release to the community members here is to get some feedback. So, if you try the App, please do let me know your experience, suggestions. Cheers!
Note: The App uses Accessibility permissions - that are an absolute requirement for the magical linking between your Volume Rocker and scrolling. If you don't feel comfortable with the permissions please do not use the App. That being said, I have a couple of other Apps developed which are downloaded and trusted by couple of 100,000+ users (point in case - Energy Bar), none of the Apps have any hidden motive.
__
What's new?
Version Alpha_1.2:
HOTFIX for screen turning off - when you use only volume keys for scrolling, the device was assumed to be idle - it's now fixed.
*reserved 2*
Is there any way to move the on screen control to the right of the screen?
It's a very cool idea but I really think that paginated scrolling isn't the best implementation, it would be better if I could choose to set single press to activate volume controls, but a long press would scroll a page smoothly similar to a mouse wheel. This would've been awesome, unless there is an unavoidable limitation to doing that.
Also if you could add a blacklist, for those apps you don't want this feature to work in.
FreshlyBaked 420 said:
Is there any way to move the on screen control to the right of the screen?
Click to expand...
Click to collapse
Not at the moment, but in future version, for sure!
Nikanore said:
It's a very cool idea but I really think that paginated scrolling isn't the best implementation, it would be better if I could choose to set single press to activate volume controls, but a long press would scroll a page smoothly similar to a mouse wheel. This would've been awesome, unless there is an unavoidable limitation to doing that.
Also if you could add a blacklist, for those apps you don't want this feature to work in.
Click to expand...
Click to collapse
Hi! A smooth scroll isn't possible due to technical limitation. Volume Rocker behavior configuration, whitelist/blacklist options will be available soon.
Alpha_1.2 is now up on Google Play Store as well as at the attachments to the first post.
Its not working in Opera Mini browser. I don't think it can be made to work in it? And yes a blacklist or per-app setting will be much appreciated.
I often have to swipe the screen up and down quite often to get the app to respond. Maybe activating the volume button scrolling option by holding down the buttons could be a better solution? Then we also don't have to always long click the buttons to change the volume or to use the Gboard key cursor control.
Damn, I was really hoping that this would work but I've been unable to get the volume scroll or on-screen scroll to work on a Yotaphone 2 (android 5.0). The device has an epaper screen and smooth scroll is just not suited to this type of screen.
Hi there, do you continue your work with this app? I have a oneplus 3 with oreo. Can not get your app to work. But I am looking for this feature. Your description sounds very good. Please continue developing

[APP][4.0+] Do not wait for android P, Get new Volume Control like Android P style

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Android P Volume Slider is Volume control Widget recently introduced in first developer preview of Android P.
Its a new vertical volume control to adjust volume in android P and onward updates.
Android P Volume Slider allows exactly the same Volume control widget for all android devices from android 4.1+ on wards.
No wait for official android P support for your device. install Android P Volume Slider app and have a similar experience for controlling volume for your phone.
App allows you to control different volume channels of your android device directly from notification. This will help you to avoid pressing physical volume button hardware keys.
App shows floating volume control like android P and its floating volume control that runs above all running apps and games, so without leaving your running app, you can easily increase or decrease volume of game or app.
To make volume adjustments a bit easier, App lets you raise or lower your volume level by simply swiping down the notification of your screen.
Its Volume Toggles at Volume notification and also have Volume control Widget, so you can instantly change and control volume levels form your home screen and quickly adjust the current volume levels of alarm, media player, voice call, ringer and system notifications..
FEATURES
◇ Android P like Floating Volume Panel with default duration for it.
◇ Volume Slider Position on screen to reach out the seekbar easily
◇ Color for Volume Notification bar and for Widget too.
◇ Color option for Toggles icon on notification bar
◇ Install and explore more..
INTERACTIVE WIDGETS
Android P Volume Slider Widgets are very similar of Volume Toggles in Notification bar and provide the same functions.
Install it from the market, then install manually the widget to the desired location of the desktop in standard way for your device:
✔ Long touch on your home screen or click the menu button;
✔ Choose "Add";
✔ Click on "Widgets";
✔ Choose the Android P Volume Slider Widget.
If Widget is not in the widgets list:
✔ Make sure that it's installed into internal memory! Widgets do not work from SD card;
✔ Restart your system.
PERMISSIONS
Please note that the following permissions are required to use the app (the function/reasons are provided in brackets):
✔ Do Not Disturb Permission(Android 7+ devices require this permission to change the volume level to 0 or increase it from 0)
✔ System Overlay Permission(Floating Volume Control panel runs on top of any running apps and it require this permission)
✔ Run at startup (restore settings after startup)
NOTE: Starting from Android version 4.1.x (Jelly Bean) in the standard firmware channels "System", "Alert" and "Ringer" are tied.
They can not be set separately. This is not the reason to blame the app.
At the same time, in some versions of firmware (e.g. in Samsung), these channels are NOT tied. Therefore the App have the opportunity to display and to adjust them separately, if possible.
Download Link:
XDA LAB
https://labs.xda-developers.com/store/app/com.bhanu.androidpvolumeslider
Google Play store
https://play.google.com/store/apps/details?id=com.bhanu.androidpvolumeslider
Suggestions and feedback are welcome ! : [email protected]
Use App "Send Suggestion" option to directly email me (Developer)
Thank you.
App Demo Video:
https://youtu.be/lTq5ZXa8ak0
More Screenshots:
http://forum.xda-developers.com/devdb/project/?id=25687#screenshots
XDA:DevDB Information
[APP][4.1+] Android P Volume Slider, App for all devices (see above for details)
Contributors
yogi.306
Source Code: https://play.google.com/store/apps/details?id=com.bhanu.androidpvolumeslider
Version Information
Status: Stable
Current Stable Version: 1.0
Beta Release Date: 2018-03-11
Created 2018-03-11
Last Updated 2018-03-11
Reserved
Version 1.11 uploaded on xda lab and playstore, with the latest changes
1. Volume hardware keys now supported with long pressed too.
2. Transparency option added
3. Color options for Volume slider
4. You can lock audio channel, so if you want only media audio control on volume key press, you can set Volume slider to media, by default its "auto" like default android system. that shows slider based on the current running app.
5. Animation like P
Reserved
Please help us for translations
https://www.localize.im/v/33j
If you like the app, please review and rate it on playstore,
If you have any suggestions or want to report an issue, please email us at [email protected]
Do you want me to help you with the Spanish translations @yogi.306? Excellent idea! I'm gonna try it!
Hrhigher said:
Do you want me to help you with the Spanish translations @yogi.306? Excellent idea! I'm gonna try it!
Click to expand...
Click to collapse
Thank you for your feedback,
Yes, i will send you request for translation today in some time
Even after granting all permissions it still doesn't work on my LG V20 nougat version
Still_living714 said:
Even after granting all permissions it still doesn't work on my LG V20 nougat version
Click to expand...
Click to collapse
Please update app, new update released
yogi.306 said:
Please update app, new update released
Click to expand...
Click to collapse
Is it possible to open this notification panel when we press volume button?
When i press the volume button i still get the old volume panel from android oreo
tire_007 said:
When i press the volume button i still get the old volume panel from android oreo
Click to expand...
Click to collapse
Me too
I don't think this app can capture / override the system volume buttons.. it only seems to work through the through the homescreen or notification widget.
I hit the refund button in the play store, but will definitely be back if it can do this on a stock samsung s7 edge!
That will need accessibility service access and background service running all the time in background, which we want to avoid. so right now this will not work.
may be if we get more such request, we will add such option for advance user, where user will have choice to start background service.
Fir3lordZuk0 said:
Is it possible to open this notification panel when we press volume button?
Click to expand...
Click to collapse
Bogdan010 said:
Me too
Click to expand...
Click to collapse
tire_007 said:
When i press the volume button i still get the old volume panel from android oreo
Click to expand...
Click to collapse
That will need accessibility service access and background service running all the time in background, which we want to avoid. so right now this will not work.
may be if we get more such request, we will add such option for advance user, where user will have choice to start background service.
yogi.306 said:
That will need accessibility service access and background service running all the time in background, which we want to avoid. so right now this will not work.
may be if we get more such request, we will add such option for advance user, where user will have choice to start background service.
Click to expand...
Click to collapse
Go on, i would love to have this kind of control when i press volume button.
Nawazm said:
Go on, i would love to have this kind of control when i press volume button.
Click to expand...
Click to collapse
Thank you for your support. yes we will work on it.
Not working for me. Old volume still shows. Pixel 2 XL on 8.1 latest beta.
imucarmen said:
Not working for me. Old volume still shows. Pixel 2 XL on 8.1 latest beta.
Click to expand...
Click to collapse
For now it does not work with volume buttons, only via notification or widget buttons from this app.
root needed?
anshu4590 said:
root needed?
Click to expand...
Click to collapse
Nope
Thanks for the porting, great feature. When it'll respond to hardware buttons too, I'll install it again

Categories

Resources