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.
iTroll是假,帮助地球上的任何地点,场所的应用程序。这是一个可以模拟所有GPS,WiFi和融合提供了唯一的应用程序。
您是开发人员?
这是给你测试你的位置相关的应用程序的工具。使用iTroll模拟任何地方,并验证如何应用程序将响应水涨船高。现在,它是可编程的。为了从您的应用程序触发的假定位过程,请检查下面的示例:
意向意图=新的Intent();
intent.setAction(“com.msl.worldtroll.MANUAL”);
intent.putExtra(“ENABLE_FAKE_LOCATION”,真正的); // true:启用,假:禁用
intent.putExtra(“LOCATION_MODE”,0); // 0:精度高,1:Baterry节能;仅设备:2
intent.putExtra(“ENABLE_GPS_DATA”,真正的); // true:启用,假:禁用
intent.putExtra(“GPS_DATA_DELAY”,0); // GPS位置数据将被“GPS_DATA_DELAY”秒钟后的模拟
intent.putExtra(“GPS_LOCATION”,“38.871063 -77.055612 5 10”); // GPS数据格式:纬度经度海拔精度
intent.putExtra(“ENABLE_NETWORK_DATA”,真正的); // true:启用,假:禁用
intent.putExtra(“NETWORK_DATA_DELAY”,0); //网络位置的数据将被“NETWORK _DATA_DELAY”秒钟后的模拟
intent.putExtra(“NETWORK_LOCATION”,“38.871063 -77.055612 5 10”); //网络对数据格式:纬度经度海拔精度
intent.putExtra(“ENABLE_FUSED_DATA”,真正的); // true:启用,假:禁用
intent.putExtra(“FUSED_DATA_DELAY”,0); // FUSED位置的数据将被“FUSED_DATA_DELAY”秒钟后的模拟
intent.putExtra(“FUSED_LOCATION”,“-18.558935 46.689362 5 10”); //融合数据格式:纬度经度海拔精度
sendBroadcast(意向);
完整的示例项目是在这里:https://github.com/MobiSciLab/iTroll-Demo
你是控制器?
试想一下,有你的爱慕或伴侣会感到惊讶,当他们看到你在珠峰还是有些危险的地方进行检查。
您的间谍程序的受害者?
如果谁在使用应用程序或间谍跟踪你的人,这是进行反击正确的工具!它可以欺骗任何间谍应用程序。