tCPA NetworkInfo Apk
Apk Infos
Version | 1.2.6 |
Rating | 5.0/5, based on 1 votes |
Size | 1.3 MB |
Requires Android | Android 5.0+ (Lollipop) |
Author's Notes | Get your phone's status over a simple HTTP API. |
About tCPA NetworkInfo APK
Table Of Contents
Description
# NetworkInfo AppThe COCUS NetworkInfo app provides useful information about the current network connection
as well as the current geolocation.
This information is displayed to the user and accessible through a HTTP API.
## HTTP API Reference
While the COCUS NetworkInfo app is running, a web server listens on port `14242` for HTTP requests and provides all
displayed information in CSV format. All CSV responses include the current unix timestamp as first column and a line
break after the last column. The columns are separated by a single `,`.
The following queries are supported:
* `/csv/plmn`: Returns the identifier of the public land mobile network (PLMN) and the RAT type. The PLMN identifier
consists of the Mobile Country Code (MCC) and the Mobile Network Code (MNC). The MCC for Germany is 262 and the MNC
for Vodafone Germany is 02, so the PLMN identifier for the Vodafone Germany network is 26202. The RAT type is one of
`2G`, `3G`, `4G` or `WIFI`.
* `/csv/network`: Returns the current signal strength in dBm, the network type (e.G. `HSDPA`, `HSPA+`, `LTE`) and the
WAN IP address.
* `/csv/location`: Returns the radio network controller (RNC) identifier, the cell id, the location area code (LAC) and
the WIFI SSID.
* `/csv/gps`: Returns latitude and longitude.
* `/csv`: Returns all of the responses above, separated by `;`.
### Example:
$ adb shell
shell@trlte:/ $ curl localhost:14242/csv/plmn
1467895562.83,26202,4G
shell@trlte:/ $ curl localhost:14242/csv/network
1467895564.48,-73,LTE,0.0.0.0
shell@trlte:/ $ curl localhost:14242/csv/location
1467895565.59,178,65037,44112,"COCUS"
shell@trlte:/ $ curl localhost:14242/csv/gps
1467895568.14,51.2363318,6.7337373
xshell@trlte:/ $ curl localhost:14242/csv
1467895569.69,26202,4G
;1467895569.70,-77,LTE,0.0.0.0
;1467895569.70,178,65037,44112,"COCUS"
;1467895569.70,51.2363318,6.7337373
Latest updates
What's new in version 1.2.6
Compability update for Android Pie.How to install tCPA NetworkInfo APK on Android phone or tablet?
Download tCPA NetworkInfo APK file from ApkClean, then follow these steps:
Update Phone Settings
- Go to your phone Settings page
- Tap Security or Applications (varies with device)
- Check the Unknown Sources box
- Confirm with OK
Go to Downloads
- Open Downloads on your device by going to My Files or Files
- Tap the APK file you downloaded (com.cocus.networkinfo-v1.2.6-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
1.2.6 (50) | 1.3 MB |
Questions & Answers
Q: What is an APK File?
A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.
Q: If I install an APK from this website, will I be able to update the app from the Play Store?
A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.
Q: Why ApkClean.net can guarantee APK 100% safe?
A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.
Q: What are Android App permissions?
A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.
Don't hesitate to contact us if you have any questions or concerns.
(*) is required