Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some enhancements and bug fixes #5

Merged
merged 9 commits into from
Jul 16, 2021
Merged

Conversation

SebastianApel
Copy link

Enhancements:

  • Backup /data/media/0/Android/data/${pkg} [used for pictures by ch.threema.app]
  • And also restore it later into the correct location (including setting the correct user & perms)
  • Also backup widget configuration and roles of apps into _sysdata
  • Wifi Config is at a different location in Android 11 - make sure it's backed up
  • Better approach to restoring _sysdata (handle case where file does not exist [in some cases])

Bugfixes:

  • In recovery mode, /data/user/0 does not exist (at least on my phone) - /data/data works
  • Apps were crashing without RestoreCon of /data/data/$pkg - added that

@VR-25
Copy link
Owner

VR-25 commented Jul 16, 2021

Great job!

@VR-25 VR-25 merged commit 84e4ff9 into VR-25:master Jul 16, 2021
VR-25 added a commit that referenced this pull request Jul 16, 2021
- APKs are no longer hard-linked (crash due to SELinux).
- Data dir is /sdcard/Documents/vr25/migrator/.
- Exclude thumbnails, input method and adb settings from backups.
- General optimizations
- Installer prints changelog and other info.
- Inverted changelog order.
- Move option is -M to prevent confusion (formerly -m).
- Updated documentation & bundled terminal.

Merged pull request #5 from SebastianApel/master

  Enhancements:

  - Backup /data/media/0/Android/data/${pkg} [used for pictures by ch.threema.app]
  - And also restore it later into the correct location (including setting the correct user & perms)
  - Also backup widget configuration and roles of apps into _sysdata
  - Wifi Config is at a different location in Android 11 - make sure it's backed up
  - Better approach to restoring _sysdata (handle case where file does not exist [in some cases])

  Bugfixes:

  - In recovery mode, /data/user/0 does not exist (at least on my phone) - /data/data works
  - Apps were crashing without RestoreCon of /data/data/$pkg - added that
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants