v0.3.0
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
- feat(ui): redesign the app to match the landing page by @thisisankit27 in #35
Full Changelog: v0.2.0...v0.3.0