Skip to content

diegomdrs/script-debloat-galaxy-watch-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

script-debloat-galaxy-watch-4

Conectando o adb

adb connect <IP>

Reinstalando pacote desinstalados

adb shell cmd package install-existing com.samsung.android.bixby.agent

Listando processos

adb shell ps -A

Listando apps

adb shell pm list packages|grep com.samsung
adb shell pm list packages|grep watch.watchface

Desinstalando os bloatwares

Desinstalando os pacotes:

./debloat.sh uninstall

Reeinstalando os pacotes:

./debloat.sh install

Referências

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages