Guest User

Untitled

a guest
Dec 23rd, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. C:\Users\Ron\Desktop\android-sdk-windows\platform-tools>fastboot devices
  2. 5428492c fastboot
  3.  
  4. C:\Users\Ron\Desktop\android-sdk-windows\platform-tools>fastboot flash modem NON
  5. -HLOS.bin
  6. target reported max download size of 536870912 bytes
  7. sending 'modem' (56369 KB)...
  8. OKAY [ 2.105s]
  9. writing 'modem'...
  10. OKAY [ 0.749s]
  11. finished. total time: 2.856s
  12.  
  13. C:\Users\Ron\Desktop\android-sdk-windows\platform-tools>fastboot flash sbl1 sbl1
  14. .mbn
  15. target reported max download size of 536870912 bytes
  16. sending 'sbl1' (295 KB)...
  17. OKAY [ 0.016s]
  18. writing 'sbl1'...
  19. OKAY [ 0.010s]
  20. finished. total time: 0.027s
  21.  
  22. C:\Users\Ron\Desktop\android-sdk-windows\platform-tools>fastboot flash dbi sdi.m
  23. bn
  24. target reported max download size of 536870912 bytes
  25. sending 'dbi' (11 KB)...
  26. OKAY [ 0.005s]
  27. writing 'dbi'...
  28. OKAY [ 0.005s]
  29. finished. total time: 0.011s
  30.  
  31. C:\Users\Ron\Desktop\android-sdk-windows\platform-tools>fastboot flash aboot emm
  32. c_appsboot.mbn
  33. target reported max download size of 536870912 bytes
  34. sending 'aboot' (376 KB)...
  35. OKAY [ 0.018s]
  36. writing 'aboot'...
  37. OKAY [ 0.016s]
  38. finished. total time: 0.034s
  39.  
  40. C:\Users\Ron\Desktop\android-sdk-windows\platform-tools>fastboot flash rpm rpm.m
  41. bn
  42. target reported max download size of 536870912 bytes
  43. sending 'rpm' (185 KB)...
  44. OKAY [ 0.011s]
  45. writing 'rpm'...
  46. OKAY [ 0.008s]
  47. finished. total time: 0.020s
  48.  
  49. C:\Users\Ron\Desktop\android-sdk-windows\platform-tools>fastboot flash tz tz.mbn
  50.  
  51. target reported max download size of 536870912 bytes
  52. sending 'tz' (283 KB)...
  53. OKAY [ 0.014s]
  54. writing 'tz'...
  55. OKAY [ 0.009s]
  56. finished. total time: 0.024s
  57.  
  58. C:\Users\Ron\Desktop\android-sdk-windows\platform-tools>fastboot flash LOGO logo
  59. .bin
  60. target reported max download size of 536870912 bytes
  61. sending 'LOGO' (9591 KB)...
  62. OKAY [ 0.363s]
  63. writing 'LOGO'...
  64. OKAY [ 0.138s]
  65. finished. total time: 0.502s
  66.  
  67. C:\Users\Ron\Desktop\android-sdk-windows\platform-tools>fastboot update -w cm-11
  68. .0-XNPH33R-bacon-signed-fastboot.zip
  69. error: failed to load 'cm-11.0-XNPH33R-bacon-signed-fastboot.zip': No such file
  70. or directory
  71.  
  72. C:\Users\Ron\Desktop\android-sdk-windows\platform-tools>fastboot update -w cm-11
  73. .0-XNPH44S-bacon-signed-fastboot.zip
  74. target reported max download size of 536870912 bytes
  75. archive does not contain 'boot.sig'
  76. archive does not contain 'recovery.sig'
  77. archive does not contain 'system.sig'
  78. --------------------------------------------
  79. Bootloader Version...:
  80. Baseband Version.....:
  81. Serial Number........: 5428492c
  82. --------------------------------------------
  83. checking product...
  84. OKAY [ -0.000s]
  85. sending 'boot' (5580 KB)...
  86. OKAY [ 0.210s]
  87. writing 'boot'...
  88. OKAY [ 0.080s]
  89. sending 'recovery' (7512 KB)...
  90. OKAY [ 0.280s]
  91. writing 'recovery'...
  92. OKAY [ 0.110s]
  93. erasing 'system'...
  94. OKAY [ 0.240s]
  95. sending sparse 'system' (524192 KB)...
  96. OKAY [ 20.419s]
  97. writing 'system'...
  98. OKAY [ 23.612s]
  99. sending sparse 'system' (277065 KB)...
  100. OKAY [ 10.578s]
  101. writing 'system'...
  102. OKAY [ 9.156s]
  103. erasing 'userdata'...
  104. OKAY [ 2.700s]
  105. formatting 'userdata' partition...
  106. Creating filesystem with parameters:
  107. Size: 59914792960
  108. Block size: 4096
  109. Blocks per group: 32768
  110. Inodes per group: 8192
  111. Inode size: 256
  112. Journal blocks: 32768
  113. Label:
  114. Blocks: 14627635
  115. Block groups: 447
  116. Reserved block group size: 1024
  117. Created filesystem with 11/3661824 inodes and 275906/14627635 blocks
  118. sending 'userdata' (141075 KB)...
  119. writing 'userdata'...
  120. OKAY [ 18.494s]
  121. erasing 'cache'...
  122. OKAY [ 0.040s]
  123. formatting 'cache' partition...
  124. Creating filesystem with parameters:
  125. Size: 536870912
  126. Block size: 4096
  127. Blocks per group: 32768
  128. Inodes per group: 8192
  129. Inode size: 256
  130. Journal blocks: 2048
  131. Label:
  132. Blocks: 131072
  133. Block groups: 4
  134. Reserved block group size: 31
  135. Created filesystem with 11/32768 inodes and 4206/131072 blocks
  136. sending 'cache' (10432 KB)...
  137. writing 'cache'...
  138. OKAY [ 0.840s]
  139. rebooting...
  140.  
  141. finished. total time: 86.790s
Advertisement
Add Comment
Please, Sign In to add comment