Monday, June 5, 2017

[ROM] [MT6572] [4.2.x] LeWa OS v6

MT6572 Custom ROM

LEWA OS V6 PORTED TO MT6572, It can be flashed on any device running MT6572 after porting which only takes 5 minutes 

I will not be responsible for ANY damage to your device.

Please backup your IMEI Number, No questions regarding IMEI loss. To restore IMEI Follow this Guide : Restore Lost IMEI/Fix Baseband Issue

DOWNLOAD : Lewa OS V6 For MT6572
IF Play Store Error then flash this : Gapps ZIP
SCREENSHOT :




Features :
Lewa v6
Blur Transparent look
Many inbuilt features
Gapps Included
Universal Init.d app added for executing scripts
Cool dialer
Smoothness tweak
Vram/Swap added for smoothness
Removed chinese apps

Credits:-
Kushal Gothi
Gan Tri Han
Ajit Guraya : For this guide 

Credits go to the developers and Ajit Guraya(ME). 

I just shared a Porting Guide, Because people have trouble porting Lewa OS to their MT6572(bootup issues) and I will also provide support if you have issues


ONLY FOR PERSONAL USE If you want to share please take permission and give proper credits and give link to this post

TO PORT TO YOUR DEVICE :
1. Port the Kernel to prevent bootup issues guide here : Port Kernel
2. Replace the ported boot.img with the boot.img in the Lewa OS ROM
Note : No need to change mount points
3. Flash

If You Error 6 or 7 in recovery use this Meta-INF : META-INF
Note : If using the Meta-INF created by me you must change mount points.

TO CHANGE MOUNT POINTS :

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

Lewa OS V6 For MT6572

No comments:

Post a Comment