rain0r / STFU

STFU for Android
http://hihn.org/stfu-android-application/
GNU General Public License v3.0
1 stars 1 forks source link

How to debug if app STFU not changing volume? #2

Open MurzNN opened 10 years ago

MurzNN commented 10 years ago

I have successfully copy SSH keys and connect, but after pressing buttons I see no volume changes on computer. How I can debug this process for understand where is the problem?

rain0r commented 10 years ago

You could first execute a command local. For example:

$ pactl set-sink-mute 0 1

If this does not work, then you use probably the wrong sink-device in the command.

Second, you could use another laptop/pc to execute this command remote:

$ ssh mycomputer "pactl set-sink-mute 0 1"

In my case, the first command works, the second does not. As far as I can oversee this, remote control of pulseaudio does not work (by default) since one particular version, but I did not have the time to investigate this.