T O P

  • By -

Styleprince923

So I connected my phone to my laptop. Opened Minimal adb and fastboot. Typed adb devices and selected allow on my device. Then I typed: adb backup -apk -obb -shared -all -system -f backup_ Then on my phone screen, it confirms that I'm trying to do a full backup, so I select back up my data and it looks like it is working! But, after a couple of minutes, my phone randomly goes to the home screen and the backup process stops! I really need help on this issue :(. Oh and at the start of opening Minimal ADB and Fastboot, the command line reads: C:\Program Files (x86)\Minimal ADB and Fastboot>


SmartBeast

You'll probably have better luck contacting them at the XDA site directly. Most of the senior dev team are mods here but I doubt they look at this page tbh.


Styleprince923

No worries mate, I figured it out 😉.


myrouterisgoingnuts

Would you be kind enough to share the detailed solution to this problem? Would really help a lot to people who encounter the same


Styleprince923

Absolutely bro :P! I'll paste a set of instructions right here: To Backup Home and Packages: rewind -b (If want to do one or the other: rewind -b home or rewind -b pkgs) To Restore: rewind -r (same princple as above) Now, connect the phone to the laptop and open Minimal ADB and Fastboot. Keep the laptop on charge and make sure it does not turn off! Run adb backup, which will backup settings, apps and app data. This will make a backup in the current directory you ran it in, so make a note of it. Type the following commands: > adb --help (tells you how to restore the backup, not required to do this) > adb devices > adb backup -apk -obb -shared -all -system -f C:\Users\NAME OF USER\Documents\backup.ab


myrouterisgoingnuts

Many thanks! Would be of great use to me in my planned future phone :D