Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 03:35
· 6 commits to main since this release
f337832

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 — take the file matching your Ubuntu version:

# Ubuntu 24.04 LTS
sudo apt install ./android-backup-manager_0.4.0-ubuntu24.04_amd64.deb

# Ubuntu 26.04 LTS
sudo apt install ./android-backup-manager_0.4.0-ubuntu26.04_amd64.deb

They are not interchangeable. The app renders its interface in the
system's WebKit, which is tied to that release's GLib, so each
package is built inside the release it is for. Installing the wrong
one is refused at install time rather than left to fail on launch.

Both install udev rules so adb can reach your phone without
sudo. Replug the phone afterwards.

Already on 0.3.0 or older on Ubuntu? Those builds cannot start
on Ubuntu newer than the machine that built them, so the in-app
updater cannot rescue them — the app has to run to offer the
update. Install the file above by hand this once; from then on
updates match your release automatically.

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(deb): build one package per Ubuntu release, and launch what CI builds by @thisisankit27 in #37
  • feat(site): a download page that explains what happens next by @thisisankit27 in #39
  • fix(release): stop GitHub renaming the .deb out from under every lookup by @thisisankit27 in #41

Full Changelog: v0.3.0...v0.4.0