Package Details: miunlocktool-git 1.7.3.r9.g904a859-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.000035
First Submitted: 2024-01-18 10:49 (UTC)
Last Updated: 2026-06-24 00:01 (UTC)

Latest Comments

Cypher01 commented on 2026-07-04 09:00 (UTC)

Please add python-qrcode to the dependencies

Traceback (most recent call last):
  File "/usr/bin/miunlock", line 5, in <module>
    from miunlock.cli import main
  File "/usr/lib/python3.14/site-packages/miunlock/cli.py", line 1, in <module>
    from migate import get_passtoken, get_service, get_region, get_dataCenterZone
  File "/usr/lib/python3.14/site-packages/migate/__init__.py", line 1, in <module>
    from .passtoken import get_passtoken
  File "/usr/lib/python3.14/site-packages/migate/passtoken.py", line 5, in <module>
    from migate.login.browser_qr import handle_browser_qr
  File "/usr/lib/python3.14/site-packages/migate/login/browser_qr.py", line 5, in <module>
    import qrcode
ModuleNotFoundError: No module named 'qrcode'

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'