this post was submitted on 28 Apr 2024
17 points (90.5% liked)
Ask Android
2180 readers
4 users here now
A place to ask your questions and seek help related to your Android device and the Android ecosystem.
Whether you're looking for app recommendations, phone buying advice, or want to explore rooting and tutorials, this is the place for you!
Rules
- Be descriptive: Help us help you by providing as many details as you can.
- Be patient: You're getting free help from Internet strangers, so you may have to wait for an answer.
- Be helpful: If someone asks you for more information, tell us what you can. If someone asks you for a screenshot, please provide one!
- Be nice: Treat others with respect, even if you don't agree with their advice. Accordingly, you should expect others to be nice to you as well. Report intentionally rude answers.
- No piracy: Sharing or discussing pirated content is strictly prohibited. Do not ask others for a paid app or about how to acquire one.
- No affiliate/marketing links: Posting affiliate links is not allowed.
- No URL shorteners: These can hide the true location of the page and lead people to malicious places.
- No lockscreen bypasses: Please do not comment, link, or assist with bypassing lock screens or factory reset protection.
- No cross-posting: Please take the time to make a proper post instead of cross-posting.
Other Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The short answer is that you can't without rooting. If ALL your apps use Google cloud backup, then it'll work great. But that's not very likely.
Here's what I do when I switch phones, without root:
Use Google cloud restore. This gets app data for supported apps.
Run the built-in backup and restore features for any apps that have them. A few examples of such apps off the top of my head are Lawnchair, Eternity for Lemmy, Relay for Reddit, and Signal.
Copy internal storage (like downloads, photos, etc.) using a USB cable with MTP or ADB. This gets non-app-specific files.
Your contacts app should have an export feature. If you're using your Google account to store contacts, then you don't need to bother with this.
That gets almost everything. Over the years I have mostly stopped using apps that lock data in protected locations with no way to export. The biggest problem is that there's no easy way to see which apps use Google backup. IIRC there's a way to check in your Google settings on the web but not directly on Android.
Edit: a little historical context in case you find outdated results in web searches: this used to be a lot easier. On older OSes,
adb backup
could pull ALL app data, and the were some user-friendly apps like Helium that used the same mechanism to back up and restore arbitrary app data. Google locked that down at some point (I forget when, maybe Android 10?) and it's not possible without root now.