View Single Post
Old 06-29-2024, 05:59 AM   #6
DanyDanman
Connoisseur
DanyDanman began at the beginning.
 
Posts: 51
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
Quote:
Originally Posted by Renate View Post
You're UFS, always use "/u" (except when loading Firehose loader initially).

Why, "/c32763"? You don't want a full backup, only an arbitrary 32763 sectors?
Code:
edl /r mybackup
I have read the instruction wrong.

Code:
C:\Users\User>edl.exe /lA235F_LOADER_BIT5_Alephgsm_com.elf
Found EDL 9008, handshaking... version 2.1
HWID: 001b80e100000000, JTAG: 001b80e1, OEM: 0000, Model: 0000
Hash: d40eee56f3194665-574109a39267724a-e7944134cd53cb76-7e293d3c40497955-bc8a4519ff992b03-1fadc6355015ac87 (x3)
Sending A235F_LOADER_BIT5_Alephgsm_com.elf 100% ok, starting... ok, waiting for Firehose... ok

C:\Users\User>edl /r mybackup
Found EDL 9008, configuring... ok
Requesting info on LUN 0...
<log value="ERROR: Failed to open the SDCC Device slot 0 partition 0" />
<log value="ERROR: Failed to open the device:1 slot:0 partition:0 error:0" />
<log value="ERROR: OPEN handle NULL and no error, weird 203922644" />
<log value="ERROR: Failed to open device, type:eMMC, slot:0, lun:0 error:3" />
Nope

C:\Users\User>edl /u /r mybackup
Found EDL 9008, configuring... ok
Requesting info on LUN 0... ok
Requesting read mybackup...
<log value="ERROR: Failed to open the UFS Device slot 0 partition -1" />
<log value="ERROR: last ufs_error_code 16 :: 0x0" />
<log value="ERROR: Failed to open the device:3 slot:0 partition:-1 error:0" />
<log value="ERROR: OPEN handle NULL and no error, weird 203922748" />
<log value="ERROR: Failed to open device, type:UFS, slot:0, lun:-1 error:3" />
Nope
As u see I also have included the /u

From normal system, try this:
Code:
adb reboot fastboot
fastboot flash misc misc.img
fastboot reboot
Code:
C:\Users\User>fastboot flash misc misc.img
Sending 'misc' (1024 KB)                           OKAY [  0.024s]
Writing 'misc'                                     FAILED (remote: 'Unrecognized command flash')
fastboot: error: Command failed
Bonus:

Code:
C:\Users\User>fastboot oem dmesg
FAILED (remote: 'Command not supported in default implementation')
fastboot: error: Command failed
DanyDanman is offline   Reply With Quote