Release 260308

This commit is contained in:
Comma Device
2026-03-08 23:26:57 +08:00
commit 5c73e264e9
2665 changed files with 717560 additions and 0 deletions

18
launch_openpilot.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/bash
GET_PROP_ATZ=$(getprop persist.sys.timezone)
if [ -f "/data/params/d/DPTimeZone" ]; then
GET_PROP_STZ=$(cat /data/params/d/DPTimeZone)
fi
if [ "$GET_PROP_STZ" != "" ] && [ "$GET_PROP_ATZ" != "$GET_PROP_STZ" ]; then
setprop persist.sys.timezone $GET_PROP_STZ
fi
# 开启自动时间同步
setprop persist.sys.auto_time 1
setprop persist.sys.auto_time_zone 1
export PASSIVE="0"
exec ./launch_chffrplus.sh