Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 22:43
· 9 commits to main since this release
a824ed2

Install

Windows — download the .exe and run it.
Windows will show "Windows protected your PC" because the
installer is not code-signed. Click More info → Run anyway.

Ubuntu / Debian — download the .deb and:

sudo apt install ./android-backup-manager_0.3.0_amd64.deb

This installs udev rules so adb can reach your phone without
sudo. Replug the phone afterwards.

Requirements

adb must be available. On Ubuntu the package pulls it in via
Recommends. On Windows, if it is missing the app offers to
download Google's official platform-tools for you on first run.

Note that many phones need their manufacturer's USB driver on
Windows before adb can see them — Google's driver covers only
Pixel and Nexus devices.

Everything runs on your machine. Nothing is uploaded anywhere.

What's Changed

Full Changelog: v0.2.0...v0.3.0