This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
android [2018/03/28 00:07] ww |
android [2022/03/16 09:38] (current) |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| <code batch> | <code batch> | ||
| adb shell | adb shell | ||
| + | |||
| rem Cell notification | rem Cell notification | ||
| pm uninstall -k --user 0 ' | pm uninstall -k --user 0 ' | ||
| + | |||
| rem What's New (Sony) | rem What's New (Sony) | ||
| pm uninstall -k --user 0 ' | pm uninstall -k --user 0 ' | ||
| + | |||
| + | rem Facebook services | ||
| + | pm uninstall -k --user 0 ' | ||
| + | |||
| adb reboot | adb reboot | ||
| exit | exit | ||