Android Type-0 SMS

How can type 0 SMS be entered (note: “Type-0” is a skill, not “Class-0”) that can be captured by BroadcastReceiver?

Background: for configuration purposes, type-0 SMS messages are sent (with TP-PID = ME data loading). This should be “intercepted” by the Android application, and the data inside the message must be restored / decoded.

Thus, we intend to read the READ Type-0 SMS without sending it!

Is this possible with Android? Perhaps you need a native application?

Thanks and kindly!

+4
source share
2 answers

Look at this project, how they did it:

https://github.com/SecUpwN/Android-IMSI-Catcher-Detector

+1

Android. 10 Google sms . , . Android Commit zero sms

android /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm. SmsMessage.java GsmInboundSmsHandler.java

0

All Articles