# Андроид приставки, adb, termux и тд

# X98 S500 прошивка

прош

[https://slimboxtv.ru/x98-s500/](https://slimboxtv.ru/x98-s500/)

инстр

[https://4pda.to/forum/index.php?showtopic=1052868&amp;st=80#entry116975608](https://4pda.to/forum/index.php?showtopic=1052868&st=80#entry116975608)

UBT

[https://disk.yandex.ru/d/VDLS2eJcXmJ0vg](https://disk.yandex.ru/d/VDLS2eJcXmJ0vg)

# adb часовой пояс

adb shell setprop persist.sys.timezone "Europe/Moscow"

# adb посмотреть пакеты

adb shell pm list packages

# adb остановить и убить

```
adb shell ps
```

```
adb shell am force-stop
```

```
adb shell pm clear
```

```
adb shell am kill
```