A backup application for the Android Open Source Project.
Find a file
Torsten Grote b974c31515 Always show Nextcloud as an option, offer to install or set up account
Outside of SetupWizard restore, we don't offer to set up an account,
because we don't know if one already exists and the app was locked with
a passcode.
2020-10-22 03:22:49 +05:30
.idea Clean up backup transport initialization logic 2020-10-22 03:22:49 +05:30
app Always show Nextcloud as an option, offer to install or set up account 2020-10-22 03:22:49 +05:30
gradle/wrapper Upgrade gradle 2020-10-22 03:22:49 +05:30
libs Make seedvault compile in AOSP properly 2020-10-22 03:22:49 +05:30
.gitignore Check for loading cursor also when checking if files exist 2020-10-22 03:22:49 +05:30
.travis.yml Drop prebuilt deployment 2020-10-22 03:22:49 +05:30
Android.bp Make seedvault compile in AOSP properly 2020-10-22 03:22:49 +05:30
build.gradle Upgrade gradle 2020-10-22 03:22:49 +05:30
CHANGELOG.md Version bump - 1.0.0 2020-03-07 15:41:49 -05:00
gradle.properties Upgrade gradle 2020-10-22 03:22:49 +05:30
gradlew Add experimental support for standalone builds 2018-11-07 22:04:37 -05:00
gradlew.bat Add experimental support for standalone builds 2018-11-07 22:04:37 -05:00
LICENSE Update license to Apache-2.0 2019-12-22 20:20:19 -05:00
permissions_com.stevesoltys.seedvault.xml Re-install backed-up APKs before restoring from backup 2020-01-14 07:45:37 -03:00
README.md Enable backup of call logs 2020-10-22 03:22:49 +05:30
settings.gradle Add experimental support for standalone builds 2018-11-07 22:04:37 -05:00
whitelist_com.stevesoltys.seedvault.xml Rebrand application as 'Seedvault' 2019-10-28 21:57:47 -04:00

Seedvault

Build Status

A backup application for the Android Open Source Project.

Features

  • Backup application data to a flash drive.
  • Restore application data from a flash drive.
  • User-friendly encryption using a mnemonic phrase (BIP39).
  • Automatic daily backups that run in the background.

Requirements

  • Android 10

Getting Started

  • Check out the wiki for information on building the application with AOSP.

What makes this different?

This application is compiled with the operating system and does not require a rooted device for use. It uses the same internal APIs as adb backup which is deprecated and thus needs a replacement.

Permissions

  • android.permission.BACKUP to back up application data.
  • android.permission.MANAGE_DOCUMENTS to retrieve the available storage roots.
  • android.permission.MANAGE_USB to access the serial number of USB mass storage devices.
  • android.permission.WRITE_SECURE_SETTINGS to change system backup settings and enable call log backup.
  • android.permission.INSTALL_PACKAGES to re-install apps when restoring from backup.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/stevesoltys/seedvault.

License

This application is available as open source under the terms of the Apache-2.0 License.