snowzach

Untitled

Jul 24th, 2018
866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.06 KB | None | 0 0
  1. #!/system/bin/sh
  2. am force-stop com.google.android.gms/.update.SystemUpdateGcmTaskService
  3. am force-stop com.google.android.gms/.update.SystemUpdateService
  4. am force-stop com.google.android.gms/.update.SystemUpdateActivity
  5. am force-stop com.google.android.gsf/.update.SystemUpdateActivity
  6. am force-stop com.google.android.gsf/.update.SystemUpdatePanoActivity
  7. am force-stop com.google.android.gsf/.update.SystemUpdateService
  8. pm disable com.google.android.gms/.update.SystemUpdateActivity
  9. pm disable com.google.android.gms/.update.SystemUpdateService$ActiveReceiver
  10. pm disable com.google.android.gms/.update.SystemUpdateService$Receiver
  11. pm disable com.google.android.gms/.update.SystemUpdateService$SecretCodeReceiver
  12. pm disable com.google.android.gsf/.update.SystemUpdateActivity
  13. pm disable com.google.android.gsf/.update.SystemUpdatePanoActivity
  14. pm disable com.google.android.gsf/.update.SystemUpdateService$Receiver
  15. pm disable com.google.android.gsf/.update.SystemUpdateService$SecretCodeReceiver
  16. pm hide com.google.android.gms/.update
  17. pm hide com.google.android.gsf/.update
Advertisement
Add Comment
Please, Sign In to add comment