Advertisement
pigg

5分鐘root HTC

Jan 6th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. root@pig-System-Product-Name:/home/pig# fastboot devices
  2. SH47JWW00140 fastboot
  3. root@pig-System-Product-Name:/home/pig# fastboot oem get_identifier_token
  4. ...
  5. (bootloader)
  6. (bootloader) < Please cut following message >
  7. (bootloader) <<<< Identifier Token Start >>>>
  8. (bootloader) 28C1C05483ECF0BF1D81F758C43093EC
  9. (bootloader) 82D7DDE4943B3D14E1F86BD12E2B7FB9
  10. (bootloader) FDA9CF1E2ED05DF75536517EF10D7B55
  11. (bootloader) D4219873ED9FE2841F53455709294DC7
  12. (bootloader) 47206C2A5CFB588696A547FFF9EE2782
  13. (bootloader) 91FDB75CB0C84A028ADD54E62A1FC133
  14. (bootloader) 1A092C123B7A902649A683BCBAA073E4
  15. (bootloader) E646A17230B78CA0C92C109BDA8E0A33
  16. (bootloader) F7C194FCF6EA7088097BB4DE8B29D414
  17. (bootloader) C02D213C0CEE29D4BACAE39B5BBDF366
  18. (bootloader) 76CD831035E317D92A55B6069E51C545
  19. (bootloader) DBA37AF2CFCAA14132578924F11E4551
  20. (bootloader) 0D3E9A89F61B5666CF109E17E4795B61
  21. (bootloader) 047361A69D42AB3FE0BD15F345A871CC
  22. (bootloader) 62693FEBB4182CFD51752534B7F759DF
  23. (bootloader) 3F528BABA15A12655D701CAE178AA844
  24. (bootloader) <<<<< Identifier Token End >>>>>
  25. OKAY [ 0.011s]
  26. finished. total time: 0.011s
  27. root@pig-System-Product-Name:/home/pig# fastboot flash unlocktoken '/home/pig/Desktop/Unlock_code.bin'
  28. sending 'unlocktoken' (0 KB)...
  29. OKAY [ 0.108s]
  30. writing 'unlocktoken'...
  31. (bootloader) unlock token check successfully
  32. OKAY [ 0.003s]
  33. finished. total time: 0.111s
  34. root@pig-System-Product-Name:/home/pig#
  35. root@pig-System-Product-Name:/home/pig# fastboot devices
  36.  
  37. root@pig-System-Product-Name:/home/pig# adb devices
  38. List of devices attached
  39. SH47JWW00140 device
  40.  
  41. root@pig-System-Product-Name:/home/pig# adb reboot-bootloader
  42. root@pig-System-Product-Name:/home/pig# fastboot devices
  43. SH47JWW00140 fastboot
  44. root@pig-System-Product-Name:/home/pig# fastboot flash recovery '/home/pig/Desktop/recovery_en.img'
  45. sending 'recovery' (10200 KB)...
  46. OKAY [ 1.102s]
  47. writing 'recovery'...
  48. OKAY [ 0.525s]
  49. finished. total time: 1.627s
  50. root@pig-System-Product-Name:/home/pig# adb devices
  51. List of devices attached
  52. SH47JWW00140 recovery
  53.  
  54. root@pig-System-Product-Name:/home/pig# adb devices
  55. List of devices attached
  56. SH47JWW00140 sideload
  57.  
  58. root@pig-System-Product-Name:/home/pig# adb sideload '/home/pig/Desktop/UPDATE-SuperSU-v1.97.zip'
  59. sending: 'sideload' 100%
  60. root@pig-System-Product-Name:/home/pig# adb devices
  61. List of devices attached
  62. SH47JWW00140 recovery
  63.  
  64. root@pig-System-Product-Name:/home/pig# adb reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement