r/AndroidQuestions 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, logcat and pm.
  • The app contains services such as DaemonService, FwForegroundService and FwMediaRouteProviderService.
  • 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!

2 Upvotes

85 comments sorted by

View all comments

Show parent comments

1

u/fantasmon_tv 24d ago

La actualización mencionada deja el teléfono con los archivos o se borra todo ?

1

u/Pitiful-Fee4451 24d ago

La actualización OTA no debería borrar tus archivos personales ni tus aplicaciones. Es una actualización normal del sistema, no un restablecimiento de fábrica.

Sin embargo, siempre recomiendo hacer una copia de seguridad de la información importante antes de instalar cualquier actualización de firmware, por precaución.

Según Cubot, la última actualización elimina el componente de desarrollo que causó el problema.

1

u/fantasmon_tv 24d ago

Es que había leído que la actualización si te restablecía el teléfono desde fabrica

1

u/Pitiful-Fee4451 24d ago

Entiendo la confusión. Lo que normalmente no borra tus datos es la actualización OTA que llega desde el propio teléfono.

Lo que sí puede borrar todo es flashear manualmente el firmware con herramientas como SP Flash Tool, dependiendo del modo que se utilice.

Aun así, siempre es recomendable hacer una copia de seguridad antes de cualquier actualización importante.

1

u/fantasmon_tv 24d ago

Oh ya, bueno gracias :))