Skip to content

JonGabilondoAngulo/idevicelocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

The idevicelocation tool allows to set the location on iOS Devices. It makes use of the fabulous libimobiledevice library that allows communication with iOS devices.

Requirements

Development Packages of:

libimobiledevice
libusbmuxd
libplist
openssl

Software:

usbmuxd
make
autoheader
automake
autoconf
libtool
pkg-config
gcc

Installation

To compile run:

./autogen.sh
make
sudo make install

Usage

$idevicelocation [OPTIONS] LATITUDE LONGITUDE

Set the location passing two arguments, latitude and longitude:

$idevicelocation 48.856614 2.3522219000000177 

Passing negative values :

$idevicelocation 77.432332 -- -7.008373564

Options:

-d enable connection debug messages.
-u specify device UDID.
-h help.

Troubleshooting

If the compiler cant find the openssl libs try this:

export PATH=/usr/local/opt/openssl/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/opt/openssl/lib:$LD_LIBRARY_PATH
export CPATH=/usr/local/opt/openssl/include:$LD_LIBRARY_PATH
export LIBRARY_PATH=/usr/local/opt/openssl/lib:$LIBRARY_PATH

About

Set the geolocation on iDevices. Using libimobiledevice. http://www.libimobiledevice.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published