CellGuard app: on-device IMSI-catcher detection (Kotlin/Compose)
- foreground DetectorService: cgcap capture + on-device decode - framework CellInfo source: real serving+neighbor towers, signal, carrier name - FrameDecoder: 0x070F cell-info SIT decode - block-2G/3G + detection toggles via cgctl; libsu root bridge - silent status notification + edge-triggered alerts
This commit is contained in:
10
app/src/main/res/values/strings.xml
Normal file
10
app/src/main/res/values/strings.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">CellGuard</string>
|
||||
|
||||
<string name="notif_channel_id">cellguard_detector</string>
|
||||
<string name="notif_channel_name">Detector Service</string>
|
||||
<string name="notif_channel_desc">Ongoing baseband capture and IMSI-catcher detection.</string>
|
||||
<string name="notif_title">CellGuard active</string>
|
||||
<string name="notif_text">Monitoring baseband frames.</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user