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
  • !5

Initial Development Commit

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/xLaMbChOpSx/master into master Mar 25, 2014
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 35

Created by: xLaMbChOpSx

This commit takes the first small step forward for this project and includes a number of changes which I will try and document below but some items may be forgotten.

  • Package name updated for the project to: com.SecUpwN.AIMSICD
  • Manifest updated and modifed to run sharing the system user process which allows for access to the phone process and main looper which enables execution of the OEM RIL commands. ***** IMPORTANT ***** This change requires the package to be signed using a platform key and installation as a system app, or priv-app (kk4.4+), to function correctly.
  • Device functions moved into the Device class to provide all currently used device details and future additions.
  • SQLite Database methods updated and expanded to produce three databases for each tracking method (Cell, Location & Signal Strength).
  • Tracking methods updated to log each individual method correctly, and Cell tracking updated to capture only unique cell entities.
  • XML Database Export added which will export all data into individual xml files.
  • Framework & Telephony class files added to all access to hidden methods and initial dabblings with reflection added to begin the process of serial modem communication using RIL methods.
  • Samsung Service Mode OEM Ciphering Indicator methods added which provide the Ciphering Indicator details through this method. (Only tested on GT-i9100)
  • Code formats updated were possible to closer match the Android guidelines.

Possibly more...

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