I know a similar question has been asked here: Is it possible to program Android to act as physical USB keyboard? However, I would love to know if there's a possible way to create a USB Human Interface Device WITHOUT requiring the target device to flash custom firmware or external hardware devices. Could I perhaps modify firmware through code to allow for HID? Basically I'm wondering if there's a way to do this where on the user's side they only need to download and run an app.
Asked
Active
Viewed 1,649 times
0
-
"Could I perhaps modify firmware through code to allow for HID? " -- fortunately, no, for obvious security reasons, except perhaps on a rooted device. – CommonsWare Aug 16 '14 at 19:21
-
How would this be done on a rooted device? – Dylan Katz Aug 16 '14 at 21:44