Modded Version - FLYME 5.6.3.22 Beta - Meizu MX

Hi men,
I've tried to flash the latest beta ( 5.6.3.22 ) ZIP after having modded it in order to :
* modify LCD density ( from 480 to 380 )
* delete ALL unuseful Meizu' Apps ( APK )
* include MZ Account ( APK )
But there're integrity checks so... FIRMWARE CORRUPT. In the end, I flashed original ZIP file, as downloaded.
Somebody knows how to bypass the check ?

Which version of meizu. Mx4, mx5, mx4 pro, mx5 pro?

Kubas_inko_CZ said:
Which version of meizu. Mx4, mx5, mx4 pro, mx5 pro?
Click to expand...
Click to collapse
Pro 5 64 Gb edition :angel:

PYCON said:
Hi men,
I've tried to flash the latest beta ( 5.6.3.22 ) ZIP after having modded it in order to :
* modify LCD density ( from 480 to 380 )
* delete ALL unuseful Meizu' Apps ( APK )
* include MZ Account ( APK )
But there're integrity checks so... FIRMWARE CORRUPT. In the end, I flashed original ZIP file, as downloaded.
Somebody knows how to bypass the check ?
Click to expand...
Click to collapse
I think that the only way to bypass the check is to use TWRP.

deadlynounou said:
I think that the only way to bypass the check is to use TWRP.
Click to expand...
Click to collapse
Yep, I've solved some days ago. Thx

Hi Pycon,
could you explain which are the improvent related to 5.1.3.0G?
And how to install TWRP also?
Thank you in advance.
Fabio

divxmaniak said:
Hi Pycon,
could you explain which are the improvent related to 5.1.3.0G?
And how to install TWRP also?
Thank you in advance.
Fabio
Click to expand...
Click to collapse
This is old, I'm using 5.6.4.12 G now :good:

More info please.

Now testing rel 5.6.4.19 beta.
Seems smoother than 5.3.1.0 stable.
Is it possible to remove some chinese app?
Do you know which?

divxmaniak said:
Now testing rel 5.6.4.19 beta.
Seems smoother than 5.3.1.0 stable.
Is it possible to remove some chinese app?
Do you know which?
Click to expand...
Click to collapse
Yeah, it's possible. It's easy to flash it but only by TWRP' rec :good:
Stock rec includes integrity checks, so no way...

Related

[Tool]Converter Bin-to-Zip

