For Android devices, we can use the Android Debug Bridge to invoke the input
program and send arbitrary strings so that the device will react as though the text was typed by the user on the device.
For iOS, the closest hack I have found is to make Linux look like a wireless keyboard and that particular hack seems to no longer work with the latest iPad on Ubuntu 13.10. Moreover, even if it worked, it would be less flexible than input keyboard text
because one could not copy and paste a string to send.
Is there an iOS equivalent to adb shell input keyboard text
?
0 comments:
Post a Comment