{"id":13448424,"url":"https://github.com/jaredsburrows/android-bloatware","last_synced_at":"2025-03-16T20:30:25.348Z","repository":{"id":145261870,"uuid":"37810797","full_name":"jaredsburrows/android-bloatware","owner":"jaredsburrows","description":"Keeping tracking of Bloatware that is safe to disable.","archived":false,"fork":false,"pushed_at":"2021-03-05T06:41:39.000Z","size":19,"stargazers_count":94,"open_issues_count":2,"forks_count":12,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-02-27T12:45:36.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaredsburrows.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-21T13:57:19.000Z","updated_at":"2024-12-24T01:13:56.000Z","dependencies_parsed_at":"2023-07-08T16:45:29.334Z","dependency_job_id":null,"html_url":"https://github.com/jaredsburrows/android-bloatware","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fandroid-bloatware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fandroid-bloatware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fandroid-bloatware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fandroid-bloatware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredsburrows","download_url":"https://codeload.github.com/jaredsburrows/android-bloatware/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826798,"owners_count":20354221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T05:01:45.206Z","updated_at":"2025-03-16T20:30:25.341Z","avatar_url":"https://github.com/jaredsburrows.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"Android-Bloatware\n=====\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n[![Status](https://travis-ci.org/jaredsburrows/android-bloatware.svg?branch=master)](https://travis-ci.org/jaredsburrows/android-bloatware)\n\nKeeping tracking of Bloatware that is safe to disable.\n\nOriginal blog post: http://blog.burrowsapps.com/2014/03/what-android-apps-are-safe-to-remove.html\n\nThis list contains apps from Cyanongenmod and devices such as the Nexus 6.\n\n### Download the Android SDK for ADB(Android Debug Bridge):\n\nhttp://developer.android.com/tools/revisions/build-tools.html\n\n### Connect your Device and Run the Script:\n\n**Without root(attempt to disable apps without root):**\n - `./disable.sh`\n\n**Without root(attempt to uninstall apps without root):**\n - `./uninstall.sh`\n\n**With root(disabling apps with root):**\n - `./disable-root.sh`\n\n**With root(uninstalling apps with root):**\n - `./uninstall-root.sh`\n\n### How it works and Basic Commands:\n\n**How to list all packages:**\n\n - `adb shell pm list packages -f`\n\n**How to disable apps *without* root:**\n\n - `adb shell pm disable \u003ccom.package.name\u003e`\n\n**How to uninstall apps *without* root:**\n\n - `adb shell pm uninstall \u003ccom.package.name\u003e`\n\n**How to disable apps *with* root:**\n\n - `adb root \u0026\u0026 adb shell pm disable \u003ccom.package.name\u003e`\n or\n - `adb shell \"su -c 'pm disable \u003ccom.package.name\u003e'\"`\n\n**How to uninstall apps *with* root:**\n\n - `adb root \u0026\u0026 adb shell pm uninstall \u003ccom.package.name\u003e`\n or\n - `adb shell \"su -c 'pm uninstall \u003ccom.package.name\u003e'\"`\n\n### Success vs Unsuccessful:\n\n**New state: disabled**\n\n`Package com.android.dreams.basic new state: disabled`\n\nYou have successfully disabled the application.\n\n**IllegalArgumentException**\n\n`Error: java.lang.IllegalArgumentException: Unknown package: com.android.musicvis`\n\nThis mean your Android device does not have this application installed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredsburrows%2Fandroid-bloatware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredsburrows%2Fandroid-bloatware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredsburrows%2Fandroid-bloatware/lists"}