Intentsiti Application icon

Intentsiti 1.2

96.6 KB / 5+ Downloads / Rating 3.7 - 7 reviews


See previous versions

Intentsiti, developed and published by Mark Anacker, has released its latest version, 1.2, on 2015-07-15. This app falls under the Tools category on the Google Play Store and has achieved over 500 installs. It currently holds an overall rating of 3.7, based on 7 reviews.

Intentsiti APK available on this page is compatible with all Android devices that meet the required specifications (Android 1.6+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.closecrowd.intentsiti

Updated: 10 years ago

Developer Name: Mark Anacker

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Intentsiti on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.7
Total 7 reviews

Reviews

5 ★, on 2015-04-13
I easily read the battery % with this app. The demos were very helpful. Thanks!

1 ★, on 2016-02-13
Not installing in many phones.fix it.

Previous Versions

Intentsiti 1.2
2015-07-15 / 96.6 KB / Android 1.6+

About this app

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.

New features

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.

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.
Allows applications to access information about Wi-Fi networks.