pymobiledevice3
pymobiledevice3 copied to clipboard
Pure python3 implementation for working with iDevices (iPhone, etc...).
Hi , Currently there is a way to collect iphone battery health using ioreg via IOPMPowerSource or AppleSmartBattery AppleRawMaxCapacity NominalChargeCapacity but its dsnt return value which matches device inside Battery...
When switching from Python 3.9 to Python 3.10, a warning appears: ``` Readline features including tab completion have been disabled because no supported version of readline was found. To resolve...
I've run `pymobiledevice3 syslog live` to receive livetime iPhone log. I can exit use `control`+`c` shortcut, but how can I exit from shell script?
Fix timestamp conversion error in Windows system OSError
Currently the windows rsd tunnel implementation relies on this project: https://github.com/DsoTsin/wintun Which is based on: https://www.wintun.net/ and also adds: 1. Python bindings for wintun 2. Installation of the wetest driver...
**Test environment** OS: Ubuntu 20.04.1 LTS Target: tvOS 17.0 I have connected my device via usbmux: ```json [ { "BuildVersion": "21J354", "ConnectionType": "USB", "DeviceClass": "AppleTV", "DeviceName": "ATV 9904167065", "Identifier": "blablabla",...
It'd be awesome to have a feature here that lets us exit the setup assistant on Apple devices quickly. Maybe something that can tweak com.apple.purpleBuddy.plist or push an MDM profile...
MobileGestalt deprecated on iOS 17.4, added more clear exception message. For history: ```C:\Users\Andrew>python -m pymobiledevice3 diagnostics mg Traceback (most recent call last): File "C:\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code,...
my command line is "developer dvt sysmon process monitor --rdt .........." 1、 Actural result of output frequency is 3 to 5 seconds, it's too slow for performance testing. In sysmontap.py...