2022-01-22

設定 iPhone 假的 GPS 位置

 libimobiledevice 是一個與 iDevice 溝通的工具包,裡面包含了不少好用的工具,而今天我要用的是設定 iDevice GPS 的工具:idevicesetlocation


安裝方式:

    brew install libimobiledevice

使用方式:

iPhone 接上電腦後,執行:

    idevicesetlocation -- 24.986901945818218 121.53703021237283

後面的兩個數字,前面是緯度(Latitude),後面是經度(Longitude),執行完後,裝置上的位置就會移到該地方。
重置方式:
    idevicesetlocation reset 
 
 

沒有留言: