Skip to content

Instantly share code, notes, and snippets.

View Lineflyer's full-sized avatar

Lineflyer Lineflyer

  • Duesseldorf, Germany
View GitHub Profile
@Lineflyer
Lineflyer / cgeodb.sh
Created March 20, 2017 09:30 — forked from pstorch/cgeodb.sh
Get sqlite file from android app via adb (non root), example for cgeo app
#!/bin/sh
adb -d shell "run-as cgeo.geocaching cp /data/data/cgeo.geocaching/databases/data /sdcard/cgeo.sqlite"
adb pull /sdcard/cgeo.sqlite