Package Details: python-genio-tools 1.7.0-4

Git Clone URL: https://aur.archlinux.org/python-genio-tools.git (read-only, click to copy)
Package Base: python-genio-tools
Description: Tools for flashing boards using MediaTek Genio SoCs
Upstream URL: https://pypi.org/project/genio-tools
Keywords: aiot genio iot mediatek
Licenses: MIT
Submitter: taotieren
Maintainer: taotieren
Last Packager: taotieren
Votes: 0
Popularity: 0.000000
First Submitted: 2024-11-13 10:39 (UTC)
Last Updated: 2026-01-17 22:04 (UTC)

Latest Comments

taotieren commented on 2026-01-17 03:38 (UTC)

@TingPing Thank you. Update later.

TingPing commented on 2026-01-15 23:17 (UTC) (edited on 2026-01-15 23:39 (UTC) by TingPing)

Fails to run, missing python-fastboot-log-parser and android-sdk-platform-tools dependencies.

https://pypi.org/project/fastboot-log-parser/

Traceback (most recent call last):
  File "/usr/bin/genio-flash", line 5, in <module>
    from aiot.flashtool import main
  File "/usr/lib/python3.14/site-packages/aiot/__init__.py", line 9, in <module>
    from aiot.fastboot import Fastboot
  File "/usr/lib/python3.14/site-packages/aiot/fastboot.py", line 12, in <module>
    from fastboot_log_parser import FlashLogParser
ModuleNotFoundError: No module named 'fastboot_log_parser'