Custom ROM For MT6592T
MIUI V6 FOR MT6592T, Super smooth and customizable, The best MT6592T ROM you can find
You may try and port this to mtk6592
Caution : I am not responsible for any damage to your device. But there will be no damage if you follow this guide properly.
I take no credits for this ROM credits go to the creator I just uploaded it so you guys can download from here since the users website is in rusian lang. and you cannot find it easily, and it is hard to find ROM's for MT6592T
The guide to port this ROM is completely by me.
Credits : Creator of the ROM at miuipro.ru
Downloads(direct download link please press the back button after pressing skip ad, after the download starts to come back to this guide for porting) :
1. Link 1 : MIUI V6
For All : Micromax, Karbonn, ZTE, Huawei, Dogee, All Samsung Clones, All iPhone Clones and all MTK Devices (MUST PORT FIRST, GUIDE TO PORT BELOW)
Downloads(direct download link please press the back button after pressing skip ad, after the download starts to come back to this guide for porting) :
1. Link 1 : MIUI V6
For All : Micromax, Karbonn, ZTE, Huawei, Dogee, All Samsung Clones, All iPhone Clones and all MTK Devices (MUST PORT FIRST, GUIDE TO PORT BELOW)
SCREENSHOTS :
- All MIUI V6 Features
- Multilingual
- OTA Updates(For THL 5000 Users Only)
Bugs : Contact the creator
NOTE : THL 5000 Users flash directly no need to port.
How To Port :
First try to just Port the kernel and replace the ported boot.img in the ROM zip with yours. Guide to port kernel : Port Kernel
Also change mount points in updater-script
To Change Mount Points :
This is the Stock one!!
Now just Replace the "mmcblk0p3" from STOCK to PORT!!
It should look like this:
DO NOT REPLACE THE WHOLE LINE!
NOW ZIP and Flash
Also change mount points in updater-script
To Change Mount Points :
b) Now Open The Port ROM folder and go to META-INF/google/android and open updater-script in Notepad++
* Do the same for the Stock ROM
*If you do not have stock META-INF then connect your device and open MTK Droid tool and select Block Map and find the respective Mount points
* Now In the Port ROM's Updater Script, find a line that starts with this...
format(".......
and only replace the mmcblk0p.. with the stock one!
* Do the same for this line...
mount("...
Example:
This is the PORT one!!!
* Do the same for the Stock ROM
*If you do not have stock META-INF then connect your device and open MTK Droid tool and select Block Map and find the respective Mount points
* Now In the Port ROM's Updater Script, find a line that starts with this...
format(".......
and only replace the mmcblk0p.. with the stock one!
* Do the same for this line...
mount("...
Example:
This is the PORT one!!!
Code:
format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
This is the Stock one!!
Code:
format("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");
Now just Replace the "mmcblk0p3" from STOCK to PORT!!
It should look like this:
Code:
format("ext4", "EMMC", "/dev/block/mmcblk0p3", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");
DO NOT REPLACE THE WHOLE LINE!
NOW ZIP and Flash
MIUI For MTK6592T
MIUI V6
[4.4.2] MIUI V6 For MTK6592T
Reviewed by MTK Hacker Pro
on
7:30 PM
Rating:
Wow nice guide, thank you so much for your work! Can you explain how the OTA updates work? How is that possible? Best regards!
ReplyDeletety. go to settings-->about-->check for update
ReplyDeletebut there are not many updates very few updates
Thanks, are these the weekly OTA updates by Xiaomi? Or different OTAs?
ReplyDeletebut you should not update the ROM because it is a ported ROM. You will brick your device
DeleteLooks like link is dead..please fix it
ReplyDeleteTheme stopped working...in ported rom
ReplyDeleteHow to to fix?
boot img repacked
repacking the boot.img only does not work you need to port it too
DeletePorting lead to bootloop only
Deleteyou didn't port correctly.
Deletelook at the first comment he/she was able to port correctly
6592m working? Device cubot x9
ReplyDeleteyou can try it
DeleteHi friend
ReplyDeleteI port this rom for my device innjoo i2
Mtk 6592
But diden't work
How fix it
Please replay
Thanks
you didn't port correctly
ReplyDeleteCan i use MTK6592T rom on my MTK6592?
ReplyDeleteyou can try
ReplyDeleteYou could put this in a pro Energy Sistem
ReplyDeleteas long as your device is MT6592T and port this ROM properly it will work, that is commonsense dude
DeleteIt is a mtk6592
ReplyDeleteit might or might not work
DeleteI successfully port this for mt6592 and I fix many bugs.. Now after flash if I reboot my imei will corrupt "invalid imei" no sim, it won't fix the unless I flash another ROM and fix
ReplyDeleteHelp me
you have to reflash the ROM by replacing /system/etc/firmware
Deletewill try asap
ReplyDeleteI have a problem. It boots, it works perfectly on the first boot. But when you reboot the imeis are lost. Can you help me?
ReplyDeleteI have a problem. It boots, it works perfectly on the first boot. But when you reboot the imeis are lost. Can you help me?
ReplyDeletego back to stock restore IMEI, then report the ROM by replace /etc/wifi,bluetooth,security,firmware delete the above mentioned folder in port ROM then copy it from port and paste in stock, then copy all files inside stock /etc/permissions/ and paste in port /etc/permissions/ do not delete anything just paste it there when when it asks what to do select replace and the zip and flash
DeleteOk I will try it
Deletei cant understand your tutorials..
ReplyDeleteit to complex
this is the most easiest way i could explain. if you cant understand it's better you do not follow this
Deletei open the custom rom update script and i found this line
Deleteformat("ext4", "EMMC", "/dev/block/platform/mtk-msdc.0/by-num/p5", "0", "/system");
mount("ext4", "EMMC", "/dev/block/platform/mtk-msdc.0/by-num/p5", "/system");
in your tutorial it is only
format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
are they same?
i open the custom rom update script and i found this line
Deleteformat("ext4", "EMMC", "/dev/block/platform/mtk-msdc.0/by-num/p5", "0", "/system");
mount("ext4", "EMMC", "/dev/block/platform/mtk-msdc.0/by-num/p5", "/system");
in your tutorial it is only
format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
are they same?
dude i just showed you an example on what must be changed and how it must be changed . and read carefully my guide clearly states your and my updater-script will not be the same.
DeleteI have 2 problems in the rom:
ReplyDelete-Led is not working
-Power menu closes with yellow framework when I select an option
Please hel me :)
turn off devicee for 5 mins and then reboot
DeleteWhat? Doing that what I get?
DeleteThe device is off all night and is the LED is not working and the power menu is not working.
The rom works on mt6592 device d only problem am facing now is 3g on sim one.. Doesnt connect when i select 3g only.. It looses connection. Buh on 2g it works well. Pls how can i fix this
ReplyDeleteI have this same issue any fix yet?
Deletelink is not opening. pls help
ReplyDeleteworking just checked
DeleteI will get a Cubot x9 Thursday, i test now :D
ReplyDeletehow i find the mount point in mtk tools ?
ReplyDeleteconnect device to PC, open MTK droid tools and click on blocks map.
Deletefor more detailed explaination follow this guide from step 18 :
http://adf.ly/1Jj0aX
i lost mi imei .. i flash the original rom and don-t detect the sim and dident have imei can you help me please
ReplyDeletefinalli i fix the problem i flaish formating all data and using the mtk engineer tools y remplace imei .D
DeleteProblem with storage, everything works fine but th internal sdcard is 0mb all the storage space is now in data partition. The stock rom used emulated sdcard. Have tried replacing system/bin/vold from stock but no difference. Otherwise great Rom👍
ReplyDeletecan not copy dir from system to /system (status 7) error while flashing i m using cmw recovery
ReplyDeletePlz Help
either your recovery is not supported or you have a crroupted zip
DeleteCan i use this on my mtk6592 handset
ReplyDeleteyou may port to your MT6592 device but for your own personal use only and not for sharing it.
DeleteDo not report here if you get bugs because this is for MT6592T
Did anyone port it for Cubot x9?
ReplyDeleteDid anyone port it for Cubot x9?
ReplyDeleteI have ported for my mt6592 and it boots in but stuck up at "setting locale " and giving error backup stopped and themes stopped
ReplyDeleteWhat might be the problem . Please can somebody else suggest why this occurs . I have ported the boot image and ported the rom through the video tutorial "port any rom to mtk device". I have also ported the xperia ui rom also . I didnt port the boot image in that i have used my own boot image in xperia ui . All works in it but i face three problems in it one is sound is not working get some disturbed sound and camera is not working "cant connect to camera " and flashlight not working . Ajit can u help me to solve any of these things .
ReplyDeleteThanks
is its update for mt6592 or not ?????????????????????????????
ReplyDeletesuccesfully ported with no bugs ....(as of now) on my intex aqua xtreme
ReplyDeletebut i'm unable to change locale to india and is there a way to swap internal memory and phone storage.
this is not a global release so changing locale will not work. Use Xinternal from xposed
Deletewill it affect the rom if i change phone model,lang, from build.prop?
Deleteand my phone is showing more ram thn it usually have.. i.e instead of showing 2gb ram its showing 2.23gb ram how to fix this?
no, I do not give you permission to edit anything at all.
Delete2 GB is actually 2048 MB or 2.23 GB.
If you change anything in the ROM and try to share it serious legal actions will be taken
buddy chill.
Deletei dont want to share it. i,m just asking you because when in the recent apps screen the the ram usage appears like this (2.somethin/2.somebug)
so can u help me to fix this
that is not a bug. It will not affect your device
Deletei properly flash this rom in my lava iris x8 its working fine in it but whenever i open Bluetooth it's taking too much time for scanning other devices and didn't stop scanning and its not showing any Bluetooth device
ReplyDeletethe link not working
ReplyDeletehy can someone please give me the working link because this is broken... thanks
ReplyDelete