Guest User

Untitled

a guest
Feb 1st, 2015
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 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. dd: can't open '/storage/sdcard1/backupTA.img': Read-only file system
  106.  
  107. =======================================
  108. INTEGRITY CHECK
  109. =======================================
  110. Backup checksum matches partition checksum... FAILED
  111.  
  112. =======================================
  113. CLEAN UP
  114. =======================================
  115. scripts/init.sh: line 41: restore_dispose: command not found
  116. scripts/init.sh: line 42: convert_dispose: command not found
  117. Removing Backup TA Tools... OK
  118. =Killing ADB Daemon...
  119. OK
  120.  
  121. *** Backup failed. ***
Advertisement
Add Comment
Please, Sign In to add comment