Is your feature request related to a problem? Please describe.
I use this app for ADB to my WearOS watch a lot and I like it, but it can't install APKs. I tried uploading the file to the downloads folder using the file manager and then running pm install on it, but that for some reason gives a permission denied error.
Describe the solution you'd like
Another button at the top that allows installing APK and APKS files (optionally) from the local (client) phone storage.
Describe alternatives you've considered
Using termux, creating another adb pairing, and then using adb install. It's not the best solution, as then I can't use MDNS auto discovery, and have to type out the commands by hand.
Additional context
No response
Is your feature request related to a problem? Please describe.
I use this app for ADB to my WearOS watch a lot and I like it, but it can't install APKs. I tried uploading the file to the downloads folder using the file manager and then running
pm installon it, but that for some reason gives a permission denied error.Describe the solution you'd like
Another button at the top that allows installing APK and APKS files (optionally) from the local (client) phone storage.
Describe alternatives you've considered
Using termux, creating another adb pairing, and then using
adb install. It's not the best solution, as then I can't use MDNS auto discovery, and have to type out the commands by hand.Additional context
No response