banner
0xMech

0xMech

Focus on various AI application sharing, Blockchain learners, web3 new leeks
twitter

使用adb工具關閉coloros開屏廣告

介紹#


Green Factory is really good at not doing personnel matters. Not long ago, they announced the dissolution of the domestic chip team, and now they are taking further steps in the core technology of domestic factories. In addition to the disgusting system advertisements, even third-party apps can't escape the forced insertion of built-in advertisements by ColorOS. Douyin and Bilibili's pop-up ads can be considered as built-in applications. Telegram and Clash are not spared either. They belong to the core technology of domestic technology companies.

clash

Next, I will teach you how to use the adb tool to disable this disgusting feature.

adb 簡介#

adb stands for Android Debug Bridge, which is a debugging tool for Android developers. I don't know the specific concept and usage because I am not an Android developer.

You can click this link adb to download this tool, and then extract it normally.

Download adb

adb 配置#

After extracting, copy the folder path - right-click on My Computer - Properties - Advanced system settings - Environment Variables - find path in System Variables - Edit - New, then paste this path in it, and finally click OK to exit.

1

2

3

關閉系統強制彈窗#

Connect the Green Factory phone to the computer, open the developer mode (About phone - Version information - click the version number five times), and then return to the settings to enter the developer options and enable USB debugging.

adb

Open the command window by typing cmd in the command prompt, and enter the following code to check if adb is successfully connected to the phone.

adb devices

If the device list is displayed, it means the connection is successful.
Finally, enter the following two lines of code separately

adb shell pm uninstall --user 0 com.android.adservices.api
adb shell pm uninstall --user 0 com.opos.ads

success

After entering, the forced insertion of Green Factory's annoying splash screen ads has been successfully disabled.

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。