brarcher / loyalty-card-locker

Stores your barcode-based store/loyalty cards on your phone
GNU General Public License v3.0
172 stars 29 forks source link

Consider allowing adb backups #236

Closed jody-frankowski closed 5 years ago

jody-frankowski commented 6 years ago

I am not sure why it would be disabled, but right now adb backups seem to be blocked.

brarcher commented 6 years ago

Honestly, I do not know how the backup mechanism works and have never used it myself. Instead, I use the export mechanism in the app to output backup. If someone were interested in getting the adb backup mechanism to work and add some tests, I'd gladly review the pull request.