Skip to content

NoahDomingues/MTK-ROM-Porter

 
 

Repository files navigation

MediaTek (MTK) ROM Porter

A simple Android ROM porting tool for MediaTek devices. 📱

📥 Installation

MTK ROM Porter is a portable application, meaning that it does not require installation like a typical program might. Instead, head over to the Releases section and download the latest version.

  • If you are using Windows, download the file ending in .exe
  • If you are on a Linux, download the latest file ending in .Limux.zip

🔑 Prerequisites

You must have Python installed on your system in order to run MTK ROM Porter. Python 3.10 or newer is recommended.

  • If you are using Windows, you can install Python from the Microsoft Store (Windows 10 or newer) or the official Python website.
  • If you are using a Debian-based Linux distribution (APT), you can install Python from the official Python website or via Terminal with the following commands:
    • Update local list of available packages: sudo apt update
    • Install Python: sudo apt install python3 -y
    • Verify Python installation python3 --version
  • If you are using an Arch-based Linux distribution (Pacman), you can install Python from the official Python website or via Terminal with the following commands:
    • Update package database: sudo pacman -Sy
    • Install Python: sudo pacman -S python
    • Verify Python installation: python --version

📱 Devices

  • Supports MT6572/82/92 3.4.67 kernel (one-step port)

  • May support MT6735(m)/37(m) 3.18.22 kernel (one-step port)

  • May support more devices, but these have not been tested.

🧪 Lithium

This open-source repository was originally made for the development of Lithium 5. Lithium 5 is the latest custom operating system from the Lithium project, providing a seamless user experience with high performance and jam-packed with features. Lithium 5 is based on the Android Open-Source Project (AOSP) version 5.0 Lollipop, adapted specifically for Timmkoo and Innioasis devices.

🤝 Support

If you have any issues using or installing MTK ROM Porter, or would like to learn more, feel free to join our Discord server and get involved! We are always looking for people interested in contributing to the project too, if you have any experience in development or would like to learn, join us!

⭐ If MTK ROM Porter was of any use to you, please consider giving it a Star - it would make my day! ⭐

Thank you to Palutenfan123 for helping out with this project, including for finding the original repository (that I've forked). You can find him here.

The orginal authors who contributed to this project are xpirt, luxi78, and howellzhu (2018-05-25 12:19:12 CEST).

Discord

About

Porting tool for MediaTek (MTK) ROMs. Supports MT6572/82/92 3.4.67 kernel, may support MT6735(m)/37(m) 3.18.22 kernel.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.8%
  • Batchfile 1.2%