v0.1.1
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.1.1_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
- fix(adb): platform-aware guidance and the platform-tools download that was never built by @thisisankit27 in #17
- fix(site): download buttons download, instead of opening GitHub by @thisisankit27 in #19
- fix(version): stamp the release tag into the build by @thisisankit27 in #22
Full Changelog: v0.1.0...v0.1.1