• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][PORT][VoLTE+FP] MiUIPro Beta/Stable Coolpad Note 3/Lite/Plus

IntelliJAbhishek

Senior Member
Jul 4, 2017
127
257
0
New Delhi




MIUIPro for Coolpad Note 3/Lite/Plus

Ported directly from Redmi Note 4 MTK


MiuiPro 8.9.6

*Fully Poco themed(Poco Launcher + Poco Wallpapers+ Poco Ringtone + Poco Theme)
*Split Screen Working
*Mi Drop removed (install from play store if you need)
*Gboard and Xperia Keyboard added
*Spectrum Support Added
*Wallpaper Carousel Added
*Zero brightness fixed
*Default call recorder fixed partially
*Battery mAh corrected
*Smooth performance
*Assistant Working(Install Google App)
*Few more


Installation Instruction

*Boot to any marshmallow recovery
*Wipe Cache, System, Dalvik, Data
*Flash Rom
*Flash Porting Script 3.1( Only Note 3 and Note 3 Plus users) [Lite users does not need porting script)
*Wipe dalvik cache
*Reboot
*After first boot flash patch provided

Note:- Rom is not rooted. If you want to root flash Magisk.
Do a full charge and discharge cycle if offline charging is not working. yo should do it even your offline charge works for better battery backup.


Bugs
*Selfie mirror (Use Third party cam)
*Fm loud volume


Download Links

Rom(MIUIPro 8.9.6):- Android File Host Link
TWRP for lite:- 3.2.1-0
Patch ( Flash only after first boot )- Android File Host Link



Credits:

MIUIPro Team
DOT OS Team
M.A.D OS Team
@Uday Hegde (Fp Patches and lots of contribution in coolpad)
@Rock Roc (Everything is your help without you nothing possible for me)
Anurag Rai
Abhay Kashyap
@macblaze
Michael Sarno
Ruban
@Kuber Sharma
@Akshay Sharma
@shubham patil
Binod Khandual

If any credit is missing tell me I will add them.

XDA:DevDB Information
MIUIPro, ROM for Coolpad Note 3/Lite/Plus (see above for details)

Contributors
IntelliJAbhishek, Rock Roc
Source Code: https://miuipro.info/rommgr/device/479

ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.x
ROM Firmware Required: Marshmellow Recovery
Based On: Based on MIUIPro for Redmi Note 4 MTK

Version Information
Status: Beta
Current Beta Version: 8.9.6
Beta Release Date: 2018-09-16

Created 2018-04-24
Last Updated 2018-09-15
 

Attachments

Last edited:

IntelliJAbhishek

Senior Member
Jul 4, 2017
127
257
0
New Delhi
Process to pass safetynet in Magisk

As you guyz noticed all miui rom pass safetynet but after sometimes it fails.
Also you may noticed flashing any safetynet module will cause Magisk Not installed issue

Here is fix follow each steps carefully:- KEEP PATIENCE ITS TIME TAKING PROCESS

1- Flash magisk 16.0 or latest and reboot.
2- Again boot to recovery and flash safetynet patch included below.
3- Now Reboot and check. you will get Magisk not installed.
4- Don't worry leave it. Enable developer option and USB debugging from there.
5- After 2-3 reboot magisk will install with safetynet module automatically.
6- It will not break safety net untill you optimize or virus scan in miui security app.

Important Note If by mistake you optimize or virus scan in security app your safetynet, then what to do don't worry my friend if you followed above process then all you need to do is just go to magisk module section TOGGLE magisk module and reboot.

*TOGGLE- if module is enabled and safetynet failed just disable and reboot safetynet pass.
if module is disabled and safetynet failed just enable and reboot safety net will pass
Enjoy.
 
Last edited:

IntelliJAbhishek

Senior Member
Jul 4, 2017
127
257
0
New Delhi
Changelog

MIUI 10 Builds
8.8.2
- Added Poco Theme
- Added Poco Launcher
- Added Poco Bootanimation
- Added Poco Ringtone
- Added Poco Wallpapers
- Fixed Autobrightness and battery mah(as its not fixed in 8.8.2)
- Other changelogs as per miui pro 8.9.6
Links-
Rom -Android File Host Link
Patch(Flash only after first boot) -Android File Host Link

8.8.2
- Initial Release(Miui 10)
Links- Android File Host Link



MIUI 9 Builds
8.5.14
- Update to latest MiuiPro
- Ported from Rock Roc 8.5.14
- Fix camera force close
- Added two new theme
- Boot image reworked by Rock Roc
Links- Android File Host Link or XDA Link

8.4.19
- Initial Release
Links-Android File Host Link or XDA Link
 
Last edited:

VR.gtmini

Senior Member
Oct 8, 2011
371
69
0
29
Mars
SETTINGS APP CRASHES, see log

SETTINGS APP CRASHES EVERYTIME :eek:
I tried every possible way to boot, alas! this>

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.MiuiSettings}: java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String[] android.security.IKeystoreService.list(java.lang.String, int)' on a null object reference
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2606)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2672)
at android.app.ActivityThread.access$1100(ActivityThread.java:180)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1517)
at android.os.Handler.dispatchMessage(Handler.java:111)
at android.os.Looper.loop(Looper.java:207)
at android.app.ActivityThread.main(ActivityThread.java:5856)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:782)
Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String[] android.security.IKeystoreService.list(java.lang.String, int)' on a null object reference
at android.security.KeyStore.list(KeyStore.java:220)
at android.security.KeyStore.list(KeyStore.java:228)
at com.android.settings.vpn2.VpnManager.ya(VpnManager.java:50)
at com.android.settings.MiuiSettings.n(MiuiSettings.java:461)
at com.android.settings.BasePreferenceFragment.at(BasePreferenceFragment.java:131)
at com.android.settings.BasePreferenceFragment.ar(BasePreferenceFragment.java:41)
at com.android.settings.SettingsFragment.ar(SettingsFragment.java:182)
at com.android.settings.BasePreferenceFragment.onViewCreated(BasePreferenceFragment.java:72)
at com.android.settings.SettingsFragment.onViewCreated(SettingsFragment.java:195)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:993)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1153)
at android.app.BackStackRecord.run(BackStackRecord.java:806)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1565)
at android.app.FragmentController.execPendingActions(FragmentController.java:325)
at android.app.Activity.performStart(Activity.java:6362)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2569)
... 9 more
 

updesh94

Senior Member
Dec 5, 2012
500
449
63
Noida
Help needed

I flashed this ROM after flashing stock MM via SP Flash Tool and in the process lost my IMEI numbers. Now it shows unknown in IMEI numbers. I tried a few methods after flashing stock ROM but they didnt work like from MTK engineering mode CDS Info method. Also the backup I made of nvram was lost after internal storage was wiped.

Can anyone suggest any working method to put IMEI numbers cause I still have them in the phone box.?