Systemkern

com.google.android.apps.work.oobconfig

Device Setup

Risiko
Mit Bedacht
Herkunft
Google
Was es ist
Systemkern

Was es ist

Sets up device to be managed by EMM (Enterprise Mobility Management), which "allows organizations to securely enable employee use of mobile devices".

Might also be what does the actual management on your device, if you set it up as a work device.

Only seems to run on boot(not in the background after boot) if you haven't set up your device as a work device.

I tried to disable it through UAD, but nothing happens? Seems immune to disabling?

https://bayton.org/2020/11/google-announce-big-changes-to-zero-touch/

https://bayton.org/docs/enterprise-mobility/android/what-is-android-zero-touch-enrolment/

Contains 4 services: GcmJobService, GservicesChangedObserverService, AppMeasurementService and FirebaseInstanceIdService.

GCM(Google Cloud Messaging) was the backend for Android's push messaging system 2012-2019, after which it was replaced by FCM(Firebase Cloud Messaging). I assume the GCM/Firebase connection is for Push notification functionality.

The MANAGE_CARRIER_OEM_UNLOCK_STATE permission hints at doing something with carrier locks?

Needs Google Play Services to function?

Befehle

adb shell pm uninstall --user 0 com.google.android.apps.work.oobconfig

Um es rückgängig zu machen:

adb shell cmd package install-existing com.google.android.apps.work.oobconfig

Alle hier aufgeführten Deinstallationen gelten nur für das aktuelle Benutzerkonto: Das Systemabbild bleibt unangetastet, und der Wiederherstellungsbefehl holt die App aus der Kopie zurück, die ohnehin auf dem Gerät liegt. Es wird nichts heruntergeladen.

Das hier ist nicht das Verzeichnis. Hier steht, was ein Paket im Allgemeinen ist; was auf Ihrem konkreten Fernseher passiert, steht im Eintrag zu Ihrem Modell, und der gilt. Dasselbe Paket kann auf einem Gerät überflüssig sein und auf einem anderen den Startbildschirm tragen.