Altro
com.android.dynsystem
- Rischio
- Con cautela
- Origine
- Android stesso
- Cos'è
- Altro
Cos'è
Dynamic System Updates
Runs on boot, but doesn't seem to run in the background beyond that.
Treble gives the ability to boot an AOSP Generic System Image (GSI) on any supported device.
Dynamic System Updates allows to boot into a Generic System Image (GSI) without interfering with the current installation.
That means the bootloader doesn’t need to be unlocked and the user data doesn’t need to be wiped.
https://developer.android.com/topic/dsu
Comandi
adb shell pm uninstall --user 0 com.android.dynsystem
Per tornare indietro:
adb shell cmd package install-existing com.android.dynsystem
Tutte le disinstallazioni elencate qui riguardano solo l'utente corrente: l'immagine di sistema non viene toccata e il comando di ripristino rimette l'app al suo posto partendo dalla copia già presente sull'apparecchio. Non si scarica nulla.
Questa non è la directory. Qui si dice cos'è un pacchetto in generale; quello che succede sul tuo televisore sta nella scheda del tuo modello, ed è quella che conta. Lo stesso pacchetto può essere zavorra su un apparecchio e reggere la schermata iniziale su un altro.