Forums | developer.brewmp.com Forums | developer.brewmp.com

Developer

Forums

Forums:

Hey!
So I on the nokia 3589i I am storing quite a bit of data on the phone's file system, and inorder to read that data I have to jump around the file a lot to get the pieces I need. So I end up doing something like this....
IFile_Seek
IFile_Read
IFile_Seek
IFile_Read

Now when i get to that second read, the phone bombs out and recycles. I checked to make sure all the values are valid and I am not reading too much or over flowing any buffers, and it's all correct. So something else seems to be wrong, and I can't seem to pin it down? Has anybody else had any expierence with this? The source works on every phone except the nokia. Is this another one of the nokia's issues? Any help is appreciated. Thank you.

Ben

The file system operations on Nokia devices can't be reliably considered as synchronous. Repeated file operation calls are somewhat risky.

The file system operations on Nokia devices can't be reliably considered as synchronous. Repeated file operation calls are somewhat risky.