可以使用 telnet 在通过 USB 连接的真实 android 设备上设置 gps 位置吗?
Can telnet be used to set gps location on real android device connected through usb?
当我的 android phone 通过 USB 连接时,可以使用 adb 改变它的 gps 位置吗?我已经在 android phone 上安装了 MockGeoFix,并在模拟位置设置中启用了它。我打开命令提示符 (Windows 10) 并输入
telnet
open 192.168.0.65 5554
MockGeoFix: type 'help' for a list of commands
OK
auth
KO: Password is not required.
geo fix 40.7127837 -74.0059413
KO: argument is not a number
另外,我想知道是否可以使用 adb 直接设置 gps 位置,如果可以的话,我应该使用什么命令?
你可以试试这个
geo fix 50 50
当我的 android phone 通过 USB 连接时,可以使用 adb 改变它的 gps 位置吗?我已经在 android phone 上安装了 MockGeoFix,并在模拟位置设置中启用了它。我打开命令提示符 (Windows 10) 并输入
telnet
open 192.168.0.65 5554
MockGeoFix: type 'help' for a list of commands
OK
auth
KO: Password is not required.
geo fix 40.7127837 -74.0059413
KO: argument is not a number
另外,我想知道是否可以使用 adb 直接设置 gps 位置,如果可以的话,我应该使用什么命令?
你可以试试这个
geo fix 50 50