Skip to content
This repository has been archived by the owner on Mar 3, 2025. It is now read-only.

cvnertnc/cvnertnc-module

Repository files navigation

cvnertnc-module

It's my magisk module, thanks to Mods-Center

Building from source with termux

Termux
Android Version Download Link
Android 8+ Termux Monet (Strictly Recommended)
Android 4+ Termux
Phrase Tools

Tutorial to enable Enhance Keyboard on Global Miui Rom (Beta)

By @MiuiRamMods
Thanks to test & help @LKHZV  
@kakashi1v1 to fix A12  bug 

⚠️If you installed Phrase from the Tools during the installation, follow these instructions.

Step 1️⃣: Extract setting app from your device, open dexes and search this line and open the smali

ro.miui.support_miui_ime_bottom 

There is method below this line like

const-string v0, "ro.miui.support_miui_ime_bottom"

    const/4 v1, 0x0

Change this method like this

const-string v0, "ro.miui.support_miui_ime_bottom"

    const/4 v1, 0x1

After editing replace new modded setting apk with old one

Step 2️⃣: Unlock_MIUI_IME To make enhance keyboard work on Google keyboard install this LSPosed module & reboot (Use YouTube or Internet to find out how to install LSPosed modules)

Notes❗:
• If you are using Sogou keyboard no need to follow 3rd step
• Tested on Miui12 A11, A10,A12

CorePatch

1️⃣ Download the LSPosed module from the link. Flash it via Magisk or ksu and then reboot the device.

2️⃣ If you wish, download the apps from the actions or releases section on the CorePatch github page and install it on your device.

3️⃣ After installing the application, activate it from the LSPoser settings. And activate all the features in the module settings and restart the device.

How to pass Strong Integrity and hide your root

Click How to pass Strong Integrity and hide your root

🆘 If you need help join Blank's Assistance group and READ THE RULES.

READ THE WHOLE TUTORIAL ONE TIME AND BE SURE YOU UNDERSTAND EVERYTHING. JUST USE THE FILES I PROVIDE.

ℹ️ For Your Information

⚠️ Custom ROMs users
*️⃣ If your rom is built after 2024-08-24 it should already pass Strong GitHub.

⚠️ IS NOT GUARANTEED to pass integrity checks if you use
*️⃣ Modded roms
*️⃣ ROM ports
*️⃣ HyperOS
*️⃣ MIUI modded ROMs
*️⃣ Xiaomi eu
*️⃣ ROM signed with test-keys
*️⃣ StrongBox Security Level (?)

⏺️ If this guide is not working for you, use your STOCK rom.

▶️ LET'S START!
0️⃣ Use your STOCK rom or AOSP like LineageOS or GrapheneOS.
1️⃣ Delete/data/adb/tricky_store/folder if exist.
2️⃣ Completely uninstall and remove your root solution, all your modules and uninstall Bootloader Spoofer. Reboot.
3️⃣ Install Magisk Alpha or KernelSU. Reboot.
4️⃣ Install the following modules in this order. Reboot.
*️⃣ ZygiskNext Download
*️⃣ Shamiko Download
*️⃣ Sensitive Props (HexPatch) Download (A11+ ONLY)
*️⃣ LSPosed JingMatrix Download
*️⃣ Tricky Store Download
*️⃣ Play Integrity Fix Download
5️⃣ Open LSPosed settings
*️⃣ Enable Disable verbose logs
*️⃣ Disable Enable watchdog logs
6️⃣ Install Hide My Applist Download and enable module. Reboot.
Notes - Select only System Framework.
7️⃣ Import my config Download in Hide My Applist.
Notes - KernelSU users: give HMA app root permission.

🅰️ For Magisk Alpha users
*️⃣ Open Magisk settings and tap "Hide the Magisk app", don't use any name related to root apps.
*️⃣ Open your Magisk app info, open Battery and select Unrestricted.

🅱️ For KernelSU users
*️⃣ Keep KernelSU Manager always installed. Evil apps can exploit KernelSU if you remove the manager.

#⃣ How to hide root
🅰️ Magisk Alpha: add apps to Magisk Denylist.
Notes - You must not select Google Play Store, Google Services Framework and Google Play Services.
🅱️ KernelSU: hidden by default to every app.
🆎 Both: add every LSPosed module you install to HMA's "Hidden" template.
🆎 Both: in HMA add app and use template "Hidden".

✅ DONE!

⚠️ Known Issues
⏺️ KernelSU
*️⃣ Triggers Abnormal Environment.
⏺️ Samsung devices
*️⃣ May trigger Permission Loophole due to Knox.
⏺️ Native Test 27.0
*️⃣ May trigger Something Wrong (999).
⏺️ Holmes
*️⃣ May trigger Abnormal Environment.
⏺️ Tricky Store
*️⃣ After you update Tricky Store may disable itself. Just re-enable and reboot.

❎ Tests
*️⃣ SafetyNet Integrity Status
*️⃣ Google Play Integrity Check How to activate
⏺️ Key Attestation Status
*️⃣ Key Attestation Demo Download
⏺️ Root Detection
*️⃣ Native Detector Download
*️⃣ EnvChecks (DexProtector) Download
*️⃣ CorePass (NHN AppGuard) Download
Notes - just open the app, if you don't see any error then you passed.

Script 1

apt update -y && apt upgrade -y
pkg install -y git zip figlet which
rm -rf cvnertnc-module
git clone --depth=1 https://github.com/cvnertnc/cvnertnc-module
cd cvnertnc-module
bash start.sh
mv cvnertnc-module-* /sdcard

Or Script 2

apt update -y && apt upgrade -y && pkg install -y git zip figlet which && rm -rf cvnertnc-module && git clone --depth=1 https://github.com/cvnertnc/cvnertnc-module && cd cvnertnc-module && bash start.sh
mv cvnertnc-module-* /sdcard
Sources

About

It's my magisk module, thanks to Mods-Center

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages