Application user data storage support

Hi,
i have an aplication which reads GPS information from the GPS receiver, let say every second. I want to cache the information received and when i received 60 messages to send this information using GPRS or SMS. For this task i use flash object support. The problem is that i do not have enough memory to store all these objects. My device total memory is 512 kB. Is there another mechanism for storing data in memory.

Iulian

Hi Iulian,

Wow! You are going to fill 512kB in 1 minute!! Not bad! But I wouldn’t use SMS to send out that much data… You probably wouldn’t even be finished when the next 60 messages are accumulated :laughing:

Best Regards,
Jan