This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
android [2018/02/22 22:28] ww created |
android [2022/03/16 09:38] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| Stáhnout Android SDK Platform Tools. | Stáhnout Android SDK Platform Tools. | ||
| - | | + | <code batch> |
| - | pm uninstall -k --user 0 ' | + | adb shell |
| - | adb reboot | + | |
| - | exit | + | rem Cell notification |
| + | pm uninstall -k --user 0 ' | ||
| + | |||
| + | rem What's New (Sony) | ||
| + | pm uninstall -k --user 0 ' | ||
| + | |||
| + | rem Facebook services | ||
| + | pm uninstall -k --user 0 ' | ||
| + | |||
| + | adb reboot | ||
| + | exit | ||
| + | </ | ||
| ===== Zapnutí USB debug režimu ===== | ===== Zapnutí USB debug režimu ===== | ||