Remove standalone stealth system, keep only driver spoof + boot timing

This commit is contained in:
sssnake
2026-03-31 12:05:49 -07:00
parent 90decee874
commit ad5f6d1804
17 changed files with 71684 additions and 281 deletions

View File

@@ -29,8 +29,6 @@ CONFDIR="$MODDIR/config"
LOGFILE="$MODDIR/driver-manager.log"
mlog() {
STEALTH=$(cat "$CONFDIR/stealth_mode" 2>/dev/null || echo "off")
[ "$STEALTH" = "full" ] && return
echo "$(date '+%Y-%m-%d %H:%M:%S') [boot_timing] $1" >> "$LOGFILE"
}
@@ -103,12 +101,6 @@ apply_after_pi() {
mlog "Driver spoofs applied"
fi
# Apply stealth
STEALTH_MODE=$(cat "$CONFDIR/stealth_mode" 2>/dev/null || echo "off")
if [ "$STEALTH_MODE" != "off" ]; then
mlog "Stealth mode active: $STEALTH_MODE"
fi
# Set non-stock props that we held back during PI window
# These are the props that root detectors look for
resetprop input.gamepad.enabled true