Hogwild wrote: Mon Jan 31, 2022 4:14 pm
Thanks again. So, you mean you don't have access to unlock codes?
No I do not
Hogwild wrote: Mon Jan 31, 2022 4:14 pm
And I assume flashing firmware would be a significant cost and/or a bit of a process?
Yes a code would be less money
Hogwild wrote: Mon Jan 31, 2022 4:14 pm
What would be the repercussion of flashing it with other firmware? Would the little webpage interface still be available in Windows if I did that?
Well, that would depend on what you load to it, normally you would only need to flash the system partition to unlock, but I suppose that depends on who made the device you are working on, some only need a simple nv edit like most zte's, yours needs an unlocked system partition loaded to it.
here are your partitions and their address's and sizes
# Start Size A0 A1 A2 F# format ------ Name------
============================================================
00 0 00000a ff 01 00 00 LNX 0:SBL
01 a 00000a ff 01 ff 00 LNX 0:MIBIB
02 14 00002c ff 01 ff 00 LNX 0:EFS2
03 40 000008 ff 01 00 00 LNX 0:TZ
04 48 000004 ff 01 00 00 LNX 0:RPM
05 4c 000008 ff 01 00 00 LNX 0:aboot
06 54 000050 ff 01 00 00 LNX 0:boot
07 a4 000002 ff 01 00 00 LNX 0:SCRUB
08 a6 000134 ff 01 00 00 LNX 0:modem
09 1da 000004 ff 01 00 00 LNX 0:misc
10 1de 000050 ff 01 00 00 LNX 0:recovery
11 22e 000004 ff 01 00 00 LNX 0:fotacookie
12 232 0005ce ff 01 00 00 LNX 0:system
============================================================
Partition Table Version: 4
and the nand registers, you will need a couple of them to reload it
* 000 NAND_FLASH_CMD = 0008000b
* 004 NAND_ADDR0 = 02810000
* 008 NAND_ADDR1 = 00000000
* 00c NAND_CHIP_SELECT = 00000000
* 010 NANDC_EXEC_CMD = 00000000
* 014 NAND_FLASH_STATUS = 00003020
* 018 NANDC_BUFFER_STATUS = 00ff0200
* 020 NAND_DEV0_CFG0 = 295409c0
* 024 NAND_DEV0_CFG1 = 08065d5d
* 028 NAND_DEV0_ECC_CFG = 42040d10
* 040 NAND_FLASH_READ_ID = 2690ac2c
* 044 NAND_FLASH_READ_STATUS = 00000000
* 048 NAND_FLASH_READ_ID2 = 00000054
* 064 FLASH_MACRO1_REG = 00000000
* 070 FLASH_XFR_STEP1 = 00000000
* 074 FLASH_XFR_STEP2 = 00000000
* 078 FLASH_XFR_STEP3 = 00000000
* 07c FLASH_XFR_STEP4 = 00000000
* 080 FLASH_XFR_STEP5 = 00000000
* 084 FLASH_XFR_STEP6 = 00000000
* 088 FLASH_XFR_STEP7 = 00000000
* 0a0 FLASH_DEV_CMD0 = 00000000
* 0a4 FLASH_DEV_CMD1 = 00000000
* 0a8 FLASH_DEV_CMD2 = 00000000
* 0ac FLASH_DEV_CMD_VLD = 00000000
* 0d0 FLASH_DEV_CMD3 = 00000000
* 0d4 FLASH_DEV_CMD4 = 00000000
* 0d8 FLASH_DEV_CMD5 = 00000000
* 0dc FLASH_DEV_CMD6 = 00000000
* 0e8 NAND_ERASED_CW_DET_CFG = 00000022
* 0ec NAND_ERASED_CW_DET_ST = 00000082
* 0f0 EBI2_ECC_BUF_CFG = 00000203
-----------------------------------------------------