Wednesday, April 4, 2012

Re: [android-developers] resintalling application due to data corruption

Just curious where is the file you are opening stored? Is it within your APK and within the Raw folder?

On Wed, Apr 4, 2012 at 10:07 AM, guich <guihazan@gmail.com> wrote:
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Albert Rosa
(Phone) 646-389-ROSA

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment