nkk71

Untitled

Jul 21st, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. C:\ADB_M9_1.0.32>dir
  2. Volume in drive C has no label.
  3. Volume Serial Number is 0622-9D4A
  4.  
  5. Directory of C:\ADB_M9_1.0.32
  6.  
  7. 24/04/2015 14:52 <DIR> .
  8. 24/04/2015 14:52 <DIR> ..
  9. 07/11/2014 19:41 1,009,664 adb.exe
  10. 07/11/2014 19:41 96,256 AdbWinApi.dll
  11. 07/11/2014 19:41 60,928 AdbWinUsbApi.dll
  12. 07/11/2014 19:41 196,608 fastboot.exe
  13. 20/01/2015 03:52 89,865 htc_fastboot_2.0.8.exe
  14. 24/04/2015 14:45 36,823,040 twrp-recovery-2.8.6.4-hima.img
  15. 23/04/2015 19:25 256 Unlock_code.bin
  16. 7 File(s) 38,276,617 bytes
  17. 2 Dir(s) 6,186,713,088 bytes free
  18.  
  19. C:\ADB_M9_1.0.32>adb reboot download
  20. * daemon not running. starting it now on port 5037 *
  21. * daemon started successfully *
  22.  
  23. C:\ADB_M9_1.0.32>fastboot flash unlocktoken Unlock_code.bin
  24. target reported max download size of 800000000 bytes
  25. sending 'unlocktoken' (0 KB)...
  26. OKAY [ 1.004s]
  27. writing 'unlocktoken'...
  28. (bootloader) flash unlocktoken
  29. (bootloader) [KillSwitch] : disable
  30.  
  31. (bootloader) unlock token check successfully
  32. OKAY [ 0.022s]
  33. finished. total time: 1.029s
  34.  
  35. C:\ADB_M9_1.0.32>fastboot flash recovery twrp-recovery-2.8.6.4-hima.img
  36. target reported max download size of 800000000 bytes
  37. sending 'recovery' (35960 KB)...
  38. OKAY [ 3.274s]
  39. writing 'recovery'...
  40. (bootloader) HOSD CL#493992
  41. (bootloader) start@1
  42. (bootloader) recovery@100%
  43. (bootloader) Update partition OK
  44. (bootloader) end@Done
  45. OKAY [ 2.930s]
  46. finished. total time: 6.210s
Advertisement
Add Comment
Please, Sign In to add comment