Quote:
Originally Posted by TedTheBellhop
First, thanks for the script!
Since this is a batch file using the old cmd.exe it does not support UNC paths. Starting the executable from a network-path results into redirecting the work dir to the default windows directory.
Too bad you can't even see any output streams (Standard Out, Standard Error) because the batch goes back to menu and clears the screen. At least it would be a good idea to redirect all output to a logfile (>> backup.log or just errors 2> errors.log) so you can read messages like
Code:
adb: unable to connect for backup
|
I will include it in the next Version.
I will release it tomorow.
Quote:
Originally Posted by n0j0e
Started UBT.exe as admin on my Win7 x64 and before make a backup i must create a backup directory on c:!
Without it doesn't works.
Tip. When i fire my command in a cmd window like:
Code:
adb backup -apk -noshared -all -nosystem -f backup23082012.ab
..its create the backup file where adb.exe is.
Is there a tool around here to unpack the *.ab?
Oh, and on my device it works without a desktop password.
|
My PC has created a backup directory by itself.
Here is a tool to unpack .ab files: github.com/nelenkov/android-backup-extractor
Quote:
Originally Posted by underface
in my motorola razr (ver from europe) doesn't work restore - i made backup (options 1) but when I choose restore and type password twice that shows popup with information "restore succesful" but application and data dont restore ;/
where i made mistake?
|
Maybe you have moved your backup?
Quote:
Originally Posted by underface
my firewall shows this information
|
I can assure you that the file is not a virus. Some bad people use to EXE conveted Batch files to bypass virus scanners.
Use a more famous virus scanner and you will get no warning.
Quote:
Originally Posted by myvijay
'Option 2' is the most tempting one, I suppose if I use 'Option 1' am going to loose all those text messages anyways but not sure why I would still loose all those SMSs if 'Option '2 is being used. Option 2 is marked as unsafe, is there any known problem on it, atleast on the GNex on which you did most of your testing. Am currently on non-rooted 4.1 Yakju build, I suppose Option 2 should be safe enough for just unlocking the bootloader and rooting the device with the same Yakju build, wondering if it would work if I tried the Takju build (with just the wallet app being added). Would like to know if someone has tried this and hit a wall , if not am going to give it a shot anyways and thanks again for making something this useful
--Vj
|
It's marked AS unsafe, because i don't know what happens when someone made a backup from a 4.0 ROM and restored it in a 4.1 ROM.
|