premotedroid icon indicating copy to clipboard operation
premotedroid copied to clipboard

FEATURE: Initial implementation of Volume Control

Open lingo opened this issue 10 years ago • 1 comments

Provides new options in Android app and in Server. If Volume control is enabled in android app, then server will run specified commands when it receives a volume key event. These commands are configured via the server tray-icon menu.

This has been tested on Android 4.4 controlling Linux Mint.

On linux, I use the following commands to control volume when the signal is received:

amixer set Master "5+"  # Volume up
amixer set Master "5-"  # Volume down

lingo avatar Aug 15 '14 17:08 lingo

Nifty! Now all I gotta do is get my dev environment working again for validation. It's good to see it working on 4.4,that's good news indeed!

Tsaukpaetra avatar Aug 15 '14 18:08 Tsaukpaetra