{"id":219,"date":"2022-10-31T21:28:13","date_gmt":"2022-10-31T13:28:13","guid":{"rendered":"https:\/\/gri.my\/blog\/?p=219"},"modified":"2022-10-31T21:32:25","modified_gmt":"2022-10-31T13:32:25","slug":"removing-bloatware-from-a-galaxy-tab-s6","status":"publish","type":"post","link":"https:\/\/gri.my\/blog\/removing-bloatware-from-a-galaxy-tab-s6\/","title":{"rendered":"Removing bloatware from a Galaxy Tab S6"},"content":{"rendered":"\n<p>My Samsung Galaxy Tab S6 comes with quite minimal amount of bloatware, but they take up memory space and runs in the background. So&#8230;. dropping a list of commands for removing all of them via adb for future use.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Connect to device<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nadb start-server\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\">Open a Terminal<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nadb shell\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\">List packages<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nlist packages -f\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\">Remove apps<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\npm uninstall -k --user 0 com.google.android.gm\npm uninstall -k --user 0 com.google.android.apps.tachyon\npm uninstall -k --user 0 com.google.android.videos\npm uninstall -k --user 0 com.google.android.googlequicksearchbox\npm uninstall -k --user 0 com.sec.android.app.samsungapps\npm uninstall -k --user 0 com.android.vending\npm uninstall -k --user 0 com.samsung.android.app.spage\npm uninstall -k --user 0 com.microsoft.skydrive\npm uninstall -k --user 0 com.netflix.mediaclient\npm uninstall -k --user 0 com.google.android.apps.photos\npm uninstall -k --user 0 com.google.mainline.telemetry\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>My Samsung Galaxy Tab S6 comes with quite minimal amount of bloatware, but they take up memory space and runs in the background. So&#8230;. dropping a list of commands for removing all of them via&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-219","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/gri.my\/blog\/wp-json\/wp\/v2\/posts\/219","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gri.my\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gri.my\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gri.my\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gri.my\/blog\/wp-json\/wp\/v2\/comments?post=219"}],"version-history":[{"count":2,"href":"https:\/\/gri.my\/blog\/wp-json\/wp\/v2\/posts\/219\/revisions"}],"predecessor-version":[{"id":221,"href":"https:\/\/gri.my\/blog\/wp-json\/wp\/v2\/posts\/219\/revisions\/221"}],"wp:attachment":[{"href":"https:\/\/gri.my\/blog\/wp-json\/wp\/v2\/media?parent=219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gri.my\/blog\/wp-json\/wp\/v2\/categories?post=219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gri.my\/blog\/wp-json\/wp\/v2\/tags?post=219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}