בעיה | MTKclient לא רוצה לעבוד
עזרה הדדית - Python
4
פוסטים
2
כותבים
21
צפיות
2
עוקבים
-
אני הורדתי את MTKclient מכאן והתקנתי אותו בסביבה וירטואלית עם פייתון 3.11
הנה הפלטWindows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows PS C:\mtk> venv\Scripts\activate (venv) PS C:\mtk> pip install -r requirements.txt Collecting wheel>=0.37.1 (from -r requirements.txt (line 1)) Using cached wheel-0.46.3-py3-none-any.whl.metadata (2.4 kB) Collecting pyusb>=1.2.1 (from -r requirements.txt (line 2)) Using cached pyusb-1.3.1-py3-none-any.whl.metadata (2.5 kB) Collecting pycryptodome>=3.15.0 (from -r requirements.txt (line 3)) Using cached pycryptodome-3.23.0-cp37-abi3-win_amd64.whl.metadata (3.5 kB) Collecting pycryptodomex (from -r requirements.txt (line 4)) Using cached pycryptodomex-3.23.0-cp37-abi3-win_amd64.whl.metadata (3.5 kB) Collecting colorama>=0.4.4 (from -r requirements.txt (line 5)) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting shiboken6>=6.4.0.1 (from -r requirements.txt (line 6)) Using cached shiboken6-6.10.1-cp39-abi3-win_amd64.whl.metadata (2.6 kB) Collecting pyside6>=6.4.0.1 (from -r requirements.txt (line 7)) Using cached pyside6-6.10.1-cp39-abi3-win_amd64.whl.metadata (5.5 kB) Collecting mock>=4.0.3 (from -r requirements.txt (line 8)) Using cached mock-5.2.0-py3-none-any.whl.metadata (3.1 kB) Collecting pyserial>=3.5 (from -r requirements.txt (line 9)) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB) Collecting flake8 (from -r requirements.txt (line 10)) Using cached flake8-7.3.0-py2.py3-none-any.whl.metadata (3.8 kB) Collecting packaging>=24.0 (from wheel>=0.37.1->-r requirements.txt (line 1)) Using cached packaging-26.0-py3-none-any.whl.metadata (3.3 kB) Collecting PySide6_Essentials==6.10.1 (from pyside6>=6.4.0.1->-r requirements.txt (line 7)) Using cached pyside6_essentials-6.10.1-cp39-abi3-win_amd64.whl.metadata (3.8 kB) Collecting PySide6_Addons==6.10.1 (from pyside6>=6.4.0.1->-r requirements.txt (line 7)) Using cached pyside6_addons-6.10.1-cp39-abi3-win_amd64.whl.metadata (4.2 kB) Collecting mccabe<0.8.0,>=0.7.0 (from flake8->-r requirements.txt (line 10)) Using cached mccabe-0.7.0-py2.py3-none-any.whl.metadata (5.0 kB) Collecting pycodestyle<2.15.0,>=2.14.0 (from flake8->-r requirements.txt (line 10)) Using cached pycodestyle-2.14.0-py2.py3-none-any.whl.metadata (4.5 kB) Collecting pyflakes<3.5.0,>=3.4.0 (from flake8->-r requirements.txt (line 10)) Using cached pyflakes-3.4.0-py2.py3-none-any.whl.metadata (3.5 kB) Using cached wheel-0.46.3-py3-none-any.whl (30 kB) Using cached pyusb-1.3.1-py3-none-any.whl (58 kB) Using cached pycryptodome-3.23.0-cp37-abi3-win_amd64.whl (1.8 MB) Using cached pycryptodomex-3.23.0-cp37-abi3-win_amd64.whl (1.8 MB) Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) Using cached shiboken6-6.10.1-cp39-abi3-win_amd64.whl (1.2 MB) Using cached pyside6-6.10.1-cp39-abi3-win_amd64.whl (564 kB) Using cached pyside6_addons-6.10.1-cp39-abi3-win_amd64.whl (164.9 MB) Using cached pyside6_essentials-6.10.1-cp39-abi3-win_amd64.whl (74.5 MB) Using cached mock-5.2.0-py3-none-any.whl (31 kB) Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB) Using cached flake8-7.3.0-py2.py3-none-any.whl (57 kB) Using cached mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB) Using cached packaging-26.0-py3-none-any.whl (74 kB) Using cached pycodestyle-2.14.0-py2.py3-none-any.whl (31 kB) Using cached pyflakes-3.4.0-py2.py3-none-any.whl (63 kB) Installing collected packages: pyserial, shiboken6, pyusb, pyflakes, pycryptodomex, pycryptodome, pycodestyle, packaging, mock, mccabe, colorama, wheel, PySide6_Essentials, flake8, PySide6_Addons, pyside6 Successfully installed PySide6_Addons-6.10.1 PySide6_Essentials-6.10.1 colorama-0.4.6 flake8-7.3.0 mccabe-0.7.0 mock-5.2.0 packaging-26.0 pycodestyle-2.14.0 pycryptodome-3.23.0 pycryptodomex-3.23.0 pyflakes-3.4.0 pyserial-3.5 pyside6-6.10.1 pyusb-1.3.1 shiboken6-6.10.1 wheel-0.46.3 [notice] A new release of pip is available: 24.0 -> 25.3 [notice] To update, run: python.exe -m pip install --upgrade pip (venv) PS C:\mtk> python --version Python 3.11.9 (venv) PS C:\mtk>אבל עדיין הוא לא רוצה לעבוד(כשאני מפעיל את ה bat
הנה הפלטTraceback (most recent call last): File "C:\mtk\mtk", line 5, in <module> from mtkclient.Library.mtk_main import Main, metamodes File "C:\mtk\mtkclient\Library\mtk_main.py", line 10, in <module> from mtkclient.Library.mtk_class import Mtk File "C:\mtk\mtkclient\Library\mtk_class.py", line 9, in <module> from mtkclient.Library.pltools import PLTools File "C:\mtk\mtkclient\Library\pltools.py", line 7, in <module> from mtkclient.Library.Exploit.amonet import Amonet File "C:\mtk\mtkclient\Library\Exploit\amonet.py", line 8, in <module> from mtkclient.Library.exploit_handler import Exploitation File "C:\mtk\mtkclient\Library\exploit_handler.py", line 8, in <module> from mtkclient.Library.Hardware.hwcrypto import hwcrypto, crypto_setup File "C:\mtk\mtkclient\Library\Hardware\hwcrypto.py", line 7, in <module> from mtkclient.Library.utils import LogBase, logsetup File "C:\mtk\mtkclient\Library\utils.py", line 12, in <module> import colorama ModuleNotFoundError: No module named 'colorama' Press any key to continue . . . -
אני הורדתי את MTKclient מכאן והתקנתי אותו בסביבה וירטואלית עם פייתון 3.11
הנה הפלטWindows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows PS C:\mtk> venv\Scripts\activate (venv) PS C:\mtk> pip install -r requirements.txt Collecting wheel>=0.37.1 (from -r requirements.txt (line 1)) Using cached wheel-0.46.3-py3-none-any.whl.metadata (2.4 kB) Collecting pyusb>=1.2.1 (from -r requirements.txt (line 2)) Using cached pyusb-1.3.1-py3-none-any.whl.metadata (2.5 kB) Collecting pycryptodome>=3.15.0 (from -r requirements.txt (line 3)) Using cached pycryptodome-3.23.0-cp37-abi3-win_amd64.whl.metadata (3.5 kB) Collecting pycryptodomex (from -r requirements.txt (line 4)) Using cached pycryptodomex-3.23.0-cp37-abi3-win_amd64.whl.metadata (3.5 kB) Collecting colorama>=0.4.4 (from -r requirements.txt (line 5)) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting shiboken6>=6.4.0.1 (from -r requirements.txt (line 6)) Using cached shiboken6-6.10.1-cp39-abi3-win_amd64.whl.metadata (2.6 kB) Collecting pyside6>=6.4.0.1 (from -r requirements.txt (line 7)) Using cached pyside6-6.10.1-cp39-abi3-win_amd64.whl.metadata (5.5 kB) Collecting mock>=4.0.3 (from -r requirements.txt (line 8)) Using cached mock-5.2.0-py3-none-any.whl.metadata (3.1 kB) Collecting pyserial>=3.5 (from -r requirements.txt (line 9)) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB) Collecting flake8 (from -r requirements.txt (line 10)) Using cached flake8-7.3.0-py2.py3-none-any.whl.metadata (3.8 kB) Collecting packaging>=24.0 (from wheel>=0.37.1->-r requirements.txt (line 1)) Using cached packaging-26.0-py3-none-any.whl.metadata (3.3 kB) Collecting PySide6_Essentials==6.10.1 (from pyside6>=6.4.0.1->-r requirements.txt (line 7)) Using cached pyside6_essentials-6.10.1-cp39-abi3-win_amd64.whl.metadata (3.8 kB) Collecting PySide6_Addons==6.10.1 (from pyside6>=6.4.0.1->-r requirements.txt (line 7)) Using cached pyside6_addons-6.10.1-cp39-abi3-win_amd64.whl.metadata (4.2 kB) Collecting mccabe<0.8.0,>=0.7.0 (from flake8->-r requirements.txt (line 10)) Using cached mccabe-0.7.0-py2.py3-none-any.whl.metadata (5.0 kB) Collecting pycodestyle<2.15.0,>=2.14.0 (from flake8->-r requirements.txt (line 10)) Using cached pycodestyle-2.14.0-py2.py3-none-any.whl.metadata (4.5 kB) Collecting pyflakes<3.5.0,>=3.4.0 (from flake8->-r requirements.txt (line 10)) Using cached pyflakes-3.4.0-py2.py3-none-any.whl.metadata (3.5 kB) Using cached wheel-0.46.3-py3-none-any.whl (30 kB) Using cached pyusb-1.3.1-py3-none-any.whl (58 kB) Using cached pycryptodome-3.23.0-cp37-abi3-win_amd64.whl (1.8 MB) Using cached pycryptodomex-3.23.0-cp37-abi3-win_amd64.whl (1.8 MB) Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) Using cached shiboken6-6.10.1-cp39-abi3-win_amd64.whl (1.2 MB) Using cached pyside6-6.10.1-cp39-abi3-win_amd64.whl (564 kB) Using cached pyside6_addons-6.10.1-cp39-abi3-win_amd64.whl (164.9 MB) Using cached pyside6_essentials-6.10.1-cp39-abi3-win_amd64.whl (74.5 MB) Using cached mock-5.2.0-py3-none-any.whl (31 kB) Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB) Using cached flake8-7.3.0-py2.py3-none-any.whl (57 kB) Using cached mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB) Using cached packaging-26.0-py3-none-any.whl (74 kB) Using cached pycodestyle-2.14.0-py2.py3-none-any.whl (31 kB) Using cached pyflakes-3.4.0-py2.py3-none-any.whl (63 kB) Installing collected packages: pyserial, shiboken6, pyusb, pyflakes, pycryptodomex, pycryptodome, pycodestyle, packaging, mock, mccabe, colorama, wheel, PySide6_Essentials, flake8, PySide6_Addons, pyside6 Successfully installed PySide6_Addons-6.10.1 PySide6_Essentials-6.10.1 colorama-0.4.6 flake8-7.3.0 mccabe-0.7.0 mock-5.2.0 packaging-26.0 pycodestyle-2.14.0 pycryptodome-3.23.0 pycryptodomex-3.23.0 pyflakes-3.4.0 pyserial-3.5 pyside6-6.10.1 pyusb-1.3.1 shiboken6-6.10.1 wheel-0.46.3 [notice] A new release of pip is available: 24.0 -> 25.3 [notice] To update, run: python.exe -m pip install --upgrade pip (venv) PS C:\mtk> python --version Python 3.11.9 (venv) PS C:\mtk>אבל עדיין הוא לא רוצה לעבוד(כשאני מפעיל את ה bat
הנה הפלטTraceback (most recent call last): File "C:\mtk\mtk", line 5, in <module> from mtkclient.Library.mtk_main import Main, metamodes File "C:\mtk\mtkclient\Library\mtk_main.py", line 10, in <module> from mtkclient.Library.mtk_class import Mtk File "C:\mtk\mtkclient\Library\mtk_class.py", line 9, in <module> from mtkclient.Library.pltools import PLTools File "C:\mtk\mtkclient\Library\pltools.py", line 7, in <module> from mtkclient.Library.Exploit.amonet import Amonet File "C:\mtk\mtkclient\Library\Exploit\amonet.py", line 8, in <module> from mtkclient.Library.exploit_handler import Exploitation File "C:\mtk\mtkclient\Library\exploit_handler.py", line 8, in <module> from mtkclient.Library.Hardware.hwcrypto import hwcrypto, crypto_setup File "C:\mtk\mtkclient\Library\Hardware\hwcrypto.py", line 7, in <module> from mtkclient.Library.utils import LogBase, logsetup File "C:\mtk\mtkclient\Library\utils.py", line 12, in <module> import colorama ModuleNotFoundError: No module named 'colorama' Press any key to continue . . . -
@RearmostPant23 צריך להריץ את הפקודה להפעלת MTKclient כשהמחשב מחובר לאינטרנט, אחרת הוא לא יוריד את המודלים הנצרכים.
@נוחעם-FM מה הפקודה?
-
@נוחעם-FM מה הפקודה?