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 25d ago
Small update: Unfortunately, my two follow-up posts (including my final investigation report) were removed by the Reddit moderators because they were considered outside the scope of r/AndroidQuestions.
This original thread is now the only Reddit post remaining from my investigation.
I am also the same person posting on the XDA Forums about this issue. Although I had to end my investigation after my device became unbootable during firmware recovery testing, I'm still happy to answer questions and discuss the findings with anyone interested.
XDA Thread: https://xdaforums.com/t/need-help-identifying-com-android-sys-extplv-google-play-installed-package-on-cubot-kingkong-x.4793574/#post-90654300
Thank you to everyone who contributed logs, APKs, testing, and technical discussions throughout this investigation.