How to turn off system updates with adb toolkit - Steps to turn off system updates with adb toolkit

Time: 2021-01-12Source: Huajun Software TutorialAuthor: GiuliaQ

Recently, many friends have asked me how to turn off system updates with adb toolkit? Then I will bring you the steps to turn off system updates with adb toolkit. Friends in need can come and take a look. I hope it can help you. .

1.jpg

1. Download the ADB toolkit (the toolkit is in the attachment), unzip it and place it in the C:USER username directory.

2. Enter the developer options, turn on "Turn on USB debugging on mobile phone", "Allow ADB debugging in charging mode only", and confirm on the phone that USB debugging on the computer is allowed.

3. Disconnect WIFI and mobile network on the phone, go to Settings-Application Management-System Update-Storage-Delete Data, then open Settings-System Update and click "Check for Updates" to eliminate the existing red system reminder. Click the corner mark. If the red dot reminder has not appeared yet or you don’t care, you can skip this step directly.

4. Run the command prompt as an administrator on the computer, run the command prompt (Win+R), and enter the following command:

adb shell pm disable-user com.huawei.android.hwouc

If the message "Package com.huawei.android.hwouc new state: disabled-user" is displayed, it means the execution is successful.

Tips:

To disable system updates enter the command:

adb shell pm disable-user com.huawei.android.hwouc

Reopen the system and enter the command to update:

adb shell pm enable com.huawei.android.hwouc

How to open developer options:

Settings-About phone-version number, keep clicking on the version number to open it

The above are the steps for turning off system updates with the adb toolkit brought by the editor. Friends in need should not miss it.

Related articles更多>>

Popular recommendations