If you are the owner of Xiaomi Redmi Note 8 and noticed in the list of installed applications the strange name ZenKitPartnerConfig, then do not rush to panic - it is not a virus, but a system component of MIUI. However, its purpose remains a mystery to most users. In this article, we will analyze in detail what lies behind this name, why the application appears on your device, and most importantly - can it be safely removed without consequences for the operation of the smartphone.
The Redmi Note 8 (the ginkgo model) is that Xiaomi has been actively testing various partner integrations on it, including services from ZenKit, a task and project management platform. But why does this application stay on the device even after resetting? And why does it not appear in the standard application menu, but only through settings or file managers?
What is ZenKitPartnerConfig and why is it necessary for Xiaomi?
ZenKitPartnerConfig is a utility application that Xiaomi has integrated into MIUI firmware to interact with ZenKit services (formerly known as Wunderlist).
- π Synchronize data between the device and ZenKit cloud services (tasks, notes, calendars).
- π± Pre-setting affiliate accounts for users from certain regions (e.g. Europe or India).
- π§ Configuration API-Keys for working with external services without manual user input.
- π Collect anonymous statistics on the use of integrated features (if permitted in the privacy settings).
On the Redmi Note 8, this app appeared after the MIUI 11-12 updates, when Xiaomi began to actively cooperate with third-party software developers.
- β No shortcut in the app menu.
- β Not displayed in the list "All Apps" (Settings) β Annexes β Application management).
- β Does not consume significant resources (CPU/battery) in the background.
However, ZenKitPartnerConfig can be seen when scanning a device with antivirus software (such as Malwarebytes or Dr.Web), which is a source of suspicion among users. It is important to understand that this is not malware, but a legitimate system component, although not the most useful for the average smartphone owner.
How to check for ZenKitPartnerConfig on Redmi Note 8
Since the app is hidden from the user's eyes, there are several ways to detect its presence.
- Through MIUI settings: Go to Settings β Applications β Application Management β Three dots (menu) β Show all processes. In the list, find ZenKitPartnerConfig (may appear as com.zenkit.partnerconfig).
- Through ADB (for advanced users): Connect your phone to your PC, enable USB Debugging and execute the command: adb shell pm list packages | grep zenkit If the answer appears with com.zenkit.partnerconfig, the application is installed.
- Using File Manager: Use Root Explorer or FX File Manager (with root rights) to check the /system/priv-app/ZenKitPartnerConfig folder.
If none of the methods worked, it is likely that the app is missing or was removed by a previous owner (for example, after buying a used phone).
βοΈ Check out ZenKitPartnerConfig
Can I remove ZenKitPartnerConfig without consequences?
Technically, deletion is possible, but there are nuances. The app is classified as system, so uninstallation requires:
- π Root rights (for example, via Magisk or SuperSU).
- π οΈ ADB-Access (for removal without root, but with restrictions).
- π± Unlocked loader (on some firmware).
After removing ZenKitPartnerConfig, you will not lose:
- β Main functions MIUI (call-up, SMS, web-based).
- β Work of standard applications (Camera, Gallery, Settings).
- β Ability to update the firmware OTA.
However, there are risks:
β οΈ Note: On some versions MIUI Deleting this component may cause your Xiaomi account to fail (e.g., cloud notes or calendar will stop updating).If you are actively using Mi Cloud services, make a backup of your data first.
Also note that after the next major update MIUI application can recover automatically if it is included in the firmware.
What happens if you delete ZenKitPartnerConfig without root?
Step-by-step instructions for removing ZenKitPartnerConfig
If you are determined to get rid of the application, follow one of the instructions below. We recommend you to back up your data beforehand (Settings β Additional β Backup and Reset).
Method 1: Removal via ADB (without root)
This method is suitable for users who do not have the bootloader unlocked, but USB debugging enabled.
- Download Googleβs Platform Tools and unpack it on PC.
- Connect Redmi Note 8 to your computer, enable Debugging via USB (Settings β About Phone β MIUI version β tap 7 times, then go back to Settings β Additional β For Developers).
- Open the command line (Windows) or terminal (macOS/Linux) in the folder with the platform-tools.
- Follow the commands in turn: adb devices adb shell pm uninstall -k --user 0 com.zenkit.partnerconfig
Method 2: Remove via Magisk (with root)
If you have root rights, the process is simplified:
- Install Magisk Manager and check root status.
- Download App Systemizer from Magisk repository.
- In the list of system applications, find ZenKitPartnerConfig and select "Delete".
- Reset the device.
Method 3: Manual removal via TWRP
For experienced users who have custom recovery installed:
- Boot to TWRP (hold Power + Volume up when turned on).
- Go to Advanced β File Manager.
- Delete /system/priv-app/ZenKitPartnerConfig.
- Wipe your cache (Wipe β Cache) and restart.
β οΈ Note: If after deleting you have problems syncing your Xiaomi account (for example, contacts or notes are not loaded), restore the application via firmware or reset settings. In extreme cases, follow the command: adb shell cmd package install-existing com.zenkit.partnerconfig
π‘
Before you delete, check if the app is linked to your corporate account (if the phone was issued by your employer).
Alternatives: How to disable ZenKitPartnerConfig without removing
If deletion seems risky, you can simply disable the application so that it doesn't consume resources or show up in processes.
Disconnection through ADB
Follow the command:
adb shell pm disable-user --user 0 com.zenkit.partnerconfigTo turn it on again:
adb shell pm enable com.zenkit.partnerconfigShutdown via Titanium Backup (root required)
- Install Titanium Backup from XDA Developers.
- Find ZenKitPartnerConfig in the list of applications.
- Select "Freeze" (Freeze).
The disabled application will not:
- π Update via Google Play.
- π± Appear in the list of running processes.
- π Consuming battery or traffic.
It will remain in the system and will not affect the stability of MIUI.
Comparison of methods: which is better to remove or disable
To help you choose the best option, we have compiled a comparative table:
| Criteria | Removal via ADB | Removal through root | Freeze (freeze) |
|---|---|---|---|
| Root is required. | β No. | β Yes. | β Yes, for Titanium Backup) |
| Recovery after MIUI Update | β Maybe he can recover. | β Maybe he can recover. | β It stays off. |
| Risk to the system | β οΈ Low. | β οΈ Medium (if you delete critical files) | β Minimum |
| Impact on the battery | β No consumption | β No consumption | β No consumption |
| The opportunity to return | β Through the firmware | β Through backup. | β One team ADB |
If you are not sure about your actions, choose to disable (freeze) is the safest way to do it, which does not require deep changes to the system.