mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-08 17:55:39 +08:00
fix unable to launch app issue
This commit is contained in:
@@ -77,12 +77,12 @@ def main(gctx=None):
|
||||
put_nonblocking('DragonRunWaze', '0')
|
||||
|
||||
# we want to disable all app when boot
|
||||
system("pm uninstall %s" % tomtom)
|
||||
system("pm uninstall %s" % autonavi)
|
||||
system("pm uninstall %s" % mixplorer)
|
||||
system("pm disable %s" % tomtom)
|
||||
system("pm disable %s" % autonavi)
|
||||
system("pm disable %s" % mixplorer)
|
||||
system("pm disable %s" % gpsservice)
|
||||
system("pm uninstall %s" % aegis)
|
||||
system("pm uninstall %s" % waze)
|
||||
system("pm disable %s" % aegis)
|
||||
system("pm disable %s" % waze)
|
||||
|
||||
thermal_sock = messaging.sub_sock('thermal')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user