From ad0ed80c12556879bf0b462706db2207abb08dcf Mon Sep 17 00:00:00 2001 From: Bjoern Kerler Date: Mon, 4 Sep 2023 08:46:23 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1cdb947..13b72f7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ Once the mtk script is running, boot into brom mode by powering off device, pres vol up + power or vol down + power and connect the phone. Once detected by the tool, release the buttons. +## Unsupported chipsets +- MT6781, MT6983, MT6895, MT6886, MT698x +- These chipsets use a new protocol and the bootrom is patched. There is currently NO support for these chipsets (due to the way these loaders are implemented) +- If you want support, consider donating so that I can afford one of these devices (such as the Gigaset GX4) in order to start researching them + ## Credits - kamakiri [xyzz] - linecode exploit [chimera] From 8ad97533723bbfbbd9a69011b37709aa54f1783f Mon Sep 17 00:00:00 2001 From: Bjoern Kerler Date: Wed, 6 Sep 2023 20:42:06 +0200 Subject: [PATCH 2/3] Update setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1ed20a4..56dc2e9 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ setup( license='GPLv3 License', install_requires=[ 'colorama', - 'usb', 'pyusb', 'pyserial', 'pycryptodome', From 91c18dd5f6b3c350f2bb6ac26f319dd4a9bdc61f Mon Sep 17 00:00:00 2001 From: Bjoern Kerler Date: Wed, 6 Sep 2023 20:42:23 +0200 Subject: [PATCH 3/3] Update requirements.txt --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e111b5..bff165c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ pyusb >= 1.2.1 pycryptodome >= 3.15.0 pycryptodomex colorama >= 0.4.4 -usb >= 0.0.83.dev0 shiboken6 >= 6.4.0.1 pyside6 >= 6.4.0.1 mock >= 4.0.3