iFakeLocation icon indicating copy to clipboard operation
iFakeLocation copied to clipboard

is it possible to use on a cloud server?

Open dethanzhang opened this issue 4 years ago • 4 comments

i just installed dotnet on my ecs(ubuntu 18), and run iFakelocation. then it turned out "Unable to start iFakeLocation using default web browser."

so i'm wondering if it's possible to run without a web browser.

and even, if i build a connection between my iphone & ecs. i can fake my location anywhere anytime.

dethanzhang avatar Jun 16 '20 07:06 dethanzhang

Not out of the box. That would be up you to implement - also I'm not sure if the library I'm using works wirelessly?

master131 avatar Jun 20 '20 11:06 master131

Not out of the box. That would be up you to implement - also I'm not sure if the library I'm using works wirelessly?

ok. I found the original project could run on Linux.(libimobiledevice). About wirelessly, ifakelocation can set iphones’ location wirelessly, not until they were connected to the pc once using cable.

Actually i just want to change my location through terminal on win/linux.

dethanzhang avatar Jun 20 '20 17:06 dethanzhang

If you are looking for a command-line solution, there is already a command-line utility that comes with libimobiledevice called idevicesetlocation.

You need to mount the developer image first using ideviceimagemounter. Both support the --network switch.

idevice_id utility can be used to list all device UDIDs which are required as parameters for the above utilities.

master131 avatar Jun 22 '20 02:06 master131

If you are looking for a command-line solution, there is already a command-line utility that comes with libimobiledevice called idevicesetlocation.

You need to mount the developer image first using ideviceimagemounter. Both support the --network switch.

idevice_id utility can be used to list all device UDIDs which are required as parameters for the above utilities.

yes thx. i've already compiled imobiledevice tools for mac. still figuring out how to build a win ver tho

dethanzhang avatar Jun 23 '20 03:06 dethanzhang