If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-08-07
Settigns fiel can be copied under AOS11, for example using: Total Commander - file manager by C. Ghisler or ZArchiver by ZDevs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2023-07-18
for me the backup was in /storage/emulated/0/Android/data/net.sourceforge.opencamera/files/backups
viewable via adb shell: adb shell ls -R /storage/emulated/0/Android/data/net.sourceforge.opencamera/files/backups
Total commander did not worked for me. (i think - no permission) adb pull /storage/emulated/0/Android/data/net.sourceforge.opencamera/files/backups/BACKUP_OC_20230718_160119.xml
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
to compare two Backup xml files it is easiest to first sort the lines alphabetically..
worked for me nicely..
this way i could check what settings differ from the default and fix some broken configs...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2024-05-09
I'm trying to pull data off of an Android 11 device with no USB file transfer and thus no ADB access. The charging port is just not-broken enough to maintain usability, but I can't transfer data except via wifi or mobile data.
It's frustrating to not be able to transfer the Open Camera settings backup from the phone.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
because https://developer.android.com/about/versions/11/privacy/storage
i suggest an option to change the backup directory manually.
At the moment i cant transfer the Settings to another phone.
Settigns fiel can be copied under AOS11, for example using: Total Commander - file manager by C. Ghisler or ZArchiver by ZDevs.
for me the backup was in
/storage/emulated/0/Android/data/net.sourceforge.opencamera/files/backups
viewable via adb shell:
adb shell ls -R /storage/emulated/0/Android/data/net.sourceforge.opencamera/files/backups
Total commander did not worked for me. (i think - no permission)
adb pull /storage/emulated/0/Android/data/net.sourceforge.opencamera/files/backups/BACKUP_OC_20230718_160119.xml
to compare two Backup xml files it is easiest to first sort the lines alphabetically..
worked for me nicely..
this way i could check what settings differ from the default and fix some broken configs...
I'm trying to pull data off of an Android 11 device with no USB file transfer and thus no ADB access. The charging port is just not-broken enough to maintain usability, but I can't transfer data except via wifi or mobile data.
It's frustrating to not be able to transfer the Open Camera settings backup from the phone.