Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

v1.8.0

Compare
Choose a tag to compare
@IzzySoft IzzySoft released this 13 Oct 18:31
· 135 commits to master since this release
5144001
  • new option AUTO_BACKUP_SHARED to automatically backup shared storage without extra user input (1). Defaults to 0 (ask whether to backup) – thanks to @Flashwalker!
  • new option RETRY_FAILED_BACKUPS to prompt to retry "failed backups" or, alternatively, remove the broken backup files (backup files of 41 byte or less); 1 to enable, default 0 – thanks to @Flashwalker!
  • new options SKIP_EXISTING_USERBACKUP and SKIP_EXISTING_SYSBACKUP to skip backing up apps where backup files are already present (1), e.g. due to a prior aborted run. Defaults to 0 (don't skip, as it was before) – thanks to @Flashwalker!
  • some adjustments and corrections for Nougat (found with the BQ Aquaris X5 Plus)
  • no longer trying to pull usage-history.xml on devices running Lollipop (Android 5) or newer as the file simply no longer exists there
  • new helper script (tools/abrestore) to work around the adb restore issue some devices running Android 7 and up experience (restore seems not to work, or rather only if the app was already installed)
  • adjustments to make Adebar work properly with Android 7 (Nougat) and 8 (Oreo; thanks @Catfriend1 for helping out on this!)
  • AutoConfirm keycodes are now configurable (with some working examples mentioned in the docs – again, thanks to @Catfriend1 for providing combinations working on Xiaomi devices)
  • Adebar now also works fine on Windows using Git Bash (thanks to @Catfriend1 once more)
  • some more minor changes, fixes and improvements