Intentsiti on Windows Pc
Developed By: Mark Anacker
License: Free
Rating: 3,7/5 - 7 votes
Last Updated: December 24, 2023
App Details
Version |
1.2 |
Size |
96.6 KB |
Release Date |
July 15, 15 |
Category |
Tools Apps |
App Permissions: Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device. [see more (2)]
|
What's New: Updated the "wifilist" command in the network module. This returns a list of the currently-available WiFi networks. For each entry you get the SSID... [see more]
|
Description from Developer: Intentsiti is a helper app - by itself, it does almost nothing. But when called upon by another app using the Android Intent mechanism, it allows that app access to various bits o... [read more]
|
About this app
On this page you can download Intentsiti and install on Windows PC. Intentsiti is free Tools app, developed by Mark Anacker. Latest version of Intentsiti is 1.2, was released on 2015-07-15 (updated on 2023-12-24). Estimated number of the downloads is more than 500. Overall rating of Intentsiti is 3,7. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 7 users, 2 users had rated it 5*, 4 users had rated it 1*.
How to install Intentsiti on Windows?
Instruction on how to install Intentsiti on Windows 10 Windows 11 PC & Laptop
In this post, I am going to show you how to install Intentsiti on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...
Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.
[Note] You can also download older versions of this app on bottom of this page.
Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.
If this doesn't work on your PC, or you cannot install, comment here and we will help you!
Step By Step Guide To Install Intentsiti using BlueStacks
- Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
- Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
- Once installed, click "Intentsiti" icon on the home screen to start using, it'll work like a charm :D
[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more
[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.
How to install Intentsiti on Windows PC using NoxPlayer
- Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
- Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
- The installation process will take place quickly. After successful installation, you can find "Intentsiti" on the home screen of NoxPlayer, just click to open it.
Discussion
(*) is required
Intentsiti is a helper app - by itself, it does almost nothing. But when called upon by another app using the Android Intent mechanism, it allows that app access to various bits of data from your device.
It was primarily designed to extend the capabilities of the MIT App Inventor 2 framework (AI2). This is a massively fun, fast, easy way to create apps, but it has some limitations on what it can know about the device it's running on.
So I decided to utilize the system built-in to Android, and create an external
component that AI2 apps can call on for support.
Other Android apps and programming tools, such as SL4A, are able to use it as well. All it takes is the ability to generate an Explicit Intent. Intentsiti sends the results back to the calling app as an easy-to-parse text string.
The minimal user interface is only used to change Intentsity settings, and access the extensive documentation. Otherwise, it runs in the background of your apps, silently providing them with information. It's been tested on everything from cheap phones to high-end tablets.
This version of Intentsiti can return the following useful bits of information:
- Android build number
- Android ID (supposed to be device unique, but may not be)
- A UUID built from the Android ID and Telephony ID (may be more device unique)
- The number of cameras on this device
- The current battery and power supply status and levels
- The root path to the SD card (real or emulated)
- Information about the external storage device
- The current state of the external storage device
- A list of files and directories at a given path
- Filesystem stats - (size, permissions, modified date) of any given file/directory
- Current WiFi status - state, SSID, BSSID, speed, signal
- Wifi info - device MAC addess, current IP address
- Current phone status - type, call state, data state and activity, operator name
- Phone info - phone ID (i.e. IMEI/ESN/MEID),software version (IMEI/ISV), subscriber ID (i.e. IMSI),phone number (MSISDN)
The Phone and Wifi info commands may be disabled, in case you don't want this potentially sensitive information available to other apps.
The web page has a couple of sample apps showing how to use Intentsiti from App Inventor 2. More samples and more features will be added regularly, so stay tuned.
Updated the "wifilist" command in the network module. This returns a list of the currently-available WiFi networks. For each entry you get the SSID (name), BSSID (MAC address), signal strength, freq, and crypto. This makes it easy for your app to tell if a certain network is available, or to build your own network scanner.
Added the "pouch" module to store key-value pairs in the Intensiti app memory. This may be used to pass data between apps.
Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
Allows applications to access information about Wi-Fi networks.