E. User feedback
E.1. Bug reports
If you experience inappropriate performance from any supported feature, please file a bug
report on our web page. Do not report missing features as bugs, instead file them as feature
ideas (see below).
For open bug reports refer to http://www.rockbox.org/tracker/index.php?type=2
E.1.1. Rules for submitting new bug reports
- Check that the bug has not already been reported
- Always include the following information in your bug report:
- Which exact player you have.
- Which exact Rockbox version you are using (Menu->Info -> Version)
- A step-by-step description of what you did and what happened
- Whether the problem is repeatable or a one-time occurrence
- All relevant data regarding the problem, such as playlists, MP3 files etc.
(IMPORTANT!)
E.2. Feature ideas
To suggest an idea for a feature or to read those made by others, see
http://forums.rockbox.org/index.php?board=49.0. Please keep in mind that this forum is for the
discussion of feature ideas - they are not requests and there is no guarantee they will be acted
upon.
E.2.1. Rules for submitting a new feature idea
- Check that the feature has not already been suggested. Duplicates are really
boring!
- Check that the feature has not already been implemented. Download the latest
current/daily build and/or search the mail list archive.
- Check that the feature is possible to implement (see section E.2.2).
E.2.2. Features we will not implement
This is a list of Feature Requests we get repeatedly that we simply cannot do. View it as the
opposite of a TODO!
- Interfacing with other USB devices (like cameras) or 2 player games over USB
The USB system demands that there is a master that talks to a slave. The player
can only serve as a slave, as most other USB devices such as cameras can.
Thus, without a master no communication between the slaves can take place. If
that is not enough, we have no ways of actually controlling the communication
performed over USB since the USB circuit in the player is strictly made for
disk-access and does not allow us to play with it the way we’d need for any good
communication to work.
- Support other file systems than FAT32 (like NTFS or ext2 or whatever)!
No. support for more file systems will just take away valuable ram for
unnecessary features. You can partition your player fine, just make sure the first
one is FAT32 and then make the other ones whatever file system you want. Just
do not expect Rockbox to understand them.
- Add scandisk-like features!
It would be a very slow operation that would drain the batteries and take a lot of
useful ram for something that is much better and faster done when connected to
a host computer.