Gat app-sending several types of SMS like Class 0 (Flash SMS), Type 0 (Silent SMS), Message Waiting Indicator.
GAT-App
GAT-App is an Android app for sending several types of SMS:- Class 0 SMS (aka Flash SMS)
- Type 0 SMS (aka Silent SMS)
- Message Waiting Indicator
On the long term, it is planned to add more features to GAT-App. For example, it is planned to implement the capability of displaying information about the mobile network to which the phone is connected to.
The app is known to run with Android 2.3 to Android 4.3. Later versions are not tested, and incompatibility has to be expected. Furthermore, the app relies on the Xposed framework, which must be installed before the app can be used. However, this means the phone has to be root, as this is a prerequisite of Xposed.
Install provided APK
- You should have already installed the Xposed Installer before proceeding.
- Download the latest apk file from releases.
- Install by tapping the downloaded file
- Afterwards you need to activate the app as a Xposed module. You should get a notification about that.
- You may have to restart the device
As a prerequisite, you will need to extract the internal telephony libraries, which are located in /system/framework/telephony-common.odex on an Android phone with version >= 4.2. This can be done using the programs smali and dex2jar, there are several tutorials on how to do that on the internet. The result should be a file named telephony-dex2jar.jar Build
- Clone the project from github
- Open in Android Studio
- Add the telephony-dex2jar.jar file to the app folder
- Build and Run/Debug the project using Android Studio
Usage
Using the GUI for sending messages is pretty straight forward. SMS
To use the app remotely, you have enter Server Mode and tap Start. Additionally you can change the preset port if necessary.
The network protocol accepts two commands
- quit: ends the connection
- sms-send#{0}#{1}#{2}: send message as specified by the three parameters:
- {0}: type of SMS-message. Mandatory.
- 0: Standard SMS
- 1: Standard SMS with delivery report
- 2: Class 0 SMS
- 3: Class 0 SMS with delivery report
- 4: Type 0 SMS
- 5: Type 0 SMS with delivery report
- 6: Message Waiting Indicator Activate SMS
- 7: Message Waiting Indicator Deactivate SMS
- 8: Message Waiting Indicator Deactivate SMS with delivery report
- {1}: MSISDN / phone number of the recipient. Mandatory.
- {2}: text to send. Optional.
- {0}: type of SMS-message. Mandatory.
- sms-send#123456789#OK# where 123456789 is the recipient.
- sms-send#123456789#NOK#
- sms-delivery#123456789#OK#
- sms-delivery#123456789#NOK#
This screen provides you with Info Screen
- phone nr
- IMSI
- IMEI
- Network MCC / MNC
- Network Type
- Network Operator
- Network Country
- SIM Serial Nr.
- SIM Operator
- SIM Country
Post a Comment