Redmi Note 5 HDR+ Samples and magisk methods to enable Camera2 API - Xiaomi Redmi Note 5 Pro Guides, News, & Discussion

Original post with samples photos [link]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here are the full photos in this album.
Before using the Google Camera HDR+, you have to enable Camera API 2 in the MIUI, unless any version of Google Camera you install WILL HAVE NO HDR+ EFFECT OR CRASH AFTER OPENING!!!
The way I choose to enable Camera 2 API on MIUI is through the Magisk platform, and there are 4 steps of prerequisites to get to this:
Unlock the bootloader
You need to go to MIUI unlock page and follow the steps to unlock your phone’s Bootloader.
During the process, you will also need to install the driver in computer for your phone.
Flash the 3'rd party recovery, like TWRP
Go to TWRP devices page to download the TWRP recovery for your model, and boot your phone into Fastboot Mode by holding the volume down & power button until it boot into fastboot.
Also download the Android platform tools, unzip, and open CMD on windows or terminal on macOS and cd (move) to your unzip directory.
After that, flash the TWRP recovery into your phone.
Code:
fastboot flash recovery $your_download_recovery.img
Check to flash process is success (you will see the “OK” in the command line), and boot your phone into recovery:
Code:
fastboot boot $your_download_recovery.img
and slide the button to right to enable modification, disable the MIUI’s recovery.
Flash the Magisk platform
Now the custom 3'rd part recovery is completely installed, we can install Magisk now.
Download the magisk from the developer’s XDA page, copy into your phone SD, select and slide to flash the magisk with TWRP install function .
Flash the Camera 2 API enabler
The previous Camera 2 API enabler is decrepit, so I rewrite a newer version that can work with Magisk 15+.
Flash the zip to enable enable Camera 2 API.
You can check whether you successfully enable the Camera 2 API by Camera 2 API probe:
Install Google Camera Port (HDR+) App
Now the prerequisite is complete, we can finally install the Google Camera Port now.
Here is a Port Google Camera collection page, I recommend using MGCamera_5.1.0.18_R4X series which maintain by @Arthur, and here is my recommend settings:

[Reserved]

Are you using China veriant or Indian?

Shahitto said:
Are you using China veriant or Indian?
Click to expand...
Click to collapse
I bought it at Taiwan, it's a China Variant which use Global Android 8.1 MIUI 9.5 ROM

jhangyu said:
I bought it at Taiwan, it's a China Variant which use Global Android 8.1 MIUI 9.5 ROM
Click to expand...
Click to collapse
So it will also work with indian variant? correct?
Also does this method work with Custom oreo ROM?

KuldeepShivankar said:
So it will also work with indian variant? correct?
Also does this method work with Custom oreo ROM?
Click to expand...
Click to collapse
Yes, this magisk trick can work on any xiaomi device announced in 3 years

Can anybody post front camera megapixel screen? In MIUI 10, my phone front camera megapixel is limited to 5mp.

I followed your settings in Latest RR Rom and mine is China variant but front camera HDR in front portrait doesn't work in low light at all. Thanks for sharing

Can you pls upload thecamera2api enabler here?

It doesn't seems to work for me, I have enabled persist.camera.HAL3.enabled=1 but it still run legacy mode
I'm on Xiaomi Redmi Note Pro (china) running xiaomi.eu rom 8.5.10 with magisk 16.4
any suggestions?

krizky82 said:
It doesn't seems to work for me, I have enabled persist.camera.HAL3.enabled=1 but it still run legacy mode
I'm on Xiaomi Redmi Note Pro (china) running xiaomi.eu rom 8.5.10 with magisk 16.4
any suggestions?
Click to expand...
Click to collapse
I have exactly the same issue. It seems to be a Xiaomi.eu related issue.

n3w0rk said:
I have exactly the same issue. It seems to be a Xiaomi.eu related issue.
Click to expand...
Click to collapse
thanks for the confirmation... I guess I'll try it later when MIUI 10 came out, I hope it will be fixed by then.

how do i download the zip from github? is it just the green clone or download? tried it transfered the zip and flashed through twrp, got a error in return
EDIT: got it working by unzipping and rezipping just the files then flashing it.

can the zip be used on Nougat 9.2 version?

