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.setAction ( "com.msl.worldtroll.MANUAL")؛
intent.putExtra ( "ENABLE_FAKE_LOCATION"، درست است)؛ // واقعی: فعال، نادرست: غیر فعال کردن
intent.putExtra ( "LOCATION_MODE"، 0)؛ // 0: دقت بالا، 1: صرفه جویی در Baterry؛ 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
آیا شما یک چرخاننده؟
فقط تصور کنید که چگونه له یا جفت خود را شگفت زده خواهد شد زمانی که آنها شما را در اورست و یا برخی از مکان های خطرناک تیک بزنید.
آیا شما یک قربانی برنامه های کاربردی جاسوسی؟
اگر کسی است که با استفاده از یک نرم افزار برای جاسوسی و یا پیگیری شما وجود دارد، این ابزار مناسب برای مقابله با حمله است! این می تواند هر برنامه های کاربردی جاسوسی احمق.