View Single Post
Old 12-13-2024, 10:13 PM   #10
starkruzr
Connoisseur
starkruzr began at the beginning.
 
Posts: 61
Karma: 10
Join Date: Nov 2024
Device: Boox Palma 2, Note Air 4C, Note Max
Quote:
Originally Posted by Renate View Post
If you look closely at the link in my table most of them are redirects there. Two of them are loaders that I have patched and therefore host.
not sure if another patch is needed for the NA4C compared to the Palma 2, but:

Code:
❯ edl --loader=./palma2na4c.bin
/Users/4478180/edl/venv-for-edl/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  __import__('pkg_resources').run_script('edlclient==3.62', 'edl')
Capstone library is missing (optional).
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader ./palma2na4c.bin ...
main - Waiting for the device
main - Device detected :)
sahara - Protocol version: 2, Version supported: 1
main - Mode detected: sahara
sahara - 
Version 0x2
------------------------
HWID:              0x0013f0e100000000 (MSM_ID:0x0013f0e1,OEM_ID:0x0000,MODEL_ID:0x0000)
CPU detected:      "bitra_SDM"
PK_HASH:           0xd40eee56f3194665574109a39267724ae7944134cd53cb767e293d3c40497955bc8a4519ff992b031fadc6355015ac87
Serial:            0xa865aaf5

sahara - Protocol version: 2, Version supported: 1
sahara - Uploading loader ./palma2na4c.bin ...
sahara - 64-Bit mode detected.
sahara - Firehose mode detected, uploading...
sahara - Loader successfully uploaded.
❯ edl --memory=ufs r boot_a na4cboota.img
/Users/4478180/edl/venv-for-edl/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  __import__('pkg_resources').run_script('edlclient==3.62', 'edl')
Capstone library is missing (optional).
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Trying with no loader given ...
main - Waiting for the device
main - Device detected :)
DeviceClass
DeviceClass - [LIB]: USB Overflow
DeviceClass - USBError(32, 'Pipe error')
DeviceClass - USBError(32, 'Pipe error')
Device is in Sahara error state, please reboot the device.
main - Mode detected: error
Connection detected, quiting.
starkruzr is offline   Reply With Quote