krizky82 said:
It doesn't seems to work for me, I have enabled persist.camera.HAL3.enabled=1 but it still run legacy mode
I'm on Xiaomi Redmi Note Pro (china) running xiaomi.eu rom 8.5.10 with magisk 16.4
any suggestions?
Click to expand...
Click to collapse
Please read the article again, I use a MAGISK MODULE to enable camera2 api, not modify the .prop file.

puttytatko said:
Can you pls upload thecamera2api enabler here?
Click to expand...
Click to collapse
No, please just download it from github.

I tried many Magisk module and non of them is working. The Module is executed successfully, but camera2api can't be activated.
The only method for me to active camera2api is to edit the build.prop.
Weird...
I'm using MIUI 9.5.6.0

e_mc_square said:
I tried many Magisk module and non of them is working. The Module is executed successfully, but camera2api can't be activated.
The only method for me to active camera2api is to edit the build.prop.
Weird...
I'm using MIUI 9.5.6.0
Click to expand...
Click to collapse
Same here.

jhangyu said:
Please read the article again, I use a MAGISK MODULE to enable camera2 api, not modify the .prop file.
Click to expand...
Click to collapse
I use magisk too

jon_snowGOT said:
Same here.
Click to expand...
Click to collapse
It happen on global stable rom.

Related

[HELP NEEDED] Camera2 Api cannot be enabled in my Redmi Note 6 Pro.

Hello everyone!
My problem is I cannot enable Camera2 Api on my Redmi note 6 Pro in any method I've tried so far. (I didn't try rooting and editing the build prop cuz I don't want to root my device yet.) I'm not an expert in these cases guys but I watched and read many tutorials about this and tried almost all methods but the camera2 api is still not enabled for my device for some reason.
*Yes! my bootloader is unlocked!
*Yes! I have set up all the usb drivers and adb on my PC!
*No! I haven't installed any custom recovery permanently!
Firstly I tried enabling it by adb using the following commands (While TWRP image is booted);
adb shell
setprop persist.vendor.camera.HAL3.enabled 1
this didn't give me any error but after I restarted the phone and checked, Camera2 Api wasn't enabled.
Then I tried to flash a zip file to enable it. I've tried many different zip files but none worked. ( I copied the zip files to my SD card and selected them from there because when I temporarily booted into TWRP, it didn't recognize any file in my internal storage. It just showed my internal storage is 0MB! then I mounted my SD card then TWRP recognized the zip files in there.) First I flashed a "Disable DM Verity Force Encrypt" zip and it gave me "Successful!". Then I tried to flash the "Camera2 Api" zip but it gave me "Failed!". I tried 5-6 different zips from the Internet (meant for my device) but every one of them gave an error.
So..yup..that's my problem. I really really want to install G Cam on my device but I can't understand where is the error. Everyone seems to success with this process but for some reason it doesn't work for me. I'm afraid to do anything which breaks OTA updates either. I don't know this area a lot so any help on this means a lot to me. Sorry for the long post guys. Thanks a lot in advance!
Have a nice day everyone!
(P.S. - Please find the attached images for more info. Thanks!)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
thats my idea:
last month i try like that...first write hal3=1 to the buildprop.than restart..
than disable again (hal3=0).restart..
finally enable again hal3=1 than restart..its worked for me like that.Interested solution ... some users (mi 8 lite) tryed my solution but didn't work.Someones tryed magisk module 2-3 times than worked no any issue
[email protected] said:
thats my idea:
last month i try like that...first write hal3=1 to the buildprop.than restart..
than disable again (hal3=0).restart..
finally enable again hal3=1 than restart..its worked for me like that.Interested solution ... some users (mi 8 lite) tryed my solution but didn't work.Someones tryed magisk module 2-3 times than worked no any issue
Click to expand...
Click to collapse
Thanks for the reply!
I haven't rooted my phone yet so I'm unable to try this solution at the moment friend since I can't edit the build.prop. But if there aren't any other solution I will definitely root my device and try this!
Thanks again for your concern!
Charith Lekamge said:
Thanks for the reply!
I haven't rooted my phone yet so I'm unable to try this solution at the moment friend since I can't edit the build.prop. But if there aren't any other solution I will definitely root my device and try this!
Thanks again for your concern!
Click to expand...
Click to collapse
try with root solution.(with magisk). You can unistall it. buildprop solution better than others.
[email protected] said:
try with root solution.(with magisk). You can unistall it. buildprop solution better than others.
Click to expand...
Click to collapse
Hello again!
I tried editing build.prop my friend and it worked!! Just as you said I firstly set the prop value to 0 and restart and then again set it to 1 and restart and it worked magically! Thank you so much for your help friend!
you are welcome
[email protected] said:
you are welcome
Click to expand...
Click to collapse
Hello there can you help me eneble the camera2api on miui V10.3.3.0
Rei Shu said:
Hello there can you help me eneble the camera2api on miui V10.3.3.0
Click to expand...
Click to collapse
its easy.if ur bootloader unlocked:first install twrp on ur device.than install magisk apk on your system or install with twrp(flash zip).Than install buildprop app on the app store.Open app.Than search hal3=0 word on the buildprop app. thats it
You can install magisk app on the apk like this.install magisk app-open app-than click download zip.You can install that zip on the twrp interface or search on the google (magisk.zip)
[email protected] said:
its easy.if ur bootloader unlocked:first install twrp on ur device.than install magisk apk on your system or install with twrp(flash zip).Than install buildprop app on the app store.Open app.Than search hal3=0 word on the buildprop app. thats it
You can install magisk app on the apk like this.install magisk app-open app-than click download zip.You can install that zip on the twrp interface or search on the google (magisk.zip)
Click to expand...
Click to collapse
It was my first time unlokcing my phone and installing twrp etc. Last phone which I was rooting swtiching to roms was the legendary HTC HD2.
I did what you explain to this person I swtich hal3=1 to 0 and than again to 1 and it worked
Rei Shu said:
It was my first time unlokcing my phone and installing twrp etc. Last phone which I was rooting swtiching to roms was the legendary HTC HD2.
I did what you explain to this person I swtich hal3=1 to 0 and than again to 1 and it worked
Click to expand...
Click to collapse
last xiaomi update was **** dude.hal3=1 but nothing works on gcam.my solution works every redmi note 6 phone without no problem.
but you r trying first time.You can install gcam without any problem while hal3=1
[email protected] said:
last xiaomi update was **** dude.hal3=1 but nothing works on gcam.my solution works every redmi note 6 phone without no problem.
but you r trying first time.You can install gcam without any problem while hal3=1
Click to expand...
Click to collapse
Xiaomi could make this device run a lot more smoother.. still the full screen gestures are lagging kinda :/ I was planning on installing some rom but from what im reading all of them are full of bugs etc.
Btw what version of Gcam you using I found some version where night mode works on front camera and the back camera without any problem but when HDR is off its not taking pictures until i turn it on :/
Rei Shu said:
Xiaomi could make this device run a lot more smoother.. still the full screen gestures are lagging kinda :/ I was planning on installing some rom but from what im reading all of them are full of bugs etc.
Btw what version of Gcam you using I found some version where night mode works on front camera and the back camera without any problem but when HDR is off its not taking pictures until i turn it on :/
Click to expand...
Click to collapse
MGC_6.2.024_BSG_Arnova-based_v.0.2_TlnNeun.apk
im using this version without any problem.night sight and hdr works good.

