Guest User

Untitled

a guest
Feb 1st, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. $ ./Backup-TA.sh
  2.  
  3.  
  4. [ ———––––----------------------------------------------––––——— ]
  5. [ Backup TA v9.11 for Sony Xperia MIT License ]
  6. [ ———––––----------------------------------------------––––——— ]
  7. [ Copyright (C) 2013 DevShaft ]
  8. [ ]
  9. [ Permission is hereby granted, free of charge, ]
  10. [ to any person obtaining a copy of this software ]
  11. [ and associated documentation files (the "Software"), ]
  12. [ to deal in the Software without restriction, ]
  13. [ including without limitation the rights to use, ]
  14. [ copy, modify, merge, publish, distribute, sublicense, ]
  15. [ and/or sell copies of the Software, and to permit ]
  16. [ persons to whom the Software is furnished to do so, ]
  17. [ subject to the following conditions: ]
  18. [ ]
  19. [ The above copyright notice and this permission notice ]
  20. [ shall be included in all copies or substantial portions ]
  21. [ of the Software. ]
  22. [ ]
  23. [ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY ]
  24. [ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE ]
  25. [ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR ]
  26. [ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS ]
  27. [ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR ]
  28. [ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR ]
  29. [ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ]
  30. [ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ]
  31. [ ———––––----------------------------------------------––––——— ]
  32.  
  33.  
  34.  
  35. [ ———––––----------------------------------------------––––——— ]
  36. [ Backup TA v9.11 for Sony Xperia ]
  37. [ ———––––----------------------------------------------––––——— ]
  38. [ Initialization ]
  39. [ ]
  40. [ Make sure that you have USB Debugging enabled, you do ]
  41. [ allow your computer ADB access by accepting its RSA key ]
  42. [ (only needed for Android 4.2.2 or higher) and grant this ]
  43. [ ADB process root permissions through superuser. ]
  44. [ ———––––----------------------------------------------––––——— ]
  45.  
  46. Waiting for USB Debugging... OK
  47. Pushing Backup TA Tools... OK
  48. Checking for SU binary...OK
  49. Requesting root permissions...OK
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59. [ ------------------------------------------------------------ ]
  60. [ Backup TA v9.11 for Sony Xperia ]
  61. [ ------------------------------------------------------------ ]
  62. > 1.Backup
  63. > 2.Restore
  64. > 3.Restore dry-run
  65. > 4.Convert TA.img
  66. > 5.Quit
  67. [ ------------------------------------------------------------ ]
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83. =======================================
  84. BACKUP
  85. =======================================
  86. When you continue Backup TA will perform a backup of the TA partition.
  87. First it will look for the TA partition by its name. When it can not
  88. be found this way it will ask you to perform an extensive search.
  89. The extensive search will inspect many of the partitions on your device,
  90. in the hope to find it and continue with the backup process.
  91.  
  92. Do you want to continue? y/N
  93.  
  94. Waiting for USB Debugging... OK
  95.  
  96. =======================================
  97. FIND TA PARTITION
  98. =======================================
  99. Partition found!
  100.  
  101. =======================================
  102. BACKUP TA PARTITION
  103. =======================================
  104. Partition: /dev/block/mmcblk0p1
  105. 4096+0 records in
  106. 4096+0 records out
  107. 2097152 bytes (2.0MB) copied, 0.273509 seconds, 7.3MB/s
  108.  
  109. =======================================
  110. INTEGRITY CHECK
  111. =======================================
  112. Backup checksum matches partition checksum... OK
  113.  
  114. =======================================
  115. PULL BACKUP FROM SDCARD
  116. =======================================
  117. 6580 KB/s (2097152 bytes in 0.311s)
  118.  
  119. =======================================
  120. INTEGRITY CHECK
  121. =======================================
  122. Local backup checksum matches partition checksum... OK
  123.  
  124. =======================================
  125. PACKAGE BACKUP
  126. =======================================
  127. adding: TA.img (deflated 84%)
  128. adding: TA.md5 (stored 0%)
  129. adding: TA.blk (stored 0%)
  130. adding: TA.serial (stored 0%)
  131. adding: TA.timestamp (stored 0%)
  132. adding: TA.version (stored 0%)
  133.  
  134. =======================================
  135. CLEAN UP
  136. =======================================
  137. scripts/init.sh: line 41: restore_dispose: command not found
  138. scripts/init.sh: line 42: convert_dispose: command not found
  139. Removing Backup TA Tools... OK
  140. =Killing ADB Daemon...
  141. OK
  142.  
  143. *** Backup successful. ***
Advertisement
Add Comment
Please, Sign In to add comment