Themes / Apps / Mods [MIX Fold 2][MAGISK] Global ROM-ify module collection [Add translations, Google Assistant, Android Auto]

Search This thread

invensmaster

Senior Member
Aug 26, 2007
104
15
Oppo Find 5
OnePlus One
Thanks but I have already done all of this and Lloyds app is still detecting root. (it also detects the unlocked bootloader even without the root part installed at all with a completely stock China ROM)
Then I think the only last chance is to create a shortcut for the bank link in chrome or any browser and see if this will work for u. It's a partial solution till u figure a way. Good luck.
 

OrionBG

Senior Member
Then I think the only last chance is to create a shortcut for the bank link in chrome or any browser and see if this will work for u. It's a partial solution till u figure a way. Good luck.
Yeah, I think that I'll have to use the website. At least it has almost the same interface and functionality... Just having to log on every time is a bit of a nuisance...
I'm however afraid that there will be other apps that do not like the Chinese ROM (like Power Rewards) and will not start at all. I checked the logs from the crash of the app and I think that there might be something wrong with the Java support in the phone... Might be wrong though...
 

babaorum1973

Senior Member
Mar 27, 2018
121
25
Neuilly-sur-Seine
Hi you have to unlockbthe bootloader and download the github linkbto magisk in your Phone. For instance i have do'ne yet and patched the boot image of the last rom but i am not sûre how to fastboot thé boot. Img someone should help please ? M'ybadb is only adb seconds ans i cant install platformbtools to put thé boot img the folder..
 
  • Like
Reactions: azim.esmail

OrionBG

