Ultima attività 1703030765

Remove all of the softbank package on your android phone just in one command!

AimerNeige's Avatar AimerNeige ha revisionato questo gist 1703030764. Vai alla revisione

Nessuna modifica

AimerNeige's Avatar AimerNeige ha revisionato questo gist 1703030133. Vai alla revisione

1 file changed, 1 insertion

remove.sh(file creato)

@@ -0,0 +1 @@
1 + for package in $(adb shell pm list packages | awk -F ':' '{print $2}' | grep softbank); do adb shell pm uninstall --user 0 $package; done
Più nuovi Più vecchi