Showing posts with label MT6582. Show all posts
Showing posts with label MT6582. Show all posts

Friday, 16 October 2015

[ROM][PORT] [MT6582] MYSTIC OS V4 FOR GIONEE M2 [4.4.2 kitkat]



MYSTIC OS V4

FEATURES AND CHANGE LOGS :-
Android L inspired
Light themed
Android M bootanimation
Android M sound
MysticOS boot logo

Android L framework animations

Android L themed statusbar
Android L themed recent apps
Android L themed notification panel
Sim name and weather in notification panel
Lollipop themed Framework
Lollipop platlogo with Lland game
L list selectors
Animated icons in statusbar
Shake to clear Ram
Fab in messaging and calender
Cm12.1 App icons
Cm12.1 signal icons
Cm12.1 battery icons
Settings themed like Lollipop
All other apps themed
STOCK Camera
Nova material launcher as default
Cm12.1 Music player and AudioFX
4 Ways reboot option
Expandable volume panel
Delete button after taking ss
Mystic Fibres in Settings which contain all Mystic features
Partition info and changelogs in About MysticOS
ListView Animations
Toast Animations
Media Scanner on boot
CLock, engineer mode, fonts chooser, scheduled power on off, MysticOS wp and weather settings integrated to settings
Clock & date option
Ram progress bar
Dynamic System Bars
Battery Bar
Carbon Battery styles
Carbon Network Traffic
Cpu info in statusbar
Carrier label in statusbar
Enabled Multi Users
Autostarts and build prop modder option
Lcd density changer
Rom's size 245 mb
Pre rooted and busybox installed
Some build prop tweaks
More figure out urself


PROCEDURE :
1) BOOT INTO CUSTOM RECOVERY ( CTR V2.2 ).
2) USE OPTION PREFLASH WIPES.
3)NAVIGATE TO ROM ZIP AND FLASH IT.
4) REBOOT AND ENJOY.


LINKS :
ROM LINK: https://docs.google.com/uc?id=0B0iuX...xport=download
RECOVERY LINK: https://www.copy.com/s/t%3Ax2l97rVaT...mg%3Boid%3A251
MYSTIC OS OFFICIAL BLOG : http://officialmystic.blogspot.in/20...s-v40.html?m=1
FACEBOOK PAGE AND GROUP: SEARCH IT ON FACEBOOK :cowboy:


CREDITS :
1) @diparthshah_ (ITS ME:cool:) FOR PORTING IT FOR M2.
2) @itsraj011 FOR THEMING THIS AWSOME ROM.








Attached Thumbnails


Click image for larger version<br/><br/>Name:	12004907_761331527328501_5410684486066839647_n.jpg<br/>Views:	N/A<br/>Size:	23.5 KB<br/>ID:	3508276
 

Click image for larger version<br/><br/>Name:	11221951_761330737328580_5362537455815276713_n.jpg<br/>Views:	N/A<br/>Size:	20.9 KB<br/>ID:	3508277
 

Click image for larger version<br/><br/>Name:	11904734_761324923995828_2301622107043368665_n.jpg<br/>Views:	N/A<br/>Size:	16.5 KB<br/>ID:	3508278
 

Click image for larger version<br/><br/>Name:	11990510_761324480662539_7242473701611180349_n.jpg<br/>Views:	N/A<br/>Size:	26.4 KB<br/>ID:	3508279
 

Click image for larger version<br/><br/>Name:	12002858_761329993995321_2208390424142800864_n.jpg<br/>Views:	N/A<br/>Size:	23.2 KB<br/>ID:	3508280
 

Click image for larger version<br/><br/>Name:	12004063_761327183995602_3375606923298794607_n.jpg<br/>Views:	N/A<br/>Size:	20.2 KB<br/>ID:	3508281
 

Click image for larger version<br/><br/>Name:	12032193_761325073995813_2371484954721994458_n.jpg<br/>Views:	N/A<br/>Size:	24.8 KB<br/>ID:	3508282
 

Click image for larger version<br/><br/>Name:	12039517_761326817328972_6348169913787062210_n.jpg<br/>Views:	N/A<br/>Size:	40.8 KB<br/>ID:	3508283
 














Saturday, 10 October 2015

[guide][how to] port miui 7 to any mt6582 device



Many porters are not able to port MIUI Rom to MT6582.... I will give a guide to port MIUI 7 ROM to any MT6582 With Kitkat firmware... This guide is for porters only and works for MIUI 6 also...Noobs Try at ur own Risk... :cowboy:


REQUIREMENTS:
- Basic Knowledge about porting and boot.img editing using android kitchen.
- Use onli TWRP/CTR Recovery.
- YOUR STOCK MT6582 ROM(KK FIRMWARE ONLI)
- ANDROID KITCHEN
- PORT MT6582 MIUI 7 ROM ( use my rom for A104 or Gionee M2 Rom by ARGN Devs... We keep our roms updated)
Canvas A104 MIUI 7 ROM: DOWNLOAD
Gionee M2 MIUI 7 ROM: DOWNLOAD

STEPS:

1: PREPARING:


-Extract both roms to different folder... Setup Android Kitchen.


2: SYSTEM EDITING:


-Bin Folder: Replace vold,sdcard from stock to port.


-Libs Folder: Open port libs folder and delete /hw folder.... Now replace /hw folder libcameracustom.so, libcameraservice.so, libfeatureio.so, libMali.so and libshowlogo.so from stock to port.


-etc Folder: Open port etc folder and delete /firmware and /mddb folder... Replace /firmware & /mddb from port to stock... if u dont have mddb folder in stock leave it...


-Vendor Folder: Open port vendor folder and delete /lib and /media folder...replace /lib and /media folder from stock to port.


-Xbin Folder: Replace libmnlp_mt6582 and mnld from stock to port rom.


- Build.prop : Open build.prop and edit device name with urs .... Finding the correct lcd density is a big problem ... Try 210 first ... change it if u have dpi issues (Dont set below 210).


3: UPDATER-SCRIPT:


- Open updater script and change mountspace id (mmcblkpxx) as per ur device.. U can find it using MTK Droid Tool.


4: BOOT.IMG EDITING:


- Unpack boot.img of both stock and port rom using kitchen... We have to recombile port rom boot.img so unpack boot.img of port rom from working folder.


- Copy ZImage from Stock and replace in port.


- Copy sepolicy from stock ramdisk to port.


- Open uevent.rc of both roms in notepad+ and copy any additional lines from port to stock... use any text compare tool to find additional lines.. dont delete any lines onli add lines from port... Now replace uevent.rc from port with stock rom uevent.rc(The one u added lines from stock)


- Repack port rom boot.img and move it to port folder.


- Replace #camera lines of init.rc from stock to port if u get camera error/ green camera.
- If u Get Sdcard /Internal memory not mounting issue.... Rename init.no_ssd.rc of stock boot.img to init.ssd.rc and replace it in init.ssd.rc of port boot.img.j v


5: FINISHING UP:


- Now compress the port rom into .zip and flash on your device. Njoy!!!


BUG FIXING:

- Same as Other KK Roms... If u have any issues comment below...:D




CREDITS:
-Geo Baby for all his help.
-@manish for his excellent Crossporting guide.
-@helloansuman
-Many xda MTK devs for their guides.


Please Hit Thanks if u find this post useful ...:cool: