I tried the usual command: shell input text and virtual keyboard input: shell am broadcast -a ADB_INPUT_TEXT --es msg "%", but none of these methods work, on the command line when running the .bat file "%" everything still not entered
Asked
Active
Viewed 40 times
0
-
1Does this answer your question? [Escape percent in bat file](https://stackoverflow.com/questions/13551829/escape-percent-in-bat-file) – Robert Jul 28 '22 at 07:58
-
`adb shell input text '%'` works as expected your problem might be somewhere else – Diego Torres Milano Jul 28 '22 at 16:13