Bjoern Kerler
00715c44fb
Add stale issues action
2024-06-14 23:57:55 +02:00
Bjoern Kerler
1d90e9f5c6
Merge branch 'main' of https://github.com/bkerler/mtkclient
2024-06-14 23:54:15 +02:00
Bjoern Kerler
48634f09ad
Fix minor bugs
2024-06-14 23:53:51 +02:00
Bjoern Kerler
1f59df2e9c
Add stale issues action
2024-06-14 23:50:49 +02:00
Bjoern Kerler
0c709d3b42
Fix minor bugs
2024-06-14 23:11:04 +02:00
Bjoern Kerler
f00bdbf3b4
Fix disablewatchdogtimer issue #1044
2024-06-14 23:06:59 +02:00
Bjoern Kerler
6c2f94662e
Refactor, improve xml + xflash / da handling. Add da sla support. Brom sla untested.
2024-06-14 22:47:00 +02:00
Bjoern Kerler
e64c544d38
Fix logs path
2024-06-14 08:07:51 +02:00
Bjoern Kerler
d98f79629b
Add missing empty vbmeta file
2024-06-12 23:09:38 +02:00
Bjoern Kerler
e681bc144b
Restructure and fix incorrect MTK_DA_V6, make V6 extensions happy again
2024-06-12 23:08:59 +02:00
Bjoern Kerler
d394dbd1db
Restructure and fix incorrect MTK_DA_V6
2024-06-12 22:13:01 +02:00
Bjoern Kerler
bb28c35f00
Merge pull request #1047 from real-LiHua/main
...
Unable to find libfuse on archlinux
2024-06-12 19:29:26 +02:00
Li Hua
09a7b63def
Unable to find libfuse on archlinux
2024-06-12 20:24:26 +08:00
Bjoern Kerler
6ff27e04c2
Merge pull request #1040 from ColdWindScholar/main
...
Fix ONE Bug and More Beautiful.:>
2024-06-08 22:40:18 +02:00
ColdWindScholar
a56d097a85
more beautiful
2024-06-08 00:47:26 +08:00
ColdWindScholar
5f049f8d7f
Merge branch 'bkerler:main' into main
2024-06-08 00:45:27 +08:00
ColdWindScholar
0709aa6efa
Fix https://github.com/bkerler/mtkclient/issues/1039
...
- Add A Error Log .
2024-06-08 00:33:39 +08:00
ColdWindScholar
3d798b37ce
Fix https://github.com/bkerler/mtkclient/issues/985
2024-06-08 00:18:41 +08:00
Bjoern Kerler
fe1ee5dbb1
Merge pull request #1036 from hopez13/patch-4
...
mt6886 fixed watchdog address
2024-06-05 19:43:54 +02:00
hopez13
99c1bd6e04
mt6886 fixed watchdog address
...
https://github.com/NothingOSS/android_kernel_5.15_nothing_mt6886/blob/mt6886/Pacman/t/arch/arm64/boot/dts/mediatek/mt6886.dts#L8390
2024-06-05 21:00:46 +05:30
Bjoern Kerler
fc725fe594
Merge pull request #1023 from hopez13/patch-2
...
added learning resources
2024-06-05 17:18:44 +02:00
Bjoern Kerler
48250f0ae4
Add basic mt6886 dimensity 7000 ultra support
2024-06-05 17:11:44 +02:00
Bjoern Kerler
93da46b707
Minor fixes
2024-06-05 16:47:38 +02:00
Bjoern Kerler
4c604f0d3f
Merge pull request #1035 from AgentFabulous/main
...
mtkclient: Fixes for serialport
2024-06-05 16:31:38 +02:00
Bjoern Kerler
4497ea0f7c
Make da version patch more universal
2024-06-05 16:27:40 +02:00
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
hopez13
e7e640088e
added learning resources
2024-05-28 22:43:42 +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