Conversation
|
Nice tidy up, but I'm interested in where the master script does
There's a chance scripts could be run in different orders, isn't there, so if there are now or in future dependencies they may go wrong ? |
|
There's no problem with that, all included scripts contains the functions which are executed in the correct order. |
|
Tested on linux with Sony Z3 compact. Checked scripts/backup.bat file and looks like windows version stores this file in /sdcard/, so changed target folder to /sdcard. Also, looks like linux version expects backup file to be in /sdcard folder when cleaning up. Changed to: After changing target path, second run was successful. http://pastebin.com/NQbCawe6 Result of second run: In CLI backuped filename contains "?" symbol. But Caja file manager shows that it's actually \0000. |
|
Restore support isn't written yet as far as I know, hence those warnings. |
|
@petslane, thanks for your reply. All other features are not implemented yet, have to find some free time for that first =) |
|
@wingedfox all my testing was done on Ubuntu 14.04 LTS, against a Z1 compact, where it worked fine. Exactly what is going wrong ? |
|
@tomchiverton, 'Cannot find TA.img' while using adb pull from sdcard |
|
No, 32bit. I'm using the 'android-tools-adb' package. |

Android scripting made a bit cleaner, implemented backup part