pymobiledevice3
pymobiledevice3 copied to clipboard
Pure python3 implementation for working with iDevices (iPhone, etc...).
**Test environment** - Host OS version. 14.2.1 - Target device model and iOS version. 17.1.2 **Describe the bug** run `sudo python3 -m pymobiledevice3 remote start-tunnel` error occurred **Logs** 2024-01-04 18:14:08...
**Test environment** - Host OS version - Windows - IOs devices: Iphone SE3, version 15.6.1 Iphone 11, version 16.2 **Describe the bug** If I try launching an app with the...
**Is your feature request related to a problem? Please describe.** I'm currently using the `pymobiledevice3` library to simulate location changes on a device. However, I'm facing an issue when trying...
Hello! First of all -> really nice work to make it work with iOS 17! Maybe I have missed something but is there a command to install applications like xcrun...
**Is your feature request related to a problem? Please describe.** For example, on devices earlier than iOS 17, we can run this command in py-ios-device to obtain fps data. `$`...
I got the result as follow: ```python { 1714: { 'energy.overhead': -10.0, 'kIDEGaugeSecondsSinceInitialQueryKey': 1076, 'energy.version': 1, 'energy.gpu.cost': 0, 'energy.cpu.cost': 0, 'energy.networkning.overhead': 0, 'energy.appstate.cost': 8, 'energy.location.overhead': 0, 'energy.thermalstate.cost': 0, 'energy.networking.cost': 0,...
**Test environment** - Host OS version. any - Target device model and iOS version. iOS 17+ **Describe the bug** `sudo python3 -m pymobiledevice3 remote start-tunnel` command cost 3-5 seconds to...
If there are any issues collecting sysdiagnose archive, it could potentially hang at this API. This provides a backwards compatible way for fully automated (and unmonitored) test applications to continue...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Service: com.apple.instruments.server.services.deviceinfo Function: runningProcesses After 250 consecutive calls on the following models, a socket connection failure occurs, and restarting the device restores it Test Models - iPhone XR (16.6) -...