... | ... | @@ -6,7 +6,7 @@ This is the **current** Development Status of our Android IMSI-Catcher Detector. |
|
|
---
|
|
|
|
|
|
### Already accomplished
|
|
|
Views (short explantation of the main views):
|
|
|
Views (short explanation of the main views):
|
|
|
* [Main Screen](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Main-Screen): Information about Device, Network and SIM-Card
|
|
|
* [Cell Information](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Cell-Information): Relevant variables using public AOS API calls (LAC, CID, Signal Strength)
|
|
|
* [Database Viewer](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/wiki/Database-Viewer): Data collected by the phone and from public DB of Cell Towers
|
... | ... | @@ -19,7 +19,7 @@ Functions: |
|
|
* Position Tracking: Using the GPS-Sensor and Google Location Service
|
|
|
|
|
|
Detection:
|
|
|
* [Changing LAC](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/issues/91): Check if the LAC of a Cell-ID is changing
|
|
|
* For the most recent updates to what detections are being worked on and done see GitHub issue #230, [Detection List](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/issues/230).
|
|
|
|
|
|
---
|
|
|
|
... | ... | @@ -31,11 +31,11 @@ Send AT-Commands to the Baseband Processor [#23](https://github.com/SecUpwN/Andr |
|
|
* Detection of Silent SMS (Type-0): [#69](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/issues/69)
|
|
|
* Specifications of code modularization (for development clarity)
|
|
|
* Restructuring of DB to allow for more Network variables (for development clarity)
|
|
|
* Separate DEbugging menu with much better way to create useable logcats: [#164](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/issues/164)
|
|
|
* Separate Debugging menu with much better way to create useable logcats: [#164](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/issues/164)
|
|
|
|
|
|
---
|
|
|
|
|
|
### Prepared working packages (ready to be picked up)
|
|
|
* Detection of changing Signal Strength: Besides implementation, this needs lot’s of reasearch and testing, if this is a possible way for detection and how it works on different phones (meassurement of signal strength) ([more details](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/issues/97))
|
|
|
* Switch from Google Location Servic (Google Play Service) to another API
|
|
|
* Detection of changing Signal Strength: Besides implementation, this needs lot’s of research and testing, if this is a possible way for detection and how it works on different phones (measurement of signal strength) ([more details](https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/issues/97))
|
|
|
* Switch from Google Location Service (Google Play Service) to another API
|
|
|
* Implement the use of other public Cell-Tower Databases API‘s |