fix unable to launch app issue

This commit is contained in:
Rick Lan
2019-12-29 23:23:55 +10:00
parent 90757561fe
commit 52c57c9b39
+5 -5
View File
@@ -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')