MIUI EU adds a domestic wallet to enable swiping public transport cards and door cards.

MIUI EU adds a domestic wallet to enable swiping public transport cards and door cards.

AdenXie

Machine-translated with NiuTrans. Read the Chinese original.

As we all know, MIUI is synonymous with bloated and laggy. This phenomenon only exists in the domestic version. Although the MIUI14 Razor project has greatly improved system smoothness, it is not enough. Compared to MIUI EU (MIUI Europe), the European version has a simpler, lighter, and more powerful FCM, and the key point is...No ads, no ads, no ads!


Without further ado, let's solve the problem with just one module! Today we're introducing a module for adding the Xiaomi Wallet component to the MIUI International version. The original author is...Huameng BlogHowever, this tutorial is from 2020, and some components are outdated. I have improved it and released this new module. This module is fully compatible with CAS (Xiaomi 10 Supreme) and is theoretically also compatible with other MIUI14/HyperOS models. It's okay if it's not universal; below I'll explain how to modify the module to suit your own phone.

  1. Extract the wallet APP, Xiaomi smart card, Xiaomi smart card components, and UnionPay security components.

    1
    2
    3
    /system/app/NextPay #小米智能卡相关组件
    /system/app/TSMClient #小米智能卡
    /system/app/UPTsmService #银联安全组件

    The simplest way is to find a domestic version of the same model and ask them for help. So what if we don't have a brother (bushi)? We can use the dump method. dump is a package on the website that someone else has extracted, making it easy to create a customized version. Here I provideCASYou can find dumps for other models on this website yourself.

    In the dump, the locations of the wallet APP, Xiaomi smart card, Xiaomi smart card component, and UnionPay security component are...

    1
    2
    3
    /cas/product/app/MINextpay
    /cas/product/app/UPTsmService
    /cas/product/app/MITSMClient
  2. Replace these three files with the files in the system/app folder in the module files and use Magisk to flash them in.

https://xmxk.lanzouu.com/iv0KE1k5kg2f

  • Title: MIUI EU adds a domestic wallet to enable swiping public transport cards and door cards.
  • Author: AdenXie
  • Created at : 2024-01-05 19:07:05
  • Updated at : 2024-01-05 19:25:15
  • Link: https://blog.adenxie.com.cn/2024/01/05/MIUI-EU Adds domestic wallet to enable swiping public transport and door cards/
  • License: All Rights Reserved © AdenXie
Comments
On this page
MIUI EU adds a domestic wallet to enable swiping public transport cards and door cards.