bkerler / mtkclient

MTK reverse engineering and flash tool
GNU General Public License v3.0
2.57k stars 511 forks source link

Something wrong with 'key.n' in xflash_lib.py file #1214

Closed Dove-Like closed 1 week ago

Dove-Like commented 1 week ago

Hello. When trying to make backups, I get this error:

MTK Flash/Exploit Client Public V2.0.1 (c) B.Kerler 2018-2024

DAconfig - Using custom loader: /a/gale_ru_global_images_V14.0.7.0.TGPRUXM_13.0/images/MTK_AllInOne_DA.bin
Preloader - Status: Waiting for PreLoader VCOM, please reconnect mobile to brom mode

Port - Hint:

Power off the phone before connecting.
For brom mode, press and hold vol up, vol dwn, or all hw buttons and connect usb.
For preloader mode, don't press any hw button and connect usb.
If it is already connected and on, hold power for 10 seconds to reset.

...........

Port - Hint:

Power off the phone before connecting.
For brom mode, press and hold vol up, vol dwn, or all hw buttons and connect usb.
For preloader mode, don't press any hw button and connect usb.
If it is already connected and on, hold power for 10 seconds to reset.

...........
Port - Device detected :)
Preloader -     CPU:                        MT6768/MT6769(Helio P65/G85 k68v1)
Preloader -     HW version:         0x0
Preloader -     WDT:                        0x10007000
Preloader -     Uart:                       0x11002000
Preloader -     Brom payload addr:  0x100a00
Preloader -     DA payload addr:    0x201000
Preloader -     CQ_DMA addr:            0x10212000
Preloader -     Var1:                       0x25
Preloader - Disabling Watchdog...
Preloader - HW code:                        0x707
Preloader - Target config:          0x7
Preloader -     SBC enabled:            True
Preloader -     SLA enabled:            True
Preloader -     DAA enabled:            True
Preloader -     SWJTAG enabled: True
Preloader -     EPP_PARAM at 0x600 after EMMC_BOOT/SDMMC_BOOT:  False
Preloader -     Root cert required: False
Preloader -     Mem read auth:          False
Preloader -     Mem write auth: False
Preloader -     Cmd 0xC8 blocked:   False
Preloader - Get Target info
Preloader -     HW subcode:         0x8a00
Preloader -     HW Ver:         0xca00
Preloader -     SW Ver:         0x0
Preloader - ME_ID:                      2F8969004C79DB946096651CA8DF1ADE
Preloader - SOC_ID:                     381A7899CB528B081B9118AC95A116BD5278821BC35933771C808D8AF131EB26
DaHandler - Device is protected.
DaHandler - Device is in Preloader-Mode.
DAXFlash - Uploading xflash stage 1 from MTK_AllInOne_DA.bin
DAXFlash - Successfully uploaded stage 1, jumping ..
Preloader - Jumping to 0x200000
Preloader - Jumping to 0x200000: ok.
DAXFlash - Successfully received DA sync
DAXFlash - Uploading stage 2...
DAXFlash - Upload data was accepted. Jumping to stage 2...
DAXFlash - Boot to succeeded.
DAXFlash - Successfully uploaded stage 2
DAXFlash - DA SLA is enabled
23517958656142483886608202246298501768174369866497177211425737990047644747431158092039168574479769868126060238423900938829039521731419734638111455370970589975263574961819949551645379435596796317097483455460060656451450780174933123133039496175091024898693197633412691006668298190560463368321297028780587123395366122040994661213714293758307447142632041162424850688916650692868864183456962026794287131811104377642465209593830700089704297187466650314062477718754580735763729755653167228639937193809612984219268164517411638252392029819687772109456100509264575849184468749970644097321576462038422455506034789381388781421911
Traceback (most recent call last):
  File "/a/mtkclient/mtk.py", line 1016, in <module>
    main()
  File "/a/mtkclient/mtk.py", line 1012, in main
    mtk = Main(args).run(parser)
          ^^^^^^^^^^^^^^^^^^^^^^
  File "/a/mtkclient/mtkclient/Library/mtk_main.py", line 662, in run
    mtk = da_handler.configure_da(mtk, preloader)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/a/mtkclient/mtkclient/Library/DA/mtk_da_handler.py", line 161, in configure_da
    if not mtk.daloader.upload_da(preloader=preloader):
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/a/mtkclient/mtkclient/Library/DA/mtk_daloader.py", line 297, in upload_da
    return self.da.upload_da()
           ^^^^^^^^^^^^^^^^^^^
  File "/a/mtkclient/mtkclient/Library/DA/xflash/xflash_lib.py", line 1235, in upload_da
    if not self.handle_sla(self.daconfig.da2):
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/a/mtkclient/mtkclient/Library/DA/xflash/xflash_lib.py", line 1146, in handle_sla
    if da2.find(bytes.fromhex(key.n)) != -1:
                ^^^^^^^^^^^^^^^^^^^^
TypeError: fromhex() argument must be str, not int

I added print(key.n) to see what's wrong. I suspect that the wrong hexadecimal number is given by the library. CLI: python mtk.py r boot,vbmeta,nvdata boot.img,vbmeta.img,nvdata.img --loader /a/gale_ru_global_images_V14.0.7.0.TGPRUXM_13.0/images/MTK_AllInOne_DA.bin --preloader /a/gale_ru_global_images_V14.0.7.0.TGPRUXM_13.0/images/preloader_gale.bin System: debian Im using latest commit (8fff2ab)

bkerler commented 1 week ago

yeah, key.n is already int ... will fix that

bkerler commented 1 week ago

