adb-export
adb-export copied to clipboard
Bash script to export android content providers data to csv
Results
2
adb-export issues
Sort by
recently updated
recently updated
newest added
This perl script is much shorter and • generates correct `CSV` • Allows short names: `adb-export.pl -e contacts` • Gathers exports in a single `exports` folder ``` #!/usr/bin/perl use 5.14.2;...
i have changed a little bit of readme