MIUI 7 FOR OCTACORE DEVICES (MT6592)

MIUI 7 FOR OCTACORE DEVICES (MT6592)

Disclaimer: I am not Responsible to any or what may happen to your device.
Make Sure you have a full back up of you stock rom (Current rom)
The ROM is fully tested and Currently on running on my device.

Features:

  Wifi - √
  Bluetooth - √
  Radio - √
  OTG - √
  Dual Sim (Sim1-3G) - √
  Camera - √
  PlayStore - √
  Remove uneeded files - √
  Miui 7 Boot Animation (Thanks to Nameless Modders) - √
  Smooth and Breathing - √
  Rooted - √
  + All Working Well

Added:

  PowerMenu options - √
  Customs Icon for Default Theme - √
  Patch for 13MP Added - √
  Plak - √
  Paid Theme - √
  Theme Authorization - √
  + More - √

Fixed:

  All minor bugs from 5.8.14

Known Bugs:

  CleanMaster Removed (Xiaomi Bug) - X
  + EXPLORE !!!!!



Installation:

use philz only !!!!!!!!!!!!!!!!!!!!!!!!!! dont even try with ctr 
and if u want to then dont ask me about the buggs

Reboot To Recovery
  - Wipe all Data
  - Wipe Cache
  - Wipe Dalvik Cache
Install Zip
  - ROM
  - Dap
Reboot ! & Enjoy

How to's:

1. Installing & Activating Xposed Modules
  - Go to Settings - Custom Options - Xposed
  - Modules Check all of them
  - Install Framwork Reboot!

2. Configuring Plak Module
  - tap Mod Mihome On to Off
  - APPLY MIHOME CONFIG
  - Exit


3. Camera Flashing when msg arrivec
  - Settings - Additional Settings - Notification light
  - Turned it OFF

