Hi, Some users are having a very serious problem with some android devices (motorola, samsung): after running the application for several hours, some data files are being corrupted by the OS. The most strangest thing is that these files are opened using fopen(.., "rb"), thus, in read-only mode. They are never written from our code.
I can easily detect that the corruption occured when the program starts. I was thinking, in this case, to call the installer again. I know that the installer are stored at /data/app/*.apk. Is it possible to call the installer from the application in a non-rooted android device or is this blocked? thanks guich -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

