Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2012
1,562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. C:\Users\matt>fastboot oem unlock 0000775000000000000000000000001200464475200611
  2. 2
  3. ...
  4. (bootloader) fastboot oem unlock [ unlock code ]
  5. OKAY [ 0.112s]
  6. finished. total time: 0.115s
  7.  
  8. C:\Users\matt>fastboot oem unlock 0000775
  9. ...
  10. (bootloader) Password incorrect!
  11. (bootloader) OEM unlock failure!
  12. FAILED (remote failure)
  13. finished. total time: 0.397s
  14.  
  15. C:\Users\matt>fastboot oem unlock 012345
  16. ...
  17. (bootloader) Password incorrect!
  18. (bootloader) OEM unlock failure!
  19. FAILED (remote failure)
  20. finished. total time: 0.396s
  21.  
  22. C:\Users\matt>fastboot oem unlock 0123456
  23. ...
  24. (bootloader) Password incorrect!
  25. (bootloader) OEM unlock failure!
  26. FAILED (remote failure)
  27. finished. total time: 0.397s
  28.  
  29. C:\Users\matt>fastboot oem unlock 01234567
  30. ...
  31. (bootloader) Password incorrect!
  32. (bootloader) OEM unlock failure!
  33. FAILED (remote failure)
  34. finished. total time: 0.397s
  35.  
  36. C:\Users\matt>fastboot oem unlock 012345678
  37. ...
  38. (bootloader) Password incorrect!
  39. (bootloader) OEM unlock failure!
  40. FAILED (remote failure)
  41. finished. total time: 0.398s
  42.  
  43. C:\Users\matt>fastboot oem unlock 0123456789
  44. ...
  45. (bootloader) Password incorrect!
  46. (bootloader) OEM unlock failure!
  47. FAILED (remote failure)
  48. finished. total time: 0.397s
  49.  
  50. C:\Users\matt>fastboot oem unlock 01234567891
  51. ...
  52. (bootloader) Password incorrect!
  53. (bootloader) OEM unlock failure!
  54. FAILED (remote failure)
  55. finished. total time: 0.399s
  56.  
  57. C:\Users\matt>fastboot oem unlock 012345678912
  58. ...
  59. (bootloader) Password incorrect!
  60. (bootloader) OEM unlock failure!
  61. FAILED (remote failure)
  62. finished. total time: 0.398s
  63.  
  64. C:\Users\matt>fastboot oem unlock 0123456789123
  65. ...
  66. (bootloader) Password incorrect!
  67. (bootloader) OEM unlock failure!
  68. FAILED (remote failure)
  69. finished. total time: 0.397s
  70.  
  71. C:\Users\matt>fastboot oem unlock 01234567891234
  72. ...
  73. (bootloader) Password incorrect!
  74. (bootloader) OEM unlock failure!
  75. FAILED (remote failure)
  76. finished. total time: 0.399s
  77.  
  78. C:\Users\matt>fastboot oem unlock 012345678912345
  79. ...
  80. (bootloader) Password incorrect!
  81. (bootloader) OEM unlock failure!
  82. FAILED (remote failure)
  83. finished. total time: 0.398s
  84.  
  85. C:\Users\matt>fastboot oem unlock 0123456789123456
  86. ...
  87. (bootloader) Password incorrect!
  88. (bootloader) OEM unlock failure!
  89. FAILED (remote failure)
  90. finished. total time: 0.399s
  91.  
  92. C:\Users\matt>fastboot oem unlock 01234567891234567
  93. ...
  94. (bootloader) Password incorrect!
  95. (bootloader) OEM unlock failure!
  96. FAILED (remote failure)
  97. finished. total time: 0.399s
  98.  
  99. C:\Users\matt>fastboot oem unlock 012345678912345678
  100. ...
  101. (bootloader) Password incorrect!
  102. (bootloader) OEM unlock failure!
  103. FAILED (remote failure)
  104. finished. total time: 0.400s
  105.  
  106. C:\Users\matt>fastboot oem unlock 0123456789123456789
  107. ...
  108. (bootloader) Password incorrect!
  109. (bootloader) OEM unlock failure!
  110. FAILED (remote failure)
  111. finished. total time: 0.400s
  112.  
  113. C:\Users\matt>fastboot oem unlock 01234567891234567891
  114. ...
  115. (bootloader) Password incorrect!
  116. (bootloader) OEM unlock failure!
  117. FAILED (remote failure)
  118. finished. total time: 0.400s
  119.  
  120. C:\Users\matt>fastboot oem unlock 01234567891234567891
  121. ...
  122. (bootloader) Password incorrect!
  123. (bootloader) OEM unlock failure!
  124. FAILED (remote failure)
  125. finished. total time: 0.400s
  126.  
  127. #
  128. #
  129. #It appears that anything between 0 and 20 digits long will show failure, anything above not accepted.
  130. #
  131. #
  132.  
  133. C:\Users\matt>fastboot oem unlock 012345678912345678912
  134. ...
  135. (bootloader) fastboot oem unlock [ unlock code ]
  136. OKAY [ 0.108s]
  137. finished. total time: 0.110s
  138.  
  139. C:\Users\matt>fastboot oem unlock 0123456789123456789123
  140. ...
  141. (bootloader) fastboot oem unlock [ unlock code ]
  142. OKAY [ 0.108s]
  143. finished. total time: 0.111s
  144.  
  145. C:\Users\matt>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement