Xiaomi MiProjL1
- System
- Android TV
- Identifies itself as
- angleeUHD
- Calls itself
- Formovie Laser TV 4K Cinema
Is this your television?
This device identifies itself as angleeUHD. Check yours: if you get the same, you are on the right entry.
adb shell getprop ro.product.device
The code ADB gives back is the platform, not the commercial model. One code covers several screen sizes and several shop references, which is exactly why it is more reliable than the sticker on the back.
What nearly every Android TV ships
This is not verified on this particular model: these are the packages practically every Android television carries, whoever built it. They tell you what to look for. What this set actually ships is known only to somebody sitting in front of one.
| Package | What it is | Risk |
|---|---|---|
| com.google.android.tvlauncher | Home screen | With care |
| com.google.android.tvrecommendations | Remote and input | With care |
| com.google.android.katniss | Other | Safe |
| com.google.android.backdrop | Other | Safe |
| com.google.android.youtube.tv | Streaming application | Safe |
| com.netflix.ninja | Streaming application | Safe |
| com.google.android.videos Google TV | Other | Safe |
| com.google.android.music Google Play Music | Streaming application | Safe |
| com.google.android.play.games Google Play Games | Other | Safe |
Have one? Your televisions application list is the one thing missing to close its entry. Send yours in
| App | Risk | What stops working | Commands |
|---|---|---|---|
com.google.android.tv.bugreportsendercom.google.android.tv.bugreportsender
starting point
|
Safe to remove | Deja de enviarse el informe de errores del televisor al fabricante. No afecta a nada que se vea. |
adb shell pm uninstall --user 0 com.google.android.tv.bugreportsenderTo put it back: adb shell cmd package install-existing com.google.android.tv.bugreportsender
|
com.google.android.tvrecommendationscom.google.android.tvrecommendations
starting point
|
Remove with caution | La fila de recomendaciones del inicio deja de aparecer. En algunos modelos el lanzador de fábrica depende de este paquete: si la pantalla de inicio se queda en blanco, hay que restaurarlo o instalar otro lanzador antes. |
adb shell pm uninstall --user 0 com.google.android.tvrecommendationsTo put it back: adb shell cmd package install-existing com.google.android.tvrecommendations
|
com.netflix.ninjacom.netflix.ninja
starting point
|
Safe to remove | Netflix deja de estar instalado. Se vuelve a instalar desde la tienda cuando se quiera. |
adb shell pm uninstall --user 0 com.netflix.ninjaTo put it back: adb shell cmd package install-existing com.netflix.ninja
|
Google Play Gamescom.google.android.play.games
starting point
|
Safe to remove | Los juegos de Play y sus logros dejan de estar. No afecta a otras aplicaciones. |
adb shell pm uninstall --user 0 com.google.android.play.gamesTo put it back: adb shell cmd package install-existing com.google.android.play.games
|
Google Play Musiccom.google.android.music
starting point
|
Safe to remove | La aplicación de música de Google deja de estar. Lleva años descatalogada. |
adb shell pm uninstall --user 0 com.google.android.musicTo put it back: adb shell cmd package install-existing com.google.android.music
|
Google TVcom.google.android.videos
starting point
|
Safe to remove | La aplicación de películas y series de Google deja de estar disponible. Se reinstala desde la tienda. |
adb shell pm uninstall --user 0 com.google.android.videosTo put it back: adb shell cmd package install-existing com.google.android.videos
|
Rows marked as a starting point come from the package catalogue, not from somebody with this television in front of them. The package and its risk are real; that it is on your set, and that the effect is exactly this, nobody has confirmed yet. If you own one, your list of apps is the only thing missing to close this entry.
Every removal listed here is per-user only: the system image is untouched, and the restore command puts the app back from the copy already on the device. Nothing is downloaded.