Package Details: miunlocktool-git 1.6.9.r9.g6c62051-1

Git Clone URL: https://aur.archlinux.org/un-lock-git.git (read-only, click to copy)
Package Base: un-lock-git
Description: MiUnlockTool developed to retrieve encryptData(token) for Xiaomi devices for unlocking bootloader, It is compatible with all platforms.
Upstream URL: https://github.com/offici5l/MiUnlockTool
Keywords: bootloader unlocking xiaomi
Licenses: Apache-2.0
Conflicts: miunlocktool
Provides: miunlocktool
Submitter: taotieren
Maintainer: taotieren
Last Packager: taotieren
Votes: 1
Popularity: 0.000082
First Submitted: 2024-01-18 10:49 (UTC)
Last Updated: 2026-04-19 06:01 (UTC)

Latest Comments

taotieren commented on 2026-03-13 02:25 (UTC)

@Ataraxy Thanks for the feedback being updated.

Ataraxy commented on 2026-03-12 19:19 (UTC)

Traceback (most recent call last):
  File "/usr/bin/miunlock", line 5, in <module>
    from miunlock.__main__ import main
  File "/usr/lib/python3.14/site-packages/miunlock/__init__.py", line 1, in <module>
    from miunlock.region.config import get_domain
  File "/usr/lib/python3.14/site-packages/miunlock/region/config.py", line 1, in <module>
    from .region import region
  File "/usr/lib/python3.14/site-packages/miunlock/region/region.py", line 3, in <module>
    from migate.config import (
        console
    )
ModuleNotFoundError: No module named 'migate'

BlackCherry commented on 2025-01-15 14:46 (UTC)

miunlocktool does need python-colorama in order to work properly

Traceback (most recent call last):
  File "/usr/bin/miunlocktool", line 26, in <module>
    from colorama import init, Fore, Style
ModuleNotFoundError: No module named 'colorama'