Please try commit 2a8131d and report if this fixes the issue

Dove-Like commented 1 week ago

This commit fixed issue, but i get error when i try unlock bootloader((

......Port - Device detected :)
Preloader -     CPU:                        MT6768/MT6769(Helio P65/G85 k68v1)
Preloader -     HW version:         0x0
Preloader -     WDT:                        0x10007000
Preloader -     Uart:                       0x11002000
Preloader -     Brom payload addr:  0x100a00
Preloader -     DA payload addr:    0x201000
Preloader -     CQ_DMA addr:            0x10212000
Preloader -     Var1:                       0x25
Preloader - Disabling Watchdog...
Preloader - HW code:                        0x707
Preloader - Target config:          0x7
Preloader -     SBC enabled:            True
Preloader -     SLA enabled:            True
Preloader -     DAA enabled:            True
Preloader -     SWJTAG enabled: True
Preloader -     EPP_PARAM at 0x600 after EMMC_BOOT/SDMMC_BOOT:  False
Preloader -     Root cert required: False
Preloader -     Mem read auth:          False
Preloader -     Mem write auth: False
Preloader -     Cmd 0xC8 blocked:   False
Preloader - Get Target info
Preloader -     HW subcode:         0x8a00
Preloader -     HW Ver:         0xca00
Preloader -     SW Ver:         0x0
Preloader - ME_ID:                      2F8969004C79DB946096651CA8DF1ADE
Preloader - SOC_ID:                     381A7899CB528B081B9118AC95A116BD5278821BC35933771C808D8AF131EB26
DaHandler - Device is protected.
DaHandler - Device is in Preloader-Mode.
DAXFlash - Uploading xflash stage 1 from MTK_AllInOne_DA.bin
DAXFlash - Successfully uploaded stage 1, jumping ..
Preloader - Jumping to 0x200000
Preloader - Jumping to 0x200000: ok.
DAXFlash - Successfully received DA sync
DAXFlash - Uploading stage 2...
DAXFlash - Upload data was accepted. Jumping to stage 2...
DAXFlash - Boot to succeeded.
DAXFlash - Successfully uploaded stage 2
DAXFlash - DA SLA is enabled
No valid sla key found, trying dummy auth ....
SLA Signature was accepted.
DAXFlash - EMMC FWVer:      0x0
DAXFlash - EMMC ID:         C09G00
DAXFlash - EMMC CID:        d62d00433039473030511c5ae743ca5f
DAXFlash - EMMC Boot1 Size: 0x400000
DAXFlash - EMMC Boot2 Size: 0x400000
DAXFlash - EMMC GP1 Size:   0x0
DAXFlash - EMMC GP2 Size:   0x0
DAXFlash - EMMC GP3 Size:   0x0
DAXFlash - EMMC GP4 Size:   0x0
DAXFlash - EMMC RPMB Size:  0x400000
DAXFlash - EMMC USER Size:  0x3a4bb00000
DAXFlash - HW-CODE         : 0x707
DAXFlash - HWSUB-CODE      : 0x8A00
DAXFlash - HW-VERSION      : 0xCA00
DAXFlash - SW-VERSION      : 0x0
DAXFlash - CHIP-EVOLUTION  : 0x1
DAXFlash - DA-VERSION      : 1.0
DAXFlash
DAXFlash - [LIB]: Error on boot to, addr: 0x68000000
DAXFlash
DAXFlash - [LIB]: DA Extensions failed to enable
XFlashExt - Detected V4 Lockstate
Sej - HACC init
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej
Sej - [LIB]: SEJ Legacy Hardware seems not to be configured correctly. Results may be wrong.
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej - HACC run
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej
Sej - [LIB]: SEJ Hardware seems not to be configured correctly. Results may be wrong.
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej
Sej - [LIB]: SEJ Hardware seems not to be configured correctly. Results may be wrong.
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej - HACC terminate
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej - HACC init
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej
Sej - [LIB]: SEJ Hardware seems not to be configured correctly. Results may be wrong.
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej
Sej - [LIB]: SEJ Hardware seems not to be configured correctly. Results may be wrong.
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej
Sej - [LIB]: SEJ Hardware seems not to be configured correctly. Results may be wrong.
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej - HACC run
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej
Sej - [LIB]: SEJ Hardware seems not to be configured correctly. Results may be wrong.
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej
Sej - [LIB]: SEJ Hardware seems not to be configured correctly. Results may be wrong.
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej - HACC terminate
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej - HACC init
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej
Sej - [LIB]: SEJ Legacy Hardware seems not to be configured correctly. Results may be wrong.
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej - HACC run
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej
Sej - [LIB]: SEJ Hardware seems not to be configured correctly. Results may be wrong.
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej
Sej - [LIB]: SEJ Hardware seems not to be configured correctly. Results may be wrong.
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
Sej - HACC terminate
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
XFlashExt
XFlashExt - [LIB]: Unsupported ctrl code
DaHandler
DaHandler - [LIB]: Device has is either already unlocked or algo is unknown. Aborting.

How to fix its? Device - POCO c65

bkerler commented 1 week ago

This is only possible via kamakiri2 in brom mode. For preloader mode that cannot crash into brom mode, it isn't possible right now.

Dove-Like commented 1 week ago

Sadly :( But then how to reboot into the BROM? I tried pressing different keys on the phone when connected to the PC, but that didn't work for me. Sorry if I don't know the materiel, this is my first time unlocking the bootloader the unofficial way.

bkerler commented 1 week ago

brom has been deactivated by fuse for some devices. you can still try to "crash" it, but hopes are low