Advertisement
nkk71

Untitled

Mar 27th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. C:\Users\\m8>adb restore testbackup
  2. Now unlock your device and confirm the restore operation.
  3.  
  4. C:\Users\\m8>adb restore testbackup
  5. Now unlock your device and confirm the restore operation.
  6.  
  7. C:\Users\m8>adb restore testbackup
  8. Now unlock your device and confirm the restore operation.
  9.  
  10. C:\Users\\m8>adb backup -f testbackup --twrp data
  11. Now unlock your device and confirm the backup operation.
  12.  
  13. C:\Users\\m8>adb restore testbackup
  14. Now unlock your device and confirm the restore operation.
  15.  
  16.  
  17. /tmp # cat adb.log
  18. cat adb.log
  19. Starting adb backup and restore
  20. command: backup /?
  21. Starting adb backup
  22. opening ORS_INPUT_FILE
  23. opening ORS_OUTPUT_FILE
  24. opening TW_ADB_BU_CONTROL
  25. opening TW_ADB_BACKUP
  26. Error received. Quitting...
  27. Adb backup/restore failed
  28. Starting adb backup and restore
  29. command: backup --twrp boot
  30. Starting adb backup
  31. opening ORS_INPUT_FILE
  32. opening ORS_OUTPUT_FILE
  33. opening TW_ADB_BU_CONTROL
  34. opening TW_ADB_BACKUP
  35. Writing TWSTREAMHDR
  36. Writing TWIMG
  37. received TWEOF
  38. Recieved TWENDADB
  39. 16777216 total bytes written
  40. Adb backup/restore completed
  41. Starting adb backup and restore
  42. command: restore
  43. Starting adb restore
  44. opening ORS_INPUT_FILE
  45. opening TW_ADB_BU_CONTROL
  46. opening TW_ADB_TWRP_CONTROL
  47. Unable to open TW_ADB_TWRP_CONTROL for writing. No such device or address. Retrying...
  48. Unable to open TW_ADB_TWRP_CONTROL
  49. Adb backup/restore failed
  50. Starting adb backup and restore
  51. command: restore
  52. Starting adb restore
  53. Unable to create TW_ADB_RESTORE fifo
  54. Adb backup/restore failed
  55. Starting adb backup and restore
  56. command: restore
  57. Starting adb restore
  58. opening ORS_INPUT_FILE
  59. opening TW_ADB_BU_CONTROL
  60. opening TW_ADB_TWRP_CONTROL
  61. Unable to open TW_ADB_TWRP_CONTROL for writing. No such device or address. Retrying...
  62. Restoring TWSTREAMHDR
  63. Restoring TWIMG
  64. opening TW_ADB_RESTORE
  65. Restoring MD5TRAILER
  66. md5 finalize stream
  67. Sending MD5Check
  68. Received TWEOF
  69. Sending TWENDADB
  70. Received TWENDADB
  71. 16777216 bytes restored from adbbackup
  72. Adb backup/restore completed
  73. Starting adb backup and restore
  74. command: backup --twrp data
  75. Starting adb backup
  76. opening ORS_INPUT_FILE
  77. opening ORS_OUTPUT_FILE
  78. opening TW_ADB_BU_CONTROL
  79. opening TW_ADB_BACKUP
  80. Writing TWSTREAMHDR
  81. Writing TWFN
  82. received TWEOF
  83. Recieved TWENDADB
  84. 1149299200 total bytes written
  85. Adb backup/restore completed
  86. Starting adb backup and restore
  87. command: restore
  88. Starting adb restore
  89. opening ORS_INPUT_FILE
  90. opening TW_ADB_BU_CONTROL
  91. opening TW_ADB_TWRP_CONTROL
  92. Unable to open TW_ADB_TWRP_CONTROL for writing. No such device or address. Retrying...
  93. Restoring TWSTREAMHDR
  94. Restoring TWFN
  95. opening TW_ADB_RESTORE
  96. Restoring MD5TRAILER
  97. md5 finalize stream
  98. Sending MD5Check
  99. Received TWEOF
  100. Sending TWENDADB
  101. Received TWENDADB
  102. 1149299200 bytes restored from adbbackup
  103. Adb backup/restore completed
  104. /tmp # 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement