Google Backup and USB Backup are greyed out - Xiaomi Redmi Note 7 Questions & Answers

I cannot backup my device to google drive as title suggests. I have tried "adb shell" then "bmgr transport com.google.android.backup/.BackupTransportService" but it wouldn't let me backup because I cannot setup google account to backup to.
Is there any workaround except rooting?

gutenberge said:
I cannot backup my device to google drive as title suggests. I have tried "adb shell" then "bmgr transport com.google.android.backup/.BackupTransportService" but it wouldn't let me backup because I cannot setup google account to backup to.
Is there any workaround except rooting?
Click to expand...
Click to collapse
Why can't you setup a Google account? It's usually quite easy to do. Is there some problem preventing you from creating one?
Provided you have a Google account to backup to, the instructions at the link below worked perfectly for me. Once I rebooted my phone, backup worked normally, and has been working normally ever since.
https://forums.oneplus.com/threads/backup-to-google-drive-stuck-at-waiting-to-backup.960480/page-2

Related

Recovering contacts

I've upgraded from 1.6 to 2.2 (custom ROM, of course). Before i updated it, i made 2 copies: one with mybackuppro and other with Titanium Backup. Now, in 2.2 i cannot recover the contacts.
MBP says: "You do not have a google account setup". but I already have setup correctly my account (i installed MBP and Titanium from the market)
Titanium Backup says "All correct" but it doesn't restore the contacts
So i want to know how i can open the backup files with the computer to recover the contacts and copy them manually.
Thanks
PS: I will have no internet access since next friday. It's not to make you run. It's just that if you answer later i will see it when i recover my internet conection, so i will not say nothing until then.
supersx said:
I've upgraded from 1.6 to 2.2 (custom ROM, of course). Before i updated it, i made 2 copies: one with mybackuppro and other with Titanium Backup. Now, in 2.2 i cannot recover the contacts.
MBP says: "You do not have a google account setup". but I already have setup correctly my account (i installed MBP and Titanium from the market)
Titanium Backup says "All correct" but it doesn't restore the contacts
So i want to know how i can open the backup files with the computer to recover the contacts and copy them manually.
Thanks
PS: I will have no internet access since next friday. It's not to make you run. It's just that if you answer later i will see it when i recover my internet conection, so i will not say nothing until then.
Click to expand...
Click to collapse
hi
u can backup to ur Google account and then get it back via contact sync with google
hope it helps
hope it helps

[Q] Scheduled Titanium Backup and OBackup GDrive sync fails

Hi Guys,
I didn't find any solution to this problem:
I set up Titanium Backup and Orange Backup to sync with Google Drive automatically after doing their work.
However, in both cases, this doesn't work. TB will give me a notification that synchronization failed. OB will just do the upload, but the file is not present in Google Drive.
When I start those backups manually, i.e. starting the drive sync in TB or starting the upload of the last nandroid in OB, everything works fine.
I've got no idea what's wrong. Might there be some kind of permission that I have to set in GDrive? I didn't find anything, like that, though..
Hope you guys can help.
bump
Mepsipax said:
Hi Guys,
I didn't find any solution to this problem:
I set up Titanium Backup and Orange Backup to sync with Google Drive automatically after doing their work.
However, in both cases, this doesn't work. TB will give me a notification that synchronization failed. OB will just do the upload, but the file is not present in Google Drive.
When I start those backups manually, i.e. starting the drive sync in TB or starting the upload of the last nandroid in OB, everything works fine.
I've got no idea what's wrong. Might there be some kind of permission that I have to set in GDrive? I didn't find anything, like that, though..
Hope you guys can help.
Click to expand...
Click to collapse
did you ever get this to work? Just set mine up and won't authorize... How and where?
imex99 said:
did you ever get this to work? Just set mine up and won't authorize... How and where?
Click to expand...
Click to collapse
Nope, I'm sorry, but I haven't. I eventually just set up my own ftp and synced with that.

[Q] How would I create a full backup with ADB?

