-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idb options #1
Comments
Huh, funny you should mention that… BTW, it requires the iOS "developer disk" image from Apple in order to work in its current implementation, since it uses I should really see about remote button-press simulation, too. That's a good idea. Thanks for the feedback! If I remember, I'll push the code sometime this evening. If not, please don't hesitate to remind me with a reply. |
I think I have implemented screenshotting as of 64222b9 . |
forgot i still need to do keyevents (if possible). |
Quick update on input A Bluetooth keyboard can be used to send keystrokes, so it may be possible (with a machine containing a bluetooth radio) to simulate a bluetooth keyboard using Bluetooth as a side-channel. This might be able to work. I have one bluetooth-enabled Linux laptop, and for reasons I'm not 100% certain of it's pretty hard to get BT to cooperate with it, but I might try to fix it and try doing this. I'm pretty sure most of my Bluetooth issues stem from an improper configuration and a very non-standard setup. I don't have any iOS 13+ devices (my newest is running 10.2 or so, and my most-used device runs iOS 8), so I can't use bluetooth mouses on there, but if you have an iPad (I do have one of those, an iPad 2 running iOS 9) or an iOS 13+ iPhone it may be possible to get simulated clicks in a very roundabout fashion:
If there were a way to make an external graphics tablet function on iDevices, that'd make things much easier. A USB keyboard (via either the 30-pin "Camera Connection Kit" or the newer "Lightning USB Camera Adapter") could maybe also be used, but I think in order to do so one would have to either make one of their PC's USB host controllers emulate a guest/slave device, which I have no idea how to do (or even if any common PC USB controllers can do it; looking quickly at the µPD720202 datasheet doesn't look like there's any documented way to emulate a USB guest device on it, at least). Still leaving this issue open just because I might return to it sooner or later. But for now it's likely going to be "no" on It's a shame it's not any easier to do; after I broke the screen on my Nexus 6, using screenshots and Edit: this also exists; if you are on iOS 13 maybe that'd be worth looking into, but I can't test it. My newest device is a 5S, so even if I were willing to update it I still couldn't get beyond 12. |
Hi,
I'd like to know if it's possible to takesnapshots from the iDevice or send action to the iDevice.
Does it support instructions like
adb shell input keyevent
orshell input tap x y
?Thank you.
The text was updated successfully, but these errors were encountered: