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 adalah sebuah aplikasi membantu palsu mana-mana lokasi, tempat-tempat di bumi. Ini adalah satu-satunya aplikasi yang boleh mensimulasikan semua GPS, Wifi dan pembekal terlakur.
Adakah anda pembangun?
Ini adalah alat yang tepat untuk anda untuk menguji permohonan lokasi anda yang berkaitan. Menggunakan iTroll untuk mensimulasikan mana-mana tempat dan mengesahkan bagaimana kehendak balas permohonan anda sepadan. Kini, ia boleh diprogramkan. Dalam usaha untuk mencetuskan proses lokasi palsu dari permohonan anda, sila semak di bawah sampel:
niat niat = niat baru ();
intent.setAction ( "com.msl.worldtroll.MANUAL");
intent.putExtra ( "ENABLE_FAKE_LOCATION", true); // benar: membolehkan, palsu: melumpuhkan
intent.putExtra ( "LOCATION_MODE", 0); // 0: Ketepatan yang tinggi, 1: Baterry menjimatkan; 2: Peranti sahaja
intent.putExtra ( "ENABLE_GPS_DATA", true); // Benar: membolehkan, palsu: melumpuhkan
intent.putExtra ( "GPS_DATA_DELAY", 0); // data lokasi GPS akan disimulasikan selepas "GPS_DATA_DELAY" saat
intent.putExtra ( "GPS_LOCATION", "38,871063 -77,055612 5 10"); // GPS format data: lon lat ketinggian ketepatan
intent.putExtra ( "ENABLE_NETWORK_DATA", true); // Benar: membolehkan, palsu: melumpuhkan
intent.putExtra ( "NETWORK_DATA_DELAY", 0); // data lokasi Network akan disimulasikan selepas "RANGKAIAN _DATA_DELAY" saat
intent.putExtra ( "NETWORK_LOCATION", "38,871063 -77,055612 5 10"); // Network format data: lon lat ketinggian ketepatan
intent.putExtra ( "ENABLE_FUSED_DATA", true); // Benar: membolehkan, palsu: melumpuhkan
intent.putExtra ( "FUSED_DATA_DELAY", 0); // data lokasi bersatu akan disimulasikan selepas "FUSED_DATA_DELAY" saat
intent.putExtra ( "FUSED_LOCATION", "-18,558935 46,689362 5 10"); // Format data terlakur: lon lat ketinggian ketepatan
sendBroadcast (niat);
Projek sampel penuh di sini: https://github.com/MobiSciLab/iTroll-Demo
Adakah anda Troller yang?
Bayangkan bagaimana crushes atau rakan-rakan anda akan terkejut apabila mereka melihat anda mendaftar masuk Everest atau beberapa tempat berbahaya.
Adakah anda seorang mangsa aplikasi mata-mata?
jika ada seseorang yang menggunakan aplikasi untuk mengintip atau trek yang anda, ini adalah alat yang tepat untuk melawan serangan! Ia boleh menipu mana-mana aplikasi mata-mata.