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 هو تطبيق يساعد همية أي المواقع والأماكن على الأرض. هذا هو التطبيق الوحيد الذي يمكن محاكاة كل نظام تحديد المواقع، واي فاي ومقدمي تنصهر.
هل أنت مطور؟
وهذا هو الأداة المناسبة لك لاختبار التطبيق ذات الصلة موقعك. باستخدام iTroll لمحاكاة أي مكان والتحقق من كيفية ارادتكم استجابة التطبيقات تبعا لذلك. الآن، انها برمجة. من أجل تحريك عملية موقع وهمية من التطبيق الخاص بك، يرجى مراجعة أدناه عينة:
القصد القصد = نوايا جديدة ()؛
intent.setAction ( "com.msl.worldtroll.MANUAL")؛
intent.putExtra ( "ENABLE_FAKE_LOCATION"، صحيح)؛ // صحيحا: تمكين، كاذبة: تعطيل
intent.putExtra ( "LOCATION_MODE"، 0)؛ // 0: دقة عالية (1): باتري إنقاذ. 2: الجهاز فقط
intent.putExtra ( "ENABLE_GPS_DATA"، صحيح)؛ // صحيحا: تمكين، كاذبة: تعطيل
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"، صحيح)؛ // صحيحا: تمكين، كاذبة: تعطيل
intent.putExtra ( "NETWORK_DATA_DELAY"، 0)؛ وسيتم محاكاة // بيانات الموقع الشبكة بعد ثواني "شبكة _DATA_DELAY"
intent.putExtra ( "NETWORK_LOCATION"، "38.871063 -77.055612 5 10")؛ // تنسيق البيانات الشبكة: خط الطول خطوط الطول ارتفاع دقة
intent.putExtra ( "ENABLE_FUSED_DATA"، صحيح)؛ // صحيحا: تمكين، كاذبة: تعطيل
intent.putExtra ( "FUSED_DATA_DELAY"، 0)؛ // سيتم محاكاة بيانات الموقع تنصهر بعد ثواني "FUSED_DATA_DELAY"
intent.putExtra ( "FUSED_LOCATION"، "-18.558935 46.689362 5 10")؛ // تنسيق البيانات تنصهر: خط الطول خطوط الطول ارتفاع دقة
sendBroadcast (النية)؛
مشروع نموذج كامل هنا هو: https://github.com/MobiSciLab/iTroll-Demo
هل أنت المراقب المالي؟
ولكم أن تتخيلوا كيف يسحق أو زملائه سوف يفاجأ عندما يرون أن تحقق في ايفرست أو بعض الأماكن الخطرة.
هل أنت ضحية من التطبيقات تجسس؟
إذا كان هناك شخص يستخدم تطبيق للتجسس أو تتبع لكم، وهذا هو الأداة المناسبة لمواجهة هجوم! ويمكن أن يخدع أي تطبيقات التجسس.</div> <div class="show-more-end">