My ZW2 is still in 1.5 and I hope I can always avoid the upgrade 2 messageNow I'm just trying to figure out a way to get rid of the persistent 2.0 software notification card prompting me to update. That's another issue altogether.
My ZW2 is still in 1.5 and I hope I can always avoid the upgrade 2 messageNow I'm just trying to figure out a way to get rid of the persistent 2.0 software notification card prompting me to update. That's another issue altogether.
Exactly the same today morning happened to me. Maybe it is because updated Google services?I had followed this guide and was happy again with my LG Watch R back to 1.5 for at least 20 days, when this morning, the update notification has come back !!!
+1, update notification came for my watch too. Dam you, Google!
the commands
pm disable com.google.android.gms/.update.SystemUpdateService
pm disable com.google.android.gsf/.update.SystemUpdateService
are no longer enough unfortunately.
Weird thing is that I can't remember when I updated Google services last time. Definitely at least weeks ago.
...Just what I needed, a potentilly unusable watch right before a long holiday. Google has the best presents....
Seriously, I'd love it if google just wouldn't mess with it for 5-10 years?
(I looked at installing custom ROMs, the one I found basically started with "install linux". Sorry, can't and won't.)
edit: tried
cd /data/data/com.google.android.gms/app_download/
echo "" > update.zip
chattr +i update.zip
but still no cookie.
edit 2: tried the shotgun approach:
adb shell su -c pm disable com.google.android.gms/.update.SystemUpdateService
adb shell su -c pm disable com.google.android.gms/.update.SystemUpdateService$ActiveReceiver
adb shell su -c pm disable com.google.android.gms/.update.SystemUpdateService$Receiver
adb shell su -c pm disable com.google.android.gms/.update.SystemUpdateService$SecretCodeReceiver
adb shell su -c pm disable com.google.android.gsf/.update.SystemUpdateActivity
adb shell su -c pm disable com.google.android.gsf/.update.SystemUpdatePanoActivity
adb shell su -c pm disable com.google.android.gsf/.update.SystemUpdateService
adb shell su -c pm disable com.google.android.gsf/.update.SystemUpdateService$Receiver
adb shell su -c pm disable com.google.android.gsf/.update.SystemUpdateService$SecretCodeReceiver
aaand while these helped in the past, they don't help now.
Edit 3: tried grepping the full file list for update.zip. *.zip, *.img, not one hit besides those I put there or the immutable update.zip.
[ 08-11 11:08:29.846 964: 964 W/StreamLayout ]
Desired peek height 146.000000 does not fit in the range [15, 132]
[ 08-11 11:08:29.867 692:17996 I/ActivityManager ]
START u0 {act=android.settings.SYSTEM_UPDATE_SETTINGS pkg=com.google.android.gms} from uid 10012 on display 0
[ 08-11 11:08:31.150 692: 1510 I/ActivityManager ]
START u0 {act=android.settings.SYSTEM_UPDATE_SETTINGS pkg=com.google.android.gms} from uid 10004 on display 0
[ 08-11 11:08:31.152 964: 964 W/ActionFactory ]
activity not found.
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.SYSTEM_UPDATE_SETTINGS pkg=com.google.android.gms }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1798)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1512)
at android.app.Activity.startActivityForResult(Activity.java:3930)
at android.app.Activity.startActivityForResult(Activity.java:3890)
at android.app.Activity.startActivity(Activity.java:4213)
at com.google.android.clockwork.home.apps.AppIntentUtil.startActivityFromUserAction(AppIntentUtil.java:45)
at com.google.android.clockwork.home.apps.AppIntentUtil.startActivityFromUserAction(AppIntentUtil.java:25)
at com.google.android.clockwork.home.stream.factory.ActionFactory$2$1.postExecute(ActionFactory.java:160)
at com.google.android.clockwork.home.voiceactions.SendIntentWithPermissionCheckAsyncTask.onPostExecute(SendIntentWithPermissionCheckAsyncTask.java:55)
at com.google.android.clockwork.home.voiceactions.SendIntentWithPermissionCheckAsyncTask.onPostExecute(SendIntentWithPermissionCheckAsyncTask.java:10)
at android.os.AsyncTask.finish(AsyncTask.java:651)
at android.os.AsyncTask.-wrap1(AsyncTask.java)
at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:668)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5422)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
Weird, I had no such file there, besides my own 1 byte update.zipSame issue, "charge watch to install update" notification is back. Disabling update services doesn't help. "update.zip" file is still in /cache/, and cannot be touched, even under SU.
Not sure what else to try.
Done...adb shell su -c pm disable com.google.android.gms/.chimera.GmsIntentOperationService
I
command to run is:
adb shell su -c pm disable com.google.android.gms/.chimera.GmsIntentOperationService
I tried everything ... reflashing the image, re-flashing the SuperSU, different versions, but the result is the same - it crashes or freezes. Help!I experienced the crashing of su too.
I'm able to connect my watch and start the adb shell but when entering any su command either the cmd window freezes or I get a su crashed message on my watch.![]()
Stupid question: What if you don't pipe commands through the su command, and instead just spawn a su shell and THEN enter the commands?I tried everything ... reflashing the image, re-flashing the SuperSU, different versions, but the result is the same - it crashes or freezes. Help!
It hangs on 'su' command.Stupid question: What if you don't pipe commands through the su command, and instead just spawn a su shell and THEN enter the commands?
[email protected]:/ $ su
[email protected]:/ #
[email protected]:/ # pm list packages
...
Then I'd wager that you're on a "wrong" SuperSU.It hangs on 'su' command.
So I don't get the row after 'su'. For the record - this was working a week ago. I already patched it after one of the factory resets of the watch.
One of my other options would be to go with custom rom ... but that's so not "User-friendly", Google ...