This tool is for the conversion of meizu's bin formatted rom files to zip. I didn't make the tool, but I can't recall where I got it either.
link
I made the tool. There's a topic on meizume dedicated to it but feel free to discuss it here.
http://d-h.st/users/iSilver
It is quite bloated because of the Qt dlls (couldn't be arsed to recompile the whole beast statically) and that doesn't count the VC 2008 runtime. Oh well.
I have found it is essentially good for converting stock bins to zips, as the other way round won't be helpful for CN devices - a check in the Mz recovery has a special code path for HK devices (based on /proc/uboot_version), which accepts all stuff regardless of whether it's signed updates or not. That's why you could flash anything, prerooted ROM, or even a su package (no need to mess with TPsparky indeed).
OTH, the CN version:
- checks sig of what it flashes (thus only stock updates may be flashed)
- had a (RSA ?) checksum for each partition and thus cannot be written to freely (e.g. mod the recovery image)
- is the reason my next phone won't be a Mz
TwoPointZero said:
I made the tool. There's a topic on meizume dedicated to it but feel free to discuss it here.
http://d-h.st/users/iSilver
It is quite bloated because of the Qt dlls (couldn't be arsed to recompile the whole beast statically) and that doesn't count the VC 2008 runtime. Oh well.
I have found it is essentially good for converting stock bins to zips, as the other way round won't be helpful for CN devices - a check in the Mz recovery has a special code path for HK devices (based on /proc/uboot_version), which accepts all stuff regardless of whether it's signed updates or not. That's why you could flash anything, prerooted ROM, or even a su package (no need to mess with TPsparky indeed).
OTH, the CN version:
- checks sig of what it flashes (thus only stock updates may be flashed)
- had a (RSA ?) checksum for each partition and thus cannot be written to freely (e.g. mod the recovery image)
- is the reason my next phone won't be a Mz
Click to expand...
Click to collapse
I suppose I'm lucky to own a HK MX then. Honestly, they make the best phone that I've handled aside from an iPhone (don't get me wrong, I'm just referring to the build quality.) Thanks for the tool!
We need a kernel dev if your up for it as well. Custom recovery would be a lifesaver for this phone. I'll credit you in the thread as well!
How about this:
1/ Extract the contents of an stock recovery_uboot.img
you obtain a recovery-uboot.img-kernel.zImage and recovery-uboot.img-ramdisk.cpio.gz
2/ Flash recovery-uboot.img-kernel.zImage where kernel ("zImage" in update) for normal boot goes
/dev/block/mmcblk0p6​3/ Flash [(64-byte header)+recovery-uboot.img-ramdisk.cpio.gz] where ramdisk ("ramdisk-uboot.img" in update) for normal boot goes
/dev/block/mmcblk0p7​
and try to boot normally. Do you think the recovery that's normally invoked via VolUp+Power would show up?
EDIT: I posted instructions for dismembering such an image @ http://www.meizume.com/showthread.php?p=158029
TwoPointZero said:
I made the tool. There's a topic on meizume dedicated to it but feel free to discuss it here.
It is quite bloated because of the Qt dlls (couldn't be arsed to recompile the whole beast statically) and that doesn't count the VC 2008 runtime. Oh well.
I have found it is essentially good for converting stock bins to zips, as the other way round won't be helpful for CN devices - a check in the Mz recovery has a special code path for HK devices (based on /proc/uboot_version), which accepts all stuff regardless of whether it's signed updates or not. That's why you could flash anything, prerooted ROM, or even a su package (no need to mess with TPsparky indeed).
OTH, the CN version:
- checks sig of what it flashes (thus only stock updates may be flashed)
- had a (RSA ?) checksum for each partition and thus cannot be written to freely (e.g. mod the recovery image)
- is the reason my next phone won't be a Mz
Click to expand...
Click to collapse
I use this tool, but a mistake in the walk around the process, the specific circumstances, see screenshot!Please improve this tool, it really is very practical, thanks! ! !
Screenshot
View attachment 1613097
I'm trying to use this tool to convert the Flyme 2.0.3 update.bin to a zip file so I can extract a boot.img file, and I'm getting an error. Has the format of the update.bin file changed?
MzCrypt-Gui v1.0.2 with support for MX2 update.bin.
MzCrypt-Gui v1.0.2 with support for MX2 update.bin.
Full package : http://d-h.st/ukl
exe only (no dlls) : http://d-h.st/WLC
TwoPointZero said:
MzCrypt-Gui v1.0.2 with support for MX2 update.bin.
Click to expand...
Click to collapse
This is a fantastic tool, I like it! Thank you very much for your work!
TwoPointZero said:
MzCrypt-Gui v1.0.2 with support for MX2 update.bin.
Full package : http://d-h.st/ukl
exe only (no dlls) : http://d-h.st/WLC
Click to expand...
Click to collapse
Mighty TwoPointZero mate, as MX3 CN version finally hits the market today, is there any chances renewing your tool so that I can get my hands on the new V3.0 update.bin for MX3? Thanks in advance and keep up the great work.
Hi PaulReminder,
MzCrypt-Gui v1.0.3 with support for MX3 update.bin.
Full package : http://d-h.st/nZs
exe only (no dlls) : http://d-h.st/O69​
Thanks iSilver! I uploaded it to my new Meizu fan community if you don't mind: http://meizufans.eu/forum/showthread.php?tid=55
TwoPointZero said:
Hi PaulReminder,
MzCrypt-Gui v1.0.3 with support for MX3 update.bin.
Full package : http://d-h.st/nZs
exe only (no dlls) : http://d-h.st/O69​
Click to expand...
Click to collapse
Thank you sooo much mate for the heads up! Now I can extract new flat icons extracted from MX3 OS to work with my own theme.
With edited icons my phone looks so FlymeOS 3ish now. @TwoPointZero mate, I salute you.
No problem HondaRacer
What's happened to meizume btw?
TwoPointZero said:
No problem HondaRacer
What's happened to meizume btw?
Click to expand...
Click to collapse
Tool works for Meizu MX4 pro?
Thank
Is this tool no longer available? When I click the "Download Now" link, it just brings up a new tab with a grey blank page.
If it's still available, can someone provide me a mirror link please?
This tool is available on the chinese forum http://bbs.flyme.cn/thread-20121-1-1.html
or russian 4pda forum http://4pda.ru/forum/index.php?showtopic=521028&st=21460
or spanish forum http://www.htcmania.com/showthread.php?t=881622
direct download link : Converter Bin-to-zip

Lastest Z1C 4.4.4 firmware (14.4.A.0.157) deodexed

Hy guys, I've deodexed the latest 14.4.A.0.157 firmware and made a flashable zip for the new 4.4.4 Firmware (using kamome tool).
based on 14.4.A.0.157 Generic uploaded by @Jozinek (download)
note : This is not a whole rom, only a deodex mod to use with stock 4.4.4 Firmware
Why I made it ?
I would try Z3 app but I needed deodexed firmware, so I decided to deodex it
What you need ?
- 4.4.4 firmware 14.4.A.0.157 (link above)
- root access (sony patched kernel so you may follow this to get root and dont forget to thanks @Jamal_RS)
- a recovery installed
- flashable deodex zip from :
* Google Drive (uploading), sorry I have some troubles to upload on my drive...
* Dropbox
* htcfanboys thanks to @sinosuke
* androidfilehost thanks to @sinosuke
for .108 version :
What you need ?
- 4.4.4 firmware .108 (second edition) from august 28 (download)
- root access
- a recovery installed
- flashable deodex zip from Google Drive - Dropbox
Instructions :
- Copy flashable zip to you SD CARD
- Enter Recovery
do not format /system or anything else otherwise you'll need to flash stock rom
- Flash deodexed 4.4.X YYY Z1C.zip file
- Reboot
- Enjoy deodexed firmware and feel free to install mods
Thanks dude... i need this... for same reason... try a new app from Z3...
Thanks boro
hey guys,
i just installed this, but now i am getting an OTA update (a small one) but i dont know how to install it as it tells me verification failed.
how can i install that OTA? or can I ask you for a favor on incorperating it into your zip please
solidd_swa said:
hey guys,
i just installed this, but now i am getting an OTA update (a small one) but i dont know how to install it as it tells me verification failed.
how can i install that OTA? or can I ask you for a favor on incorperating it into your zip please
Click to expand...
Click to collapse
Lock your bootloader again and it will works
Thanks --- solved my problem after accidentally flashing a deodex systemui, by the way do we have to zipalign after this? got any TUT how to do it or a script to zipalign every boot. Thanks!
themes never change...only the wallpaper....
waxiboy said:
themes never change...only the wallpaper....
Click to expand...
Click to collapse
For me themes are working fine
What's the different of first and second edition on .108?
Will this unlock bootloader!??
TheEndHK said:
What's the different of first and second edition on .108?
Click to expand...
Click to collapse
This second edition brings mainly security enhancement fixes :
-Android 4.4.4 including the latest enhancements and security updates from Google
-Updated and improved camera experience
-Improvements when using Google voice, Contacts, Music streaming and Google+
-The latest versions of our Sony apps for you to enjoy
-All of our latest bug fixes, optimisations & improvements
zike47222 said:
Will this unlock bootloader!??
Click to expand...
Click to collapse
No this will not unlock your bootloader
Hello Tonio78r i have a question, where I can download the firmware you mention? You never mention where to download :silly:
Mrchidongas said:
Hello Tonio78r i have a question, where I can download the firmware you mention? You never mention where to download :silly:
Click to expand...
Click to collapse
Indeed I forgot, here you go
added to OP
Thanks man
i have the stock version on my z1c, i want flash that mod in this thread -->http://forum.xda-developers.com/showthread.php?t=2730097 it's necessary an deodexed rom,so i think that i can install your version but..when there will be other Ota upgrade o other stock version, what i have to do? i have to wait that somebody will do an new deodexed version on last stock firmware?
thanks a lot
Axospirit said:
i have the stock version on my z1c, i want flash that mod in this thread -->http://forum.xda-developers.com/showthread.php?t=2730097 it's necessary an deodexed rom,so i think that i can install your version but..when there will be other Ota upgrade o other stock version, what i have to do? i have to wait that somebody will do an new deodexed version on last stock firmware?
thanks a lot
Click to expand...
Click to collapse
If you want your mods to work well (most of the time) it needs a deodexed rom, so you will need to wait until somebody make it. Be sure I'll make it as soon I can .
BTW this is just a mod so you will need to update your stock rom before flashing deodex mod
Hope I will help you
Tonio78r said:
If you want your mods to work well (most of the time) it needs a deodexed rom, so you will need to wait until somebody make it. Be sure I'll make it as soon I can .
BTW this is just a mod so you will need to update your stock rom before flashing deodex mod
Hope I will help you
Click to expand...
Click to collapse
Thanks for your response!
Which recovery have you used? I have tried the dualrecovery, but after flashing the zip it goes into bootloop.
baseman said:
Which recovery have you used? I have tried the dualrecovery, but after flashing the zip it goes into bootloop.
Click to expand...
Click to collapse
I used TWRP (included in dual recovery). Are you sure you've used the latest .108 firmware ?
You may try to download and flash latest sony 108 from here
BTW I'll make deodex for firmware 14.4.A.0.157 very soon, but I'll not be able to test it because my Z1C is in repair...
Tonio78r said:
I used TWRP (included in dual recovery). Are you sure you've used the latest .108 firmware ?
You may try to download and flash latest sony 108 from here
BTW I'll make deodex for firmware 14.4.A.0.157 very soon, but I'll not be able to test it because my Z1C is in repair...
Click to expand...
Click to collapse
Thank you very much! I'm waiting
Sent from my D5503

[Q&A] Halcyon Rom For I9500 Help & Support

Q & A thread For Halcyon ROM For I9500
Post your opinions and misc stuffs here
FAQ
Q): Will This Rom work With 11GB Pit and adonis bootloader?
A): Yes ,its perfectly Works on it (i'm currently using rom on it)
Q): Will This Rom work With 8GB Pit and stock bootloader?
A): Yes ,its perfectly Works on it
Q): Can i install stock Kernel?
A): Yes , But its not recomended
Q): Will This Rom Roll out with Flashable Zip or aroma installer?
A): Currently No, I maked one but installation was unstable Due to Busybox upgrade and several heavy core patches, I made this way to ensure you get the most stability and functions working, in order to pack it up i have to remove some feautures
Q): Could you Upload Rom To MediaFire,Mega etc. ?
A): No, For Support my work plz get it from my sponsor Server thank you, And Plz Don't Make Mirror
Q): When would be the next release ?
A): Im working on when there's a huge upgrade the new rom version will come too , Partial fix and misc updated will be through OTA , that's all , So don't Ask ETA's
Q): Theres No Air View Quick setting in pull down what should i do?
Fix : With the provided SQLite Editor app That comes with OTA-1 pakage Go to Settings Storage > Settings And Look For :
Code:
[B] notification_panel_default_active_app_list[/B]
Change Its value to :
Code:
Wifi;MobileData;Location;SilentMode;SideKey;Toolbox;UltraPowerSaving;FloatingMessage;AutoRotate;Bluetooth;DormantMode;WiFiHotspot;PowerSaving;AllShareCast;MultiWindow;Nfc;AirGesture;AirView;SmartStay;SmartPause;Sync;AirplaneMode;NetworkBooster;Torch;TouchSensitivity;PersonalMode;CarMode
Save and reboot (Hot reboot is enough)
Q): I Get MD5 Checksum Error in Recovery During Installation Of V3 What should i do?
A): Ok, You can Disable MD5 check or regenerate One or Simply Put Mod Edit: Links removed. This File[/URL] In the Given Folder
Answered Question
Reserved
Well I see that you are going to give Backup folder of your ROM. Can you please make a flashable zip with Aroma and built-in customization? This will make it more user friendly and easy to install. Moreover I'm on 11Gb pit so will this work on my device? I am worried about the same. Please make a flashable zip.
ajay_gj09 said:
Well I see that you are going to give Backup folder of your ROM. Can you please make a flashable zip with Aroma and built-in customization? This will make it more user friendly and easy to install. Moreover I'm on 11Gb pit so will this work on my device? I am worried about the same. Please make a flashable zip.
Click to expand...
Click to collapse
Yes , this will work, and thanks for mentioning this, i will add this
Can you make an addon pack for various mods like 3MinitBattery, Additional fonts, Toggles setup, and other mods to enable additional customizations.
ajay_gj09 said:
Can you make an addon pack for various mods like 3MinitBattery, Additional fonts, Toggles setup, and other mods to enable additional customizations.
Click to expand...
Click to collapse
yes , offcource , but after im done with the base rom
How many parts are the rom ??
haylcion
This rom multi language?
Enes Apik said:
This rom multi language?
Click to expand...
Click to collapse
yes
ahmad.medo60 said:
How many parts are the rom ??
Click to expand...
Click to collapse
870MB
Q): Could you Upload Rom To MediaFire,Mega etc. ?
A): No, For Support my work plz get it from my sponsor Server thank you, And Plz Don't Make Mirror
haylcion
upsm manager flash it rom
Thank you for all the good work you're doing.
You can add customise box like xposed in your rom? Or network speed indicator and black theme for background, i think we must use amoled on 100% )
I've never seen it so bad introduced a ROM, very good system to understand English and should know the plain and simple, and should have a full part to split the files of 10 of amateurism
Awesome work .!!!!
Installed the rom without any problem.!!!
Great work.!!
Didn't like the stock keyboard u gave
S6 keyboard was better.
Just got an error in playstore but fixed it by clear data of playstore n services + account...
But i wanna add samsung account to restore my data?
Any help in that?
- S finder n quick connect have no use for me in notification bar.
Anyways. Your mod will help me out with that.
Thanks
Thx for ur great work
How can i install the modem ?? Just flash it from recovery ??
Bad Server
Server is horrible not work, very bad post in mega, mediafire, 4shared is it really server
Google play services has stopped
After fresh installation, I get this UNFORTUNATELY, GOOGLE SERVICES HAS STOPPED. Kindly help

