diff --git a/index.html b/index.html index ab853ce..cab56de 100644 --- a/index.html +++ b/index.html @@ -547,6 +547,8 @@ Error message and password prompt
  • David Bowie meets Tricky
  • +
  • De-Googling an Android phone
  • +
  • Debian non-free live images
  • Dervla Murphy
  • @@ -10585,7 +10587,7 @@ Error message and password prompt
    
     
    -
    +
    
     
    @@ -12097,6 +12099,20 @@ https://cycle.travel/map http://www.moon-palace.de/tricky/q95.html
    +
    +
    Here are some adb commands to disable Google packages on Android. Beware that this could break stuff. Thanks to aig on Scuttlebutt and people on the [Fairphone forum](https://forum.fairphone.com/t/google-apps-keep-reinstalling-reactivating/53563/21).
    +
    +```
    +# list installed packages on the phone
    +adb shell pm list packages
    +
    +# disable/uninstall a package for the main user
    +adb shell pm uninstall -k --user 0 <package-name>
    +
    +# re-install a package that was previously uninstalled
    +adb shell cmd package install-existing <package-name>
    +```
    +
    https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/10.7.0-live+nonfree/amd64/bt-hybrid/