Add android apps
This commit is contained in:
parent
b362f9c9a0
commit
e5967b7d76
2 changed files with 91 additions and 3 deletions
13
README.md
13
README.md
|
@ -3,11 +3,11 @@
|
|||
|
||||
## Windows 11
|
||||
Nécessite [W10Privacy](https://www.w10privacy.de/english-home/)
|
||||
- Charger la [configuration](W10Privacy.ini).
|
||||
- Charger la [configuration](./W10Privacy.ini).
|
||||
|
||||
<details><summary>Firefox</summary>
|
||||
|
||||
Placer [`user.js`](.mozilla/firefox/user.js) dans `%APPDATA%\Mozilla\Firefox\Profiles` (dossier `*.default-release`).
|
||||
Placer [`user.js`](./.mozilla/firefox/user.js) dans `%APPDATA%\Mozilla\Firefox\Profiles` (dossier `*.default-release`).
|
||||
</details>
|
||||
|
||||
## WSL (Ubuntu)
|
||||
|
@ -50,7 +50,7 @@ curl https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -s | bash
|
|||
> </details>
|
||||
>
|
||||
> ### Copié la configuration
|
||||
> [`run.sh`](archinstall/run.sh)
|
||||
> [`run.sh`](./archinstall/run.sh)
|
||||
> ```bash
|
||||
> curl -o run.sh -L lstu.fr/m_ai_r
|
||||
> ```
|
||||
|
@ -77,6 +77,13 @@ Commande pour lancer mon installation :
|
|||
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/arch.sh -s | sudo bash
|
||||
```
|
||||
|
||||
## Android
|
||||
Avec [UAD](https://github.com/0x192/universal-android-debloater), ma liste d'applications est [uad_exported_selection.txt](./uad_exported_selection.txt).
|
||||
|
||||
<!-- Penser a bien désactiver les applications, et non les désinstallés. -->
|
||||
|
||||
[Ici](https://git.kennel.ml/Anri/cat/wiki/Debloat-MIUI) un petit descriptif de quelques applications que je désactive qui sont mauvaise.
|
||||
|
||||
## [outdated] Manjaro
|
||||
Commande pour lancer mon installation :
|
||||
```bash
|
||||
|
|
81
uad_exported_selection.txt
Normal file
81
uad_exported_selection.txt
Normal file
|
@ -0,0 +1,81 @@
|
|||
de.telekom.tsc
|
||||
|
||||
com.android.bluetoothmidiservice
|
||||
com.android.calllogbackup
|
||||
com.android.chrome
|
||||
com.android.dreams.phototable
|
||||
com.android.egg
|
||||
com.android.protips
|
||||
com.android.providers.partnerbookmarks
|
||||
com.android.traceur
|
||||
com.bsp.catchlog
|
||||
com.facebook.appmanager
|
||||
com.facebook.services
|
||||
com.facebook.system
|
||||
com.google.android.apps.googleassistant
|
||||
com.google.android.apps.maps
|
||||
com.google.android.apps.messaging
|
||||
com.google.android.apps.restore
|
||||
com.google.android.apps.setupwizard.searchselector
|
||||
com.google.android.apps.subscriptions.red
|
||||
com.google.android.apps.walletnfcrel
|
||||
com.google.android.calendar
|
||||
com.google.android.feedback
|
||||
com.google.android.gm
|
||||
com.google.android.gms.location.history
|
||||
com.google.android.googlequicksearchbox
|
||||
com.google.android.marvin.talkback
|
||||
com.google.android.onetimeinitializer
|
||||
com.google.android.partnersetup
|
||||
com.google.android.printservice.recommendation
|
||||
com.google.android.setupwizard
|
||||
com.google.android.tts
|
||||
com.google.android.youtube
|
||||
com.mi.globalbrowser
|
||||
com.milink.service
|
||||
com.mipay.wallet.in
|
||||
com.miui.analytics
|
||||
com.miui.backup
|
||||
com.miui.bugreport
|
||||
com.miui.calculator
|
||||
com.miui.cit
|
||||
com.miui.cloudbackup
|
||||
com.miui.cloudservice
|
||||
com.miui.cloudservice.sysbase
|
||||
com.miui.compass
|
||||
com.miui.daemon
|
||||
com.miui.hybrid
|
||||
com.miui.hybrid.accessory
|
||||
com.miui.micloudsync
|
||||
com.miui.miservice
|
||||
com.miui.msa.global
|
||||
com.miui.notes
|
||||
com.miui.phrase
|
||||
com.miui.player
|
||||
com.miui.touchassistant
|
||||
com.miui.videoplayer
|
||||
com.miui.weather2
|
||||
com.miui.yellowpage
|
||||
com.netflix.partner.activation
|
||||
com.tencent.soter.soterserver
|
||||
com.xiaomi.joyose
|
||||
com.xiaomi.mi_connect_service
|
||||
com.xiaomi.midrop
|
||||
com.xiaomi.mipicks
|
||||
com.xiaomi.payment
|
||||
com.xiaomi.simactivate.service
|
||||
com.xiaomi.xmsfkeeper
|
||||
org.ifaa.aidl.manager
|
||||
|
||||
com.android.dreams.basic
|
||||
com.android.soundrecorder
|
||||
com.google.android.contacts
|
||||
com.google.android.dialer
|
||||
com.google.android.ext.shared
|
||||
com.google.android.syncadapters.contacts
|
||||
com.mi.android.globalFileexplorer
|
||||
com.miui.global.packageinstaller
|
||||
com.miui.mishare.connectivity
|
||||
com.xiaomi.account
|
||||
|
||||
com.miui.cleaner
|
Loading…
Reference in a new issue