Advertisement
Guest User

ze620kl unlock bootloader

a guest
Jan 23rd, 2024
961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.46 KB | None | 0 0
  1. PS D:\temp\ze620kl_unlock> cmd
  2. Microsoft Windows [版本 10.0.19045.3930]
  3. (c) Microsoft Corporation. 著作權所有,並保留一切權利。
  4.  
  5. D:\temp\ze620kl_unlock>fastboot oem device-info
  6. (bootloader) Verity mode: true
  7. (bootloader) Device unlocked: false
  8. (bootloader) Device critical unlocked: false
  9. (bootloader) Charger screen enabled: true
  10. (bootloader) Device authorized: false
  11. (bootloader) HW Stage: PR
  12. (bootloader) Project: ZE620KL
  13. (bootloader) DT ID: 63
  14. (bootloader) ABL Info: P-CS2-5.0-user
  15. (bootloader) SSN : J5AXB761H7024YX
  16. (bootloader) ISN : HB85EA79676FG8037U6
  17. (bootloader) adb mode: false
  18. (bootloader) SB=Y
  19. (bootloader) TotalDMCounter : 12
  20. (bootloader) DMCounter : 1
  21. (bootloader) load_ocdts_y
  22. (bootloader) force ramdump mode: n
  23. (bootloader) Battery Voltage : 4132
  24. (bootloader) CID : ASUS
  25. OKAY [ 0.017s]
  26. Finished. Total time: 0.017s
  27.  
  28. D:\temp\ze620kl_unlock>unlock.cmd
  29.  
  30. ==========================================
  31.  
  32. ZE620KL raw flashing program
  33. Version 20181022
  34.  
  35. ==========================================
  36. need_wipe_data: 0
  37. Please connect device to host.
  38. This is ZE620KL device!
  39. This is FUSED device!
  40. This is SDM636 CPU!
  41. Device support check CID !!
  42. Device's CID is ASUS!
  43. file size is: 272384 bytes(266 Kbytes)
  44.  
  45. This is ZE620KL RAW file for ZE620KL device.
  46.  
  47. Folder is not exsit
  48. Get return message:
  49.  
  50. aft_support: yes
  51. Finished. Total time: 0.001s
  52.  
  53. Support AFT security.
  54. fastboot device serial: J5AXB761H7024YX
  55. fastboot device serial len: 15
  56. Sending 'aft' (0 KB) OKAY [ 0.008s]
  57. Writing 'aft' OKAY [ 0.002s]
  58. Finished. Total time: 0.013s
  59.  
  60. Start process RAW file: ze620kl_unlock.raw
  61.  
  62. file size is: 272384 bytes(266 Kbytes)
  63.  
  64. This is ZE620KL RAW file for ZE620KL device.
  65.  
  66. =================================================================================
  67. Process File for partition label: abl, size: 262144bytes
  68. #
  69. ========================================
  70. Flashing abl_636.elf for abl begin
  71.  
  72. ========================================
  73. Sending 'CRC' (0 KB) OKAY [ 0.009s]
  74. Writing 'CRC' OKAY [ 0.006s]
  75. Finished. Total time: 0.019s
  76.  
  77. Sending 'abl' (256 KB) OKAY [ 0.009s]
  78. Writing 'abl' OKAY [ 0.009s]
  79. Finished. Total time: 0.021s
  80.  
  81. Flashing image for: abl done
  82.  
  83.  
  84. Erase ddr
  85. Erasing 'ddr' OKAY [ 0.009s]
  86. Finished. Total time: 0.011s
  87.  
  88. Erase misc
  89. Erasing 'misc' OKAY [ 0.008s]
  90. Finished. Total time: 0.010s
  91.  
  92. Erase mdtpsecapp
  93. Erasing 'mdtpsecapp' OKAY [ 0.008s]
  94. Finished. Total time: 0.010s
  95.  
  96. Erase mdtpsecappbak
  97. Erasing 'mdtpsecappbak' OKAY [ 0.008s]
  98. Finished. Total time: 0.012s
  99.  
  100. Erase mdtp
  101. Erasing 'mdtp' OKAY [ 0.009s]
  102. Finished. Total time: 0.011s
  103.  
  104. Erase mdtpbak
  105. Erasing 'mdtpbak' OKAY [ 0.008s]
  106. Finished. Total time: 0.011s
  107. OKAY [ 0.000s]
  108. Finished. Total time: 0.001s
  109.  
  110.  
  111. Download Complete
  112. rebooting into bootloader OKAY [ 0.001s]
  113. Finished. Total time: 0.003s
  114. Sending 'SxySeECdYYRYA' (0 KB) OKAY [ 0.010s]
  115. Writing 'SxySeECdYYRYA' (bootloader) Begin to do frp unlock ...
  116. (bootloader) FRP unlock successful !!!
  117. OKAY [ 0.004s]
  118. Finished. Total time: 0.017s
  119. OKAY [ 0.047s]
  120. Finished. Total time: 0.047s
  121. OKAY [ 0.045s]
  122. Finished. Total time: 0.046s
  123. rebooting into bootloader OKAY [ 0.001s]
  124. Finished. Total time: 0.002s
  125. (bootloader) Verity mode: true
  126. (bootloader) Device unlocked: true
  127. (bootloader) Device critical unlocked: true
  128. (bootloader) Charger screen enabled: true
  129. (bootloader) ABL Info: Q-ZE620KL202006
  130. (bootloader) SSN: J5AXB761H7024YX
  131. OKAY [ 0.012s]
  132. Finished. Total time: 0.013s
  133. 請按任意鍵繼續 . . .
  134.  
  135. D:\temp\ze620kl_unlock>fastboot flash abl abl_636.elf
  136. Sending 'abl' (256 KB) OKAY [ 0.014s]
  137. Writing 'abl' OKAY [ 0.004s]
  138. Finished. Total time: 0.021s
  139.  
  140. D:\temp\ze620kl_unlock>fastboot reboot-bootloader
  141. rebooting into bootloader OKAY [ 0.001s]
  142. Finished. Total time: 0.001s
  143.  
  144. D:\temp\ze620kl_unlock>fastboot oem device-info
  145. (bootloader) Verity mode: true
  146. (bootloader) Device unlocked: true
  147. (bootloader) Device critical unlocked: true
  148. (bootloader) Charger screen enabled: true
  149. (bootloader) Device authorized: false
  150. (bootloader) HW Stage: PR
  151. (bootloader) Project: ZE620KL
  152. (bootloader) DT ID: 63
  153. (bootloader) ABL Info: P-CS2-5.0-user
  154. (bootloader) SSN : J5AXB761H7024YX
  155. (bootloader) ISN : HB85EA79676FG8037U6
  156. (bootloader) adb mode: false
  157. (bootloader) SB=Y
  158. (bootloader) TotalDMCounter : 0
  159. (bootloader) DMCounter : 0
  160. (bootloader) load_ocdts_y
  161. (bootloader) force ramdump mode: n
  162. (bootloader) Battery Voltage : 4160
  163. (bootloader) CID : ASUS
  164. OKAY [ 0.019s]
  165. Finished. Total time: 0.019s
  166.  
  167. D:\temp\ze620kl_unlock>fastboot flash boot ..\magisk_patched-26400_zhnRf.img
  168. Sending 'boot' (16313 KB) OKAY [ 0.377s]
  169. Writing 'boot' OKAY [ 0.120s]
  170. Finished. Total time: 0.500s
  171.  
  172. D:\temp\ze620kl_unlock>fastboot erase userdata
  173. ******** Did you mean to fastboot format this f2fs partition?
  174. Erasing 'userdata' OKAY [ 0.385s]
  175. Finished. Total time: 0.390s
  176.  
  177. D:\temp\ze620kl_unlock>fastboot reboot
  178. Rebooting
  179. Finished. Total time: 0.001s
  180.  
  181. D:\temp\ze620kl_unlock>adb shell
  182. ASUS_X00QD:/ $ su -v
  183. 26.4:MAGISKSU
  184. ASUS_X00QD:/ $ su
  185. ASUS_X00QD:/ # whoami
  186. root
  187. ASUS_X00QD:/ # id
  188. uid=0(root) gid=0(root) groups=0(root) context=u:r:magisk:s0
  189. ASUS_X00QD:/ # exit
  190. ASUS_X00QD:/ $ getprop | grep ro.boot
  191. [ro.boot.asus.authorized]: [0]
  192. [ro.boot.baseband]: [sdm]
  193. [ro.boot.bootdevice]: [c0c4000.sdhci]
  194. [ro.boot.bootreason]: [reboot,factory_reset]
  195. [ro.boot.console]: [ttyMSM0]
  196. [ro.boot.flash.locked]: [1]
  197. [ro.boot.fused]: [1]
  198. [ro.boot.hardware]: [qcom]
  199. [ro.boot.id.nfc]: [1]
  200. [ro.boot.id.pcb]: [0x64D]
  201. [ro.boot.id.prj]: [6]
  202. [ro.boot.id.rf]: [13]
  203. [ro.boot.id.stage]: [4]
  204. [ro.boot.keymaster]: [1]
  205. [ro.boot.pre-ftm]: [0]
  206. [ro.boot.serialno]: [J5AXB761H7024YX]
  207. [ro.boot.thermal.trigger.uefi]: [1]
  208. [ro.boot.verifiedbootstate]: [green]
  209. [ro.boot.veritymode]: [enforcing]
  210. [ro.bootimage.build.date]: [Fri Jul 10 17:39:33 CST 2020]
  211. [ro.bootimage.build.date.utc]: [1594373973]
  212. [ro.bootimage.build.fingerprint]: [asus/WW_X00QD/ASUS_X00QD:9/PPR1.180610.009/16.0615.2006.131-0:user/release-keys]
  213. [ro.bootloader]: [unknown]
  214. [ro.bootmode]: [unknown]
  215. ASUS_X00QD:/ $ reboot bootloader
  216.  
  217. D:\temp\ze620kl_unlock>fastboot oem device-info
  218. (bootloader) Verity mode: true
  219. (bootloader) Device unlocked: true
  220. (bootloader) Device critical unlocked: true
  221. (bootloader) Charger screen enabled: true
  222. (bootloader) Device authorized: false
  223. (bootloader) HW Stage: PR
  224. (bootloader) Project: ZE620KL
  225. (bootloader) DT ID: 63
  226. (bootloader) ABL Info: P-CS2-5.0-user
  227. (bootloader) SSN : J5AXB761H7024YX
  228. (bootloader) ISN : HB85EA79676FG8037U6
  229. (bootloader) adb mode: false
  230. (bootloader) SB=Y
  231. (bootloader) TotalDMCounter : 0
  232. (bootloader) DMCounter : 0
  233. (bootloader) load_ocdts_y
  234. (bootloader) force ramdump mode: n
  235. (bootloader) Battery Voltage : 4164
  236. (bootloader) CID : ASUS
  237. OKAY [ 0.019s]
  238. Finished. Total time: 0.019s
  239.  
  240. D:\temp\ze620kl_unlock>fastboot reboot
  241. Rebooting
  242. Finished. Total time: 0.001s
  243.  
  244.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement