MT6582 Custom ROM
Here I present to you Lollifox 4.4.2 ported to MT6582 ,Super smooth, fast and very light, customizable and Multilingual.
I also have a lot of Custom ROMs for MT6582 please check them out too.
I also have a lot of Custom ROMs for MT6582 please check them out too.
Download : Lollifox For MT6582
Screenshots :
CREDITS :
Михаил Мишин - For The ROM
Ajit Guraya - For porting guide and sharing this and helping you all fix bugs
ONLY FOR PERSONAL USE
If you want to share please take permission, give proper credits and give link to this post
TO PORT TO YOUR DEVICE :
Method 1 :
Replace from Stock To Port
- /lib/hw/hwcompressor.mt6582.so
- /lib/hw/hwcompressor.mt6582.so
- boot.img
- edit mount points, method below
Method 2 :
- Here is the step by step video guide : Kitkat ROM Porting Guide
Replace folders from Port To Stock
1. /system/app
2. /system/framework
3. /system/fonts
4. /system/media
5. /system/priv-app
6. /system/build.prop
7. /META-INF
8. Copy any extra files in the Port ROM
Copy files from Port to Stock :
1. Copy any extra file in /system/bin
2. Copy all files except platform.xml and handheld_core_hardware.xml from /system/etc/permissions
3. Copy all files from /system/lib/ not folders and paste them in Stock ROM /system/lib/ skip any existing file do not replace
Last Step :
This step is important because sometimes the device gets stuck in boot logo because the /system partition is not mounted properly1. Open Port ROM /META-INF/com/google/android/updater-script using Notepad++
2. Open MTK Droid Tools and connect your device
3. Select Blocks Map
4. Now in updater-script find a line that resembles this (Note it will not be the same)
3. Select Blocks Map
4. Now in updater-script find a line that resembles this (Note it will not be the same)
format("ext4", "EMMC", "/data", "0");
format("ext4", "EMMC", "/system", "0");
mount("ext4", "EMMC", "/dev/block/mmcblk0p4", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p6", "/data");
6. Now just change the mount points accordingly
Example :
*Note : Your updater-script and my updater-script will not be the same
My Port ROM updater-script has these lines :
"format("ext4", "EMMC", "/cache", "0");
format("ext4", "EMMC", "/system", "0");" (These lines do not have any mount points you do not need to do anything, if you do not have these lines in you updater-script then please do not worry)
"mount("ext4", "EMMC", "/dev/block/mmcblk0p8", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p10", "/data");" (The red colored numbers are the mount points)
My Blocks Map shows that /system is mounted in 5 and /data is mounted in 7 so I will edit it like this :
format("ext4", "EMMC", "/cache", "0");
format("ext4", "EMMC", "/system", "0");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p7", "/data");
NOW ZIP AND FLASH
LOLLIFOX 4.4.2 for MT6582
[4.4.2] LIGHTWEIGHT LOLLIFOX FOR MT6582
Reviewed by MTK Hacker Pro
on
3:43 PM
Rating:
Nice one bro
ReplyDeletethank you, a=enjoy the ROM
DeleteIn CWM apeear Warning: No file_context. Anyone know the solution?
ReplyDeleteWhen I flash it is always in bootanimation and reboot
did you replace file_context from stock to port ?
Deletei mean from port to stock
DeleteYes, and I try to flash without it
Deleteyou have to copy and paste file_context from port to stock man -.- the guide clearly says copy any extra files from port to stock please read think and then comment
DeleteDoesn't found is in bootloop
Deletebootloop is due to you not replacing the stock boot.img in the ROM with your's not following the steps correctly
DeleteWhy this rom isnt work for mtk6592? Can you upload this rom for mtk6592?
ReplyDeleteit will NOT WORK IN MT6592 BECAUSE IT IS NOT BUILT FOR MT6592, yeah i will try to cross port it
DeleteSo how to port it to mtk6592?
Deletesorry i cannot give you the guide
DeleteWhy? Where is the problem?
DeleteYou know the way but you dont want to share it? :$
Can i do the port on my philips s388? Is mtk6582 but i'm not sure what program to use. Wich is the best?
DeleteHi! Can i port and share this rom for my elephone p6i? Someone asked me to do it
ReplyDeleteThanks in advance!
no i do not give you the permissions to do so
DeleteAnd why?
DeleteOk I respect your decision, but android should be open source, or at least portable and condivisible.
At this point is useless to write this on your posts:
"If you want to share please take permission, give proper credits and give link to this post"
And LOL the rom is not yours (you've just ported it, like me), so I'll search on the net and I'll ask permissions to others.
Bye.
sure (y)
Deletefind it and port yourself, i do not give you the permissions to share this. If you think android is open source why don't you go and tell this to Mediatek ? they are selling android in a mass scale
Deletecan i port it for based 4.2.2?
ReplyDeleteno you cannot i wrote the android version in the post title for a reason, think, research then comment
Deletehappy modding
thank you
I followed the tutorial and falshed the ROM. It boots up but touch doesn't correspond to ui (portrait viev and touch is landscape). After about 30 secs screen goes white and then it reboots. Can you help me? Thanks in advance.
ReplyDeletereport the ROM by
Deletedeleting these files in stock ROM :
app
frameworks
font
media
priv-app
then paste the aobve mentioned files from port to stock and copy any extra folder from port to stock then copy /META-INF from port to stock and change mount points and flash
OK I did what you said. When I tried booting it after flashing it didn't even show bootanimation. Just black screen.
DeleteI ported the ROM again, but it's back to what I wrote in my first post. Also I realized that there is no navbar (my device doesn't have hardware buttons).
Deletethen you have not ported as i said
Deleteyou need to enable then
Deletefind : qemu.hw.mainkeys in build.prop and if the value after = is 1 make it 0 and if it is 0 make it 1 if you cannot find the line then add this at the end of build.prop : qemu.hw.mainkeys=1
I changed build.prop and now it says that system.ui has stopped
Deletedid you change the value in the existing code or add the line ?
DeleteI changed the value in existing code
ReplyDeletecan you email me on with the screenshot how you changed it ?
Deleteajit4guraya@gmail.com
I sent it (eniek132@gmail.com)
Deletebootloop...
ReplyDeletewhen installing is says that no file_context even if i copied it and all other files mentioned above instructions.
do i need to put the file_context inside the system file or outside
it must be in the exact same place from where you copied it from, if you copied it from inside system folder it must be placed inside system folder, if you copied if from outside the system folder it must be placed outside the system folder
DeleteBro I am confusing in "Stock to Port" or "Port To Stock".
ReplyDeleteWhich one I have to be need to flash on device. Stock Rom files are replaced by Port Rom and then zip Stock and flash. Am I right.
thanks bro..
ReplyDeleteBut still i am notice that in many tutorial for porting there said that to copy files from stock to port. so what's that.
but this guide is port to stock. i know what i am doing, it is not that i mistakely wrote port to stock instead of stock to port. upto you to follow or not
DeleteHas lollifox pussyfap or miui roms for 6582 has otg, mhl support or it is up to stock ROM?
ReplyDeleteno
DeleteI don't have Meta-inf folder because I get the stock rom of MTK droid tools... What I do, I port ir normally?
ReplyDeletethe post clearly says replace META-INF from port to stock and there is a META-INF in port rom, read think comment
DeleteOh yes, sorry... But, in the tutorial don't say that I need to replace the boot.img, is corerct?
Deletesince it is port to stock your stock rom will already have the stock boot.img
DeleteIt was in bootloop, doesn't pass the bootanimation, it's always repeating, like in a curl
DeleteI have Team Viewer, can you help me to port it with it? Thanks
DeletePls does it support 3G switch??
ReplyDeleteyes
DeleteI just read ur post "[Guide] How to make Custom Recovery Flashable Stock ROM" .... Can I use my stock custom recovery .zip as my base when porting Roms like this?
ReplyDeleteyes, that is exactly what you are supposed to do
DeleteBro I ported this rom to my XOLO Q1011. everything is fine but app are crashed every time i open it. any solution.
ReplyDeletewhich app ?
DeleteI am trying to port this rom. But there are some bugs like browser and keyboard crashes. Phone storage is not mounting. And some text is not in english in settings and notification panel clock. Can you please help me to solve these bugs.
ReplyDeletethose are not actually bugs, they are due to you changing the default language to english but the keyboard is hard coded to russian. please find a gapps fro 4.4.2 and flash it, it will fix the keyboard crash and download another browser like chrome from play store. and the language not changing to english is not a bug
DeleteThank you for such quick reply.
DeleteOk ill try to flash gapps lets hope itll fix.
then jist one problem remain and that is phone storage is not mounting. And apps are unable to use sd card. Giving write protacted error.
So can you guide me to fix this memory problem.
I have tried to replace vold, but vold.fstab was not present in my stock. Dont know if its normal or not.
And also tried to replace storage.xml in framwork-res.apk but that also dint work.
camera doesnt work
ReplyDeletecan not connect to camera! mtk6582chip elephone P6i
Deleteall other is working fine! but camera does not regonize! all camlibs.so files from stock to port rom!
and rcinit #camera files from stock to portrom!
but camera dont wont to work!
any idea?
do not replace camera files, and install a camera app from playstore
Deleteok i will try!
ReplyDeleteat your Handy camera works nly with playstore camera app to?
i did not understand what you just said, please elaborate
DeleteNw am ready for flash....should I clear cache n dalvik cache?
ReplyDeleteyes wipe data,cache and davlik cache
Deletesorry !
ReplyDeletei mean, does your camera work? without problems?
thx for info
yes it works
DeleteApps icon automatically removed from launcher. whats the region for that.
ReplyDeleteapps downloaded from play store ?
Deletekeyboard dont work!
ReplyDeletehow to activated?
download a keyboard app from PC and install it in your device
Deleteok keyboard works now!
ReplyDeletebut camera wont! always ( can not connect to camera)
i download from playstore other cmera apps! same! ( can not connect to camera)
any idea what can help?
thx for help!
blank screen after port and nw am trying to move back to stock...I first flashed ma stock recovery.zip bt its stock at android, I guess bootloop and nw I tried using sp flash tool and its not working.....its jst there like a fake app.. pls help urgently...I dnt have a phone rite nw
ReplyDeletewhy would you flash stock recovery dude ? please email me
DeleteMy internal sd not mounted after porting n flashing the rom...ie doesnt not show in any file manager
ReplyDeletedid you replace vold.fstab and vold.fstab.nand from stock to port
Deleteexcuse me are we not porting from port to stock?
ReplyDeleteand where is vold.fstab and vold.fstab.nand? which folder
if it is not there then skip, some ROMs have it and some dont
DeleteI also getting the same problem. Internal storage is not mounting. And others may face this problem too. Scince you are the dev of this rom i request you to plz give a solution for this problem. We can talk in private if it is ok for you.
ReplyDeletei am currently trying to fix this issue please wait
DeleteCan you plz create a lollifox rom or any other lollipop rom for mt6592?
ReplyDeletei already have one
DeleteWill it work properly cause it appears that you dont support that rom any more?
DeleteThis comment has been removed by the author.
ReplyDeletereflash CWM, i suggest you make your own recovery using MTK droid tools
Deleteyeah i did that but still it is showing the same error but rom get flashed and my phone in boot loop
Deletedude you have to port it first, you cant flash a ROM not made for your device directly
DeleteYeah I understood and did it all again and ROM flashed correctly with that file context error and phone started working but I thought that it was lollipop but it was modded (like lollipop) and they keyboard was also not working so I went to my stock sorry...
DeleteTHanKs bro ,,.. This rom is working smoothly without any issue.....I modified it little so that it shows android 5.0 instead of showing 4.4.2 in setting...once again thanks.... :)
ReplyDeleteawesome have fun
Deletebro...after restart camera wont working....its keep saying cant connect to camera...???
DeleteWhat CWM you have? And did you put into the zip file_context? Thanks
DeleteI installed automade cwm recovery....and fully ported according to guide..but only one prob camera not working.....
ReplyDeletetrun off your device for 5 mins reboot. Enjoy !!!
DeleteNot working...!!! .. I think i should go back to stock...!!.?
ReplyDeletesame error to me !
ReplyDeletecant solve this problem!
anyone an idea?
Hey!! why we have the same block points ? /system is 5 and /data is 7
ReplyDeletedid anyone say you can't have the same mount points ? ofcourse you can have same mount points as mine
Deletethen when i flash it, booted but in black screen.. ??
ReplyDeletereplace libMali.so from stock to port
Delete@Dr.MTK Droid!
ReplyDeleteany idear how to solve the problem with the camera? ( cant connect to camera )
Thats my only problem! I love this rom! i want to have and camera must work!
any things to change ?
cam lib.so and all with cam.......so i changed from port to stock and other way but nothing works!
rc.init i changed with the stock! same error!
please help!
replacee
Delete- cameracustom
- camerametadata
- cameraservice
- camerahwutils
- camclient
from stock to port
and if you ported ROM using the method described in the this post then replace the above mentioned files from port ROM to the the modified stock ROM which you flashed in your device
DeleteHello, I'm new to porting and I don't know where to find my Stock Rom, can you help me? (Sorry for noob question)
ReplyDeletei have a guide on making a stock rom please follow it
DeleteThank you! Another question: I must do Wipe data/Dalvik Cache before flashing?
ReplyDeleteyes
DeleteThanks, you are the best!
DeleteNow I'm stuck in a sort of bootloop: Bootanimation starts---> After a few seconds it goes on black screen---> Bootanimation Restarts. I didn't copy the port boot.img in the stock Rom
ReplyDeletereport the ROM
Deletereplace files from stock to port
boot.img, /etc/firmware,wifi,bluetooth,security
From stock to port or from port to stock? Thanks in advance
Deletestock to port
DeleteThanks but how can i flash it if my phone is in bootloop and I can't put the Rom in my phone storage?
Deleteremove the battery. Insert again , press vol up+ power button and then in recovery mode go to mounts and storage mount USB storage and connect your device to PC
Deleteit says Error: unable to open ums lunfile(No such file or directory)
ReplyDeletehave you inserted your SD card ?
Deleteok did it, should I redo Wipe data adn dalvik cache?
Deleteyes
ReplyDeleteso to port the rom i just have to replace boot.img, /etc/firmware,wifi,bluetooth,security? Nothing else? (sorry for all these questions)
Deleteyes
DeleteHi, In the installation it says "no file_contexts" but i copied it, what should i do?
ReplyDeleteHey,
ReplyDeleteI tried to port the rom a view times but always get stuck in bootloop.
I also tried to fix it with another guide and copied necessary files from stock to the modified stock rom, but without success.
" 1. libandroid_runtime.so
2. libandroid_servers.so
3. libmedia_jni.so"
My mount point should be correct, but im not 100% sure.
And i also get the message "no file_contexts" during installation with CWM.
Can you help me to fix it?
Big thank you :)
bootloop is no question if you have ported correctly
Deletewhat file is for Battery (prozentage) ??
ReplyDeletemy Battery stucks at 80 or 65% and then wents down to zero!
anybody nows?
thx for help!
turn off device for 5 mins and then reboot
DeleteWhen I port the ROM i'm stuck in bootloop: Bootanimation start and a few seconds after it goes on black screen and bootanimation start other time. Help me please
ReplyDeletereplace boot.img from stock to port also replace /etc/firmware,wifi,bluetooth,security from stock to port
DeleteAnd I need to replace?
ReplyDelete1. /system/app
2. /system/framework
3. /system/fonts
4. /system/media
5. /system/priv-app
6. /system/build.prop
do what i say
DeleteI do what you say but:
Delete- In the first method I was in bootloop and in the second method my mobile doesn't pass the logo f the company...
something is wrong with your device many have already ported this ROM to their device
DeleteMaybe is because my mobile have .odex archives?
DeleteHey bro!...you are awesome.....your ROM is working perfectly... But still I'm facing a problem with the gallery....gallery is not able to find any photos from my SD card and even the photos taken in the camera is also not visible in the gallery.....pls help me out......thx in advance
ReplyDeletetry to download another gallery app from play store
DeleteHey,
ReplyDeleteI successfully ported this rom, thanks for the great work!
But I think I didn't port 100% correct. My option "accessibility" is missing, what is necessary for some apps, to work correct.
Can you help to fix? Or isn't it included in this rom?
can i use this for my htc desire 816g?
ReplyDeleteCan i port it to mt6582m...?
ReplyDeleteno
DeleteCan I port it if my base rom is 4.4.4?
ReplyDeleteyes you can, replace hwcompressor.mt6582.so, libegl.so and /etc/firmware,wifi,bluetooth,security from stock to port
Deleteis it compatible is tablet too?
ReplyDeletemy tab model is TM-MID792
thanks and more power!
No it is not
DeleteAnd you are spamming this website i will be forced to BAN you permanently if you continue this
Hi, great job, assistance please try porting the rom, so good, but fails, to be arrested on systemui, as I fix
ReplyDeleteDownload link does not work
ReplyDeleteIm sry its working,but the creepy program "AdBlock" fuck up the link,so if you have trouble like me just disable the program.Regards!
DeleteDuring call screen wont go off.Home button dont work (touch type).Could you please help me to solve the problem?
ReplyDeletereplace generic.kl for home button
Deletereplace whole permissions folder to fix proximity
ok i did it,now all my buttons on the screen wont work
ReplyDeleteI port this ROM using method 1
ReplyDeletedid you replace generic.kl from stock to port ? replace whole usr folder
Deleteyes i did i replace generic.kl from stock to port and then replace whole permission folder
Deletewill try with whole usr folder
Deleteall buttons wont work (volume,home,power)
Deleteproximity wont work too
Deletebro yeh roms download nhi hoo rhi hai
ReplyDeleteLink is working.
DeleteAdf.ly is banned in India, add https before the link
is it compatible on android torque droidz excel??
ReplyDeleteplz reply sir
Deletedude, i have a social life too. I can't keep sticking to the laptop all day to reply to your comments. I need to go to school too. Learn to be patient.
DeleteNo, it will not work, you must port it first
thanks bro working perfectly on Landvo S6
ReplyDeletebut i have just detected that the camera not working :(
Deletereplace :
Deletelibcameracustom.so
libfeatureio.so
libjpeg.so
libdpframework.so
My microphone not working? Any help .
ReplyDeleteeverything is working. replace firmware folder
DeleteRussian date an time in quick settings how to fix this???
ReplyDeleteAnd many time the apps which i
Russian date an time in quick settings how to fix this???
ReplyDeleteAnd many time the apps which i sideload crash plese help on this
Love yur rom will try inspire 6
Didn't find a place to comment in carbon thread so commenting here in the carbon rom the updater script is not having 2 line format.... Mmcb..... Data and mount..... Mmcb.... Data
ReplyDeleteI rhink tht is the reason y many peoppe are not able to go beyond the manufacturer screen even i am one of the bu i don know to priprely update the script tht is y askin u 2 do thanks in advance
And write at the top of yur blog "i or my site is not responsible for any damage to your device"
My friens were cursing u because they followed yur guide and bricked their device i know that its their fault and not yours and plss giv me the fix for lolifox and carbon ASAP
you must edit your mount points in the updater-script. Also it is already written in My sites "Privacy Policy" and "Terms & Conditions" that my site will not be responsible for any damage.
DeleteHow to fix Russian date and time
ReplyDeletethe link not working bro plz give me a working link
ReplyDeletecan i port it on my lava iris fuel 60 (MT6582)
ReplyDeleteas long as ti is MT6582 running 4.4.2
Deleteu mean its not necessary to bother about matching other specs like RAM, ROM, Camera etc??
Deletei need one more help from you. can u suggest me a cwm recovery which works perfectly on my LAVA IRIS FUEL 60. I couldn't find one yet even after spending tons of time. i have CTR recovery, but i cant extract Stock Rom in MTK Droid Tools using this recovery as it has mounting draw back...
Deletethanks in advance brooo... :)
yes it will work on any device running Android 4.4.2 on MT6582. The only drawback will be that the specs of your device will not maych with your device and you will only be able to use features of the ORM you are using.
DeleteEg if you have 10 mega pixel camera and the ROM has 5 mega pixel camera you will only be able to use 5 mega pixels
I am new to this. Permission to port this ROM? :) i'll try to do what the instruction says but im still really scared to do this.
ReplyDeletemake a SP Flash tool backup of your device guide in the tutorial section of this website. SP Flash Tool backup can restore your from both hard and soft bricks.
DeleteIf you do not port this ROM correctly there will be no big fuss because you will still be able to go to recovery mode to flash your "flashable stock ROM" the guide to make recovery flashable stock ROM to save time is in the tutorials section as well make both backups SP flashtool and recovery flashable (sp flash tool is only used for intense cases)
error in sd card status 6
DeleteERROR IN SD CARD STATUS 6
ReplyDeleteHy,
ReplyDeletei am tried to many times to install some roms ,but failed every times,please help me.If I send it my stock rom you can ported for me?please
Hello Ajit (a.k.a MTKHackerPro)
ReplyDeletei have problem after flashing rom
1. i have sucessfully ported all rom files port to stock
2. i opened cygwin for android kernel porting.I followed all your instruction correctly.
3.i have meta-inf downloaded from this site "Make Stock Rom"
4. I cleared Dalvik Cache and All caches.Then I Flashed With No Problems.No status Error
5. Then After Flashing :( Black Screen Occur,so i followed replacing selected lib files.
Is There Any Problem on 2,3?
on 2 i have boot.img from readback
-Do I need to use Rooted Kernel?
-Or Using Non Rooted Kernel?
on 3
-Do I need To use meta-inf on lollifox folder?
-Or Download From your Tutorial "make stock rom"?
On Phone
-I have Bricked Phone But It Flash Normally Without Problems..
-Do i need To replace My Stock Kernel to Ported Kernel (Using Cygwin)?
-Or Use Ported kernel?
-Or Use My Stock kernel?
Pls. Help Me MHP to this problem :(