I assume this is possible. Usually I would do this with TWRP (which you can do), but this method does not require root necessarily.
I want a backup I can restore in case things go sideways.
I managed to do this. Here are the basic instructions.
Have developer options available, select USB debugging. On PC, install minimal adb and fastboot, install essential drivers. Connect phone to PC, select transfer files MTP under USB connected options in notifications. If USB debugging prompt prompts up on phone, check alway allow and ok.
Run cmd.exe as admin and navigate to you ADB install directory. Type "adb root" if rooted or just "adb" if not. ADB should start.
Type adb backup -system -apk -shared -all -f C:\filenameyouchoose.ab
On the phone, type a password for encryption if wanted and touch Back Up My Data.
Presto, now all that's left is to wait. The -apk is to back up apps and -shared is to backup internal SD card data. Change those if you don't want that data backed up.
The command to restore the backup is adb restore C:\filenameyouchoose.ab
Full XDA guide here: https://forum.xda-developers.com/galaxy-nexus/general/guide-phone-backup-unlock-root-t1420351
Thanks! I'm attempting this procedure for the first time. I am at the place where I am supposed to enter a password to encrypt my backup. The "Back Up My Data" button does nothing. I've tapped all over and around it. The "Do Not Backup" button works just fine and it cancels the operation instantly. My adb session ends. If I tap all over the "Back Up My Data" eventually the operation times out. What could I possibly be doing wrong? Has anyone ever seen this behavior before? (It's super hard to troubleshoot problems with no feedback or error codes.)
I set a desktop backup password in developer options. It still wouldn't go. Then I rebooted and it worked after a fresh boot. Not sure why. I hope that is helpful to someone.
Grep_The_Truth said:
Thanks! I'm attempting this procedure for the first time. I am at the place where I am supposed to enter a password to encrypt my backup. The "Back Up My Data" button does nothing. I've tapped all over and around it. The "Do Not Backup" button works just fine and it cancels the operation instantly. My adb session ends. If I tap all over the "Back Up My Data" eventually the operation times out. What could I possibly be doing wrong? Has anyone ever seen this behavior before? (It's super hard to troubleshoot problems with no feedback or error codes.)
Click to expand...
Click to collapse
Oh, while I was typing out the message, seems you already solved it.
Previous message: I had similar issue when I was trying to install apps using apk(s) files. It turned out to be the app Twilight app which didn't allow me to click install button except cancel: "The prompt for screen overlay detected is presented when an installed application is allowed to Draw over other apps is running in the background" See if your issue has something to do with an app.
Charkatak said:
...It turned out to be the app Twilight app...
Click to expand...
Click to collapse
Brilliant! That was it. Jolly good show, sir!
File size of backup
Just wondering if anyone gets vastly different file sizes when they do a complete backup? The first time i tried this i got a backup file of about 600mb. I did it again with a different file name to the same folder and it was double the size. The third time i tried it was back to the original smaller size. My fear is that this is not a reliable means for complete backup. Is there any way of seeing whats inside this backup?
I have stumbled upon this command and my question is, is this as powerful as a nandroid backup? Since we don't have permanent TWRP (Yet?), I feel really unsafe while messing with the phone (The whole A/B thing which I still need to get used to doesn't help either) and considering the times nandroid backup saved my device I could really use something equally powerful to fall back on.
I tried the ADB backup and it took a while and generated a ~10GB file for me, but restoring to a new phone didn't work. No errors or anything, it just went real fast and didn't seem to do anything. I didn't care to try to investigate it because I just needed to get my new phone up and send the broken one back.
I ended up using TWRP from the boot partition (obviously not backing up boot), then installing twrp on boot on the new phone and restoring the system and data, next copying the sdcard contents to the computer using adb pull and adb push onto the new phone, finally flashing the correct boot.img, and I was back up and running on a replacement phone right where I left off on the old one. ...
One caveat is if your old phone is on a different firmware you have to update the new phone to match before all this.

Copy ALL contacts, text, photos and downloads to another Essential

Getting ready to OTA the official 8.1 from Nougat BUT I am paranoid.
I have two PH-1's so I would like to update the never yet used phone to 8.1 THEN copy all contacts, text, photos and downloads into it from my in use PH-1. After that, I would like to factory reset my used PH-1, update it to 8.1 and then copy my stuff back.
Coming from Samsung to Essential, I lost a lot of file downloads - mostly .pdf's, some photos and some contacts. It took a long time to recover not knowing what was missing until I could not find it and some things are still missing!
Thanks in advance for all suggestions!
That's what the cloud is for my friend. Google Contacts, Drive, and Photos.
Used Google last time. Lots did NOT transfer!
If you're rooted, I love Titanium Backup. I've used it for years now. It will backup anything and everything, then just backup your Titanium folder to your PC. I also have tried SMS Backup+ which will backup your texts and MMS to Google. I will restore texts but will NOT restore MMS (yet. maybe one day.) Contacts should always be available on the cloud as long as you have the settings for it set. (You can check what contacts are saved to the cloud by going here: https://contacts.google.com) Also, if you're using Google's built-in backup services, you can check in settings to see when the last successful backup was done (Or check here: https://drive.google.com/drive/backups. If you change any settings you'll have to wait a while for it to sync again. Hope this helps!
Contacts look good but File Backups only have 5 files. Lots missing!
Zargone said:
Contacts look good but File Backups only have 5 files. Lots missing!
Click to expand...
Click to collapse
Do you mean that Google Drive only shows 5 entries named something like "PH-1 backup"? This should be correct -- it stores the entire backup as one entry. What you'll want to check, most importantly, is the date on the right side of each entry. The most current, which would be done 'today' will have the time, instead of a previous date.
I may be wrong, but to me, it seems like some apps just don't backup their data to Google Drive. I know, for instance, my bank app does not seem to remember my login, but I find that to be more secure.. if someone gains access to my Google account, they cant just restore my bank app and get my login handed directly to them. Another thing I've personally noticed is that when you do a fresh install and during setup it asks if you want to restore, the top option is NOT always the most recent backup. I don't know why this is, but I have accidentally restored an older backup while restoring a fresh install. Maybe that's what happened to you last time when things were missing?
If you want to make absolute sure you get everything in a backup, or don't trust Google to get the job done accurately, I still recommend Titanium (I use this, I'm not affiliated.. I just KNOW it works and it works well). Or, you can use any other 3rd party backup utility that you like.
Hope this helps!
-----EDIT----
If you want to just make a backup to your PC, you can use ADB to do backups.
adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|nosystem] [<packages...>]
I personally don't use adb for backups because I only backup a few select apps, but I would think that running adb backup with the 'nosystem' argument would provide you with a solid backup. I do NOT know all the ins and outs of using ADB so you'll want to research the correct usage to backup what you want, but I just wanted to add this as a backup option.
I also see no reason you couldn't use adb backup to do exactly what you originally asked... that is backup one PH-1 and restore it to another?
The link to the Backups keeps changing to:
https://drive.google.com/drive/mobile/my-drive
It shows individual files only, no Backups.
Zargone said:
The link to the Backups keeps changing to:
https://drive.google.com/drive/mobile/my-drive
It shows individual files only, no Backups.
Click to expand...
Click to collapse
Hmm. I don't have my phone right now so I can't look into it further, but is there not an option somewhere within that (in a dropdown menu maybe?) to view Backups? Alternatively, you could try the Desktop version. Click the 3 dots on the right upper corner of Chrome and select the box that says something about desktop version or desktop view.. something like that.
If all else fails, open the link I shared on an actual computer.

Does Google Authenticator gets backed up with everything when we do adb backup -all?

Ok guys this is the first time I will try rooting my phone (Oneplus 5) and I would like to know if adb backs up also the google authenticator settings so my 2fa keys come back with TWRP after I root the device. Can anybody help? Thanks in advance.
khorsus said:
Ok guys this is the first time I will try rooting my phone (Oneplus 5) and I would like to know if adb backs up also the google authenticator settings so my 2fa keys come back with TWRP after I root the device. Can anybody help? Thanks in advance.
Click to expand...
Click to collapse
hey there, you cant backup/restore google authenticator, what you can do is start using Authy and import your 2fa into that instead of google authenticator which you would be able to backup and restore without any issues

Categories

Resources