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
  • Wiki
  • Technical Overview

Technical Overview · Changes

Page history
reoved old DB table references authored Aug 02, 2015 by E:V:A's avatar E:V:A
Show whitespace changes
Inline Side-by-side
Technical-Overview.md
View page @ c88938d7
......@@ -20,16 +20,17 @@ This documentation is especially for developers who want to join our project and
---
###Database Tables: (Current Behavior)
###Database Tables:
AIMSICD utilizes several tables in a single SQLite3 database in `aimsicd.db` to keep track
of all the network changes and the downloaded Open Cell ID (OCID) data. When you're making a file
backup of the AIMSICD database, you're actually saving the various tables into individual
`<tablename>.CSV` files, which can be updated manually or externally.
`aimsicd-<tablename>.CSV` files, which can be updated manually or externally.
All mentioned sqlite commands are properly documented on the [SQLite website](http://www.sqlite.org).
![Database Tables](https://spideroak.com/share/IFEU2U2JINCA/GitHub/home/SecUpwN/SpiderOak/DOCUMENTATION/Database_myCellInfo_ER_2.png)
![New Database Tables](https://spideroak.com/share/IFEU2U2JINCA/GitHub/home/SecUpwN/SpiderOak/DOCUMENTATION/Database_myCellInfo_ER_3.png)
#### DEFAULT_MCC_TABLE (Mobile Country Code)
This table holds data to identify your service provider (carrier) and country.
#### CELL_TABLE
......@@ -43,10 +44,6 @@ Protocol of incoming messages.
---
#### Database Tables: (New Proposal)
![New Database Tables](https://spideroak.com/share/IFEU2U2JINCA/GitHub/home/SecUpwN/SpiderOak/DOCUMENTATION/Database_myCellInfo_ER_3.png)
#### Accessing the Databases
* From a PC
......
Clone repository

Project Information

  • Unmasked Spies
  • Glossary of Terms
  • General Overview
  • Technical Overview

Getting started

  • Building
  • Requirements
  • Installation
  • Permissions
  • Status Icons

Developers

  • Development Status
  • Testing Devices
  • Contributing
  • Style Guide
  • Resources
  • Privacy

Navigation Menus

  • Disclaimer
  • Main Screen
  • Navigation Drawer
  • Preferences
  • About AIMSICD

Important Functions

  • Cell Monitoring
  • Current Threat Level
  • AT Command Interface
  • Database Viewer
  • Antenna Map Viewer
  • Silent/Stealth SMS

Support

  • FAQ
  • Contact
  • Problems
  • Donations

Gimme moar!

  • Media Material
  • Press Releases
  • Recommendations
  • Similar Projects