Blog of Nyamoe

Freeze Autostart Apps

1. Use shizuku with icebox. Shizuku is a software that can use system APIs without root, and in combination with icebox, it can effectively freeze applications that often start themselves. When using shizuku, you need a Wi-Fi connection. If you don‘t have Wi-Fi nearby, you can turn on the personal hotspot that comes with your phone. After your computer connects to that hotspot, you can enable the mobile hotspot function in its settings, and connect using the Wi-Fi options on your phone.

2. Use adb plus command. Adb is a tool that can manage mobile phone functionality using a USB cable, and in combination with command, it can also freeze applications that frequently start themselves. First use the file manager to find the application package name that needs to be frozen, then use “adb shell pm disable-user – user 0 package name” to complete the application freezing. In cases without a computer, it is recommended to use the first method, which can be implemented with Wi-Fi.