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.
</div> <div jsname="WJz9Hc" style="display:none">iTroll est une application aidant faux tous les endroits, des lieux sur la terre. Ceci est la seule application qui permet de simuler tous les GPS, Wifi et fournisseurs Fused.
Vous êtes développeur?
Ceci est le bon outil pour vous permettre de tester votre emplacement application en rapport. Utilisation de iTroll pour simuler tous les lieux et de vérifier comment votre application réponse en conséquence. Maintenant, il est programmable. Afin de déclencher processus de localisation faux de votre demande, s'il vous plaît vérifier ci-dessous échantillon:
intention Intention = new Intent ();
intent.setAction ( «com.msl.worldtroll.MANUAL»);
intent.putExtra ( "ENABLE_FAKE_LOCATION", true); // true: activer, false: désactiver
intent.putExtra ( "LOCATION_MODE", 0); // 0: Haute précision, 1: Baterry sauver; 2: Dispositif seulement
intent.putExtra ( "ENABLE_GPS_DATA", true); // True: activer, false: désactiver
intent.putExtra ( "GPS_DATA_DELAY", 0); // données de localisation GPS sera simulée après secondes "de GPS_DATA_DELAY"
intent.putExtra ( "GPS_LOCATION", "5 38,871063 -77,055612 10"); // Format de données GPS: LON lat précision de l'altitude
intent.putExtra ( "ENABLE_NETWORK_DATA", true); // True: activer, false: désactiver
intent.putExtra ( "NETWORK_DATA_DELAY", 0); // données de localisation réseau sera simulé après secondes "RÉSEAU _DATA_DELAY"
intent.putExtra ( "NETWORK_LOCATION", "5 38,871063 -77,055612 10"); // Format de données réseau: lat lon précision de l'altitude
intent.putExtra ( "ENABLE_FUSED_DATA", true); // True: activer, false: désactiver
intent.putExtra ( "FUSED_DATA_DELAY", 0); // données de localisation CONDENSES sera simulée après secondes "FUSED_DATA_DELAY"
intent.putExtra ( "FUSED_LOCATION", "-18,558935 46,689362 5 10"); // Format de données Fused: lon lat précision de l'altitude
sendBroadcast (intention);
Le projet de l'échantillon complet est ici: https://github.com/MobiSciLab/iTroll-Demo
Êtes-vous un ligneur?
Imaginez comment vos écrasements ou compagnons seront surpris quand ils voient votre arrivée Everest ou certains endroits dangereux.
Êtes-vous victime d'applications d'espionnage?
s'il y a quelqu'un qui utilise une application pour espionner ou de la piste, c'est le bon outil pour contrer l'attaque! Il peut tromper les applications d'espionnage.</div> <div class="show-more-end">