[ROM][OFFICIAL/WEEKLY] Omnirom for Oneplus7pro [9.0][OOS Vendor/OOS camera]

CLOSED PER OP REQUEST
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
DOWNLOAD Official
DOWNLOAD oos camera
Kernel source:
Source
Selinux Status:
Enforcing
MAJOR BUGS:
VoWifi
flash on your own risk.
FLASHING
First Time:
update fastboot and adb ( https://developer.android.com/studio...platform-tools )
download twrp
fastboot boot twrp-blabla.img
flash stock OOS (we use stock vendor, if you have that skip this step)-(but make sure your both slots are fine (look flashing oos update below))
flash omni
reboot to bootloader
fastboot boot twrp-blabla.img again
flash open gapps nano (ONLY GAPPS NANO ARE SUPPORTED by US, But flash what you want)
reboot (if you still have trouble with understanding a/b just repeat whole procedure once again).
If phone doesnt boot format userdata.
Updating: (WILL WORK ONCE OFFICIAL)
Use OTA inside rom for updates
updating when stock OOS update is released:
boot twrp
flash oos
flash omni
reboot bootloader
boot twrp
flash oos
flash omni
reboot bootloader
boot twrp
flash gapps
if u did something else. we dont need/wanna know about it in the thread
May the force be with you
OOS camera work with portrait mode, 60fps, all 3 cams, etc.
Android auto works fine.
If you dont mess with magisk, rom will always pass safety net out of the box.
Device Maintainers
@vache, @darkobas,
@maxwen
XDA:DevDB Information
OmniRom, ROM for the OnePlus 7 Pro
Contributors
darkobas, vache, maxwen
Source Code: [url]https://github.com/omnirom/[/URL]
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
ROM Firmware Required: 9.5.11
Version Information
Status: Stable
Created 2019-07-19
Last Updated 2019-07-28
reserved
nice!
any plans to support 5g variant?
Nekromantik said:
nice!
any plans to support 5g variant?
Click to expand...
Click to collapse
probably not before q..... even then we would need a experienced tester if we wanted to make things work as no1 in team has a 5g. dunno even what the current issues with it are
group
Is there a telegram group?
Yes! Thank you! Hopefully will have time to flash today.
darkobas said:
probably not before q..... even then we would need a experienced tester if we wanted to make things work as no1 in team has a 5g. dunno even what the current issues with it are
Click to expand...
Click to collapse
The hardware is identical apart from Modem so things like vendor and modem files will be different.
I flashed AOSiP with 5g supported kernel and it boots and camera bluetooth etc works. Just no SIM detected.
Before people ask yes when it boots up it is on 60 fps mode. To change go to settings --> omni gears---> display modes and put it on 3120x1440 90.0000. The 1080p mode seems to break fingerprint and gives you a weird screen off animation.
---------- Post added at 02:39 PM ---------- Previous post was at 02:38 PM ----------
joemossjr said:
Before people ask yes when it boots up it is on 60 fps mode. To change go to settings --> omni gears---> display modes and put it on 3120x1440 90.0000. The 1080p mode seems to break fingerprint and gives you a weird screen off animation.
Click to expand...
Click to collapse
Edit. Also fingerprint seemed to be pretty hard to setup. Had to press pretty hard to get it to recognise. Works fine now.
Rom working well so far! 90hz initially wasn't working but switching to 60hz then back to 90hz fixed it for me. I can't seem to get UnifiedNlp working with MicroG though. I already removed com.qualcomm.location as the NanoDroid wiki says it could conflict, but to no avail. Could it maybe be that the rom doesn't look for com.google.android.gms as a location provider?
gigatex said:
Rom working well so far! 90hz initially wasn't working but switching to 60hz then back to 90hz fixed it for me. I can't seem to get UnifiedNlp working with MicroG though. I already removed com.qualcomm.location as the NanoDroid wiki says it could conflict, but to no avail. Could it maybe be that the rom doesn't look for com.google.android.gms as a location provider?
Click to expand...
Click to collapse
Just dont remove qcom location and location will work fine
Love the ability for custom fingerprint Icons
joemossjr said:
Love the ability for custom fingerprint Icons
Click to expand...
Click to collapse
If anyone's wants some hit me up and I'll see what I can do
joemossjr said:
If anyone's wants some hit me up and I'll see what I can do
Click to expand...
Click to collapse
Could you create a zip of them all and make a theme post for it? Or drop it here since i think this is the only rom right now with custom icon ability.
So if coming from another ROM do we format data boot back to TWRP wipe but don't wipe internal, system are vender then flash ROM bla bla bla done ?
Hunter3U said:
Could you create a zip of them all and make a theme post for it? Or drop it here since i think this is the only rom right now with custom icon ability.
Click to expand...
Click to collapse
You can find some files here : https://t.me/s/OP_fps
Here's a zip of ones I made
I m on 9.5.10 with magisk and unlocked bootloader..what should be flashing method?should I go with method said in op( oos-omni-reboot to b/l-twrp-oos-omni method)or any other method?
punit1708 said:
I m on 9.5.10 with magisk and unlocked bootloader..what should be flashing method?should I go with method said in op( oos-omni-reboot to b/l-twrp-oos-omni method)or any other method?
Click to expand...
Click to collapse
I used the same method as op6 and op7pro in previous roms works perfectly and I formatted data prior and same wipe method as previous roms
joemossjr said:
Here's a zip of ones I made
Click to expand...
Click to collapse
How to use the zip. I am on OOS renovate rom
Edit.. Found it
Dbj.Dhaval said:
How to use the zip. I am on OOS renovate rom
Click to expand...
Click to collapse
Try using same method as you woruld with other real roms not gsi mess search xda read up one post

How To Guide Pass SafetyNet on xiaomi.eu ROM

NOTE: These steps may no longer be necessary on latest xiaomi.eu builds. Check for SafetyNet status first (preferably with an app other than Magisk Manager).
While the xiaomi.eu ROM for the X3 Pro is patched against bootloader status detection, it does not have a valid device fingerprint set up, so it fails the check. The tl;dr is, you have to change the device's footprint to the following: POCO/vayu_global/vayu:11/RKQ1.200826.002/V12.0.4.0.RJUMIXM:user/release-keys
As for the details, here's how to pass SafetyNet on this ROM on the POCO X3 Pro:
1. Install Magisk. Instructions (follow instructions for ramdisk/boot.img; you can get the boot.img easily from the xiaomi.eu ROM ZIP file): https://topjohnwu.github.io/Magisk/install.html#patching-images
2. Open the Magisk app, go to settings and make sure MagiskHide is enabled.
3. Install MagiskHide Props Config from within the Magisk app.
4. Install any terminal app, eg. https://play.google.com/store/apps/details?id=jackpal.androidterm
5. Reboot
6. Open the terminal app. Run su, permit root access, then run props. Wait for the script to ask you to select an option.
7. Choose the following options (follow each with Enter): 1, then f, then 22 (should be labeled "POCO"), then 6. Double check if the chosen device fingerprint is "POCO X3 Pro", then press y.
8. Reboot. You should be able to pass SafetyNet now.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Nice. It work for me. Thank you so much
Thanks, works.
X3 NFC, Android 10 fingerprint also works
Pixel 4 XL fingerprint works too
@TheReduxPL Could you please create similar straightforward guide for flashing xiaomi.eu rom? Thank you in advance.
prostozsadu said:
@TheReduxPL Could you please create similar straightforward guide for flashing xiaomi.eu rom? Thank you in advance.
Click to expand...
Click to collapse
The procedure of flashing xiaomi.eu on this device isn't really that different, there is just one key difference.
- Backup your files on internal storage
- Unlock bootloader
- Flash recovery (eg. this one: https://github.com/leeminh888/xiaomi-vayu-recovery/releases)
- Format the data partition (don't wipe, won't work on this recovery)
- Flash the xiaomi.eu ZIP file and reboot
Give it 10 minutes to boot at most and it should work just fine.
Info: Latest Xiaomi.eu Stable ROM for POCO X3 Pro (12.0.4.0) has been reuploaded to fix SafetyNet issue.
Simply redownload the ROM and dirty flash it.
Micdu70 said:
Info: Latest Xiaomi.eu Stable ROM for POCO X3 Pro (12.0.4.0) has been reuploaded to fix SafetyNet issue.
Simply redownload the ROM and dirty flash it.
Click to expand...
Click to collapse
Thanks for the news, I will personally not bother with a dirty flash since the module works just fine.
Micdu70 said:
Info: Latest Xiaomi.eu Stable ROM for POCO X3 Pro (12.0.4.0) has been reuploaded to fix SafetyNet issue.
Simply redownload the ROM and dirty flash it.
Click to expand...
Click to collapse
I flashed the last rom but still safetynet doesn't pass.
Can i flash from MIUI 12.0.5 global to 12.0.4 xiaomi.eu without brick?
PatrykM13 said:
Can i flash from MIUI 12.0.5 global to 12.0.4 xiaomi.eu without brick?
Click to expand...
Click to collapse
Yes you can, but need to format the device.
titou4488 said:
I flashed the last rom but still safetynet doesn't pass.
Click to expand...
Click to collapse
Please use this app to test SafetyNet => https://play.google.com/store/apps/details?id=com.scottyab.safetynet.sample
Micdu70 said:
Please use this app to test SafetyNet => https://play.google.com/store/apps/details?id=com.scottyab.safetynet.sample
Click to expand...
Click to collapse
Wow, why the test with magisk doesn't work and this one pass?
titou4488 said:
Wow, why the test with magisk doesn't work and this one pass?
Click to expand...
Click to collapse
Because the API key used to run SafetyNet's tests in Magisk app has been blacklisted by Google.
EDIT: Will be fixed in the next stable Magisk version.
Thanks for that Info.
For me Safetynet isn't passed with the reuploaded Rom, too. And Playstore shows "Device not certified". So I'll hope for next stable Magisk Version
Louis235 said:
Thanks for that Info.
For me Safetynet isn't passed with the reuploaded Rom, too. And Playstore shows "Device not certified". So I'll hope for next stable Magisk Version
Click to expand...
Click to collapse
That's strange because my device is certified on play store with last xiaomi.eu. i use magisk hide and hide the magisk app too.
titou4488 said:
That's strange because my device is certified on play store with last xiaomi.eu. i use magisk hide and hide the magisk app too.
Click to expand...
Click to collapse
Yes, indeed. Don't ask me why. My Magisk is hidden, too
Micdu70 said:
Info: Latest Xiaomi.eu Stable ROM for POCO X3 Pro (12.0.4.0) has been reuploaded to fix SafetyNet issue.
Simply redownload the ROM and dirty flash it.
Click to expand...
Click to collapse
Link please to the Latest Xiaomi.eu Stable ROM for POCO X3 Pro (12.0.4.0)?
urbanman2004 said:
Link please to the Latest Xiaomi.eu Stable ROM for POCO X3 Pro (12.0.4.0)?
Click to expand...
Click to collapse
Always look for latest releases here: https://sourceforge.net/projects/xi...files/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv12/
Or if this link ever dies, just visit xiaomi.eu, there's a button right on top of the page to get access to ROM downloads.
TheReduxPL said:
Always look for latest releases here: https://sourceforge.net/projects/xi...files/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv12/
Or if this link ever dies, just visit xiaomi.eu, there's a button right on top of the page to get access to ROM downloads.
Click to expand...
Click to collapse
Appreciate the feedback... Didn't realize sourceforge hosted flashable ROM builds on its site. Also, in a desperation attempt, I had registered an account on xiaomi.eu in an effort to locate the ROM, but to no avail due to my unfamiliarity w/ the website's layout. Thanks for leading the way.

How To Guide [ROM][MIUI][cupid] Xiaomi.eu ROM for Xiaomi MI 12

How to install Xiaomi.eu ROM for Xiaomi 12
Steps to install xiaomi.eu ROM for first time from China ROM (All your data and files on internal storage will be deleted!)
- Unlock your bootloader by Mi Unlock tool https://en.miui.com/unlock/
- Download our ROM zip file BETA or STABLE
- If you are on Windows: Right click on downloaded zip - Settings - Unblock zip content
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- Unpack downloaded zip file in the PC (WinRAR is recommended)
- Reboot your device to fastboot mode (press volume down + power)
- Connect to PC via original USB cable
- Run fastboot installation script as administrator from unpacked zip according your PC operating system
For Windows OS ./windows_fastboot_first_install_with_data_format.bat
For Linux ./linux_fastboot_first_install_with_data_format.sh
For MacOS ./macos_fastboot_first_install_with_data_format.sh
- After reboot its done (first boot may take up to 15min)
Steps to install update of xiaomi.eu ROM (All your data and files on internal storage will NOT be deleted!)
- Download our ROM zip file WEEKLY or STABLE
- Unpack downloaded zip file in the PC
- Reboot your device to fastboot mode (press volume down + power)
- Connect to PC via USB cable
- Run fastboot installation script from unpacked zip according your PC operating system
For Windows OS ./windows_fastboot_update_rom.bat
For Linux ./linux_fastboot_update_rom.sh
For MacOS ./macos_fastboot_update_rom.sh
Update guide on the video
- After reboot its done (first boot may take up to 10min)
Update via OTA:
Installation via OTA is currently not possible due to missing TWRP
Updater will notify you about new version and download it to your device for you
You have to copy it to your PC, unpack it and run fastboot_update_rom sctipt
Enjoy..
Please create a theme Xiaomi 12x it also has a firmware from xiaomi.eu
@ingbrzy will future roms be based on the global rom?
ermacwins said:
@ingbrzy will future roms be based on the global rom?
Click to expand...
Click to collapse
nope.. we prefer China ROM as base rather than Global..
ingbrzy said:
nope.. we prefer China ROM as base rather than Global..
Click to expand...
Click to collapse
May I ask why?
ermacwins said:
May I ask why?
Click to expand...
Click to collapse
seems you never used a Global ROM.. try it and you will see..
ingbrzy said:
seems you never used a Global ROM.. try it and you will see..
Click to expand...
Click to collapse
Hevent used it in a while.
Also is it ok to flash the global rom when I sell my phone? Does it relock the bootloader?
ermacwins said:
Hevent used it in a while.
Also is it ok to flash the global rom when I sell my phone? Does it relock the bootloader?
Click to expand...
Click to collapse
you can not lock bootloader on Global ROM if you have a chinese device.. only on Global device..
ingbrzy said:
you can not lock bootloader on Global ROM if you have a chinese device.. only on Global device..
Click to expand...
Click to collapse
Ok so it will flash but bootloader will remain open?
ermacwins said:
Ok so it will flash but bootloader will remain open?
Click to expand...
Click to collapse
depends what you select in MiFlash
ingbrzy said:
depends what you select in MiFlash
Click to expand...
Click to collapse
What should you choose if you want to flash global?
Is it possible to thoroughly remove privacy and security modules on China ROM? or should we just wait for AOSP ROMs?
Does Google pay work?
ermacwins said:
Does Google pay work?
Click to expand...
Click to collapse
Yes, but if you don't root it (or you hide it)
rubencm2 said:
Yes, but if you don't root it (or you hide it)
Click to expand...
Click to collapse
It will work unrooted on EU rom?
ermacwins said:
It will work unrooted on EU rom?
Click to expand...
Click to collapse
Depends whether EU rom status comes with passed safetynet. If not, you can root & zygisk hide gpay.
Hello,i'll be short,i have mi12 bought in china (china stable),i have unlock and put on xiaomi.eu but I have many issue.i.e. no push on Company email with Google ,some freeze, no possibility to add Exchange account, no update with calendar and so on... you suggest me to wait update of Xiaomi.eu or put,if possible, global eea official Xiaomi?(if is possible obviously)
it is ok to flash this rom if im on global version? i dont mind the change from global to china just dont want to brick the thing
Where i find the link for cupid? :S
EDIT: found it thx
rodrigo_blind said:
Where i find the link for cupid? :S
Click to expand...
Click to collapse
https://sourceforge.net/projects/xiaomi-eu-multilang-miui-roms/files/xiaomi.eu/MIUI-STABLE-RELEASES/MIUIv13/xiaomi.eu_multi_XM12_V13.0.32.0.SLCCNXM_v13-12-fastboot.zip/download

General [GSI] Crdroid 8.6 For J716F

Hello everyone!
I got this device last year and always wanted GSI to run properly in the device. In other guide shows GSI can be properly installed however, it rendered wrong rotation and sound sometimes muffled. I want to get rid ZUI 12/13 because notification problem and suspicious with Chinese rom. With GSI we can have long term device support and security. I am using stock recovery only and stock fastbootd. Root with magisk is sometime hit or miss. I managed to fix with a ported miui vendor img and simple build.prop alteration.
Prepare:
Working device
Unlocked bootloader
Win7/8/10/11 (installed FastBoot driver)
Make sure to be based on the ZUI_13.0.430 version (link attached)
Download GSI J716F script.
Type C dongle to mouse. (needed)
Steps:
1) Restore with Qfil to ZUI_13.0.430 (link attached)
2) Download and extract GSI J716F script.
3) Reboot your device to fastbootd with adb reboot fastboot.
4) Run gsi system flasher for j716f only.exe and press 1. On next screen, press any button. Connect your device until it restore.
5) Do factory reset in recovery mode then reboot.
6) Once system is rebooted. Connect type C dongle with mouse to the device and finish the setup. Please note that rotation and touch is not in sync.
7) Install magisk and make sure proper root. Install build.prop editor. (link attached)
8) Open build.prop and grant superuser access. Add entry ro.surface_flinger.primary_display_orientation at first column and ORIENTATION_270 at second column.
8. Save dan reboot.
9. Everything is working now but bare in mind you need to install some magisk module to get proper sound manager, safetynet fix, AOD support and auto brightness fix from Y700.
What is wroking:
1. Wifi
2. Bluetooth
3. Brightness adjustment (Auto brightness need magisk module)
4. 60Hz/90Hz refresh rate
5. Camera, flashlight and face unlock
6. Working sensors
7. Screen rotation
8. Dual speakers
9. Linear motor
Bug: d2tw and flip screen
Please tell me other bugs
Download : https://drive.google.com/drive/folders/1F4oQflyK6PgfnstJacFOPGaQzZMmJyfQ?usp=sharing
Once root and magisk is properly installed. You can install several magisk module to fix, play store verfication, auto brightness, sound manager and APTX (HD) module for bluetooth.
1) Install each modules.
2) Reboot.
Install these 2 apk to get better camera and proper AOD support
1) Install trebleApp(1).apk
2) Gcam MGC_8.1.101_A9_GV2b_snap.apk
3) You can disable the stock camera app.
In case you want to try other gsi system instead of CrDroid 8.6 prepped. You can simply replace system.img in gsi j716f scipt.zip\gsi j716f scipt\bin\system\system.img.
See the difference.
Reserved
is L1 working?
lordzinh said:
is L1 working?
Click to expand...
Click to collapse
Nope.
Thanks for this...
I hate ZUI, been wanting to try GSI for a while, just didn't want the bugs...
This looks like it's mostly working now .
gunalarix8 said:
lease tell me other bugs
Download : https://drive.google.com/drive/folders/1F4oQflyK6PgfnstJacFOPGaQzZMmJyfQ?usp=sharing
Click to expand...
Click to collapse
Some files on the "3 Tools folder have 0 bytes size" could you reupload them
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please remove double post
Awesome work, thanks so much. Hoping to try this soon, how's the battery life been though compared to stock?
eDooM85 said:
Some files on the "3 Tools folder have 0 bytes size" could you reupload themView attachment 5730137
Click to expand...
Click to collapse
sorry for late reply, files has been updated. thank you
gunalarix8 said:
sorry for late reply, files has been updated. thank you
Click to expand...
Click to collapse
Thx I'll try to install a GSI this weekend.
I have been waiting for this, looks like it is mostly working. saw the video too.
thank you for doing this. I will try this because I hate ZUI
gunalarix8 said:
lease tell me other bugs
Click to expand...
Click to collapse
Just installed it, Look good so far just a couple of question:
How did you enable Linux SE?
also how do you customiz/disable this bar?
eDooM85 said:
Just installed it, Look good so far just a couple of question:
How did you enable Linux SE?
View attachment 5736353
also how do you customiz/disable this bar?
View attachment 5736359
Click to expand...
Click to collapse
We cannot enable selinux, however we can disable the notification in security.
I dont know how to customize the naz bar.
How is the system? Fully working now?
gunalarix8 said:
We cannot enable selinux, however we can disable the notification in security.
I dont know how to customize the naz bar.
How is the system? Fully working now?
Click to expand...
Click to collapse
the only thing complicated is the setting up part without touch control (my mouse was also detected as a keyboard) and pretty much I had to config without conecting to the internet (couldnt enter my wifi password),
but after the "build.prop" step, everything else is working fine so far
gunalarix8 said:
We cannot enable selinux, however we can disable the notification in security.
I dont know how to customize the naz bar.
How is the system? Fully working now?
Click to expand...
Click to collapse
Just an update, streaming apps just give errors, I tried Disney+/HBO Max/Paramount only youtube works fine, that's a deal breaker for me , I will try other GSI
eDooM85 said:
Just an update, streaming apps just give errors, I tried Disney+/HBO Max/Paramount only youtube works fine, that's a deal breaker for me , I will try other GSI
Click to expand...
Click to collapse
Isn't that because the widevine level (DRM) is wrong due to the unlocked bootloader?
I think all GSI roms will suffer the same problem... unless someone knows how to fix it with a magisk module or something ... as I they all need an unlocked bootloader..
Other than the DRM issue how does itbrun?
tinybilbo said:
Isn't that because the widevine level (DRM) is wrong due to the unlocked bootloader?
I think all GSI roms will suffer the same problem... unless someone knows how to fix it with a magisk module or something ... as I they all need an unlocked bootloader..
Other than the DRM issue how does itbrun?
Click to expand...
Click to collapse
The problem it's not widevine Lv1 with Lv3 you can view content, the diference is that you can see it only in SD (480p) right now just throws an error loading content for example disney+ show this:
Do you know if OTA updates will work with this method? Or would you have to manually set everything up again.
gunalarix8 said:
With GSI we can have long term device support and security.
Click to expand...
Click to collapse
You say you care about security but you're okay with selinux in permissive mode?
I have just tried this but I'm not convinced this is a secure rom. Theres this chinese app that randomly appeared and dissapeared. It's called com.iflytek.inputmethod and is made by iFlytek, a chinese state owned company which has been sanctioned by the US for spying.
I'm reverting to another GSI without autorotate.

Categories

Resources