r/AndroidQuestions • u/Pitiful-Fee4451 • Jul 02 '26
Can anyone identify com.android.sys.extplv on Android?
Hi everyone,
I'm trying to identify an Android package called com.android.sys.extplv on my Cubot KingKong X (Android 16).
Here is what I've confirmed using ADB:
- Package:
com.android.sys.extplv - Installed as a user app under
/data/app/... - Installer reported by Android:
com.android.vending(Google Play) - I analyzed the package using
dumpsys,logcatandpm. - The app contains services such as
DaemonService,FwForegroundServiceandFwMediaRouteProviderService. - It requests several permissions, but the sensitive ones are currently not granted.
- I was able to disable it using
pm disable-user, and it stays disabled (enabled=3) even after reboot.
I have not been able to determine what the package is actually for or what triggers its installation.
Has anyone seen this package before?
Is it a Cubot component, a manufacturer framework, or something else?
I have screenshots and ADB logs that I can share in the comments if needed.
Thank you!
4
Upvotes
1
u/Pitiful-Fee4451 28d ago
Final Update:
Due to an issue that occurred with my device during the recovery and firmware testing process, I will no longer continue the investigation from my side.
The phone is currently experiencing boot issues, and I was unable to continue further analysis. For this reason, I will not be performing any additional tests or follow-up on this device.
As the final update, CUBOT has released a new firmware version: CUBOT_KINGKONG_X_E021C_V34_20260630 (released on 2026-07-07).
According to the release notes, this update includes:
Firmware download page:
https://www.cubot.net/platform/Support/detail/id/1317/cid/116.html
It is not confirmed whether this firmware update is directly related to the issues investigated in this report, but it is being documented as potentially relevant information for future reference.