Guest User

Untitled

a guest
Jul 13th, 2015
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. C:\adb>fastboot.exe flash partition gpt.bin
  2. (bootloader) Variable not supported!
  3. target reported max download size of 805306368 bytes
  4. sending 'partition' (32 KB)...
  5. OKAY [ 0.341s]
  6. writing 'partition'...
  7. FAILED (remote failure)
  8. finished. total time: 1.333s
  9.  
  10. C:\adb>fastboot.exe flash motoboot motoboot.img
  11. (bootloader) Variable not supported!
  12. target reported max download size of 805306368 bytes
  13. sending 'motoboot' (1604 KB)...
  14. OKAY [ 0.449s]
  15. writing 'motoboot'...
  16. (bootloader) flashing aboot ...
  17. (bootloader) flashing sbl3 ...
  18. (bootloader) flashing rpm ...
  19. (bootloader) flashing tz ...
  20. (bootloader) flashing sbl2 ...
  21. (bootloader) flashing sbl1 ...
  22. OKAY [ 5.517s]
  23. finished. total time: 5.970s
  24.  
  25. C:\adb>fastboot.exe reboot
  26. rebooting...
  27.  
  28. finished. total time: 0.006s
  29.  
  30. C:\adb>fastboot.exe flash logo logo.bin
  31. sending 'logo' (636 KB)...
  32. FAILED (command write failed (Invalid argument))
  33. finished. total time: 0.018s
  34.  
  35. C:\adb>fastboot.exe flash boot boot.img
  36. < waiting for device >
  37. (bootloader) Variable not supported!
  38. target reported max download size of 805306368 bytes
  39. sending 'boot' (10240 KB)...
  40. OKAY [ 0.886s]
  41. writing 'boot'...
  42. OKAY [ 1.408s]
  43. finished. total time: 2.297s
  44.  
  45. C:\adb>fastboot.exe flash recovery recovery.img
  46. (bootloader) Variable not supported!
  47. target reported max download size of 805306368 bytes
  48. sending 'recovery' (10240 KB)...
  49. OKAY [ 0.905s]
  50. writing 'recovery'...
  51. OKAY [ 1.027s]
  52. finished. total time: 1.937s
  53.  
  54. C:\adb>fastboot.exe flash system system.img
  55. (bootloader) Variable not supported!
  56. target reported max download size of 805306368 bytes
  57. Invalid sparse file format at header magi
  58.  
  59. C:\adb>fastboot.exe flash modem NON-HLOS.bin
  60. (bootloader) Variable not supported!
  61. target reported max download size of 805306368 bytes
  62. sending 'modem' (53752 KB)...
  63. OKAY [ 3.656s]
  64. writing 'modem'...
  65. OKAY [ 2.718s]
  66. finished. total time: 6.378s
  67.  
  68. C:\adb>fastboot.exe erase modemst1
  69. (bootloader) Variable not supported!
  70. erasing 'modemst1'...
  71. OKAY [ 0.454s]
  72. finished. total time: 0.455s
  73.  
  74. C:\adb>fastboot.exe erase modemst2
  75. (bootloader) Variable not supported!
  76. erasing 'modemst2'...
  77. OKAY [ 0.458s]
  78. finished. total time: 0.459s
  79.  
  80. C:\adb>fastboot.exe flash fsg fsg.mbn
  81. (bootloader) Variable not supported!
  82. target reported max download size of 805306368 bytes
  83. sending 'fsg' (1220 KB)...
  84. OKAY [ 0.403s]
  85. writing 'fsg'...
  86. OKAY [ 0.858s]
  87. finished. total time: 1.264s
  88.  
  89. C:\adb>fastboot.exe erase cache
  90. (bootloader) Variable not supported!
  91. erasing 'cache'...
  92. OKAY [ 0.767s]
  93. finished. total time: 0.768s
  94.  
  95. C:\adb>fastboot.exe erase userdata
  96. (bootloader) Variable not supported!
  97. erasing 'userdata'...
  98. OKAY [ 1.507s]
  99. finished. total time: 1.511s
  100.  
  101. C:\adb>fastboot.exe erase customize
  102. (bootloader) Variable not supported!
  103. erasing 'customize'...
  104. OKAY [ 0.182s]
  105. finished. total time: 0.184s
  106.  
  107. C:\adb>fastboot.exe erase clogo
  108. (bootloader) Variable not supported!
  109. erasing 'clogo'...
  110. OKAY [ 0.580s]
  111. finished. total time: 0.582s
  112.  
  113. C:\adb>fastboot.exe oem fb_mode_clear
  114. ...
  115. OKAY [ 0.168s]
  116. finished. total time: 0.171s
  117.  
  118. C:\adb>pause
  119. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment