Device Management

Added toggles to customize the device shut down time, disable logging, disable uploads, disable internet connection check, and set a custom battery threshold check to help prevent battery drain.
This commit is contained in:
FrogAi
2024-04-03 13:18:38 -07:00
parent ecfbaebfea
commit 5b5e7fa3b5
14 changed files with 144 additions and 13 deletions
+7
View File
@@ -247,6 +247,8 @@ std::unordered_map<std::string, uint32_t> keys = {
{"CustomTheme", PERSISTENT},
{"CydiaTune", PERSISTENT},
{"DecelerationProfile", PERSISTENT},
{"DeviceManagement", PERSISTENT},
{"DeviceShutdown", PERSISTENT},
{"DisengageVolume", PERSISTENT},
{"DynamicPathWidth", PERSISTENT},
{"EngageVolume", PERSISTENT},
@@ -256,11 +258,16 @@ std::unordered_map<std::string, uint32_t> keys = {
{"HideAOLStatusBar", PERSISTENT},
{"HideCEMStatusBar", PERSISTENT},
{"HideLeadMarker", PERSISTENT},
{"IncreaseThermalLimits", PERSISTENT},
{"LaneLinesWidth", PERSISTENT},
{"LateralTune", PERSISTENT},
{"LongitudinalTune", PERSISTENT},
{"LowVoltageShutdown", PERSISTENT},
{"ManualUpdateInitiated", PERSISTENT},
{"ModelUI", PERSISTENT},
{"NoLogging", PERSISTENT},
{"NoUploads", PERSISTENT},
{"OfflineMode", PERSISTENT},
{"PathEdgeWidth", PERSISTENT},
{"PathWidth", PERSISTENT},
{"PauseAOLOnBrake", PERSISTENT},