Howdy,
Who else is having fun with their new toys today?
I just realized my pixel 2 xl had not been backing up to google drive and has been stuck on "Waiting to Sync" for most items. Thankfully, we can force a sync through ADB.
1) Enable Debugging/ADB on phone
2) Enter the following ADB commands from your PC/shell
That should be it, though mine seemed to be a bit naughty and refused to backup after the backupnow --all switch with...
Read more
Who else is having fun with their new toys today?
I just realized my pixel 2 xl had not been backing up to google drive and has been stuck on "Waiting to Sync" for most items. Thankfully, we can force a sync through ADB.
1) Enable Debugging/ADB on phone
2) Enter the following ADB commands from your PC/shell
Code:
adb shell
bmgr run
bmgr backupnow --all
That should be it, though mine seemed to be a bit naughty and refused to backup after the backupnow --all switch with...
Read more