fix:
update:更换为酷信
This commit is contained in:
2023-10-11 19:19:52 +08:00
parent 625a121cbb
commit 8799e85443
723 changed files with 4158 additions and 4041 deletions

View File

@@ -43,7 +43,7 @@ def adb_root_remount():
def pull_file(fn):
print "pull_file: " + fn
rv = os.system("adb pull"
+ " /data/data/com.aoleyun.os/databases/launcher.db"
+ " /data/data/com.uiuipad.os/databases/launcher.db"
+ " " + fn);
if rv != 0:
print "adb pull failed"