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 là một ứng dụng giúp giả bất kỳ địa điểm nơi trên trái đất. Đây là ứng dụng duy nhất có thể mô phỏng tất cả GPS, Wifi và các nhà cung cấp nóng chảy.
Bạn có phải là nhà phát triển?
Đây là công cụ phù hợp với bạn để kiểm tra ứng dụng liên quan vị trí của bạn. Sử dụng iTroll để mô phỏng bất kỳ nơi và xác minh thế nào ứng dụng sẽ phản ứng của bạn tương ứng. Bây giờ, đó là lập trình. Để kích hoạt quá trình vị trí giả từ các ứng dụng của bạn, xin vui lòng kiểm tra dưới đây mẫu:
ý định ý định = Ý định mới ();
intent.setAction ( "com.msl.worldtroll.MANUAL");
intent.putExtra ( "ENABLE_FAKE_LOCATION", true); // true: cho phép, sai: vô hiệu hóa
intent.putExtra ( "LOCATION_MODE", 0); // 0: độ chính xác cao, 1: Tiết kiệm baterry; 2: Thiết bị chỉ
intent.putExtra ( "ENABLE_GPS_DATA", true); // True: cho phép, sai: vô hiệu hóa
intent.putExtra ( "GPS_DATA_DELAY", 0); // dữ liệu vị trí GPS sẽ được mô phỏng sau khi "GPS_DATA_DELAY" giây
intent.putExtra ( "GPS_LOCATION", "38,871063 -77,055612 5 10"); // Định dạng dữ liệu GPS: lon lat độ chính xác cao
intent.putExtra ( "ENABLE_NETWORK_DATA", true); // True: cho phép, sai: vô hiệu hóa
intent.putExtra ( "NETWORK_DATA_DELAY", 0); // dữ liệu vị trí mạng sẽ được mô phỏng sau khi "NETWORK _DATA_DELAY" giây
intent.putExtra ( "NETWORK_LOCATION", "38,871063 -77,055612 5 10"); // Định dạng dữ liệu Mạng: lon lat độ chính xác cao
intent.putExtra ( "ENABLE_FUSED_DATA", true); // True: cho phép, sai: vô hiệu hóa
intent.putExtra ( "FUSED_DATA_DELAY", 0); // dữ liệu vị trí kết hợp sẽ được mô phỏng sau khi "FUSED_DATA_DELAY" giây
intent.putExtra ( "FUSED_LOCATION", "-18,558935 46,689362 5 10"); // Định dạng dữ liệu nóng chảy: lon lat độ chính xác cao
sendBroadcast (mục đích);
Các dự án mẫu đầy đủ ở đây: https://github.com/MobiSciLab/iTroll-Demo
Bạn có phải là troller?
Chỉ cần tưởng tượng cách nghiền nát hoặc bạn bè của bạn sẽ ngạc nhiên khi họ thấy bạn kiểm tra trong Everest hay một số nơi nguy hiểm.
Bạn có phải là nạn nhân của các ứng dụng gián điệp?
nếu như có ai đó đang sử dụng một ứng dụng để do thám hay theo dõi các bạn, đây là công cụ để phản công! Nó có thể đánh lừa bất kỳ ứng dụng gián điệp.</div> <div class="show-more-end">