David Helkowski
David Helkowski
Calling sendQTDisableConfigControlRequest does not shut down video streaming / disable the 0x2a interface. It seems to do nothing. This is problematic as once streaming is enabled then stopped, even going...
Add full straight Linux support. This is multipart: 1. Using alibaba tidevice instead of iosif on Linux. ( possible due to newly create bridge interface ) 2. Possibly integrating a...
Currently only "tap" and "swipe" are available. Other actions that should be enabled: 1. Firm press 2. Long press 3. Zoom in at point 4. Zoom out at point
Right now just dummy authentication is in place. A golang interface should be created to create standard API for a auth module, and then various auth should be implemented. For...
Tidevice provides ability to launch Xctests apart from xcode. Need to test how this works for general xctest instead of just WDA. Supposing it works fine, can/will integrate scheduling /...
There are many ways to do this: 1. Provides simple tcp access. This can be done already with MacOS as the host, but is insecure ( without VPN ) and...
A usage log should be added to track actions of users: 1. Login / logout 2. Screen interactions ( click / swipe / etc ) 3. App install / uninstall...
`iosif syslog` can be used to monitor device syslog. This should be connected through to allow functionality similar to Console app on MacOS.
`iosif battery` can be used to fetch battery temperature and charging info. This information should be made accessible in the UI. It should also be fetched periodically and stored to...
`iosif sysmon` allows monitoring of app cpu/memory usage. This should be used to add the ability to start monitoring an app, collect data, and then see a graph of the...