Ticket #71 (assigned defect)

Opened 4 years ago

Last modified 4 years ago

Failed to save track

Reported by: marcert Owned by: saua
Priority: major Milestone: 1.0
Component: MIDlet Version: 0.5.1
Keywords: Cc:

Description

Hi, unfortunately it is not every time possible for me to save the track because after "Stop track" I get the following exception: javax.microedition.rms.RecordStoreFullException? No track directory set

I get this although I configured a track directory: SDCard/Blackberry/ Even after modifying this directory I got the message "No track directory has been selected"

This is on a Blackberry 8310.

Change History

comment:1 Changed 4 years ago by saua

  • Status changed from new to assigned

The RecordStoreFullException? is caused when the record store is full (you probably thought as much). I'm using the record store as a fallback storage, when the track directory is not configured or can not be written to. It is usually of very limited capacity, so it will fail after a few tracks. That's expected and I can't really do anything about it.

The root cause of your problem, 'though, seems to be that the track directory you configure is not used or not recognized.

Could you tell me how you configured that directory? Did you write the name in yourself or did you select "Browse"?

comment:2 Changed 4 years ago by marcert

Hi, I used the Browse to navigate to the directory. I tried the built-in memory as well as the SD Card (which is 512MB and empty). It looks that the configuration of the path doesn't work because independent of the selected path I got the message "No Track directory has been selected"

Thanks Marco

comment:3 Changed 4 years ago by rossi

I experienced the same problem. My mistake was that i connected the phone to the PC before stoping the recording. Unfortunately this caused the phone itself to loos filesystem access to the SD-card. You can not even set the SD card as the track directory while the phone is connected to the pc because it is simply not visible in the directory browser. But this is a problem of the BB OS.

Note: See TracTickets for help on using tickets.