Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A Android-IMSI-Catcher-Detector
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 162
    • Issues 162
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CellularPrivacy
  • Android-IMSI-Catcher-Detector
  • Merge requests
  • !78

Silent Sms Update

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/xLaMbChOpSx/master into master Jun 18, 2014
  • Overview 4
  • Commits 10
  • Pipelines 0
  • Changes 8

Created by: xLaMbChOpSx

Reverted commits that changed Silent Sms to Flash Sms as these commits will hopefully enable detection of true TYPE 0 Sms messages.

Sms Broadcast receiver modified to look for true TYPE 0 Stealth Sms messages, processing is now done within the PDU checking the first byte value of each received message. If the first byte == 0x40 then as per 3GPP TS 23.040 9.2.3.9 a TYPE 0 message has just been intercepted.

Unable to test this function as I have no ability to issue a true TYPE 0 Sms but I believe other contributes are able to test this fully.

Added additional check for Message type indicator & the TP-PID value so if mti == 0 or TP-PID == 0x40 then we have a Silent TYPE 0 Sms.

Additional check added as framework seems to use both in different places.

Updated the service to disable the notification alert once the application becomes visible to address the issue of the alert persisting.

Apk for testing is available here: http://d-h.st/2JP

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/xLaMbChOpSx/master