https://github.com/0x192/universal-android-debloater/releases
com.facebook.appmanager
com.facebook.services
com.facebook.system
com.google.android.apps.messaging
com.hiya.starhttps://github.com/0x192/universal-android-debloater/releases
com.facebook.appmanager
com.facebook.services
com.facebook.system
com.google.android.apps.messaging
com.hiya.star| /* | |
| * Copyright (C) 2015 Pavel Savshenko | |
| * Copyright (C) 2011 Google Inc. All rights reserved. | |
| * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. | |
| * Copyright (C) 2008 Matt Lilek <webkit@mattlilek.com> | |
| * Copyright (C) 2009 Joseph Pecoraro | |
| * | |
| * Redistribution and use in source and binary forms, with or without | |
| * modification, are permitted provided that the following conditions | |
| * are met: |
whatsapp backup is shit
https://apple.stackexchange.com/questions/212471/double-whatsapp-backup-in-icloud
| # use if keys are less, check redis metrics when this is done. | |
| # "migrate" copies keys with TTL | |
| redis-cli -h HOST1 -p 6398 keys \* | xargs -I '{}' -P 100 redis-cli -h HOST1 -p 6398 migrate HOST2 6398 "" 0 5000 COPY KEYS '{}' | |
| # for lots of keys use SCAN to get keys in batches |
| https://kolappan.com/blog/2020/debloating-redmi-8/ | |
| find package using this | |
| pm list packages -f | grep PACKAGE | |
| uninstall package | |
| 130|olive:/ $ pm uninstall com.miui.android.fashiongallery | |
| Failure [-1000] |
| function parse (object,bucket) { | |
| // console.log(object) | |
| Object.keys(object).forEach(function (key) { | |
| let val = object[key]; | |
| if (val == null) { | |
| if (key == "bucket_prefix" || key == "acl" | |
| || key == "website_domain" | |
| || key == "website_endpoint") { | |
| //skip |
| setup ADB | |
| https://www.xda-developers.com/install-adb-windows-macos-linux/ | |
| $ ./adb devices | |
| $ ./adb shell | |
| I don't like these.. | |
| pm uninstall --user 0 com.heytap.browser |