notes/android: systemupdateservice

File systemupdateservice, 1.9 KB (added by root, at 2015-06-09T20:24:47Z)
Line 
1#!/system/bin/sh
2sleep 22
3/system/bin/sh /system/bin/pm enable com.google.android.gms/.update.SystemUpdateActivity
4/system/bin/sh /system/bin/pm enable com.google.android.gms/.update.SystemUpdateService
5/system/bin/sh /system/bin/pm enable com.google.android.gms/.update.SystemUpdateService$ActiveReceiver
6/system/bin/sh /system/bin/pm enable com.google.android.gms/.update.SystemUpdateService$Receiver
7/system/bin/sh /system/bin/pm enable com.google.android.gms/.update.SystemUpdateService$SecretCodeReceiver
8/system/bin/sh /system/bin/pm enable com.google.android.gsf/.update.SystemUpdateActivity
9/system/bin/sh /system/bin/pm enable com.google.android.gsf/.update.SystemUpdatePanoActivity
10/system/bin/sh /system/bin/pm enable com.google.android.gsf/.update.SystemUpdateService
11/system/bin/sh /system/bin/pm enable com.google.android.gsf/.update.SystemUpdateService$Receiver
12/system/bin/sh /system/bin/pm enable com.google.android.gsf/.update.SystemUpdateService$SecretCodeReceiver
13/system/bin/sh /system/bin/pm disable com.google.android.gms/.update.SystemUpdateActivity
14/system/bin/sh /system/bin/pm disable com.google.android.gms/.update.SystemUpdateService
15/system/bin/sh /system/bin/pm disable com.google.android.gms/.update.SystemUpdateService$ActiveReceiver
16/system/bin/sh /system/bin/pm disable com.google.android.gms/.update.SystemUpdateService$Receiver
17/system/bin/sh /system/bin/pm disable com.google.android.gms/.update.SystemUpdateService$SecretCodeReceiver
18/system/bin/sh /system/bin/pm disable com.google.android.gsf/.update.SystemUpdateActivity
19/system/bin/sh /system/bin/pm disable com.google.android.gsf/.update.SystemUpdatePanoActivity
20/system/bin/sh /system/bin/pm disable com.google.android.gsf/.update.SystemUpdateService
21/system/bin/sh /system/bin/pm disable com.google.android.gsf/.update.SystemUpdateService$Receiver
22/system/bin/sh /system/bin/pm disable com.google.android.gsf/.update.SystemUpdateService$SecretCodeReceiver