You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Macro Deck completely crashes when an ADB shell command (in this case am) fails for some reason.
To Reproduce
Steps to reproduce the behavior:
Connect a device that has ADB but not common Android shell commands (in this case, a Spotify Car Thing)
Launch Macro Deck
Macro Deck will launch for a second then immediately crash, leaving behind the below logfile
Expected behavior
Ideally in a scenario like this, Macro Deck would just do the adb reverse command to open the web client/websocket connection and leave everything else up to the user.
Additional context
The Spotify Car Thing has been rooted and it turns out the frontend is just a webapp running on top of chromium. The webapp can be replaced with almost anything, making it ideal for Macro Deck. So far this is one of the issues keeping them from working together.
Describe the bug
Macro Deck completely crashes when an ADB shell command (in this case
am
) fails for some reason.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ideally in a scenario like this, Macro Deck would just do the
adb reverse
command to open the web client/websocket connection and leave everything else up to the user.Additional context
The Spotify Car Thing has been rooted and it turns out the frontend is just a webapp running on top of chromium. The webapp can be replaced with almost anything, making it ideal for Macro Deck. So far this is one of the issues keeping them from working together.
Log file
The text was updated successfully, but these errors were encountered: