Thanks for your reply VanguardLH.
- My phone has been rooted for years
- I use Lookout AV on my Android
- I have several apps that need root
- There is no downloaded or running zygote app in my Applications
list
- I rebooted and the zygote issue did not recur
Here is a troubleshooting quote from a forum poster:
<quote>
If you have ADB, issue the command adb shell ps | grep zygote. (Or
from Terminal Emulator as ps | grep zygote)
I believe the output will be two processes: one is the real zygote,
and the other 'zygote' is part of a package name, which is a malware.
</quote>
I did as directed but didn't find two processes, only one.
>adb shell
shell@android:/ $ ps | grep zygote
root 158 1 499980 25612 ffffffff 00000000 S zygote
127|shell@android:/ $ exit
I don't really know what the result means but I'm hoping the zygote SU
request was a system fluke that won't happen again. Zygote is a legit
Android daemon whose purpose is to launch Apps. It doesn't need root
permission... unless there's malware afoot.