Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/system/bin/sh
- am force-stop com.google.android.gms/.update.SystemUpdateGcmTaskService
- am force-stop com.google.android.gms/.update.SystemUpdateService
- am force-stop com.google.android.gms/.update.SystemUpdateActivity
- am force-stop com.google.android.gsf/.update.SystemUpdateActivity
- am force-stop com.google.android.gsf/.update.SystemUpdatePanoActivity
- am force-stop com.google.android.gsf/.update.SystemUpdateService
- pm disable com.google.android.gms/.update.SystemUpdateActivity
- pm disable com.google.android.gms/.update.SystemUpdateService$ActiveReceiver
- pm disable com.google.android.gms/.update.SystemUpdateService$Receiver
- pm disable com.google.android.gms/.update.SystemUpdateService$SecretCodeReceiver
- pm disable com.google.android.gsf/.update.SystemUpdateActivity
- pm disable com.google.android.gsf/.update.SystemUpdatePanoActivity
- pm disable com.google.android.gsf/.update.SystemUpdateService$Receiver
- pm disable com.google.android.gsf/.update.SystemUpdateService$SecretCodeReceiver
- pm hide com.google.android.gms/.update
- pm hide com.google.android.gsf/.update
Advertisement
Add Comment
Please, Sign In to add comment