iTroll - Best fake GPS / Wifi
iTroll is an app helping fake any locations on the earth (fake GPS, Wifi, Fused)
MobiSci Lab JSC. · com.msl.worldtroll
UpdatedApr 15, 2020
PublishedAug 29, 2016
Packagecom.msl.worldtroll
MD5040d4601056232f2caf6745ec4674c13
SHA1 (signer)D1:F6:B6:5D:28:AE:A7:3C:20:16:44:C8:DD:72:D4:A3:66:BD:4F:C1
Signed byCN=MobiSci Lab, OU=Android Team, O=MobiSci Lab Co., L=Ho Chi Minh city, ST=Ho Chi Minh city, C=84
Malware scanTRUSTED
Websitehttp://www.mobisci-lab.com
Contact[email protected]
What's new
Fix crash issues
Description
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.
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.
Required features
- Location android.hardware.location
- Location Gps android.hardware.location.gps
- Location Network android.hardware.location.network
- Touchscreen android.hardware.touchscreen
- Wifi android.hardware.wifi
Permissions (16)
iTroll - Best fake GPS / Wifi requests the following Android permissions:
- Access Coarse Location android.permission.ACCESS_COARSE_LOCATION
- Access Fine Location android.permission.ACCESS_FINE_LOCATION
- Access Mock Location android.permission.ACCESS_MOCK_LOCATION
- Access Network State android.permission.ACCESS_NETWORK_STATE
- Access Superuser android.permission.ACCESS_SUPERUSER
- Access Wifi State android.permission.ACCESS_WIFI_STATE
- Allow Mock Locations android.permission.ALLOW_MOCK_LOCATIONS
- Change Wifi State android.permission.CHANGE_WIFI_STATE
- Install Location Provider android.permission.INSTALL_LOCATION_PROVIDER
- Internet android.permission.INTERNET
- Mock Location android.permission.MOCK_LOCATION
- Receive Boot Completed android.permission.RECEIVE_BOOT_COMPLETED
- System Alert Window android.permission.SYSTEM_ALERT_WINDOW
- Write Secure Settings android.permission.WRITE_SECURE_SETTINGS
- Write Settings android.permission.WRITE_SETTINGS
- Providers Gsf Permission Read Gservices com.google.android.providers.gsf.permission.READ_GSERVICES