Why not push the data up to a server? J On Apr 4, 2010 2:53 PM, "Nadav" <[email protected]> wrote:
Thanks Bob and Dianne, The issue is that I have no choice but do a lot of writing since this is a research app that constantly logs phone and user activity over many months... We are dealing ok with battery and processing power (we only write every several minutes), and the main concern remains the Flash lifetime. We are working with cyclic log files (that roll over every several hours), and have already found a way to move our older files to the SD card. However our current dilemma is whether to do all writing on the SD-card, or keep the "current" open file on the main memory, and copy it to SD when moving to the next log file. The problem of doing everything on the SD card is that when a user mounts the card to a PC, we can't access it for logging and other tasks, and that leads to various crashes and issues, so I thought it might be simpler if we work with the "current" file on the main memory, but I fear the Flash degradation... I'm willing to buy new SD cards every few months, but I really don't want to mess up the phone itself! On Apr 4, 2:27 am, Dianne Hackborn <[email protected]> wrote: > If you are talking about interna... > On Sat, Apr 3, 2010 at 9:49 AM, Nadav <[email protected]> wrote: > > Hi All, > > > I'm wondering ho... > > [email protected]<android-developers%[email protected]> <android-developers%[email protected]<android-developers%[email protected]> > > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en... > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private suppo... -- 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 To unsubscribe, reply using "remove me" as the subject.

