Quansheng UV-K5 firmware encoder/decoder
Go to file
Mikhail Yudin 43b27a6599 feat: fw library ++ 2023-06-14 02:04:22 +07:00
.img Delete .placeholder 2023-05-17 02:34:13 +07:00
addresses feat: 2.01.19 mod 2023-06-03 11:21:08 +07:00
data fix: searcher 2023-06-10 23:57:14 +07:00
mods feat: AM support (F2) mod 2023-06-03 11:27:44 +07:00
.gitignore refactor 2023-05-14 15:11:27 +07:00
README.md readme 2023-06-11 00:04:59 +07:00
encdec.py fix: searcher 2023-06-10 23:57:14 +07:00
fw.py feat: fw library ++ 2023-06-14 02:04:22 +07:00
hexdump.py refactor 2023-06-10 12:59:55 +07:00
modder.py refactor 2023-06-10 23:49:58 +07:00
requirements.txt feat: read fw version from device 2023-05-18 02:43:24 +07:00
uvk5.py feat: fw library ++ 2023-06-14 02:04:22 +07:00

README.md

Quansheng UV-K5 firmware encoder/decoder

WARNING: I am not responsible for the consequences of using. Think before use twice or more. =)

Supports updater v1.1.7 (decrypted only) and 1.1.11+ (encrypted only).

Usage

Example modding

Supported versions see inside addresses directory.

Values editable by versions inside mods directory. Take care about exact values, for ex 50 MHz is 5_000_000.

./modder.py fw/k5_26_encrypted.bin > fw/k5_26_encrypted_mod18to1300.bin

Example UV-K5 programming tool

Common usage:

python3 uvk5.py <port> <command> [args]

Specific usage:

python3 uvk5.py com3 version
python3 uvk5.py com3 channels

Encdec usage

./encdec.py <e|d> input.bin > output.bin

Example decrypt

./encdec.py d k5_26_encrypted.bin > k5_26_raw.bin

Example encrypt

./encdec.py e k5_26_raw.bin > k5_26_encrypted.bin

Firmware versions

Windows software

About Quansheng UV-K5 usage (Russian)

Results