4. Titanium Backup (Restoring Backup Apk's)
  - Open App
  - Hold bottom left button and touch preferrence
  - Go to Backup Settings - Backup folder Location
  - Configure find your backup folder
  - Restore your Apk's

5. Explore.


MIUI 7 features 1

DOWNLOAD LINK FOR ROM : LINK

DONT TRY TO FLASH WITHOUT PATCH 

FLASH THIS PATCH AFTER FLASHING THE ROM FOR SURE ! : LINK
Candy5 Rom Lollipop Unofficial 5.1 (mt6592)

Candy5 Rom Lollipop Unofficial 5.1 (mt6592)

Candy5 Rom Lollipop Unofficial 5.1 from cherry mobile team
by: MANHAR GUPTA
DISCLAIMER
I AM NOT RESPONSIBLE FOR BRICKED PHONES, DEAD SDCARD, DESTRUCTION CAUSED BY A CELLPHONE EXPLOSION DUE TO BLAST EFFECTS!!!
READ THE INSTRUCTIONS CAREFULLY
FEATURES
Candy Interface
Custom navigation bar
Sync( turn off GPS reboot)
Storage Info Fixed
SIM2 / Dual SIM
Data- both sim (working with 3G but u hav to choose it on 1st boot setup)
Camera and Video Working
Battery Percent
Recents Panel Options
Clock and Date Options
Wake Options
Rotation 360 degrees
Custom Notification Lights
Lockscreen Notifications Per App
IME options from 4.4+
Disable Ime selector
Battery Saver mode coloring
Custom system animations
Full Sweetner Pack compatible
Battery bar
Theme Engine
Omni Switch
Wakelock Blocker
Custom DPI
Lockscreen Shortcuts
Animations
Visual improvements
With gapps already
Rooted
With xposed already
ALL of Cm's Latest Feature Additions
NOT WORKING
FMRadio
Hotspot(turned on but not detecting by any device)Special thanks to
CyanogenMod,
SlimRoms,
for making their
source open.
Sources:
HOW TO INSTALL
✡ Working BRAIN
✡ Back up current ROM
✡ Download (Candy5 Rom Lollipop Unofficial 5.1)
✡ Reboot to recovery
✡ Wipe and Format Options
✡ Clean to install a new ROM
✡ Install zip and select Candy5
✡ Reboot
DOWNLOAD LINK
HOW TO UNPACK BOOT IMAGE 

To Unpack boot.img


1. Right Click on Cygwin and run as an administrator

2. Type cd kitchen
3. Type ./menu



4. Once Android Kitchen opens type "0" without ""



5. Now type 12





6. Now type "w" without "" (note : you first need to set up a working folder, steps to create working folder at the end of post)



7. It will extract the stock boot.img in the folder where you setup Cygwin and Android Kitchen



8. Now type "a" without ""




9. A folder with the name bootimg_xxxxx_xxxx will be create copy and paste the Port boot.img in the folder



10. Press enter after placing the Port boot.img in the new bootimg_xxx_xxx folder



11. Now after the Port boot.img ha been unpacked open the kitchen folder



12. Now open BOOT-EXTRACTED and bootimg_xxxx_xxxx in two different windows



13. Open boot.img-ramdisk in both the Port and Stock folders and copy everything that is inside Port boot.img-ramdisk folder except for init.rc



14. Now delete all the folders in Stock boot.img-ramdisk




15. Now paste and replace all the files from Port boot.img-ramdisk folder in Stock boot.img-ramdisk folder



16. Now right click on the Stock and Port init.rc and select edit with notepad++



17. Now go to the export BOOTCLASSPATH line of Port init.rc and copy the entire line and replace it with the Stock export BOOTCLASSPATH (make sure they are in the correct category see image to understand)



18. Now save the Stock init.rc file and close notepad++


19. Now open cygwin and type "b" to repack the ported boot.img



 20. After the boot.img is successfully repacked you can find the ported boot.img in the Working_xxxxfolder




DONE!!!

How to port CM12/CM12.1 lollipop based Rom for Kitkat

How to port CM12/CM12.1 lollipop based Rom for Kitkat


How to port CM12/CM12.1 lollipop based Rom for Kitkat 

Unpack both boot.img Stock & cm12/cm12.1
  • Use Stock zImage(Kernel) With Cm12 ramdisk
  • stock/ramdisk/ueventd.rc
  • compare lines of both ramdisk/default.prop then
    Replace those line from stock boot.img/ramdisk/default.prop to cm12 boot.img/ramdisk/default.prop........
    1. ro.secure=*
    2. ro.allow.mock.location=*
    3. ro.debuggable=*


Now, port system folder...
replace stock to port...
  • firmware from system/etc
  • libMali.so from system/lib
  • libcamdrv.so from system/lib
  • libcamalgo.so from system/lib
  • libcameracustom.so from system/lib

Edit build.prop by notepad++..

  • Change dpi,
    ro.sf.lcd_density=*** (as ur Stock build.prop)
  • Rotation as ur device.
    ro.sf.hwrotation=*** (use 0 or 180 as ur device)
META-INF folder:

Open meta-inf folder & locate updater-script META-INF\com\google\android, then open it with Notepad++
just change system & data (if available) block mounting point as ur device,
Compare mmcblk0p* with ur stock Rom Zip
  • format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0", "/system");
  • format("ext4", "EMMC", "/dev/block/mmcblk0p7", "0", "/data");
  • mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
#Now zip it & flash with Philz recovery 6.59
Best of luck,, Happy Porting
mtk rom porting guide

mtk rom porting guide

(INSTALL BELOW THINGS AS PER YOUR OS BIT VERSION,IF YOU HAVE 32 BIT OS THEN INSTALL 32 BIT STUFFS AND IF YOU HAVE 64 BIT OS THEN CHOOSE 64 BIT STUFFS.
  • WIndows Running PC or Laptop.
  • 7zip Compressor-Download
  • Notepad++ -Download
  • Time(as per you how much take to understand)
  • Your Base Rom(stock Rom,in any format-CWM flashable or SP_tools Flashable,Prefer to have Both)
  • CWM Recovery
  • SD card & Card Reader.(some phones do not have SD slot so no worry for them,i have alternative way)
  • APKTOOL- DOWNLOAD
  • SP_Flash Tools to Unbrick In case Device Get Bricked- Download

  • mtk boot img tools link




Note: Try it at your own risk, and don't complaint any developer or XDA if any mishap takes place. 
TUTORIAL:
Starting with the tutorial, I request you to follow every single step written below to prevent any kind of problem in flashing and causing bootloop. I also dare you to take a nandroid backup of your current rom you are using.
GetSetGo.

Step 1 : Patching System Folder for the port patch.
First of all make a folder named "Port_Patch" and setup all the folder as shown in the images below.


  1. Now, in Port_Patch make system folder in which make folders, "bin" "etc" "lib" "usr" "vendor" "xbin" (without ")
  2. In folder "bin" copy pq & vold from your stock rom
  3. In folder "etc" copy "bluetooth" "firmware" "wifi" "apns-conf.xml" "vold.fstab" "vold.fstab.nand"

  4. In folder "lib" copy files as shown in the image

  5. In folder "usr" copy usr/keylayout/Generic.kl

  6. In folder "vendor" all the files

  7. In folder "xbin" copy "libmnlp_mt662x" (x - '0' or '8') from stock


System has been patched, copy this /system to patch the /system of port ROM.
Step 2: Patching the boot.img of the port rom.
This is bit tricky but can be done easily.
  1. So, first of download this little tool, to unpack & repack your boot.img - MTKbootimg.zip - tested on Windows 7 & above platform
  2. Extract the Tool and you will get two folders named "stock" & "port"
  3. Copy boot.img's respectively from stock rom in "stock" folder & from port rom to "port"
  4. Unpack both boot.img repectively and they may look like this.

  5. From stock copy "kernel" to port folder and just replace it.
  6. Now, repack it, new file named "boot-new.img" will be generated.
  7. Copy "boot-new.img" to port Rom Folder.
  8. Delete existing "boot.img" and rename "boot-new.img" to "boot.img"

Now, your boot.img is patched, proceed to last step.
Step 3: Modifying updater-script to install ROM accordingly.
  1. So, it's the last step before flashing the rom. Now lets fix it.
  2. First, you have to know your device mount points, that can be tracked using MTKDroid Tool or check them in stock rom updater-script.
  3. I have my flashable stock rom so I will get mount points from it.
  4. As show in the image, my stock updater have different mount point for system & data while port have different.

  5. Now, replace "mmcblk0pX" (X - no. for the mount) from stock to port as designated for the partition.
  6. Now Save the updater-script.

Finally, the ROM is ready to flashed.
Step 4: Compressing & Flashing the ROM.
  1. Now, the rom is ready to be packed and flashed.
  2. Simply get to the main directory with META-INF, system, boot.img, etc files.
  3. Select all the files and compress them to zip. Select the compression ratio as you want.
  4. After compressing copy the ROM into root of sdcard
  5. Enter Custom Recovery, wipe data & Cache
  6. Flash the ROM.zip wait till it completes.
  7. Wait till it boots, or else take log using ADB logcat. (Hint: If LED light blinks, the rom is booting)
for bug fixing comment below :)
 miui 7 for mt6592 for porters

miui 7 for mt6592 for porters

For porters only miui 7 for mt6592



MIUI 7 Pink Theme
The new ROM packs four new themes focused on gender e.g. Pink “Goddess” theme for Xiaomi’s female users, you can even obtain images of specific people in your gallery through a face recognition tech inside. If you are a pet lover then you will be pleased to know that Xiaomi has even added a pet section which contains all the pet snaps that you have taken.
MIUI 7 Gallery face recognition
MIUI 7 features 1

Here is the key features of MIUI 7:

  • The brand new MUSE feature will allow users to create themes without any programming language.
  • Total four different category framework UIs comes pre-loaded including women, girls, boys and luxury version. Extravagance form, every offering upgraded desktop symbols, individual design elements and more personalized features.
  • Standard MIUI 7 has five sets framework UI that can be changed during the boot time.
  • Quicker user interface response time and transition animations by around 30% contrasted with MIUI 6.
  • Streamlined CPU planning system, strict background power administration to let an application to wake up just when it’s required and breaking point superfluous utilization of WiFi, information system or area administrations out of sight to enhance battery life by 7 to 25% contrasted with MIUI 6
  • New huge textual styles. For example : standard, medium, large and Extra large.
  • Face Unlock innovation naturally recognizes and sorts out photographs of infants and pets as an accumulation that can be shared effortlessly
  • Kids mode shrouds all your own data and desktop formats, with the goal that kids can get to applications just you offer access to.
  • My business card gives you a chance to include your picture that will appear on your friend’s screen when you call or even a five second video feature
  • Mi Roaming is another virtual SIM service that works in 36 locales nations and areas, including China, Hong Kong, China Taiwan, the United States, Japan, UK and Australia. You can appreciate International meandering in these districts and purchase information at a normal cost of only 0.1 yuan for each MB or beginning at 15 yuan for every GB (US$2.3 approx.).

Download LINK