Logo

dev-resources.site

for different kinds of informations.

Consumer tech problem, developer's solution: A new smartphone, an old bug

Published at
11/19/2024
Categories
android
backup
smartphone
xda
Author
thomascoucke
Categories
4 categories in total
android
open
backup
open
smartphone
open
xda
open
Author
12 person written this
thomascoucke
open
Consumer tech problem, developer's solution: A new smartphone, an old bug

I received my new smartphone Today. My current one is running on Android 10 (Q). Dev hive mind first step: before transferring old to new, make a backup.

That _should _ be straightforward:

Settings > Google > Backup now

But straightforward tutorials where steps yield the expected result only exist in fairy tails... . Backup now was greyed out and thus not an option. After some research I found 2 possible fixes: the UI-based one of disabling all security locks temporarily or the more technical nerdy but structural way. Guess which one I chose... .

I'm using Windows here but you will get the gist for other operating systems.

1. Developer options menu
The first thing a developer does when setting up a new Android device is enabling the developer options menu. Just for the sake of it:

go to Settings _> _About device or phone > tap Build number 7 times

2. USB debugging
Turn on USB debugging in the developer options menu and connect the smartphone to your pc.

3. Android SDK platform tools

  • Download the tools here (if you haven't got them already).
  • Unzip to a folder.
  • Open command prompt and navigate to the above folder.

4. Do your magic

  • Run adb shell to get a cli prompt.
  • Start the backup manager with with bmgr run
  • Execute bmgr backupnow -–all to begin the backup.
  • Restart your phone

That's it! The Backup Now button should be enabled again. All thanks and credit go out to the XDA Developers community. If error messages turn up be sure to check out this thread on their Forum.

backup Article's
30 articles in total
Favicon
Navigating Disaster Recovery in the Digital Age: Choosing the Right Approach – Part 3
Favicon
Navigating Disaster Recovery in the Digital Age: Choosing the Right Approach – Part 2
Favicon
Testing speed of modern External SSD backup
Favicon
S3 Storage For DevOps Backups
Favicon
Expert-Approved Gmail Backup
Favicon
Navigating Disaster Recovery in the Digital Age: Choosing the Right Approach – Part 1
Favicon
Seamless Mail Backup Solution for Consistent and Long-Term Email Safety
Favicon
Active Directory Backups: Ensuring the Security and Integrity
Favicon
Consumer tech problem, developer's solution: A new smartphone, an old bug
Favicon
How to Backup Virtual Machines to Object Storage with Borg, Borgmatic, Rclone, and Cron's Rsync
Favicon
A Beginner's Guide to rsync : A Powerful Tool for File Synchronization
Favicon
Comprehensive Disaster Recovery and Backup Strategy for Critical Fintech Applications on AWS
Favicon
Finding the Right Data Protection Solutions for Your Team’s Needs
Favicon
Top Backup Software Solutions to Protect Your Data in 2024
Favicon
Proxmox Backup by NAKIVO: The Ultimate Solution for VM Data Protection
Favicon
Your Current Backup Automation Is Missing the Key: Ansible, AWS S3, and Cron 🔑
Favicon
Publish a Windows application that automatically saves a backup of the desktop folder.
Favicon
Aurora snapshot recovery cross-account
Favicon
Using Timeshift for System's Snapshots and Recovery on Debian 12 via Command Line
Favicon
The Benefits of MedOne and VMware: A Cloud Solution Built for the Future
Favicon
A simple tool for automated MySQL database dumps and restores
Favicon
🔒 Protégez votre site WordPress : Sécurité et Backup, les indispensables pour bien débuter 🔒
Favicon
Top 7 oVirt Backup Solution 2024
Favicon
Azure SQL to Storage Account Export Tool
Favicon
Enable Microsoft 365 Backups
Favicon
Why i love docker
Favicon
How to Backup and Restore Kubernetes clusters using Velero
Favicon
Linux KVM Backup and Recovery Best Practices: Expert Advice You Need
Favicon
If pg_dump is not a backup tool, what is?
Favicon
The Essentials of Backup Rotation with nxs-backup

Featured ones: