View Single Post
Old 12-15-2022, 07:50 AM   #32
Renate
Wizard
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 2,403
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by rexbanner View Post
Thanks! I tried this one first and it worked flawlessly!
Great! Were you using my edl.exe or the Python one?
Verified: Firehose loader for Tab Ultra

Slow listing

Ok, I kind of know what's going on, almost, sort of, possibly.

The Android Chimera (malware detection) running in the background is trying to do something. To keep doing it it's trying to get a Wake Lock. It's not allowed. That causes the System Server to write a error log for DropBox (why?) which it does to the staging area in /data/system/dropbox/ but then the DropBoxService tries to inform the DropBox provider (in KCB) with a broadcast intent (which it's not allowed to do).

This will certainly fix it:
Code:
pm disable com.google.android.gms/.chimera.GmsIntentOperationService
But you'd have to be root to do it.

All this junk is in /system/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk

In any case, you can do a quick check that everything works beautifully with Android stopped (but again, you need root for that).

Last edited by Renate; 12-15-2022 at 07:57 AM.
Renate is offline   Reply With Quote