1
0
mirror of https://github.com/paldier/ax3600_tool.git synced 2025-05-13 09:24:16 +08:00
paldier cc82c5fbb4 Merge pull request #18 from tsl0922/master
add support for xiaomi ax3000t
2023-10-27 13:46:50 +08:00
2022-01-04 16:24:49 +08:00
2020-09-14 12:39:36 +08:00
2022-01-04 16:24:49 +08:00
2023-10-27 11:57:00 +08:00
2022-10-07 22:51:47 +08:00
2022-01-04 16:24:49 +08:00

xiaomi/redmi ax router tool

cr660x is contributed by ericwang2006

Backup your mtd9(cr660x is mtd2)

nanddump -f /tmp/bdata_mtd9.img /dev/mtd9

Unlock the partition lock(automatic reboot)

/tmp/mitool.sh unlock

Set ssh/uart/telnet to enable and show the default username/password(automatic reboot and relock the partition lock)

/tmp/mitool.sh hack

Show password only

/tmp/mitool.sh password

Show model only

/tmp/mitool.sh model

Show sn only

/tmp/mitool.sh sn

set sn(automatic reboot and relock the partition lock)

/tmp/mitool.sh setsn xxxxxxxxxxxxx

Description
No description provided
Readme 61 KiB
Languages
C 86.8%
Shell 13.2%