MTK TransfROM
This app will let you do all the process of porting an MTK ROM to your MTK phone without a PC! You can choose a lot of options and method, like signing ZIP, Fix BootLoop/Stuck at Boot Logo and even READ BOOT.IMG DIRECTLY FROM YOUR PHONE and AUTOMATICALLY ADAPT THE ROM FOR YOUR PARTITION (/dev/block/mmcblk0p*)
All you have to do is select the ZIP ROM, choose chipset and options and then click "Port ROM for your device!". The default chipsets installed are taken on online forums, like XDA and 4pda.ru (thanks a lot for those guides), but you can build your own chipset method with a simple text editor!
The chipset structure is like: e.g.
system/bin/vold (Copy this file from your device)
system/etc/ (Copy entire directory, replacing existing files)
-system/etc/ (First delete ROM folder and then copy entire folder)
system/lib/libaudio* (Copy all files that starts with libaudio...)
Then save it as "{THE NAME YOU WANT}.txt" in your SDCard under "MTKTransfROM" named folder (e.g. /storage/sdcard0/MTKTransfROM/mt6589.txt)
Existing bugs TODO:
-For now, it's only in English.
Latest Version
1.4Uploaded by
Cristian Hinestroza
Requires Android
Android 4.0.3+
Category
Free Tools AppContent Rating
Everyone
Report
Flag as inappropriateLast updated on Nov 30, 2015
- ADS REMOVED
- Removed Faulty Port Files
- Added Fix Audio and Reboot Recovery Option
- Fixed mt65xx port file, it is now universal (MT6572, MT6577, MT6582, MT6589)
- Added How To add Custom port files