Redmi Note3 [Hennessy][Mtk]- All ROM's, Tweaks, Unlock, MIUI 7.1, Global, ROOT, GApps

Hello Everyone
Since DEVDB is not accepting "Redmi Note 3" I am starting this thread to share all the best ROM's, Tweaks & tricks for the Helios-X10 based Hennessy
All link's & uploads will be posted in this OP once the thread is approved.
0) XIAOMI.EU 7.2.3.0 ROM (Stable & Developer) (no China apps, Rooted, Xposed, Gapps) - THIS IS THE BEST!
1) China ROM - Official (Stable & Developer) UPDATE mode (full of China apps, no Root, no Gapps)
2) China ROM - Official (Stable & Developer) - MIUI 7.1.8.0, SP Flash tools mode (full of China apps, no Root, no Gapps)
3) Global ROM - SphinX v2b ManhIT (MIUI 7.1.3.0 Stable with SwiftKey, SuperSU, GApps & no China apps)
4) Global ROM - by LoXar (MIUI 7.1.6.0 Stable with Super SU2.66, GApps, & no China apps)
5) sMIUI ROM Kitchen (needs custom Recovery - by Handam000)
6) sCM12.1 Unofficial for RN3
Hacks & Tweaks
1) Fingerprint Sensor fix by Shade5
2) Un-brick your Redmi Note 3 if SPFlashTools failed
3) Restore/Change IMEI number
Coming up...
Tweaking 2G/3G/4G band settings , Battery Tweaks , Rooting, SuperSU, GApps ,Unlocking Bootloader
Enjoy!
Shade5
This will activate the hardware of your Fingerprint sensor if you've flashed the SphinXv2b Stable_Redmi_Note3_MIUI7.1.3.0_Global_ManhIT ROM and found the Fingerprint sensor not working...
All steps are same as you did for flashing the ROM (screenshot & instructions are also in the zip folder)
First download my Fix attached here & unzip it on your desktop
1) Use SP_Flash_Tool_v5.1516.00 (not included - use the same one which you flashed your ROM with)
2) select Download Agent (DA_SWSEC.BIN) in the FLASH TOOL folder
3) find Scatter file (MT6795_Android_scatter.txt) in the IMAGES folder
However
4) Only untick SYSTEM & USERDATA ,keep the rest selected
Now flash away as normal & reboot once done....
This fix will not affect your apps/data & will immediately ask you to enter your fingerprint - only this time... IT WORKS :good:
IF for any reason you managed to "brick" your phone, just flash the stock China ROM again from the OP or follow the un-brick link for more instructions
Enjoy!
Shade5
Reserved 2
Reserved 3
Hi,
I've just tried the fingerprint solution but unfortunately it still dosn't work. What does your fix actually do? Is there anything else I can try?
Thanks
zms786 said:
Hi,
I've just tried the fingerprint solution but unfortunately it still dosn't work. What does your fix actually do? Is there anything else I can try?
Thanks
Click to expand...
Click to collapse
Hi ZMS...
Firstly just to be sure - did you SPTools flash the SphinX v2b ROM?
After that if you flash my files exactly as per the screenshot I have put in the folder, the Fingerprint sensor driver's get installed.
(BTW on my 16gb the SphinX v2b works but it didn't work on the 32GB, so I made this fix.zip)
I found this ROM was the cleanest n best hence I made this fix (rather than flashing the Chinese or LoXar rom)
Let me know how it goes for you
Hi
I followed your instructions as described and flashed with spflash tool. I will try again and also tried to reboot it but that didn't work. Is there anything else I can check?
That's strange!
Mine (3G/32G) came with SphinX V1 installed and I moved to V2b without any issue.
.I then flashed LoXar 7.1.6.0 on it with SPflashtool (following MIUI EU trend) and live with it now.
No big sensible difference between the two versions, and finger print is working best from the beginning .
Why not to try Loxar and check if issue is solved and in case it will still be present to clean the phone with a China dev version and reapply SphinX as ultimate check.
Edit:
Thanks again to you @ Shade5 for opening this thread
My rn3 bricked
Shade5 said:
This will activate the hardware of your Fingerprint sensor if you've flashed the SphinXv2b Stable_Redmi_Note3_MIUI7.1.3.0_Global_ManhIT ROM and found the Fingerprint sensor not working...
All steps are same as you did for flashing the ROM (screenshot & instructions are also in the zip folder)
First download my Fix attached here & unzip it on your desktop
1) Use SP_Flash_Tool_v5.1516.00 (not included - use the same one which you flashed your ROM with)
2) select Download Agent (DA_SWSEC.BIN) in the FLASH TOOL folder
3) find Scatter file (MT6795_Android_scatter.txt) in the IMAGES folder
However
4) Only untick SYSTEM & USERDATA ,keep the rest selected
Now flash away as normal & reboot once done....
This fix will not affect your apps/data & will immediately ask you to enter your fingerprint - only this time... IT WORKS :good:
Enjoy!
Shade5
Click to expand...
Click to collapse
i follow this just after i flashed v2b, now my RN3 wont even start, i tried to flash it again with v2b, but the sp tool keeps showing error
PLEASE HELP!!!!!!!!!!!
Shade5 said:
However
4) Only untick SYSTEM & USERDATA ,keep the rest selected
Now flash away as normal & reboot once done....
Shade5
Click to expand...
Click to collapse
It's important to untick "preloader" too ! When you don't do that, there's a risk, that your device bricks. You always have to do that when you flash non-stock things with SP-Flashtool.
Btw. What's with custom roms for the Redmi Note 3 ? They should be in your first post too...
Is the xposed useful if I install
Sent from my Redmi Note 3 using Tapatalk
if only you said that earlier
Cameo164 said:
It's important to untick "preloader" too ! When you don't do that, there's a risk, that your device bricks. You always have to do that when you flash non-stock things with SP-Flashtool.
Click to expand...
Click to collapse
man, if only you said that earlier... my RN3 now bricked, it wont turn on,.. can you give me a solution ? please..:crying:
can any body please post another link for : 4) Global ROM - by LoXar (MIUI 7.1.6.0 Stable with Super SU2.66, GApps, & no China apps)
?
Thank you.
Davidfi1 said:
can any body please post another link for : 4) Global ROM - by LoXar (MIUI 7.1.6.0 Stable with Super SU2.66, GApps, & no China apps)
?
Thank you.
Click to expand...
Click to collapse
Here you have. But what's so bad with registering at the MIUI forum so that you can download it from there?
https://mega.nz/#!jNYylDBJ!ZSmwZALOiucQgQTidEqIrjSnIXtWCu14KpTNf2wjVSY
---------- Post added at 20:14 ---------- Previous post was at 19:30 ----------
isfanl said:
man, if only you said that earlier... my RN3 now bricked, it wont turn on,.. can you give me a solution ? please..:crying:
Click to expand...
Click to collapse
Try to reflash SphinX Rom ( http://en.miui.com/thread-207019-1-1.html ) and pay attention that you untick "preloader". Good Luck. :fingers-crossed:
And when this isn't working, try this method: Use SP Tool V5.1516 for flashing the rom (Untick preloader!!). Instead holding only the Vol Down button, Hold Both Vol Down + Power button when plugging the usb cable in. The progress bar should turn yellow and the flash should be completed. Turn on the device, it will take some time, but it should work.
Cameo164 said:
Here you have. But what's so bad with registering at the MIUI forum so that you can download it from there?
https://mega.nz/#!jNYylDBJ!ZSmwZALOiucQgQTidEqIrjSnIXtWCu14KpTNf2wjVSY
Click to expand...
Click to collapse
I did register at the MIUI forum - the problem is with the mega link is not working here for some reason ....
Thank you.:good:
David.
Does anyone have RN3 like me on that picture..
elol said:
Does anyone have RN3 like me on that picture..
Click to expand...
Click to collapse
I have the 3GB RAM version but I had that MIUI version on my device when I bought it too. It's an unofficial shop version. I would switch to an official MIUI version because your version doesn't get updated. I can recommend the latest developer version 6.1.29.
Cameo164 said:
I have the 3GB RAM version but I had that MIUI version on my device when I bought it too. It's an unofficial shop version. I would switch to an official MIUI version because your version doesn't get updated. I can recommend the latest developer version 6.1.29.
Click to expand...
Click to collapse
How can I flash it?its only use update.zip on sd card or need to use pc or laptop..sory for noob question
zms786 said:
Hi
I followed your instructions as described and flashed with spflash tool. I will try again and also tried to reboot it but that didn't work. Is there anything else I can check?
Click to expand...
Click to collapse
I'd need some info before I can help you out....
1) Is your phone 16 or 32 GB?
2) What was the initial ROM version on it
3) Did you flash the CHINA stable ROM before the SphinX v2b?
lolo9393 said:
That's strange!
Mine (3G/32G) came with SphinX V1 installed and I moved to V2b without any issue.
.I then flashed LoXar 7.1.6.0 on it with SPflashtool (following MIUI EU trend) and live with it now.
No big sensible difference between the two versions, and finger print is working best from the beginning .
Why not to try Loxar and check if issue is solved and in case it will still be present to clean the phone with a China dev version and reapply SphinX as ultimate check.
Edit:
Thanks again to you @ Shade5 for opening this thread
Click to expand...
Click to collapse
Hi @lolo9393 , glad the thread is catching on
Some Redmi's are "pre-flashed" with shop-rom's that have Play store
These versions dont register the fingerprint driver's once flashed
I have both 16GB (China, Stable stock, no Play store) & 32GB(Singapore, stable ROM with Play store) RN3's
My fix only re-flashes these (which you didn't as your stock driver's were still working)

