... | @@ -2,13 +2,13 @@ This documentation is especially for developers who want to join our project and |
... | @@ -2,13 +2,13 @@ This documentation is especially for developers who want to join our project and |
|
|
|
|
|
***
|
|
***
|
|
|
|
|
|
##**Basic Modules and I/O:**
|
|
###**Basic Modules and I/O:**
|
|
|
|
|
|
![Program Modules](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/blob/master/DOCUMENTATION/Program_Modules.png)
|
|
![Program Modules](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/blob/master/DOCUMENTATION/Program_Modules.png)
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
##**Database Tables:** (Current Behavior)
|
|
###**Database Tables:** (Current Behavior)
|
|
|
|
|
|
![Database Tables](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/blob/master/DOCUMENTATION/aimsicd_myCellInfo_ER_2.png)
|
|
![Database Tables](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/blob/master/DOCUMENTATION/aimsicd_myCellInfo_ER_2.png)
|
|
* **DEFAULT_MCC_TABLE:** (Mobile Country Code): This table holds data to identify your service provider (carrier) and country.
|
|
* **DEFAULT_MCC_TABLE:** (Mobile Country Code): This table holds data to identify your service provider (carrier) and country.
|
... | @@ -25,14 +25,14 @@ This documentation is especially for developers who want to join our project and |
... | @@ -25,14 +25,14 @@ This documentation is especially for developers who want to join our project and |
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
##TO BE UPDATED
|
|
###TO BE UPDATED
|
|
|
|
|
|
* **CELL_TABLE:** Data collected by the phone when it is connected to a cell. (not from the table neighboring cells).
|
|
* **CELL_TABLE:** Data collected by the phone when it is connected to a cell. (not from the table neighboring cells).
|
|
* **LOCATION_TABLE:** These are the individual measurements as collected when in `Tracking Cell Details` mode. The location (Lat/Lng) of the phone and the Cell-ID it is connected to + timestamp.
|
|
* **LOCATION_TABLE:** These are the individual measurements as collected when in `Tracking Cell Details` mode. The location (Lat/Lng) of the phone and the Cell-ID it is connected to + timestamp.
|
|
|
|
|
|
***
|
|
***
|
|
|
|
|
|
* **other important Details:**
|
|
##**other important Details:**
|
|
|
|
|
|
Display the Neighboring Cell information in two ways:
|
|
Display the Neighboring Cell information in two ways:
|
|
1. through telephony manager methods which does not work on Samsung Devices
|
|
1. through telephony manager methods which does not work on Samsung Devices
|
... | @@ -41,6 +41,6 @@ Display the Neighboring Cell information in two ways: |
... | @@ -41,6 +41,6 @@ Display the Neighboring Cell information in two ways: |
|
|
|
|
|
***
|
|
***
|
|
|
|
|
|
**Further information about the actual status and prepared working packages to be picked up by an developer:
|
|
##**Further information about the actual status and prepared working packages to be picked up by an developer:
|
|
|
|
|
|
https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Development-Status |
|
https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Development-Status |