cordova-plugin-shell-exec icon indicating copy to clipboard operation
cordova-plugin-shell-exec copied to clipboard

Command runs with adb but doesn't work with this plugin

Open MeddahAbdellah opened this issue 6 years ago • 2 comments

I am running this command from my computer

$ adb shell input keyboard 26

and it's working perfectly ( turning the phone off ). but when I try to execute this command using the plugin :

$ input keyboard 26

it doesn't work.

Thank you in Advance

MeddahAbdellah avatar Dec 22 '18 22:12 MeddahAbdellah

facing same issue. It does not support adb. let us know if any other plugin support it.

k-suresh avatar Sep 02 '21 09:09 k-suresh

Facing same issue too. I am using it in Ionic 5 Cordova APP on Android 7. Any shell command results in Error=100.

carlo318 avatar Oct 27 '21 16:10 carlo318