FlymeOS Rom for Redmi Note3 pro (SD)(kenzo + kate)V6_7.10.20R-beta from by haohao3344

FlymeOS Rom for Redmi Note3 pro (SD)(kenzo + kate)V6_7.10.20R-beta from by haohao3344 Android 6.0
What's working :
Boots
Camera
RIL
Wifi
Bluetooth
Video Playback
GPS
Audio ( Record and Playback )
Camera ( Videos )
Sensors
FingerPrint
Leds
Volte 4G
What's not working:
missed calls and incoming messages does not arrive
at the number of application notifications
Please feedback to [email protected], [email protected], [email protected]
Loading instructions:
1- Firstly, the device must be rooted and TWRP installed.
2- Download the FlymeOS Rom.zip version + SuperSU.zip, gapps + Titanium Backup Pro-v8.0.2.apk files you want to load from the links and copy them to the external SD card.
IMPORTANT NOTE: Kate will copy the extra miui_HMNote3ProtwGlobal_7.10.19_Firmware baseband file to the external SD card for a smooth operation.
3. Back up your Rom external SD card.
4 - TWRP den 4 lü wipe called Dalvik Cache + Cache + Data + System. (Internal SD not marked)
5- At TWRP, go back to Install and flash the FlymeOS Rom.zip version + Gapps file.
7. When Kate devices are in TWRP for the baseband, go back to Install and flash the extra miui_HMNote3ProtwGlobal_7.10.19_Firmware file.
The device is Root but still prefer to flash SuperSU.zip. When the process is finished, click the bottom left wipe cache and Reboot.
Boot 20 to 30 minutes do not rush speed. (For contacts, make your Gmail synced)
Flyme_Redmi-Note-3_haohao3344_6.7.10.20R-beta
Download link: http://www.dosya.tc/server10/klmagp/e_Redmi-Note-3_haohao3344_6.7.10.20R-beta.zip.html
Published: 10/26/2017. TWRP will not corrupt File fixlidir.
SuperSu link: http://s5.dosya.tc/server5/3mtidz/SuperSU-v2.82-201705271822.zip.html
Gapps link: arm64-6.0-pico: http://s5.dosya.tc/server5/jdjry6/open_gapps-arm64-6.0-pico-20171103.zip.html
Extra for Kate devices: miui_HMNote3ProtwGlobal_7.10.19_Firmware
(Do not install kenzo devices!)
http://s4.dosya.tc/server5/ebc51s/miui_HMNote3ProtwGlobal_7.10.19_Firmware.zip.html
After installing the device, install Titanium_Backup_Pro-v8.0.2.apk and uninstall unwanted Chinese applications.
https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup
There is no Turkish on the keyboard, instead, the Xperia ™ keyboard with Ethnic master's tempo replaced. Install the keyboard and choose Xperia from the language and clock application.
https://forum.miuiturkiye.net/dosyalar/xperia-klavye-apk.10682/
You can also use fingerprints if you introduce fingerprints to use lockups
Why try FlymeOS:
Flyme OS V6 also uses "One Mind"!
China-based smartphone maker Meizu announced that it will use open source Android-based Flyme OS 6 as its operating system. The operating system integrated with "artificial intelligence" "One Mind" has a different interface than all other Android operating system phones. Both the desktop and the backplane have serious differences and Flyme os 6 aims to come to a special place, taking advantage of the flexibility of Android.
I am using this romance for now and
*** We will wait for the Rom a work with "artificial intelligence" support at XIAOMI ***
Orginal porting links: http://www.flyme.cn/firmwarelist-51.html#7
Rom users [kaizenTR] test Fan page: https://forum.miuiturkiye.net/konu/...3344-for-redmi-note3-pro-sd-kenzo-kate.18020/
See the following link for user [kaizenTR] screenshots: https://forum.miuiturkiye.net/konu/...3344-for-redmi-note3-pro-sd-kenzo-kate.18020/
Sorry my not good at English
No offence but do u have permission to share rom by Original Dev
Volte working
MIHIR465 said:
Volte working
Click to expand...
Click to collapse
yes if u want to confirm just go to the official thread which was made by haohao
Criston said:
No offence but do u have permission to share rom by Original Dev
Click to expand...
Click to collapse
I have not seen any ban on the published sites
because earlier versions have already been released for kenzo
Criston said:
yes if u want to confirm just go to the official thread which was made by haohao
Click to expand...
Click to collapse
Ok thanx
My volte doesn't work i have kenzo so tell me which firmware i should flash
hajik2029 said:
My volte doesn't work i have kenzo so tell me which firmware i should flash
Click to expand...
Click to collapse
follow this link: [Firmware] Redmi Note 3 Pro [Kenzo/Kate]
https://forum.xda-developers.com/redmi-note-3/development/firmware-hmnote3proglobal-t3574361
ahmet ferid said:
follow this link: [Firmware] Redmi Note 3 Pro [Kenzo/Kate]
https://forum.xda-developers.com/redmi-note-3/development/firmware-hmnote3proglobal-t3574361
Click to expand...
Click to collapse
But for flyme os which is the firmware i need for volte?!
Sent from my Redmi Note 3 using XDA Labs
hajik2029 said:
But for flyme os which is the firmware i need for volte?!
Sent from my Redmi Note 3 using XDA Labs
Click to expand...
Click to collapse
Rom made for kenzo. my device kate and i can use it as 4g. Look to SS, write 4G
Download links for Kenzo only : Global stabil
8.5.7.0: https://androidfilehost.com/?fid=889964283620761246
0r
Download links for Kenzo only : Global DEv
7.11.2: https://androidfilehost.com/?fid=673791459329058563
If this is not the solution, review xda links for volte https://forum.xda-developers.com/redmi-note-3/development
ahmet ferid said:
If this is not the solution, review xda links for volte https://forum.xda-developers.com/redmi-note-3/development
Click to expand...
Click to collapse
Anyway Thanks for helping
hajik2029 said:
Anyway Thanks for helping
Click to expand...
Click to collapse
Could this patch be the solution?
VolteFix by jamflux.zip
for the Xiaomi Redmi Note 3 Pro(kenzo), by jamflux
https://androidfilehost.com/?fid=889964283620761693
if you want try it.
If there is a solution please provide please give information for I will be add
Rom is smooth as hell. But cant see images saved in sd card in the gallery app
SeanRex said:
Rom is smooth as hell. But cant see images saved in sd card in the gallery app
Click to expand...
Click to collapse
I am not living any problems with it. maybe you need to do wipe cache.
ahmet ferid said:
Could this patch be the solution?
VolteFix by jamflux.zip
for the Xiaomi Redmi Note 3 Pro(kenzo), by jamflux
https://androidfilehost.com/?fid=889964283620761693
if you want try it.
If there is a solution please provide please give information for I will be add
Click to expand...
Click to collapse
Report if it works
Guys volte option is off by default. Turn it on
Add some screenshots to the Topic please help when choosing between testing or not
SeanRex said:
Guys volte option is off by default. Turn it on
Click to expand...
Click to collapse
yes you are right
nairaldo said:
Add some screenshots to the Topic please help when choosing between testing or not
Click to expand...
Click to collapse
I write above I add all of them
See the following link for user [kaizenTR] screenshots: https://forum.miuiturkiye.net/konu/f...zo-kate.18020/
and I've tried I can not do it here bro
not added after first publication on page or I can not found

Categories

Resources