{"id":31007723,"url":"https://github.com/mrmtwoj/install-mtkclient","last_synced_at":"2026-02-13T06:33:17.245Z","repository":{"id":307078566,"uuid":"1028216363","full_name":"mrmtwoj/install-MTKClient","owner":"mrmtwoj","description":"Instal MTKClient at Window 'os","archived":false,"fork":false,"pushed_at":"2025-07-29T08:50:51.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-13T03:47:26.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrmtwoj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-29T07:44:44.000Z","updated_at":"2025-08-15T02:55:19.000Z","dependencies_parsed_at":"2025-07-29T10:49:12.755Z","dependency_job_id":"55507cbd-d9ba-49cb-b939-1010f7ae66f9","html_url":"https://github.com/mrmtwoj/install-MTKClient","commit_stats":null,"previous_names":["mrmtwoj/install-mtkclient"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrmtwoj/install-MTKClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmtwoj%2Finstall-MTKClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmtwoj%2Finstall-MTKClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmtwoj%2Finstall-MTKClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmtwoj%2Finstall-MTKClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrmtwoj","download_url":"https://codeload.github.com/mrmtwoj/install-MTKClient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmtwoj%2Finstall-MTKClient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29398144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-13T03:47:05.207Z","updated_at":"2026-02-13T06:33:17.233Z","avatar_url":"https://github.com/mrmtwoj.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔧 MTKClient Installation Guide (Windows)\n\nThis guide explains how to install [MTKClient](https://github.com/bkerler/mtkclient) on **Windows OS**, covering all necessary dependencies and tools required for working with MediaTek-based Android devices.\n\n---\n\n## 📌 Requirements\n\nBefore installing MTKClient, make sure the following components are installed on your system.\n\n---\n\n### 1. 🐍 Python (3.7+)\n\nRequired for running MTKClient scripts.  \n👉 https://www.python.org/\n\n\u003e ⚠️ Important: During installation, check **“Add Python to PATH”**.\n\n---\n\n### 2. 📁 Windows File System Proxy (WinFsp)\n\nProvides FUSE compatibility for filesystem operations.  \n👉 https://winfsp.dev/rel/\n\n---\n\n### 3. 🔐 Win64 OpenSSL v3.5.1\n\nUsed for secure SSL/TLS communication in Python modules.  \n👉 https://slproweb.com/products/Win32OpenSSL.html\n\n\u003e 💡 Download **Win64 OpenSSL v3.5.1 (Light)**.\n\n---\n\n### 4. 🧰 Visual Studio 2022 Build Tools\n\nNeeded to compile native Python dependencies.  \n👉 https://visualstudio.microsoft.com/downloads/?q=build+tools\n\n\u003e ✅ Select the following during installation:\n- **Desktop development with C++**\n- Include **Windows 10/11 SDK**\n\n---\n\n## 🚀 MTKClient Installation\n\nFollow these steps to install MTKClient on Windows:\n\n```bash\ngit clone https://github.com/bkerler/mtkclient\ncd mtkclient\npip install -r requirements.txt\npip install .\n```\n\n## 5 Install UsbDk (USB Development Kit)\nUsbDk enables low-level USB communication with MediaTek devices.\n👉 https://github.com/daynix/UsbDk/releases/\n📥 Download the latest UsbDk_*.msi and install it.\n\n---\n## 6 Install Qcom \u0026 MTK USB Drivers (Version 3.1.9)\nThese drivers ensure proper detection of your device by Windows.\n\u003e 👉 https://www.gsmofficial.com/oppo-qcom-mtk-driver/\n- 🧩 Install the drivers after connecting your phone (powered off) in BROM mode.\n---\n## 7 (Optional) Install ChimeraTool\nChimeraTool is useful for advanced operations like FRP removal, IMEI repair, and flashing.\n\u003e 👉 https://chimeratool.com/en/download\n- ⚠️ This is optional, but helpful for users working with multiple tools.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmtwoj%2Finstall-mtkclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmtwoj%2Finstall-mtkclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmtwoj%2Finstall-mtkclient/lists"}