[4.4.2] LIGHTWEIGHT LOLLIFOX FOR MT6582

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.


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
- 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)

format("ext4", "EMMC", "/data", "0");
format("ext4", "EMMC", "/system", "0");
mount("ext4", "EMMC", "/dev/block/mmcblk0p4", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p6", "/data");

5. In the Blocks Map you opened before find these :




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 [4.4.2] LIGHTWEIGHT LOLLIFOX FOR MT6582 Reviewed by MTK Hacker Pro on 3:43 PM Rating: 5

178 comments:

  1. In CWM apeear Warning: No file_context. Anyone know the solution?
    When I flash it is always in bootanimation and reboot

    ReplyDelete
    Replies
    1. did you replace file_context from stock to port ?

      Delete
    2. Yes, and I try to flash without it

      Delete
    3. you 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

      Delete
    4. Doesn't found is in bootloop

      Delete
    5. bootloop is due to you not replacing the stock boot.img in the ROM with your's not following the steps correctly

      Delete
  2. Why this rom isnt work for mtk6592? Can you upload this rom for mtk6592?

    ReplyDelete
    Replies
    1. it will NOT WORK IN MT6592 BECAUSE IT IS NOT BUILT FOR MT6592, yeah i will try to cross port it

      Delete
    2. So how to port it to mtk6592?

      Delete
    3. sorry i cannot give you the guide

      Delete
    4. Why? Where is the problem?

      You know the way but you dont want to share it? :$

      Delete
    5. Can i do the port on my philips s388? Is mtk6582 but i'm not sure what program to use. Wich is the best?

      Delete
  3. Hi! Can i port and share this rom for my elephone p6i? Someone asked me to do it
    Thanks in advance!

    ReplyDelete
    Replies
    1. no i do not give you the permissions to do so

      Delete
    2. And why?
      Ok 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.

      Delete
    3. find 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

      Delete
  4. can i port it for based 4.2.2?

    ReplyDelete
    Replies
    1. no you cannot i wrote the android version in the post title for a reason, think, research then comment

      happy modding
      thank you

      Delete
  5. 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.

    ReplyDelete
    Replies
    1. report the ROM by
      deleting 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

      Delete
    2. OK I did what you said. When I tried booting it after flashing it didn't even show bootanimation. Just black screen.

      Delete
    3. I 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).

      Delete
    4. then you have not ported as i said

      Delete
    5. you need to enable then

      find : 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

      Delete
    6. I changed build.prop and now it says that system.ui has stopped

      Delete
    7. did you change the value in the existing code or add the line ?

      Delete
  6. I changed the value in existing code

    ReplyDelete
    Replies
    1. can you email me on with the screenshot how you changed it ?
      ajit4guraya@gmail.com

      Delete
  7. bootloop...
    when 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

    ReplyDelete
    Replies
    1. 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

      Delete
  8. Bro I am confusing in "Stock to Port" or "Port To Stock".
    Which 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.

    ReplyDelete
  9. thanks bro..
    But still i am notice that in many tutorial for porting there said that to copy files from stock to port. so what's that.

    ReplyDelete
    Replies
    1. 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

      Delete
  10. Has lollifox pussyfap or miui roms for 6582 has otg, mhl support or it is up to stock ROM?

    ReplyDelete
  11. I don't have Meta-inf folder because I get the stock rom of MTK droid tools... What I do, I port ir normally?

    ReplyDelete
    Replies
    1. the post clearly says replace META-INF from port to stock and there is a META-INF in port rom, read think comment

      Delete
    2. Oh yes, sorry... But, in the tutorial don't say that I need to replace the boot.img, is corerct?

      Delete
    3. since it is port to stock your stock rom will already have the stock boot.img

      Delete
    4. It was in bootloop, doesn't pass the bootanimation, it's always repeating, like in a curl

      Delete
    5. I have Team Viewer, can you help me to port it with it? Thanks

      Delete
  12. Pls does it support 3G switch??

    ReplyDelete
  13. I 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?

    ReplyDelete
    Replies
    1. yes, that is exactly what you are supposed to do

      Delete
  14. Bro I ported this rom to my XOLO Q1011. everything is fine but app are crashed every time i open it. any solution.

    ReplyDelete
  15. I 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.

    ReplyDelete
    Replies
    1. those 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

      Delete
    2. Thank you for such quick reply.
      Ok 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.

      Delete
  16. Replies
    1. can not connect to camera! mtk6582chip elephone P6i
      all 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?

      Delete
    2. do not replace camera files, and install a camera app from playstore

      Delete
  17. ok i will try!
    at your Handy camera works nly with playstore camera app to?

    ReplyDelete
    Replies
    1. i did not understand what you just said, please elaborate

      Delete
  18. Nw am ready for flash....should I clear cache n dalvik cache?

    ReplyDelete
  19. sorry !
    i mean, does your camera work? without problems?
    thx for info

    ReplyDelete
  20. Apps icon automatically removed from launcher. whats the region for that.

    ReplyDelete
  21. keyboard dont work!
    how to activated?

    ReplyDelete
    Replies
    1. download a keyboard app from PC and install it in your device

      Delete
  22. ok keyboard works now!
    but 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!

    ReplyDelete
  23. 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

    ReplyDelete
    Replies
    1. why would you flash stock recovery dude ? please email me

      Delete
  24. My internal sd not mounted after porting n flashing the rom...ie doesnt not show in any file manager

    ReplyDelete
    Replies
    1. did you replace vold.fstab and vold.fstab.nand from stock to port

      Delete
  25. excuse me are we not porting from port to stock?
    and where is vold.fstab and vold.fstab.nand? which folder

    ReplyDelete
    Replies
    1. if it is not there then skip, some ROMs have it and some dont

      Delete
  26. I 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.

    ReplyDelete
    Replies
    1. i am currently trying to fix this issue please wait

      Delete
  27. Can you plz create a lollifox rom or any other lollipop rom for mt6592?

    ReplyDelete
    Replies
    1. Will it work properly cause it appears that you dont support that rom any more?

      Delete
  28. This comment has been removed by the author.

    ReplyDelete
    Replies
    1. reflash CWM, i suggest you make your own recovery using MTK droid tools

      Delete
    2. yeah i did that but still it is showing the same error but rom get flashed and my phone in boot loop

      Delete
    3. dude you have to port it first, you cant flash a ROM not made for your device directly

      Delete
    4. Yeah 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...

      Delete
  29. THanKs 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.... :)

    ReplyDelete
    Replies
    1. bro...after restart camera wont working....its keep saying cant connect to camera...???

      Delete
    2. What CWM you have? And did you put into the zip file_context? Thanks

      Delete
  30. I installed automade cwm recovery....and fully ported according to guide..but only one prob camera not working.....

    ReplyDelete
    Replies
    1. trun off your device for 5 mins reboot. Enjoy !!!

      Delete
  31. Not working...!!! .. I think i should go back to stock...!!.?

    ReplyDelete
  32. same error to me !
    cant solve this problem!
    anyone an idea?

    ReplyDelete
  33. Hey!! why we have the same block points ? /system is 5 and /data is 7

    ReplyDelete
    Replies
    1. did anyone say you can't have the same mount points ? ofcourse you can have same mount points as mine

      Delete
  34. then when i flash it, booted but in black screen.. ??

    ReplyDelete
  35. @Dr.MTK Droid!

    any 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!

    ReplyDelete
    Replies
    1. replacee
      - cameracustom
      - camerametadata
      - cameraservice
      - camerahwutils
      - camclient

      from stock to port

      Delete
    2. 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

      Delete
  36. Hello, I'm new to porting and I don't know where to find my Stock Rom, can you help me? (Sorry for noob question)

    ReplyDelete
    Replies
    1. i have a guide on making a stock rom please follow it

      Delete
  37. Thank you! Another question: I must do Wipe data/Dalvik Cache before flashing?

    ReplyDelete
  38. Now 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

    ReplyDelete
    Replies
    1. report the ROM
      replace files from stock to port
      boot.img, /etc/firmware,wifi,bluetooth,security

      Delete
    2. From stock to port or from port to stock? Thanks in advance

      Delete
    3. Thanks but how can i flash it if my phone is in bootloop and I can't put the Rom in my phone storage?

      Delete
    4. remove 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

      Delete
  39. it says Error: unable to open ums lunfile(No such file or directory)

    ReplyDelete
  40. Replies
    1. so to port the rom i just have to replace boot.img, /etc/firmware,wifi,bluetooth,security? Nothing else? (sorry for all these questions)

      Delete
  41. Hi, In the installation it says "no file_contexts" but i copied it, what should i do?

    ReplyDelete
  42. Hey,
    I 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 :)

    ReplyDelete
    Replies
    1. bootloop is no question if you have ported correctly

      Delete
  43. what file is for Battery (prozentage) ??
    my Battery stucks at 80 or 65% and then wents down to zero!
    anybody nows?

    thx for help!

    ReplyDelete
  44. When 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

    ReplyDelete
    Replies
    1. replace boot.img from stock to port also replace /etc/firmware,wifi,bluetooth,security from stock to port

      Delete
  45. And I need to replace?
    1. /system/app
    2. /system/framework
    3. /system/fonts
    4. /system/media
    5. /system/priv-app
    6. /system/build.prop

    ReplyDelete
    Replies
    1. I do what you say but:
      - In the first method I was in bootloop and in the second method my mobile doesn't pass the logo f the company...

      Delete
    2. something is wrong with your device many have already ported this ROM to their device

      Delete
    3. Maybe is because my mobile have .odex archives?

      Delete
  46. Hey 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

    ReplyDelete
    Replies
    1. try to download another gallery app from play store

      Delete
  47. Hey,
    I 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?

    ReplyDelete
  48. can i use this for my htc desire 816g?

    ReplyDelete
  49. Can I port it if my base rom is 4.4.4?

    ReplyDelete
    Replies
    1. yes you can, replace hwcompressor.mt6582.so, libegl.so and /etc/firmware,wifi,bluetooth,security from stock to port

      Delete
  50. is it compatible is tablet too?
    my tab model is TM-MID792
    thanks and more power!

    ReplyDelete
    Replies
    1. No it is not
      And you are spamming this website i will be forced to BAN you permanently if you continue this

      Delete
  51. Hi, great job, assistance please try porting the rom, so good, but fails, to be arrested on systemui, as I fix

    ReplyDelete
  52. Replies
    1. Im sry its working,but the creepy program "AdBlock" fuck up the link,so if you have trouble like me just disable the program.Regards!

      Delete
  53. During call screen wont go off.Home button dont work (touch type).Could you please help me to solve the problem?

    ReplyDelete
    Replies
    1. replace generic.kl for home button
      replace whole permissions folder to fix proximity

      Delete
  54. ok i did it,now all my buttons on the screen wont work

    ReplyDelete
  55. Replies
    1. did you replace generic.kl from stock to port ? replace whole usr folder

      Delete
    2. yes i did i replace generic.kl from stock to port and then replace whole permission folder

      Delete
    3. will try with whole usr folder

      Delete
    4. all buttons wont work (volume,home,power)

      Delete
  56. bro yeh roms download nhi hoo rhi hai

    ReplyDelete
    Replies
    1. Link is working.
      Adf.ly is banned in India, add https before the link

      Delete
  57. is it compatible on android torque droidz excel??

    ReplyDelete
    Replies
    1. dude, 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.
      No, it will not work, you must port it first

      Delete
  58. thanks bro working perfectly on Landvo S6

    ReplyDelete
    Replies
    1. but i have just detected that the camera not working :(

      Delete
    2. replace :
      libcameracustom.so
      libfeatureio.so
      libjpeg.so
      libdpframework.so

      Delete
  59. My microphone not working? Any help .

    ReplyDelete
  60. Russian date an time in quick settings how to fix this???
    And many time the apps which i

    ReplyDelete
  61. Russian date an time in quick settings how to fix this???
    And many time the apps which i sideload crash plese help on this
    Love yur rom will try inspire 6

    ReplyDelete
  62. 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
    I 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

    ReplyDelete
    Replies
    1. 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.

      Delete
  63. How to fix Russian date and time

    ReplyDelete
  64. the link not working bro plz give me a working link

    ReplyDelete
  65. can i port it on my lava iris fuel 60 (MT6582)

    ReplyDelete
    Replies
    1. as long as ti is MT6582 running 4.4.2

      Delete
    2. u mean its not necessary to bother about matching other specs like RAM, ROM, Camera etc??

      Delete
    3. i 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...

      thanks in advance brooo... :)

      Delete
    4. 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.
      Eg 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

      Delete
  66. 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.

    ReplyDelete
    Replies
    1. make 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.
      If 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)

      Delete
    2. error in sd card status 6

      Delete
  67. ERROR IN SD CARD STATUS 6

    ReplyDelete
  68. Hy,
    i 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

    ReplyDelete
  69. Hello Ajit (a.k.a MTKHackerPro)
    i 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 :(

    ReplyDelete

Powered by Blogger.