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 aplikasi membantu palsu setiap lokasi, tempat di bumi. Ini adalah satu-satunya aplikasi yang dapat mensimulasikan semua GPS, Wifi dan penyedia Fused.
Apakah Anda pengembang?
Ini adalah alat yang tepat bagi Anda untuk menguji aplikasi terkait lokasi Anda. Menggunakan iTroll untuk mensimulasikan setiap tempat dan memverifikasi bagaimana kehendak respon aplikasi Anda Sejalan. Sekarang, itu diprogram. Dalam rangka untuk memicu proses lokasi palsu dari aplikasi Anda, silakan cek di bawah ini contoh:
Intent intent = new Intent ();
intent.setAction ( "com.msl.worldtroll.MANUAL");
intent.putExtra ( "ENABLE_FAKE_LOCATION", true); // benar: mengaktifkan, palsu: menonaktifkan
intent.putExtra ( "LOCATION_MODE", 0); // 0: Tinggi akurasi, 1: Baterry tabungan; 2: Perangkat hanya
intent.putExtra ( "ENABLE_GPS_DATA", true); // Benar: mengaktifkan, palsu: menonaktifkan
intent.putExtra ( "GPS_DATA_DELAY", 0); // data lokasi GPS akan disimulasikan setelah "GPS_DATA_DELAY" detik
intent.putExtra ( "GPS_LOCATION", "38,871063 -77,055612 5 10"); // GPS format data: lat lon akurasi ketinggian
intent.putExtra ( "ENABLE_NETWORK_DATA", true); // Benar: mengaktifkan, palsu: menonaktifkan
intent.putExtra ( "NETWORK_DATA_DELAY", 0); // Jaringan data lokasi akan disimulasikan setelah "NETWORK _DATA_DELAY" detik
intent.putExtra ( "NETWORK_LOCATION", "38,871063 -77,055612 5 10"); // Jaringan format data: lat lon akurasi ketinggian
intent.putExtra ( "ENABLE_FUSED_DATA", true); // Benar: mengaktifkan, palsu: menonaktifkan
intent.putExtra ( "FUSED_DATA_DELAY", 0); // data lokasi menyatu akan disimulasikan setelah "FUSED_DATA_DELAY" detik
intent.putExtra ( "FUSED_LOCATION", "-18,558935 46,689362 5 10"); // Fused format data: lat lon akurasi ketinggian
sendBroadcast (niat);
Contoh proyek lengkap di sini: https://github.com/MobiSciLab/iTroll-Demo
Apakah Anda troller sebuah?
Coba bayangkan berapa meremukkan atau pasangan akan terkejut ketika mereka melihat Anda check-in Everest atau beberapa tempat yang berbahaya.
Apakah Anda seorang korban aplikasi mata-mata?
jika ada seseorang yang menggunakan aplikasi untuk memata-matai atau melacak Anda, ini adalah alat yang tepat untuk melawan serangan! Hal ini dapat menipu aplikasi mata-mata.