Kshitij Gupta
cd27d1cc03
mtkclient-seriallib: Fix lint
2024-06-05 17:22:26 +05:30
Kshitij Gupta
c3eb4b1183
mtkclient: Fixes for serialport
...
- Allow arg to be empty: autodetect serialport
- If arg is specified, autodetect and then filter
- Preloader/BROM handshake frame is very short,
attempt cdc.connect() on each 0.1s iteration
- Add serialport arg to more commands
2024-06-05 17:18:16 +05:30
Bjoern Kerler
54cd658352
Fix handshake issue
2024-06-05 08:15:04 +02:00
Bjoern Kerler
c9e8bbdcc3
Merge pull request #1030 from ColdWindScholar/main
...
more beautiful
2024-06-05 08:13:41 +02:00
ColdWindScholar
857cc10f73
more beautiful
2024-06-01 07:52:55 +08:00
Bjoern Kerler
27982d47ba
Merge pull request #1027 from hopez13/patch-3
...
update GitHub actions
2024-05-31 11:24:48 +02:00
hopez13
cc013bc1f0
update GitHub actions
...
ubuntu-latest points to 22.04 while ubuntu 24.04 is available
also update setup python action to v5
2024-05-30 14:13:19 +05:30
Bjoern Kerler
b4e2ca16d3
Merge pull request #1026 from AgentFabulous/main
...
mtk_class: Use serial_handshake if serialportname provided
2024-05-30 10:05:23 +02:00
Kshitij Gupta
9e54803fb5
mtk_class: Use serial_handshake if serialportname provided
...
- Fixes:
EP_OUT = self.cdc.EP_OUT.write
^^^^^^^^^^^^^^^
AttributeError: 'serial_class' object has no attribute 'EP_OUT'
2024-05-30 13:25:00 +05:30
Bjoern Kerler
31819b814d
Merge pull request #1021 from real-LiHua/main
...
Fix ModuleNotFoundError
2024-05-28 18:25:10 +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
0b0067e09d
Merge pull request #1012 from GautamGreat/main
...
Fixed cid issue in DA_XML
2024-05-23 19:27:21 +02:00
Bjoern Kerler
6256082691
Merge pull request #1009 from Patrickstory15/patch-1
...
Create devcontainer.json
2024-05-23 19:27:00 +02:00
Bjoern Kerler
3aecfe14d8
Merge pull request #1013 from R0rt1z2/patch-1
...
MT8135
2024-05-23 19:25:35 +02:00
R0rt1z2
3bf35633cd
mtkclient: Add some configs for MT8135
2024-05-22 09:29:26 +02:00
R0rt1z2
de42cf3ac5
mtkclient: Add support for preloaders with PID 3000
...
* My Fire HD6 2014 (MT8135) seems to use 3000 instead of the (common)
2000 seen across other MTK devices.
2024-05-22 09:16:15 +02:00
GautamGreat
4680b9c1ee
Fixed cid issue in DA_XML
2024-05-21 18:50:35 +05:30
Patrickstory15
a306218f19
Create devcontainer.json
2024-05-19 10:17:30 -06:00
info@revskills.de
8e46df657c
Minor bugfixes, beautify
2024-05-12 11:54:51 +02:00
Bjoern Kerler
491f930424
Merge pull request #993 from ColdWindScholar/main
...
Fix "OSError: Unable to find libfuse" on Windows and Optimized the code and fixed other bugs
2024-05-12 11:26:46 +02:00
Bjoern Kerler
df9e17929f
Merge pull request #942 from 9cb14c1ec0/patch-1
...
Fix FileNotFound exception in mtk reset
2024-05-12 11:25:20 +02:00
ColdWindScholar
9fd9a5bf37
fix typo mistake
2024-05-04 22:59:41 +08:00
ColdWindScholar
73d0dabee3
fix typo mistake
2024-05-04 22:57:49 +08:00
ColdWindScholar
c7246f94ae
fix typo mistake
2024-05-04 21:44:51 +08:00
ColdWindScholar
7ef94a1a6e
fix typo mistake
2024-05-04 21:42:39 +08:00
ColdWindScholar
18a1e1aa32
fix typo mistake
2024-05-04 21:41:34 +08:00
ColdWindScholar
d3be361830
fix typo mistake
2024-05-04 21:12:56 +08:00
ColdWindScholar
6f4a102ba9
fix typo mistake
2024-05-04 21:06:53 +08:00
ColdWindScholar
93725c19c1
fix typo mistake
2024-05-04 20:52:30 +08:00
ColdWindScholar
d92c68f22a
fix typo mistake
2024-05-04 20:42:05 +08:00
ColdWindScholar
c023c92b74
fix typo mistake
2024-05-04 20:31:02 +08:00
ColdWindScholar
b4b14fde1b
fix typo mistake
2024-05-04 20:24:07 +08:00
ColdWindScholar
17b645d957
fix typo mistake
2024-05-04 20:11:22 +08:00
9cb14c1ec0
5153d081d3
update commit
2024-05-04 07:11:35 -04:00
ColdWindScholar
abfa98a9c1
fix typo mistake
2024-05-04 17:59:19 +08:00
ColdWindScholar
43d93d9286
fix typo mistake
2024-05-04 17:40:39 +08:00
ColdWindScholar
b3812b3167
fix typo mistake
2024-05-04 17:39:20 +08:00
ColdWindScholar
e109c80568
fix typo mistake
2024-05-04 17:32:38 +08:00
ColdWindScholar
6a761af5af
fix typo mistake
2024-05-04 17:23:55 +08:00
ColdWindScholar
b1b7d172ce
Min is a built-in function
2024-05-04 17:15:43 +08:00
ColdWindScholar
045e71d2da
fix typo mistake
2024-05-04 16:58:29 +08:00
ColdWindScholar
2d04f27e70
fix typo mistake
2024-05-04 16:54:21 +08:00
ColdWindScholar
46e9de240d
fix type mistake
2024-05-04 16:44:48 +08:00
ColdWindScholar
a0d25a39fa
use '"' instead of'\"'
2024-05-04 16:37:22 +08:00
ColdWindScholar
af78467668
Optimize code for cryptutils.py
2024-05-04 16:26:24 +08:00
ColdWindScholar
8e4507ef52
Optimize code for stage2 , use print_help instaed of showcommand
2024-05-04 16:25:19 +08:00
ColdWindScholar
7beb83aa48
Optimize code for mtk_gui
2024-05-04 16:10:00 +08:00
ColdWindScholar
252ed51d91
Optimize code for mtk_gui
2024-05-04 15:48:23 +08:00
ColdWindScholar
a34be33e9a
Optimize code for v6.py
2024-05-04 15:39:40 +08:00
ColdWindScholar
4c1ce46e26
Optimize code for usblib.py daconfig.py
2024-05-04 14:42:38 +08:00