iTroll - Best fake GPS / Wifi

By MobiSci Lab JSC

iTroll - Best fake GPS / WifiiTroll - Best fake GPS / WifiiTroll - Best fake GPS / WifiiTroll - Best fake GPS / WifiiTroll - Best fake GPS / Wifi

iTroll is an application helping fake any locations, places on the earth. This is the only application which can simulate all GPS, Wifi and Fused providers.

Are you a developer?

This is the right tool for you to test your location related application. Using iTroll to simulate any places and verify how your application will response correspondingly. Now, it's programmable. In order to trigger fake location process from your application, please check below sample:

Intent intent = new Intent();

intent.setAction("com.msl.worldtroll.MANUAL");

intent.putExtra("ENABLE_FAKE_LOCATION", true);//true: enable, false: disable

intent.putExtra("LOCATION_MODE", 0); //0: High accuracy, 1: Baterry saving; 2: Device only

intent.putExtra("ENABLE_GPS_DATA", true); //true:enable, false: disable

intent.putExtra("GPS_DATA_DELAY", 0);//GPS location data will be simulated after "GPS_DATA_DELAY" seconds

intent.putExtra("GPS_LOCATION", "38.871063 -77.055612 5 10"); //GPS data format: lat lon altitude accuracy

intent.putExtra("ENABLE_NETWORK_DATA", true); //true:enable, false: disable

intent.putExtra("NETWORK_DATA_DELAY", 0);//Network location data will be simulated after "NETWORK _DATA_DELAY" seconds

intent.putExtra("NETWORK_LOCATION", "38.871063 -77.055612 5 10"); //Network data format: lat lon altitude accuracy

intent.putExtra("ENABLE_FUSED_DATA", true); //true:enable, false: disable

intent.putExtra("FUSED_DATA_DELAY", 0);//FUSED location data will be simulated after "FUSED_DATA_DELAY" seconds

intent.putExtra("FUSED_LOCATION", "-18.558935 46.689362 5 10"); //Fused data format: lat lon altitude accuracy

sendBroadcast(intent);

The full sample project is here: https://github.com/MobiSciLab/iTroll-Demo

Are you a troller?

Just imagine how your crushes or mates will be surprised when they see you check in Everest or some dangerous places.

Are you a victim of spy applications?

if there is someone who is using an application to spy or track you, this is the right tool to counter attack! It can fool any spy applications.

Similar Apps

Description:

Traccar Manager is a mobile application to manage GPS tracking devices. It requires a Traccar server instance to work.By default application is configured to use free demo Traccar service. To manage devices you need to register user on http://demo.traccar.org/.Traccar (Server) is...

Description:

Traccar Client is an app that allows you to use your mobile device as a GPS tracker. It reports location to your own or hosted server with selected time intervals.By default application is configured to use free Traccar service (address - demo.traccar.org, port - 5055). To see your devi...

Description:

*Now this is the full version of the application. If you do not find the icon in the launcher, reinstall the application*GPS Locker created in order not to lose lock a GPS signal when switching between applications and when your device's screen is off. GPS Locker helps to get a faster G...

Description:

Read tracklogs and waypoints from external GPS instruments. Write waypoints to external GPS. Log positions from internal GPS.Save tracklogs in files (Flightlog, IGC, Ozi, GPX formats). Read waypoint files (GEO, Ozi, WinPilot, CompeGPS, SeeYou). Write waypoint files (GEO, Ozi, GoogleEart...

Description:

Bosco monitors your kids’ activity, detects potential threats and sends alerts when your attention is needed. With Bosco you get: Location tracking • Offensive text messages • Inappropriate content • Screen time and app usage • Mood detection • Social media followers • Battery level • H...

Description:

Are you tired of finding a usb cable? Have you ever had a fight with other devs and/or testers for an usb cable? Do you have to plug too much devices in your computer?iCable is the perfect solution! It supports both rooted and non-rooted devices.iCable helps you debug and deploy ...

Description:

This is the right tool for those who are creating great iBeacon related application. It has all useful functionalities as well as helpful diagrams such as:- Supports calculate coefficients for the distance formula (credit to RadBeacon)- Supports track a beacon with spider diagram...

Comments