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

Moves data to Android/, hides sensitive data from user

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/agilob/move_data into development May 18, 2015
  • Overview 1
  • Commits 5
  • Pipelines 0
  • Changes 7

Created by: agilob

I'm going to use this code for some time before it's merged, you can help me with testing too. After moving data there were a lot of NPEs which I 'fixed' in the second commit.

I'm not sure if importing OCID data works, after import is successful there is nothing listed in the database viewer. There is no problem gathering data from near cells and storing them in the DB, so I'm not sure whose fault is this.

To replace all occurrences of 'old path' I just searched for Environment.getExternalStorageDirectory() and replaced it with getExternalFilesDir(null) + File.separator.

The first commit closes https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/issues/412, the second one is extra.

If you have more time, please install this on your phone. Especially the issue with OCID ;/

No actions are needed to move data from current path to the new one.

@SecUpwN will change CV when it's stable/tested :P

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/agilob/move_data