Senior Member
Hi you have to unlockbthe bootloader and download the github linkbto magisk in your Phone. For instance i have do'ne yet and patched the boot image of the last rom but i am not sûre how to fastboot thé boot. Img someone should help please ? M'ybadb is only adb seconds ans i cant install platformbtools to put thé boot img the folder..
After the Bootloader has been unlocked and you have patched the boot image, you shutdown the phone, then press and hold Power and volume down buttons until you see FASTBOOT written on the screen.
Then you connect it to the PC and you use Fastboot command to flash the image.
The command is: fastboot flash boot boot.img (or whatever the filename is)
That flashes the patched Boot image and after that, you just install magisk on the phone (if not already done so.
that's it
 

OrionBG

Senior Member
Hey guys,
I flashed the MIUI 14.0.22.12.12 as I had some issues with MIUI 13 and after applying the cn-to-global patch most things work but for some reason Galaxy wearable still behaves as this is still CN... On MIUI 13 I was able to pair my Galaxy Watch 5pro with no issues with the patch. I think the patch might not be fully operational on 14...
Any suggestions?
 

babaorum1973

Senior Member
Mar 27, 2018
121
25
Neuilly-sur-Seine
Hey guys,
I flashed the MIUI 14.0.22.12.12 as I had some issues with MIUI 13 and after applying the cn-to-global patch most things work but for some reason Galaxy wearable still behaves as this is still CN... On MIUI 13 I was able to pair my Galaxy Watch 5pro with no issues with the patch. I think the patch might not be fully operational on 14...
Any suggestions?
Hi i have downloaded the package of the 14.0.22 version fw_zizhan_miui_ZIZHAN_V14.0.2.0.TLRCNXM_db43261e3c_13.0 wich seems to bea flashable update, may i instal update via internal storage don't reboot and use the “Install to an unused slot” trick?
 

invensmaster

Senior Member
Aug 26, 2007
104
15
Oppo Find 5
OnePlus One
Did you use any special method to install AAM? Fermata auto and fermata control now shows up but still no AAM for me (or AAM plus) and neither does any other custom aa apps.
Sorry just saw u message just now. Di u figure out how to get it working? As i recall i had to install the lsposed then the fermata auto goes under it. stll working in my car. I can send u a picture if that helps. I had the link for the prosudre of fermata earlier in this page just follow it. Also u might need to clear cash and data For AA before u flash.
 

invensmaster

Senior Member
Aug 26, 2007
104
15
Oppo Find 5
OnePlus One
Note yet i hesitate to test a real tuto would be appreciated
Ok i am not good with Tutorials but i will help as much as i can. So to remove the hesitance just make sure ti have the latest firmware of the phone ready so that if anything happens or u get stuck just flash back. Well not sure u gonna need this if u made it through rooting and installing magisck and modules. Now follow
Fermata Media Player is a free, open source audio, video and TV player with a simple and intuitive interface. It is focused on playing media files organized in folders and playlists.

Supported features:

⚫ Play media files organized in folders
⚫ IPTV addon with support for EPG and archives
⚫ Youtube and web browser addons
⚫ Support for network folders: SFTP, SMB (CIFS), Google drive
⚫ Remembers the last played track and position for each folder
⚫ Support for favorites and playlists
⚫ Support for CUE and M3U playlists
⚫ Support for M3U playlist URLs
⚫ Support for bookmarks
⚫ Shuffle and repeat functions
⚫ Playback timer
⚫ Audio effects: Equalizer, Bass Boost and Virtualizer
⚫ Configure audio effects for individual tracks and folders
⚫ Configure playback speed for individual tracks and folders
⚫ Sort tracks by name, file name, date or randomly
⚫ Customizable titles and subtitles
⚫ Support for Android Auto
⚫ Pluggable media engines: MediaPlayer, ExoPlayer and VLC
⚫ Video player with support for subtitles (VLC Engine only)

There are two version of the player:

1. The first one has support for Android Auto as a media service. This version is available on Google Play - https://play.google.com/store/apps/details?id=me.aap.fermata
2. The second one provides the same functionality, but can be launched as an Android Auto application, i.e. with its own interface:


IMG-20191227-211919.jpg

IMG-20191227-211944.jpg



To install this version, you may either use the Android Auto Apps Downloader (recommended) or, for manual installation, follow the instructions below. Before the installation, make sure that the "Unknown sources" option is enabled in the Android Auto settings. To enable this option, open AA settings on your phone and go to the "Developer Settings" section.

Manual installation
Installing with KingInstaller (attached):
  • Download and install the attached apk.
  • Open KingInstaller.
  • Select Fermata-auto.apk, downloaded from Github.
  • Press the install button.
Installing from PC (adb utility is required, does not work for Android 11+):
  • Install adb - https://www.xda-developers.com/install-adb-windows-macos-linux/
  • Connect device to USB
  • Open console and run the following commands:
  • adb push fermata-XXX-auto-universal-armXX.apk /data/local/tmp/fermata.apk
  • adb shell pm install -i "com.android.vending" -r /data/local/tmp/fermata.apk
  • adb shell rm /data/local/tmp/fermata.apk
Installing from Android (ROOT is required):
  • Install the downloaded apk.
  • Download and install AIO Tweaker - https://github.com/shmykelsa/AA-Tweaker/tags .
  • Start the tweaker, open the apps list, select Fermata Auto in the list, return to the main screen and press the PATCH button. Reboot the device.
Before connecting to Android Auto:
  • Install the fermata-auto-control apk. This application is only required if you need support for steering wheel media buttons.
  • Start the player, grant permissions and add folders.
If after all this and installing android auto AAM or others is not showing up i am not sure how to proceed. For me after following this procedure all shoed up in android auto fermata and all the other apps. Have not tested aam but i see the icon in the car.
 
The native app does not work and i had many issues with it especially with group mms. So i switched to google messages and it works perfect
I was having issues with both apps. I changed the APN settings around according to a forum post I found on Xiaomi.eu about my specific carrier. Now MMS, group MMS, and RCS are all working flawlessly.
 

OrionBG

Senior Member
Hey guys,
After the patches are installed, Get Apps (MIUI's app store) will not work anymore. It sees updates for apps but if you try to update something it just tries for a moment to download it and then it stops. I've tested this on MIUI 13 and 14 and every time it's the same. Is there any way to update at least some of the system apps? They are not found in the Play store.
 

Dfis

Senior Member
Sep 21, 2022
144
6
Hello.
There are 2 packages for Android Auto: magisk-module-androidauto-android11.zip and magisk-module-androidauto.zip.
Which one will work on MIUI 14? @AndroPlus ?
 
Last edited:

invensmaster

Senior Member
Aug 26, 2007
104
15
Oppo Find 5
OnePlus One
Hello.
There are 2 packages for Android Auto: magisk-module-androidauto-android11.zip and magisk-module-androidauto.zip.
Which one will work on MIUI 14?
good question. I wish someone have tried it. I am still on 13 rooted and all is working great. As far as i understand from all the people who upgraded 14 there is a lot of issues and lots of apps are not working. I don't wanna take the risk then upgrade then something doesn't work then downgrade will be every thing again for setup. Magisk_module-auto.apk is the one that worked for me on 13
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    I decided to create a module sharing thread here.

    If Magisk is enabled, all modules will continue to work after the OTA update. (use "Install to Inactive Slot" method)
    If Magisk is disabled, the module also loses its effectiveness.

    Add official translations from Global ROM​

    Since MIUI China ROM doesn't have translations other than English or China-related languages, I created Magisk module to add more languages.
    I extracted official translations from MIUI Global ROM.

    If there's no official translations, it will be showed in English (like search bar and some options only for China ROM).

    This module also enables Google Location History & Nearby Share.

    Global ROM Flag Patch​


    This Magisk module changes ROM flag to Global.
    You can't change region, but some settings and VoLTE icons will become Global version.
    Please note Global version has less features than China version, so you can't see some settings like enhanced keyboard.

    This module doesn't contain translations and patch for Android Auto or location history.

    You can install both translation patch and flag patch.

    Please note this module can cause bootloops!

    --- If you want to use flag patch with MIUI optimization turned off (optional) ---
    Please note if you disabled MIUI optimization, you'll get duplicate Package Installer (MIUI and AOSP) and it will cause bootloop.
    Please don't disable MIUI optimization before installing this module, and disable one of the Package Installer to prevent bootloop.

    So for installing flag patch module, you need to do:
    1. Install above translation patch and reboot
    2. Enable MIUI optimization and reboot
    3. Install lite module and reboot
    4. Disable MIUI optimization
    5. Two "Package Installer" app will be available so disable one of them (I recommend non-Xiaomi logo one)
    6. Reboot
    -------------

    If bootloop happens, run this:
    adb wait-for-device shell su -c "touch /data/adb/modules/xiaomi-miui-conv-lite/disable;reboot"

    Enable Android Auto​


    Here's the guide for enabling Android Auto.
    You have to uninstall Android Auto first, then install Magisk module, and set permissions in AOSP settings (use "MIUI Hidden Settings" or something)

    Enable Google Assistant and hide dialog of Google Photo​


    You can activate Google Assistant with this Magisk module.
    It also systemize Google Photo app so that you don't need to press Allow when you edit photos/videos.

    If my modules are helpful, I appreciate your donation.
    Donate via PayPal
    Donate via GitHub Sponsors
    3
    so with the OTA what steps did you do to install it since you are rooted with Magisk? it sounds like you can just install it normally, even if you are rooted. what did you end up doing, did you turn off magisk at all or anything?
    I first turned off "automatically install updates" in Developer Settings. Then I went into Settings and clicked on my MIUI 13.1.16 version and it prompted me to check for updates. When it found an update it asked if I wanted to download it and I clicked yes. When it finished downloading it asked me if I wanted to install and I clicked yes. It quickly downloaded a relatively small 1.8 GB incremental update and began to install it and part way through it stopped and said "error installing MIUI ROM update". I went back and checked for update again and again was prompted to download the update. This time it downloaded a much larger 5.4 GB update and when I chose to install it took about twenty minutes to install but finished and then prompted me to reboot. I DID NOT reboot. Instead I opened the Magisk Manager app (I hadn't turned off Magisk or any of its modules) and within the Magisk Manager I chose to "install" Magisk (not 'install Magisk app) and I was then given three choices as to how to install Magisk. I chose "install to inactive slot after OTA"). When this completed within Magisk I was prompted to reboot my phone and it took about five minutes to boot back up (just like it did when I first flashed Magisk) and the phone was then up and running with the update installed and with Magisk still installed and all its modules still installed and active.

    Xiaomi will allow OTA updates with root, but apparently only full, not incremental updates. When it first tries to install an incremental update it will fail, but just do it again and this time it downloads the full update and you are good to go.
    2
    The native app does not work and i had many issues with it especially with group mms. So i switched to google messages and it works perfect
    I was having issues with both apps. I changed the APN settings around according to a forum post I found on Xiaomi.eu about my specific carrier. Now MMS, group MMS, and RCS are all working flawlessly.
    2
    There's an updated version of Google Assistant supporting MIUI 14 / Android 13 as well?
    Added.
    2
    Hi you have to unlockbthe bootloader and download the github linkbto magisk in your Phone. For instance i have do'ne yet and patched the boot image of the last rom but i am not sûre how to fastboot thé boot. Img someone should help please ? M'ybadb is only adb seconds ans i cant install platformbtools to put thé boot img the folder..
    After the Bootloader has been unlocked and you have patched the boot image, you shutdown the phone, then press and hold Power and volume down buttons until you see FASTBOOT written on the screen.
    Then you connect it to the PC and you use Fastboot command to flash the image.
    The command is: fastboot flash boot boot.img (or whatever the filename is)
    That flashes the patched Boot image and after that, you just install magisk on the phone (if not already done so.
    that's it