summaryrefslogtreecommitdiffstats
path: root/print_db.py
diff options
context:
space:
mode:
Diffstat (limited to 'print_db.py')
-rwxr-xr-xprint_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/print_db.py b/print_db.py
index 4f90f94f1..b5bb8d4a5 100755
--- a/print_db.py
+++ b/print_db.py
@@ -32,7 +32,7 @@ def make_dir():
def pull_file(fn):
print "pull_file: " + fn
rv = os.system("adb pull"
- + " /data/data/com.android.launcher/databases/launcher.db"
+ + " /data/data/com.cyanogenmod.trebuchet/databases/launcher.db"
+ " " + fn);
if rv != 0:
print "adb pull failed"