Skip to content

Instantly share code, notes, and snippets.

@xnumad
Created January 25, 2022 01:50
Show Gist options
  • Save xnumad/c1938b4a5262547b5415c681ade890ae to your computer and use it in GitHub Desktop.
Save xnumad/c1938b4a5262547b5415c681ade890ae to your computer and use it in GitHub Desktop.
Restore Android backup on an already set up phone

Before you read

Everything is covered here https://android.stackexchange.com/a/213374

Only addition is the "Restore process" chapter.

Problem

Google Support makes it sound like you can only restore the backup on setup.

At setup, to restore your data, follow the on-screen steps.

https://support.google.com/android/answer/2819582?hl=en

But that's not true.

Opening the app

TL;DR

Start (main activity of) com.google.android.apps.restore (display name is "Android Setup" or "Data Restore Tool") ("restore app")

Long version

Go to your settings, search for the app's display name, launch the restore app from there.

Alternatively

Download an activity launcher app.

Proceed the same way within that app to open the restore app.

Restore process

Throughout the process, only apps that support Googles backup are shown.

Note how apps that you already installed on the phone are listed as "Installed automatically" (as in "pre-installed onto your phone").

I think this makes the restore app ignore these apps and hence also not try to restore their backups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment