Merge branch 'marks_patch' into 'master'

ADD Support for Realme Devices

See merge request W1nst0n/universal-android-debloater!29
This commit is contained in:
Priyanshu Bisht 2021-10-09 05:47:36 +00:00
commit c250330eb6
4 changed files with 150 additions and 1 deletions

View file

@ -48,7 +48,8 @@ NB : The non-root method is NOT a real uninstallation for system apps (see the [
* [X] Motorola
* [X] Nokia
* [X] OnePlus
* [X] Oppo
* [X] Oppo
* [X] Realme
* [X] Samsung
* [X] Sony
* [ ] TCL

View file

@ -180,6 +180,9 @@ declare -a google=(
"com.google.android.apps.walletnfcrel"
# Google Pay (https://play.google.com/store/apps/details?id=com.google.android.apps.walletnfcrel)
"com.google.android.apps.nbu.paisa.user"
# Google Pay: Secure UPI payment (https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.paisa.user)
"com.google.android.apps.wallpaper"
# Google Wallpapers (https://play.google.com/store/apps/details?id=com.google.android.apps.wallpaper)

View file

@ -926,6 +926,9 @@ declare -a misc=(
# ANT Radio Service (https://play.google.com/store/apps/details?id=com.dsi.ant.service.socket)
# it is NOT related to Radio FM !
"com.os.docvault"
# DocVault (https://play.google.com/store/apps/details?id=com.os.docvault)
"co.sitic.pp"
# Designed to remotely lock the phone (by sending a simple SMS) in case you don't pay your bill
# https://www.reddit.com/r/Android/comments/fde3l6/3rd_party_telemetry_found_in_nokia_smartphones/fjh4zbx/?context=3

142
lists/Realme.sh Normal file
View file

@ -0,0 +1,142 @@
#!/usr/bin/env bash
declare -a realme=(
"com.coloros.backuprestore"
# Realme's migrate app
"com.coloros.compass2"
# Realme's Compass app
"com.coloros.phonemanager"
# Phone Manager app no actual use
"com.finshell.fin"
# Digital platform for purchase of financial products
"com.heytap.cloud"
# Heytap Cloud Platform
"com.redteamobile.roaming"
# Provides data packages from local carriers worldwide
"com.caf.fmradio"
# Inbuilt Mobile FM Radio
"com.coloros.screenrecorder"
# Realme Screen Recorder
"com.coloros.soundrecorder"
# Realme Sound Recorder
"com.coloros.video"
# Realme Video Editor
"com.coloros.weather2"
# Realme Weather App
"com.heytap.browser"
# Realme inbuilt browser
"com.heytap.market"
# Realme App Market
"com.heytap.themestore"
# Realme Theme Store
"com.realmecomm.app"
# Realme Community App
"com.coloros.gamespaceui"
# Realme Game Space UI
"com.coloros.gamespace"
# App Enhancement
"com.heytap.quickgame"
# Realme Quick Game
"com.coloros.childrenspace"
# Realme Kids Space
"com.heytap.music"
# Realme Music Player
"com.heytap.usercenter"
# My Realme App
"com.realme.link"
# Realme Link App use for connecting other realme products
"com.realmestore.app"
# Realme Digital Store
"com.coloros.onekeylockscreen"
# Realme's One tap lock app
"com.coloros.videoeditor"
# Soloop App from Realme
"com.coloros.logkit"
# Captures Logs and feedback
"com.coloros.phonenoareainquire" # [MORE INFO NEEDED]
# Number Origin
"com.oppo.quicksearchbox"
# Quick search on Home screen
##################### ADVANCED DEBLOAT #####################
#"com.coloros.calculator"
# Realme's Calculator app
#"com.coloros.oppomultiapp"
# Realme's app cloner application
#"com.heytap.pictorial"
# Lock Screen Magazine
#"com.coloros.filemanager"
# Realme's File Manager
#"com.coloros.securitypermission"
# Permission Manager
#"com.coloros.alarmclock"
# Realme's default Clock app
#"com.ted.number"
# Help in identification of unknown numbers, removal of it will result in lost of feature from phone app
#"com.coloros.encryption"
# Realme's Private safe feature
#"com.coloros.oshare"
# Realme Share
#"com.coloros.sceneservice"
# Realme Smart Services option
#"com.coloros.smartsidebar"
# Sidebar feature
#"com.coloros.translate.engine"
# Translation Service by realme [MORE INFO NEEDED]
#"com.coloros.wallpapers"
# Deafult realme wallpapers/app [MORE INFO NEEDED]
#"com.android.stk"
#"com.android.stk2" # [For dual sim]
#"com.coloros.weather.service"
# [DON'T REMOVE THIS IT WILL RESULT IN LOOP AT LOCKSCREEN]
#"com.coloros.gallery3d"
# By removing stock you can't access photos from camera anymore
)