2024年7月15日 星期一

pymobiledevice 3 install and simulate location

Environment

    Ubuntu 20.4

    Python 3.8 

    iOS 17.5.1


Install 

1. python3 -m pip install -U pymobiledevice3

2. sudo apt install libusb-1.0.0-dev openssl

3. pip3 install --upgrade pymobiledevice3 (4.11)

4. pip3 install --upgrade click (8.1.7)

5. pip3 install --upgrade pygments (2.18)


Simulate Location

pymobiledevice3 mounter auto-mount

pymobiledevice3 lockdown start-tunnel

copy "--rsd xxx..." text

pymobiledevice3 developer dvt simulate-location set <rsd string> -- 40.69008 -74.045843



Reference

https://github.com/doronz88/pymobiledevice3

沒有留言:

張貼留言

FPGA/STM32 SPI 實驗

本實驗中,Nucleo H753ZI 當作 SPI Master,PYNQ-Z2 當作 SPI Slave。 使用SPI通訊協定傳送及接收8 Bytes。 腳位設定如下: Nucleo H753ZI 功能 PYNZ-Z2 PD14 CS W9 PA5 SCLK...