Commit graph

21 commits

Author SHA1 Message Date
Bjoern Kerler
168aa1d464
Fix pyproject installer 2024-08-24 14:24:17 +02:00
Bjoern Kerler
1ffb152766
MT6781 fixes, read speed improvements, dxcc improvements, minor bug fixes 2024-07-22 14:58:13 +02:00
Bjoern Kerler
9b4e866461
Update pyproject.toml 2024-07-01 10:03:56 +02:00
Bjoern Kerler
50e08c120b
Update pyproject.toml 2024-07-01 10:00:46 +02:00
Bjoern Kerler
f13dbd02a1
Restructure and minor bug fix 2024-06-29 16:48:59 +02:00
Bjoern Kerler
03e68c81db
Add da sla for xflash and minor fixes 2024-06-27 20:46:15 +02:00
Bjoern Kerler
d394dbd1db
Restructure and fix incorrect MTK_DA_V6 2024-06-12 22:13:01 +02:00
Bjoern Kerler
93da46b707
Minor fixes 2024-06-05 16:47:38 +02:00
Li Hua
d33084146d
Update pyproject.toml
Fix ModuleNotFoundError
```bash
$ mtk --help
Traceback (most recent call last):
  File "/usr/bin/mtk", line 5, in <module>
    from mtk import main
ModuleNotFoundError: No module named 'mtk'
```
```bash
$ mtk_gui   
Traceback (most recent call last):
  File "/usr/bin/mtk_gui", line 5, in <module>
    from mtk_gui import main
ModuleNotFoundError: No module named 'mtk_gui'
```
```bash
$ stage2 --help
Traceback (most recent call last):
  File "/usr/bin/stage2", line 5, in <module>
    from stage2 import main
ModuleNotFoundError: No module named 'stage2'
```
2024-05-28 13:38:40 +08:00
Bjoern Kerler
48f7be990c Prepare V2 2023-12-14 14:41:42 +01:00
Bjoern Kerler
d09ece6366 Update metadata dependencies in pyproject.toml 2023-12-14 14:18:25 +01:00
Bjoern Kerler
30b53348cc Move from depreciated setup.py to pyproject.toml 2023-12-14 14:09:04 +01:00
Vilez0
4f16ec6dc8 Fix cant build after latest pyproject.toml update 2023-10-21 14:21:20 +03:00
Bjoern Kerler
b206d1157c
Update pyproject.toml 2023-10-20 14:48:34 +02:00
Bjoern Kerler
514c403023
Update pyproject.toml 2023-10-20 14:46:16 +02:00
Bjoern Kerler
3c77a1b38c Update pyside2 to pyside6 2021-12-31 13:00:23 +01:00
Bjoern Kerler
535e2c2ee2 Say welcome to the first gui attempt 2021-12-25 23:01:25 +01:00
Bjoern Kerler
bef2d8efd0 Remove docopt requirement, add preloader patcher, fix preloader dumper 2021-08-31 17:12:44 +02:00
Bjoern Kerler
26699609be Update setup 2021-08-05 08:36:23 +02:00
Bjoern Kerler
04f48dbb97 Update setup 2021-08-05 08:35:16 +02:00
Bjoern Kerler
f8476d2705 Mtkclient V1.4 NextGen 2021-08-01 22:25:44 +02:00