Guest User

Untitled

a guest
Nov 25th, 2012
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.57 KB | None | 0 0
  1. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac
  2. usage: fastboot [ <option> ] <command>
  3.  
  4. commands:
  5. update <filename> reflash device from update.zip
  6. flashall flash boot + recovery + system
  7. flash <partition> [ <filename> ] write a file to a flash partition
  8. erase <partition> erase a flash partition
  9. getvar <variable> display a bootloader variable
  10. boot <kernel> [ <ramdisk> ] download and boot kernel
  11. flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
  12. devices list all connected devices
  13. reboot reboot device normally
  14. reboot-bootloader reboot device into bootloader
  15.  
  16. options:
  17. -w erase userdata and cache
  18. -s <serial number> specify device serial number
  19. -p <product> specify product name
  20. -c <cmdline> override kernel commandline
  21. -i <vendor id> specify a custom USB vendor id
  22. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac list
  23. usage: fastboot [ <option> ] <command>
  24.  
  25. commands:
  26. update <filename> reflash device from update.zip
  27. flashall flash boot + recovery + system
  28. flash <partition> [ <filename> ] write a file to a flash partition
  29. erase <partition> erase a flash partition
  30. getvar <variable> display a bootloader variable
  31. boot <kernel> [ <ramdisk> ] download and boot kernel
  32. flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
  33. devices list all connected devices
  34. reboot reboot device normally
  35. reboot-bootloader reboot device into bootloader
  36.  
  37. options:
  38. -w erase userdata and cache
  39. -s <serial number> specify device serial number
  40. -p <product> specify product name
  41. -c <cmdline> override kernel commandline
  42. -i <vendor id> specify a custom USB vendor id
  43. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -list
  44. usage: fastboot [ <option> ] <command>
  45.  
  46. commands:
  47. update <filename> reflash device from update.zip
  48. flashall flash boot + recovery + system
  49. flash <partition> [ <filename> ] write a file to a flash partition
  50. erase <partition> erase a flash partition
  51. getvar <variable> display a bootloader variable
  52. boot <kernel> [ <ramdisk> ] download and boot kernel
  53. flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
  54. devices list all connected devices
  55. reboot reboot device normally
  56. reboot-bootloader reboot device into bootloader
  57.  
  58. options:
  59. -w erase userdata and cache
  60. -s <serial number> specify device serial number
  61. -p <product> specify product name
  62. -c <cmdline> override kernel commandline
  63. -i <vendor id> specify a custom USB vendor id
  64. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -l
  65. usage: fastboot [ <option> ] <command>
  66.  
  67. commands:
  68. update <filename> reflash device from update.zip
  69. flashall flash boot + recovery + system
  70. flash <partition> [ <filename> ] write a file to a flash partition
  71. erase <partition> erase a flash partition
  72. getvar <variable> display a bootloader variable
  73. boot <kernel> [ <ramdisk> ] download and boot kernel
  74. flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
  75. devices list all connected devices
  76. reboot reboot device normally
  77. reboot-bootloader reboot device into bootloader
  78.  
  79. options:
  80. -w erase userdata and cache
  81. -s <serial number> specify device serial number
  82. -p <product> specify product name
  83. -c <cmdline> override kernel commandline
  84. -i <vendor id> specify a custom USB vendor id
  85. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac devices
  86. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 devices
  87. usage: fastboot [ <option> ] <command>
  88.  
  89. commands:
  90. update <filename> reflash device from update.zip
  91. flashall flash boot + recovery + system
  92. flash <partition> [ <filename> ] write a file to a flash partition
  93. erase <partition> erase a flash partition
  94. getvar <variable> display a bootloader variable
  95. boot <kernel> [ <ramdisk> ] download and boot kernel
  96. flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
  97. devices list all connected devices
  98. reboot reboot device normally
  99. reboot-bootloader reboot device into bootloader
  100.  
  101. options:
  102. -w erase userdata and cache
  103. -s <serial number> specify device serial number
  104. -p <product> specify product name
  105. -c <cmdline> override kernel commandline
  106. -i <vendor id> specify a custom USB vendor id
  107. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system blob
  108. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  109. FAILED (data transfer failure (No such file or directory))
  110. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system blob
  111. sending 'system' (799764 KB)... FAILED (remote: (Nv3pBadReceiveLength))
  112. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system blob
  113. sending 'system' (799764 KB)... FAILED (remote: (Nv3pBadReceiveLength))
  114. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system blob
  115. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  116. FAILED (data transfer failure (No such file or directory))
  117. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system blob
  118. sending 'system' (799764 KB)... FAILED (remote: (Nv3pBadReceiveLength))
  119. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system blob
  120. sending 'system' (799764 KB)... INFOReceived Data of Bad Length.
  121. FAILED (remote: (Nv3pBadReceiveLength))
  122. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system blob
  123. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  124. FAILED (data transfer failure (No such file or directory))
  125. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system blob
  126. sending 'system' (799764 KB)... INFOReceived Data of Bad Length.
  127. FAILED (remote: (Nv3pBadReceiveLength))
  128. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system blob
  129. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  130. FAILED (data transfer failure (No such file or directory))
  131. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system blob
  132. error: cannot load 'blob'
  133.  
  134. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  135. sending 'system' (799764 KB)... FAILED (remote: (Nv3pBadReceiveLength))
  136. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  137. sending 'system' (799764 KB)... INFOReceived Data of Bad Length.
  138. FAILED (remote: (Nv3pBadReceiveLength))
  139. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  140. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  141. FAILED (data transfer failure (No such file or directory))
  142. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  143. sending 'system' (799764 KB)... FAILED (remote: (Nv3pBadReceiveLength))
  144. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  145. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  146. FAILED (data transfer failure (No such file or directory))
  147. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  148. sending 'system' (799764 KB)... FAILED (remote: (Nv3pBadReceiveLength))
  149. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  150. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  151. FAILED (data transfer failure (No such file or directory))
  152. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  153. sending 'system' (799764 KB)... INFOReceived Data of Bad Length.
  154. FAILED (remote: (Nv3pBadReceiveLength))
  155. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  156. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  157. FAILED (data transfer failure (No such file or directory))
  158. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  159. sending 'system' (799764 KB)... INFOReceived Data of Bad Length.
  160. FAILED (remote: (Nv3pBadReceiveLength))
  161. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  162. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  163. FAILED (data transfer failure (No such file or directory))
  164. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  165. sending 'system' (799764 KB)... INFOReceived Data of Bad Length.
  166. FAILED (remote: (Nv3pBadReceiveLength))
  167. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  168. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  169. FAILED (data transfer failure (No such file or directory))
  170. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  171. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  172. FAILED (data transfer failure (No such file or directory))
  173. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  174. sending 'system' (799764 KB)... INFOReceived Data of Bad Length.
  175. FAILED (remote: (Nv3pBadReceiveLength))
  176. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  177. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  178. FAILED (data transfer failure (No such file or directory))
  179. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  180. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  181. FAILED (data transfer failure (No such file or directory))
  182. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  183. sending 'system' (799764 KB)... FAILED (remote: (Nv3pBadReceiveLength))
  184. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  185. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  186. FAILED (data transfer failure (No such file or directory))
  187. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  188. sending 'system' (799764 KB)... INFOReceived Data of Bad Length.
  189. FAILED (remote: (Nv3pBadReceiveLength))
  190. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  191. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  192. FAILED (data transfer failure (No such file or directory))
  193. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  194. sending 'system' (799764 KB)... INFOReceived Data of Bad Length.
  195. FAILED (remote: (Nv3pBadReceiveLength))
  196. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  197. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  198. FAILED (data transfer failure (No such file or directory))
  199. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  200. sending 'system' (799764 KB)... INFOReceived Data of Bad Length.
  201. FAILED (remote: (Nv3pBadReceiveLength))
  202. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  203. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  204. FAILED (data transfer failure (No such file or directory))
  205. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  206. sending 'system' (799764 KB)... INFOReceived Data of Bad Length.
  207. FAILED (remote: (Nv3pBadReceiveLength))
  208. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  209. sending 'system' (799764 KB)... ERROR: usb_write failed with status e00002be
  210. FAILED (data transfer failure (No such file or directory))
  211. Linkandzeldas-Mac-mini:downloads Linkandzelda$ ./fastboot-mac -i 0x0B05 flash system b.b
  212. sending 'system' (799764 KB)... FAILED (remote: (Nv3pBadReceiveLength))
  213. Linkandzeldas-Mac-mini:downloads Linkandzelda$
Advertisement
Add Comment
Please, Sign In to add comment