1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
Rockbox FAQ
$Id$
Q. What is a FAQ?
A. A rare small animal of the species 'Textius Electronicus'. It is known for
its' helpful attitude and vicious misspellings.
Q. What is Rockbox, what is it's purpose?
A. The purpose of this project is to write an Open Source replacement
firmware for the Archos Jukebox 6000, Studio 20 and Recorder MP3 players.
Q. I want to write code for my Archos, how do I proceed?
A. Start by reading up on the information about the jukeboxes on our web page.
Then go into CVS and look at the code we've written. Then take what you
need and start writing.
Q. Okay, so how do I submit a patch?
A. Run: "diff -u oldfile newfile" against the file(s) you have changed. Then
mail the output to any member of the development team and we will take it
under consideration. (Please remember that all submissions are not
automatically accepted.)
Q. I want to join the development team, but don't have a SourceForge account,
what should I do?
A. Head on over to http://sourceforge.net/account/register.php and create an
account for yourself.
Q. Do you have a mailing list?
A. Sure do! The list is rockbox@cool.haxx.se. To subscribe, you need to
send a message to majordomo@cool.haxx.se with the words "subscribe rockbox"
in the body.
Q. Great you have a mailing list! Is there anyway for me to catch up on
past posts?
A. Check out the archives at: http://bjorn.haxx.se/rockbox/mail.cgi
Q. How can I meet the developers working on the project?
A. One way is by visiting us on IRC. Head on over to the server
irc.openprojects.net, and then join "#rockbox". There is usually at least
one person there. If you don't see any activity, feel free to post
questions anyway, serveral of us log the channel and will get you answers
when we unidle.
Q. What is this "SourceForge" you keep mentioning?
A. http://www.sourceforge.net
Q. Can the changes or the software that Rockbox suggests or offers
possibly damage my Archos Player?
A. All firmware mods that are presented are still highly experimental.
Try them at your own risk. We offer no guarantee that this software, or the
hardware modifications we show, will not damage your player or void your
warranty.
That said, we have not been able to damage any of our units by modifying
only the firmware. You can accidentally password protect your harddisk,
but there are ways around that. (See below.)
Q. I want to see what the inside of my player looks like, but I would really
like to avoid voiding my warranty. Is there anything you can suggest?
A. We have a collection of photos of both the player and recorder. Look at
http://bjorn.haxx.se/rockbox/internals/
Q. What exactly are you trying to achieve with this line of development?
(A.K.A. whats your purpose for being here?)
A. Firstly, we wouldn't start something like this if we didn't simply enjoy
it profusely. This is great fun!
Secondly, we feel the firmware is lacking some features and contain a
number of annoying bugs that we want to fix.
Some ideas would include (in no particular order):
- No pause between songs
- Mid-song resume
- Mid-playlist resume
- No-scan playlists
- Unlimited playlist size
- Autobuild playlists (ie: "all songs in this directory tree")
- Auto-continue play in the next directory
- Current folder and all sub-folder random play
- Full disk random play
- REAL random
- Multi song queue
- Faster scroll speed
- More cool features with the wire remote control (including
controlling your Archos from your car radio (req hw mod))
- Support playing of other files types (ie: Ogg Vorbis support)
- Support for megabass switch (req hw mod)
- Player control via USB
- Memory expansion?
Note: Just because something is on this list, does not mean that it is
technically feasible. (But hey we can dream) And something not
being on the list does not mean it isn't a neat idea. Bring it to
the list.
Q. I tried one of your firmware files and now I can't access my harddisk!
When I turn on my jukebox, it says:
Part. Error
Pls Chck HD
A. Your harddisk has been password protected. We're not 100% sure why it
happens, but you can unlock it yourself. Look at:
http://rockbox.sourceforge.net/rockbox/lock.html
|