테스트 환경
ColorOS 16.0.0.206
진행 과정
Google Play 스토어는 미리 활성화하고 사용할 키보드와 브라우저도 먼저 설정하고 시작하자
아래 게시글에서 3번까지만 따라한다.
또한 개발자 옵션에서 '권한 모니터링 비활성화'를 켠다. 그 후 PC에서 명령 프롬프트를 열어 아래 커맨드를 입력한다.
===
# Disable
adb shell pm disable-user --user 0 com.coloros.securepay
# Suspend
adb shell pm suspend --user 0 com.coloros.findmyphone
adb shell pm suspend --user 0 com.heytap.browser
adb shell pm suspend --user 0 com.heytap.htms
adb shell pm suspend --user 0 com.heytap.market
adb shell pm suspend --user 0 com.heytap.openid
adb shell pm suspend --user 0 com.nearme.instant.platform
adb shell pm suspend --user 0 com.oplus.pay
adb shell pm suspend --user 0 com.tencent.soter.soterserver
# Uninstall
adb shell pm uninstall --user 0 cn.wps.moffice_eng
adb shell pm uninstall --user 0 com.android.email
adb shell pm uninstall --user 0 com.android.mms
adb shell pm uninstall --user 0 com.android.mms.service
adb shell pm uninstall --user 0 com.coloros.accessibilityassistant
adb shell pm uninstall --user 0 com.coloros.sharescreen
adb shell pm uninstall --user 0 com.coloros.calendar
adb shell pm uninstall --user 0 com.coloros.codebook
adb shell pm uninstall --user 0 com.coloros.colordirectservice
adb shell pm uninstall --user 0 com.coloros.mapcom.frame
adb shell pm uninstall --user 0 com.coloros.ocrscanner
adb shell pm uninstall --user 0 com.coloros.operationManual
adb shell pm uninstall --user 0 com.coloros.remoteguardservice
adb shell pm uninstall --user 0 com.coloros.sceneservice
adb shell pm uninstall --user 0 com.coloros.securityguard
adb shell pm uninstall --user 0 com.coloros.sharescreen
adb shell pm uninstall --user 0 com.oplus.qualityprotect
adb shell pm uninstall --user 0 com.oplus.tai.borderpresearch
adb shell pm uninstall --user 0 com.heytap.accessory
adb shell pm uninstall --user 0 com.heytap.cloud
adb shell pm uninstall --user 0 com.heytap.music
adb shell pm uninstall --user 0 com.heytap.mydevices
adb shell pm uninstall --user 0 com.heytap.reader
adb shell pm uninstall --user 0 com.heytap.speechassist
adb shell pm uninstall --user 0 com.heytap.themestore
adb shell pm uninstall --user 0 com.heytap.vip
adb shell pm uninstall --user 0 com.heytap.yoli
adb shell pm uninstall --user 0 com.hongen.app.word
adb shell pm uninstall --user 0 com.jideos.jnotes
adb shell pm uninstall --user 0 com.nearme.gamecenter
adb shell pm uninstall --user 0 com.netease.cloudmusic
adb shell pm uninstall --user 0 com.newskyer.draw
adb shell pm uninstall --user 0 com.oneplus.bbs
adb shell pm uninstall --user 0 com.oneplus.member
adb shell pm uninstall --user 0 com.oplus.aiwidgets
adb shell pm uninstall --user 0 com.oplus.acc.gac
adb shell pm uninstall --user 0 com.oplus.aiwriter
adb shell pm uninstall --user 0 com.oplus.appdetail
adb shell pm uninstall --user 0 com.oplus.appsense
adb shell pm uninstall --user 0 com.oplus.crashbox
adb shell pm uninstall --user 0 com.oplus.games
adb shell pm uninstall --user 0 com.oplus.game.empowerment.folder
adb shell pm uninstall --user 0 com.oplus.location
adb shell pm uninstall --user 0 com.oplus.olc
adb shell pm uninstall --user 0 com.oplus.onetrace
adb shell pm uninstall --user 0 com.oplus.owork
adb shell pm uninstall --user 0 com.oplus.securitypermission
adb shell pm uninstall --user 0 com.oplus.statistics.rom
adb shell pm uninstall --user 0 com.oplus.studycenter
adb shell pm uninstall --user 0 com.oplus.tips
adb shell pm uninstall --user 0 com.oplus.viewtalk
adb shell pm uninstall --user 0 com.oppo.instant.local.service
adb shell pm uninstall --user 0 com.oppo.store
adb shell pm uninstall --user 0 com.qiyi.video.pad
adb shell pm uninstall --user 0 com.sinyee.babybus.world
adb shell pm uninstall --user 0 com.sohu.inputmethod.sogouoem
adb shell pm uninstall --user 0 com.ss.android.ugc.aweme
adb shell pm uninstall --user 0 com.ted.number
adb shell pm uninstall --user 0 com.wyt.iexuetang.hd.iexuetang
adb shell pm uninstall --user 0 com.youban.xbldhw
adb shell pm uninstall --user 0 com.youku.phone
adb shell pm uninstall --user 0 net.huanci.hsjpro
===
선정 기준
기준은 보수적이면서 여러 가지를 고려해 설정했음
- 중국어로 컨텐츠가 표시되는가?
- 중국 밖 지역에서 사용이 어려운가?
- 개인정보와 지나치게 밀접한가(예시: 비밀번호 관리자, 일부 추적 기능)?
- 글로벌롬(OxygenOS)에는 존재하지 않는데 뚜렷한 역할도 알 수 없는가?
- OPPO 생태계 연동해야 쓸모있는 기능인가?
일부 앱은 회색 아이콘으로 표시되는데, 앱 숨김 기능을 활용해서 안 보이게 처리하자
게임 지원 앱은 Play 스토어에서 다시 설치하면 중국 전용 기능이 제거되고 대부분의 기능이 유지된 버전으로 설치된다.
진짜 개꿀정보 와