Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
108.71k stars 10.47k forks source link

GUI Launcher #1453

Open maximousblk opened 4 years ago

maximousblk commented 4 years ago

Is your feature request related to a problem? Please describe.

It is hard to manage multiple devices with the CLI. Specially when you have to often switch between them frequently. also devices can have separate configurations.

Describe the solution you'd like

A GUI launcher for scrcpy would make things a lot easier. You could manage configurations for multiple devices, see connected devices, etc.

A simple GUI for all the arguments and options present in scrcpy. AutoHotKey should be enough for this, but if you want to do something like keymapping, you would need something more powerful.

Describe alternatives you've considered

Add a configuration system.

Additional context solution for keymapping

edsulaiman commented 4 years ago

I have made a GUI using Delphi / Lazarus, the concept is the application creates a batch file and then runs it, the batch file is created with the configuration done in the application, All settings are saved in the .ini file

maximousblk commented 4 years ago

@edsulaiman a link to the code would be really nice.

edsulaiman commented 4 years ago

@maximousblk I will share the source code on my github tomorrow, now I add some features and fix some bugs in the GUI, thanks for your patience