Outils pour utilisateurs

Outils du site


android

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
android [2021/10/22 14:57] – [Désinstaller des applications systèmes] t0muxandroid [2024/01/05 05:30] (Version actuelle) – modification externe 127.0.0.1
Ligne 9: Ligne 9:
 ===== Nettoyer Android ===== ===== Nettoyer Android =====
  
 +==== Listes de bloatwares ====
 +Vous pouvez aussi vous basez sur ces listes :
 +
 +https://www.androidsage.com/2018/09/01/list-of-bloatware-remove-uninstall-android-device-without-root/
 +
 +https://droidwin.com/debloat-remove-bloatware-from-huawei/
 ==== Désinstaller des applications systèmes ==== ==== Désinstaller des applications systèmes ====
  
Ligne 35: Ligne 41:
 # Sur linux - methode 2 # Sur linux - methode 2
 while :; do adb shell dumpsys window windows | grep mActivityRecord | head -n1 | cut -d\  -f7 | cut -d/ -f1; sleep 1; clear; done while :; do adb shell dumpsys window windows | grep mActivityRecord | head -n1 | cut -d\  -f7 | cut -d/ -f1; sleep 1; clear; done
 +
 +# Sur Linux - methode 3 (Android 10)
 +while :; do adb shell dumpsys window windows | grep ObscuringWindow | awk -F' |}' {'print $5'}; sleep 1; clear; done
 </code> </code>
 +
 +
 <code=winbatch>:: Sur windows <code=winbatch>:: Sur windows
 FOR /L %L in (0,0,1) DO (adb shell dumpsys window windows | findstr mCurrentFocus && timeout /T 1 > nul && cls) </code> FOR /L %L in (0,0,1) DO (adb shell dumpsys window windows | findstr mCurrentFocus && timeout /T 1 > nul && cls) </code>
Ligne 131: Ligne 142:
 com.gameloft.android.GloftDBMF # jeu puzzle pets com.gameloft.android.GloftDBMF # jeu puzzle pets
 com.gameloft.android.GloftSMIF # jeu spiderman com.gameloft.android.GloftSMIF # jeu spiderman
 +com.sec.android.app.samsungapps
 +com.google.android.apps.youtube.music
 +com.microsoft.office.officehubrow
 +com.microsoft.skydrive
 +com.microsoft.office.outlook
 +com.sec.android.app.sbrowser
 +com.orange.phone
 +com.orange.update
 +com.orange.orangepro
 +com.orange.vvm
 +com.orange.owtv
 +deezer.android.app
 +com.samsung.android.oneconnect
 +com.sec.android.app.shealth
 +com.samsung.android.app.watchmanager                                                                                
 +com.samsung.android.voc                                                                                             
 +com.samsung.android.arzone                                                                                          
 +com.samsung.android.spay                                                                   
 +com.samsung.android.app.tips                                                               
 +com.samsung.android.game.gamehome                                                          
 +com.samsung.sree
 </code> </code>
  
Ligne 141: Ligne 173:
 com.huawei.camera # APN Huawei com.huawei.camera # APN Huawei
 com.huawei.videoeditor # éditeur vidéo com.huawei.videoeditor # éditeur vidéo
 +com.google.android.permissioncontroller # petite fenetre Autoriser / Refuser
 </code> </code>
  
android.1634914647.txt.gz · Dernière modification : 2024/01/05 05:30 (modification externe)