https://bugs.kde.org/show_bug.cgi?id=409657
--- Comment #2 from Raphaël Jakse <raphael....@jakse.fr> --- > You can already control the phone's music using the "kcapp" application (it's > experimental though, so it might not currently be packaged for your > distribution). Indeed it is not. But it is great to know! > In the future, we expect to enable MPRIS controls for it too, so it can be > controlled like other media players on your desktop. There's no timeline for > this though. Nice :-) Another idea I had when writing this bug report: music often can be controlled by touching buttons on a notification. More generally, some apps have buttons in their notifications. Would it be worth to be able to activate them from KDEConnect? > Regarding turning the screen on/off: what would you use it for? I'm not entirely sure this is even possible in Android. To scare my neighbors :-) I don't remember why I mentioned this. This would probably not be a killer feature. This is certainly possible since scrcpy does provide this feature. The screen is turned on when scrcpy is run, or when the screen is right-clicked on the computer. Turning the screen off is also possible by pressing a key on the keyboard. See https://github.com/Genymobile/scrcpy/#shortcuts It's probably done by sending KEYCODE_POWER, KEYCODE_WAKEUP or KEYCODE_SLEEP to the device (https://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_WAKEUP). -- You are receiving this mail because: You are watching all bug changes.