Thanks for the info. I delete them via ADB shell in recovery mode. They must be redownloaded on factory reset.
Can I do a verbose factory reset via ADB and watch what is happening?
Ah, thanks--that is indeed useful information!
:thumbup:
Since I now know you're adb-savvy (a very good thing!
), if this were me, I would try to isolate my device from network access (3G/4G and wi-fi), delete the/a file(s) and verify and record the deletion with a directory listing (I'm guessing you had to manually mount /system in custom recovery before attempting the deletion), and then re-do the factory reset and restart of your device.
I don't know if a factory reset is going to reset USB debugging (I kind of suspect it might), but see if you can use an adb shell while the device is rebooting from the factory reset to watch the /system/app directory for the absence and possible re-population of the .apk file(s) in question.
Try to make sure you don't enable network access after the factory reset until you're able to get an adb shell in place to begin watching to see when and if the files are being auto-restored on you.
I'm still pretty sure it's not the factory reset per se since that is a delete/format/wiping operation and there are no files stored or available or squirreled-away for it to restore.
An auto-restore after a reboot is possible I guess, but I'm still surprised that system apps would be auto-restored somehow. I did do a cursory Google search about this the other day, but haven't yet found anything regarding this.
Let us know how this goes...I'm very curious about it.
Cheers!