Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 1 | Q1. What is a FAQ? |
| 2 | A1. A rare small animal of the species 'Textius Electronicus'. It is known for |
| 3 | its helpful attitude and vicious misspellings. |
| 4 | |
| 5 | Q2. Okay, fine, what is _this_ FAQ? |
Linus Nielsen Feltzing | bda36dc | 2002-12-06 22:18:54 +0000 | [diff] [blame] | 6 | A2. This FAQ is for questions (that we have answers to) that have been asked |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 7 | repeatedly either in emails or on IRC. |
| 8 | |
| 9 | Q3. What is Rockbox? What is it's purpose? |
| 10 | A3. The purpose of this project is to write an Open Source replacement |
| 11 | firmware for the Archos Jukebox 6000, Studio 20 and Recorder MP3 players. |
| 12 | |
| 13 | Q4. I want to write code for my Archos, how do I proceed? |
Robert Hak | db96b1f | 2002-08-21 11:06:32 +0000 | [diff] [blame] | 14 | A4. First make sure to read the file CONTRIBUTING in the docs directory |
Robert Hak | 54099ba | 2002-08-22 07:02:03 +0000 | [diff] [blame] | 15 | on Sourceforge. See http://rockbox.haxx.se/docs/contributing.html |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 16 | if you do not want to have to wade through the CVS directories. |
| 17 | |
Robert Hak | 09499b5 | 2002-08-22 07:03:17 +0000 | [diff] [blame] | 18 | Q5: What is CVS? |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 19 | A5: Concurrent Versions System (http://www.cvshome.org). We have a small |
| 20 | help page about how to use this to get, update and commit files on the web |
| 21 | at http://rockbox.haxx.se/cvs.html |
| 22 | |
| 23 | Q6. What exactly is the CONTRIBUTING file? |
| 24 | A6. Just like the name implies, it lists conventions that the project follows, |
| 25 | and in turn asks you to follow, for the formating of source code in |
| 26 | general. |
| 27 | |
| 28 | Q7. Okay, so I read CONTRIBUTING and although I don't agree with all your |
| 29 | conventions, I am going to be sensible and follow them anyway. Now what? |
| 30 | A7. Start by reading up on the information about the jukeboxes on our web page. |
| 31 | Then go into CVS and look at the code we've written. Then take what you |
| 32 | need and start writing. |
| 33 | |
| 34 | Q8. Okay, so how do I submit a patch? |
Björn Stenberg | 10fc53c | 2002-08-23 20:49:12 +0000 | [diff] [blame] | 35 | A8. Run: "diff -ub oldfile newfile > patchfile" against the file(s) you have |
Robert Hak | 63bfcef | 2002-10-01 08:39:48 +0000 | [diff] [blame] | 36 | changed. Then submit the patch to the project via Sourceforge's patch |
| 37 | tracker. See: http://sourceforge.net/tracker/?group_id=44306&atid=439120 |
| 38 | Your patch will be taken under consideration. Please remember that all |
Björn Stenberg | 10fc53c | 2002-08-23 20:49:12 +0000 | [diff] [blame] | 39 | submissions are not automatically accepted. This is nothing personal. |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 40 | |
Björn Stenberg | 10fc53c | 2002-08-23 20:49:12 +0000 | [diff] [blame] | 41 | Preferrably, run the diff against the current cvs code: |
| 42 | cvs diff -ub > patchfile |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 43 | |
Robert Hak | 63bfcef | 2002-10-01 08:39:48 +0000 | [diff] [blame] | 44 | One last note. We would appreciate it if *all* patches, files and fixes |
| 45 | that are meant for inclusion in the sources would be posted to the patch |
| 46 | tracker. Patches sent to the mailing list are quickly lost in the |
| 47 | traffic of the list itself. (And looking back in the archives for |
| 48 | missed patches quickly becomes a nightmare.) |
| 49 | |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 50 | Q9. I want to join the development team, but don't have a SourceForge account, |
| 51 | what should I do? |
Björn Stenberg | 10fc53c | 2002-08-23 20:49:12 +0000 | [diff] [blame] | 52 | A9. You don't need a SourceForge account to help developing Rockbox. Just |
Daniel Stenberg | dfa5110 | 2002-12-09 08:21:18 +0000 | [diff] [blame] | 53 | submit patches as per the instructions above. |
Björn Stenberg | 10fc53c | 2002-08-23 20:49:12 +0000 | [diff] [blame] | 54 | |
| 55 | If your patches are consistently well-written and thus accepted, you may |
| 56 | ultimately be offered CVS commit access. If that should happen, you will |
| 57 | need to get a Sourceforge account: |
| 58 | http://sourceforge.net/account/register.php |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 59 | |
| 60 | Q10. Do you have a mailing list? |
| 61 | A10. Sure do! As a matter of fact, we have several of them for specific |
Robert Hak | f5a9a72 | 2002-08-21 17:33:56 +0000 | [diff] [blame] | 62 | things. Please check out: http://rockbox.haxx.se/mail/ |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 63 | |
| 64 | Q11. Great you have a mailing list! Is there anyway for me to catch up on |
| 65 | past posts? |
Robert Hak | 16aae47 | 2002-08-21 11:22:59 +0000 | [diff] [blame] | 66 | A11. Check out the archives at: http://rockbox.haxx.se/mail/ |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 67 | |
| 68 | Q12. How can I meet the developers working on the project? |
| 69 | A12. One way is by visiting us on IRC. Head on over to the server |
| 70 | irc.openprojects.net, and then join "#rockbox". There is usually at |
| 71 | least one person there. If you don't see any activity, feel free to post |
| 72 | questions anyway, serveral of us log the channel and will get you answers |
| 73 | when we unidle. |
| 74 | |
| 75 | Q13: Wow, you guys talk on IRC alot? I wish I had been around for those |
| 76 | conversations to see what happened. |
| 77 | A13: We are glad you mentioned that! http://rockbox.haxx.se/irc happens |
| 78 | to have a list of various logs we have recorded of events in the channel. |
| 79 | Feel free to read up, and ask questions on what you find. |
| 80 | |
| 81 | Q14. What is this "SourceForge" you keep mentioning? |
| 82 | A14. http://www.sourceforge.net |
| 83 | |
| 84 | Q15. Can the changes or the software that Rockbox suggests or offers |
| 85 | possibly damage my Archos Player? |
| 86 | A15. All firmware mods that are presented are still highly experimental. |
| 87 | Try them at your own risk. We offer no guarantee that this software, or |
| 88 | the hardware modifications we show, will not damage your player or void |
| 89 | your warranty. That said, we have not been able to damage any of our |
| 90 | units by modifying only the firmware. You can accidentally password |
| 91 | protect your harddisk, but there are ways around that. (See below.) |
| 92 | |
| 93 | Q16. I want to see what the inside of my player looks like, but I would really |
| 94 | like to avoid voiding my warranty. Is there anything you can suggest? |
| 95 | A16. We have a collection of photos of both the player and recorder. Look at |
| 96 | http://rockbox.haxx.se/internals/ |
| 97 | |
| 98 | Q17. What exactly are you trying to achieve with this line of development? |
| 99 | (A.K.A. whats your purpose for being here?) |
| 100 | A17. Firstly, we wouldn't start something like this if we didn't simply enjoy |
| 101 | it profusely. This is great fun! |
| 102 | Secondly, we feel the firmware is lacking some features and contain a |
| 103 | number of annoying bugs that we want to fix. |
| 104 | Some ideas would include (in no particular order): |
| 105 | - No pause between songs |
| 106 | - Mid-song resume |
| 107 | - Mid-playlist resume |
| 108 | - No-scan playlists |
| 109 | - Unlimited playlist size |
| 110 | - Autobuild playlists (ie: "all songs in this directory tree") |
| 111 | - Auto-continue play in the next directory |
| 112 | - Current folder and all sub-folder random play |
| 113 | - Full disk random play |
| 114 | - REAL random |
| 115 | - Multi song queue |
| 116 | - Faster scroll speed |
| 117 | - More cool features with the wire remote control (including |
| 118 | controlling your Archos from your car radio (req hw mod)) |
| 119 | - Support playing of other files types (ie: Ogg Vorbis support) |
| 120 | - Support for megabass switch (req hw mod) |
| 121 | - Player control via USB |
| 122 | - Memory expansion? |
| 123 | Note: Just because something is on this list, does not mean that it is |
Robert Hak | f5a9a72 | 2002-08-21 17:33:56 +0000 | [diff] [blame] | 124 | technically feasible. (But hey we can dream) And something not |
| 125 | being on the list does not mean it isn't a neat idea. Bring it to |
| 126 | the list. |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 127 | |
Björn Stenberg | 9240856 | 2002-09-07 12:13:40 +0000 | [diff] [blame] | 128 | Q18. You mention supporting Ogg Vorbis and other file types on your list of |
| 129 | ideas. What is the status on that? |
Linus Nielsen Feltzing | bda36dc | 2002-12-06 22:18:54 +0000 | [diff] [blame] | 130 | A18. Pessimist's Answer: At the current time we believe this is not very |
| 131 | likely. The Micronas chip (MAS3507) decoder in the archos does not |
| 132 | natively support decoding and there is very little program space in the |
| 133 | player to implement it ourselves. The alternative would be to write a |
| 134 | software decoder as part of the RockBox firmware. However, as much as we |
| 135 | love our players, the computing power of the Archos (SH1 microcontroller) |
| 136 | is not fully sufficent for this need. |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 137 | |
| 138 | Optimist's Answer: We can play any format if only we can write code for |
| 139 | the DSP to decode it. The MAS 3507 (and 3587) are generic DSPs that |
| 140 | simply have MP3 codecs in ROM. We can download new codecs in them and |
| 141 | we will be the first to celebrate if we can get OGG or FLAC or anything |
| 142 | into these DSPs. Unfortunately, we have no docs or tools for writing new |
| 143 | MAS DSP code and Intermetall is very secretive about it. If anyone can |
| 144 | help, please get in touch! |
| 145 | |
Björn Stenberg | 9240856 | 2002-09-07 12:13:40 +0000 | [diff] [blame] | 146 | The recent release of Tremor (integer Ogg decoder) indicates it uses |
| 147 | around 100 KB for lookup tables. That's not unreasonable for a decoder, |
| 148 | but we only have 4 KB for both code *and* data. So the grim reality is |
| 149 | that Ogg will never be supported by the Archos Players and Recorders. |
| 150 | |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 151 | Q19. What about supporting playing of WMA files? |
Robert Hak | 54099ba | 2002-08-22 07:02:03 +0000 | [diff] [blame] | 152 | A19. Dear Mr. Gates, you have two options. Re-read question #18, or go buy |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 153 | your own project. |
| 154 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 155 | Q20: But you don't understand, I'm not talking about decoding here, |
| 156 | since the data we want may already be in the decoded format (PCM). |
| 157 | A20: Okay, last time. No. We have no problems whatsoever reading different |
| 158 | file formats, call it PCM, WAV, GRI, PQR or whatever. The problem is |
| 159 | that the CODEC only accepts MP3 data and nothing else. We could write a |
| 160 | new CODEC if we knew how to do it, but there is no documentation on the |
| 161 | DSP. Please note that we have no access to the DAC, so we can't send the |
| 162 | data directly to the DAC. |
| 163 | |
| 164 | Q21. What is the most recent version of Rockbox? |
Robert Hak | a0f9f62 | 2002-10-12 04:23:05 +0000 | [diff] [blame] | 165 | A21. We recently released version 1.4, so head on over to |
Robert Hak | 7bf657a | 2002-08-28 09:45:09 +0000 | [diff] [blame] | 166 | http://rockbox.haxx.se/download/ and pull it down. |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 167 | Make sure to read the release notes. |
Robert Hak | a0f9f62 | 2002-10-12 04:23:05 +0000 | [diff] [blame] | 168 | (http://rockbox.haxx.se/download/rockbox-1.4-notes.txt). |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 169 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 170 | Q22. What do you plan to add to coming versions? |
| 171 | A22. We have a rough idea of which features we plan/expect/hope to be included |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 172 | in which versions. Once again, remember that none of this is written in |
| 173 | stone (noticing a pattern yet?) |
| 174 | |
Robert Hak | a0f9f62 | 2002-10-12 04:23:05 +0000 | [diff] [blame] | 175 | Version 2.0 |
| 176 | Recording, Autobuild playlists, File/directory management |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 177 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 178 | Q23. I tried one of your firmware files and now I can't access my harddisk! |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 179 | When I turn on my jukebox, it says: |
| 180 | Part. Error |
| 181 | Pls Chck HD |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 182 | A23. Your harddisk has been password protected. We're not 100% sure why it |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 183 | happens, but you can unlock it yourself. Look at: |
| 184 | http://rockbox.haxx.se/lock.html |
| 185 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 186 | Q24: This FAQ doesn't answer the question I have. What should I do? |
| 187 | A24: You have a couple options here. You could forget the question, find an |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 188 | easier question, or accept '42' as the answer no matter what. We don't |
| 189 | really recommend any of these (though I do opt for '42' often myself). |
| 190 | What we do recommend is stopping by IRC, reading |
| 191 | http://rockbox.haxx.se to see if the question was answered else |
| 192 | where and just not included here, or ultimatly dropping an email to the |
| 193 | mailing list (rockbox@cool.haxx.se) or the FAQ maintainer listed on the |
| 194 | project homepage. |
| 195 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 196 | Q25: Are there other ways to contact the developers? |
| 197 | A25: Yes. |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 198 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 199 | Q26: Are you going to tell us what they are? |
| 200 | A26: No. Post to the mailing list and we will get back to you. |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 201 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 202 | Q27: But I _really_ want to talk with you in person. |
| 203 | A27: I'm sorry. My girlfriend/boyfriend/pet says I'm not allowed to, and the |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 204 | doctors here won't let me have pens or pencils. They say its some rule |
| 205 | about us not having sharp objects. I'm sorry. Now please stop calling me |
| 206 | here. |
| 207 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 208 | Q28: Will you ever port Quake II to the Archos? |
| 209 | A28: If you ask that again, I'm sending your address and phone number to the |
Robert Hak | d2fb0a0 | 2002-08-29 14:52:02 +0000 | [diff] [blame] | 210 | guy that mailed us with question #25. |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 211 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 212 | Q29: Umm, was that sarcasm? |
| 213 | A29: That's it, I'm mailing him now. |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 214 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 215 | Q30: Is this legal? I mean, I'd just hate to see something like that |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 216 | challenged under the DMCA in all its ridiculousness. Any thoughts or |
| 217 | ideas? |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 218 | A30: We believe we are in the green on this. We are not violating anyone's |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 219 | copyright and we are not circumventing any copy protection scheme. |
| 220 | This has been a big point for the project since its inception. Some |
| 221 | people wanted us to distribute patched versions of the original firmware, |
| 222 | but seeing as that _would_ have violated Archos' copyright, we didn't |
| 223 | follow that course of action. |
| 224 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 225 | Q31: On the website [and various information postings] you state |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 226 | "Every tiny bit was reverse engineered, disassembled and then |
| 227 | re-written from scratch". |
| 228 | If it was rewritten from scratch then why was it first reverse-engineered |
| 229 | and disassembled? Instead this sounds more like someone disassembled it |
| 230 | then used the understanding that they gained to create a new version, |
| 231 | which is not quite the same as "from scratch". |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 232 | A31: Don't confuse the terms. Reverse engineering means examining a product |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 233 | to find out how it works. Disassembling the firmware is merely one tool |
| 234 | used in that examination. Oscilloscopes and logic analyzers are other |
| 235 | tools we have used. We have written every single byte of the Rockbox |
| 236 | firmware. But we could not have written the software without first |
| 237 | researching how the hardware was put together, i.e. reverse engineer it. |
| 238 | All of this is completely legal. If you define "from scratch" as writing |
| 239 | software without first researching the surrounding interfaces, then no |
| 240 | software has ever been written from scratch. |
| 241 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 242 | Q32: Wait a minute here. When you released version 1.0 you did not have a |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 243 | single one of the ideas you have mentioned on your website actually |
| 244 | implimented! Calling this version 1.0 is really misleading. Whats the |
| 245 | story?! |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 246 | A32: In simple terms, the first release was called 1.0 because it had a basic |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 247 | working feature set that worked and had no known bugs. That is what 1.0 |
| 248 | meant. It is true that Rockbox 1.0 lacked most of the feature set that |
| 249 | every sane user wanted. However, we never said it was more |
Robert Hak | 11f2c3c | 2002-08-24 03:52:01 +0000 | [diff] [blame] | 250 | feature-complete or better in any way then the original firmware that |
| 251 | early in the project. The first release was done as a proof of concept |
| 252 | that our ideas are moving in the right direction. We also hoped that it |
| 253 | would help bring the project some attention, and some additional |
| 254 | developers. Adding the missing features was just a matter of time. In |
| 255 | more recent releases we have completed many of our desired goals, and |
| 256 | several new ones that were implimented to fullfill user requests. |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 257 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 258 | Q33: I've heard talk of a 'Rolo'. What is that? (Or 'All you ever wanted |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 259 | to know about Rockbox boot loaders') |
Robert Hak | a0f9f62 | 2002-10-12 04:23:05 +0000 | [diff] [blame] | 260 | A33: Rolo is our bootloader. Rolo became available with our 1.4 release. |
| 261 | To make use of Rolo, you must have a file with the same extension as |
| 262 | your Rockbox firmware (.ajz on Recorder, .mod on Player) but a different |
| 263 | name. You can then browse to it, and you 'run' the other firmware |
| 264 | you wish to switch to by pressing play. |
Robert Hak | 9756cb0 | 2002-09-03 19:41:49 +0000 | [diff] [blame] | 265 | |
| 266 | *Poof* You will reboot to that firmware. (Note that in order to return |
| 267 | to Rockbox you may need to reboot manually if the new firmware you loaded |
| 268 | does not have a bootloader itself.) |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 269 | |
Björn Stenberg | f2b8aec | 2002-10-22 20:23:16 +0000 | [diff] [blame] | 270 | Q34: Can I use the Archos as an USB harddisk to store data from my PDA/ |
| 271 | digital camera/phone etc. |
| 272 | A34: No. USB is a master/slave protocol, and both the Archos and your device |
| 273 | are slaves. Two slaves cannot communicate without a master (usually a PC). |
| 274 | (An upcoming extension called USB On-The-Go will let slaves communicate |
| 275 | without a master, but current Archoses will not be able to support that.) |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 276 | |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 277 | Q35: When I use RockBox my jukebox's red "error" light turns on a lot, but this |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 278 | doesn't happen on the factory firmware. Why? |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 279 | A35: Rockbox uses the red LED as harddisk activity light, not as an error |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 280 | light. Relax and enjoy the music. |
| 281 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 282 | Q36: I have a question about the batteries... |
| 283 | A36: STOP! We have put together a completely different FAQ for battery |
Robert Hak | 35c0480 | 2002-08-21 11:07:28 +0000 | [diff] [blame] | 284 | related questions. |
| 285 | Check out: http://rockbox.haxx.se/docs/battery-faq.html |
Robert Hak | 019203b | 2002-08-21 10:36:05 +0000 | [diff] [blame] | 286 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 287 | Q37: What is the WPS? |
| 288 | A37: That is the 'While Playing Screen'. Basically this is what is shown on |
Robert Hak | fac7852 | 2002-08-22 03:00:12 +0000 | [diff] [blame] | 289 | your player's display while we are playing your song. |
| 290 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 291 | Q38: What good is the WPS? How usable/flexible is it? |
| 292 | A38: It is very good if you want information about the current item playing ;) |
| 293 | By using a WPS configuration file you can manage exactly how/what you |
| 294 | want displayed on your Archos Player. (Even better yet, if you want |
| 295 | a feature that's not there, we are _always_ open to suggestions!) |
| 296 | Please see http://rockbox.haxx.se/manual/wps.html for information. |
Robert Hak | fac7852 | 2002-08-22 03:00:12 +0000 | [diff] [blame] | 297 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 298 | Q39: So how do I load/make a .wps file? |
| 299 | A39: You check out http://rockbox.haxx.se/docs/custom_wps_format.html to learn |
| 300 | the format/features of a .wps file, and you visit |
| 301 | http://rockbox.haxx.se/manual/wps.html to learn how to load it ;) |
| 302 | |
| 303 | Q40: Does Rockbox support other languages? |
| 304 | A40: Sure do. See the next question. |
| 305 | |
| 306 | Q41: How do I load/use different languages? (Recorder-only) |
| 307 | A41: In the sense of brevity (wouldn't that be a first), check out: |
| 308 | http://rockbox.haxx.se/lang |
| 309 | |
| 310 | Q42: Why can't I use other languages on the Player? |
Linus Nielsen Feltzing | bda36dc | 2002-12-06 22:18:54 +0000 | [diff] [blame] | 311 | A42: See the answer to question 45. |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 312 | |
| 313 | Q43: Does Rockbox support other fonts/character sets? |
| 314 | A43: Yuppers. See the next question. |
| 315 | |
| 316 | Q44: How do I use the loadable fonts? (Recorder-only) |
| 317 | A44: That's and easy one. To use a loadable font you load it. |
| 318 | For less sarcasm check out: http://rockbox.haxx.se/fonts/ |
| 319 | |
| 320 | Q45: Why can't I use loadable fonts on the Player? |
| 321 | A45: This is because the Player font is character cell based (as opposed to |
| 322 | the Recorder's bitmap based display). This |
Robert Hak | 0dbcb43 | 2002-08-26 23:58:05 +0000 | [diff] [blame] | 323 | means that we are able to choose what characters to display, but not how |
| 324 | to display them. We do have the ability to change/create up to 4 chars |
| 325 | on one model and 8 on another, however we are currently using several of |
| 326 | these 'letters' to store icons for the player. |
| 327 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 328 | Q46: Why don't you have any games available for the Players? |
| 329 | A46: The display on the Players is character cell and not bitmap based. |
Robert Hak | 0dbcb43 | 2002-08-26 23:58:05 +0000 | [diff] [blame] | 330 | This means we can only control what characters get displayed, not |
| 331 | what pixels are shown. This makes the prospect of game play very |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 332 | slim (at least for anything involving graphics, so if you have text |
| 333 | based games that only use 2 lines send them on in!). |
Robert Hak | 5d3a0d3 | 2002-08-27 13:50:00 +0000 | [diff] [blame] | 334 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 335 | Q47: I keep shutting off my player in my pocket. Can the OFF (Recorder) or |
| 336 | STOP (Player) key be locked? |
| 337 | A47: No. Unfortunately, the ON/OFF mechanisms are handled entirely in |
| 338 | hardware. The firmware can read the keys, but can't prevent them from |
| 339 | shutting off the player. |
| 340 | |
| 341 | Q48: Where's the recording option? Why can't I record?!! |
| 342 | A48: I'd like to say we hid it because we don't like you, but you seem to be |
| 343 | a good person so here's the truth. It's just not implimented in Rockbox |
| 344 | yet. But stress not, you can still use Rolo to boot the default Archos |
| 345 | firmware and record from there. (Check out question #33). |
| 346 | |
Daniel Stenberg | dfa5110 | 2002-12-09 08:21:18 +0000 | [diff] [blame] | 347 | Recent development versions (daily builds) have initial support for |
| 348 | Recording. If you're brave and want to help out, get one, try out and |
| 349 | report your findings! |
| 350 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 351 | Q49: When recording is finally implimented in Rockbox, will it be possible to |
Robert Hak | 5d3a0d3 | 2002-08-27 13:50:00 +0000 | [diff] [blame] | 352 | use custom codecs (like LAME) or is there a built in codec in the Archos? |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 353 | A49: The MP3 encoder is in the MAS3587F chip, and nothing we can change. |
Robert Hak | 5d3a0d3 | 2002-08-27 13:50:00 +0000 | [diff] [blame] | 354 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 355 | Q50: What are the max/min bitrates for recording on the Recorder's encoder? |
| 356 | A50: The builtin encoder is variable bit rate only with a max of 192kbit/s, |
Robert Hak | 5d3a0d3 | 2002-08-27 13:50:00 +0000 | [diff] [blame] | 357 | and a min of 32kbit/s. |
| 358 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 359 | Q51: Would it be possible to record from line in on the player? |
| 360 | A51: No. |
| 361 | |
| 362 | Q52: I have a question about the id3v1 and id3v2 tags... |
| 363 | A52: Stop! Here is all the information about that (if you still have |
Robert Hak | 5d3a0d3 | 2002-08-27 13:50:00 +0000 | [diff] [blame] | 364 | questions when done, ask then.) |
| 365 | |
Robert Hak | ccedcdb | 2002-08-27 14:29:02 +0000 | [diff] [blame] | 366 | - Rockbox supports both id3v1 and id3v2 |
Björn Stenberg | 3478d9b | 2002-08-27 22:20:14 +0000 | [diff] [blame] | 367 | |
Robert Hak | ccedcdb | 2002-08-27 14:29:02 +0000 | [diff] [blame] | 368 | - The id3v2 support is limited to the first 300 bytes of the file. Some |
Björn Stenberg | 3478d9b | 2002-08-27 22:20:14 +0000 | [diff] [blame] | 369 | ripper programs tend to add very big tags first and then the important |
| 370 | ones Rockbox wants to read end up beyond the first 300 bytes and then |
| 371 | they remain unknown. |
| 372 | |
Robert Hak | ccedcdb | 2002-08-27 14:29:02 +0000 | [diff] [blame] | 373 | - If you believe that the tags you don't see *are* within 300 bytes, then |
Björn Stenberg | 3478d9b | 2002-08-27 22:20:14 +0000 | [diff] [blame] | 374 | please make the mp3 file available for one of the developers to try out. |
| 375 | |
Robert Hak | ccedcdb | 2002-08-27 14:29:02 +0000 | [diff] [blame] | 376 | - The 300-byte limit is subject to be removed in a future version |
Linus Nielsen Feltzing | bda36dc | 2002-12-06 22:18:54 +0000 | [diff] [blame] | 377 | (Actually, it is already removed in post-1.4 versions) |
Robert Hak | 7f7851a | 2002-08-27 14:14:18 +0000 | [diff] [blame] | 378 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 379 | Q53: Where exactly did the name 'Rockbox' come from? |
| 380 | A53: Well you can follow the full line of emails at |
Robert Hak | d4d71d1 | 2002-08-27 16:40:32 +0000 | [diff] [blame] | 381 | http://rockbox.haxx.se/mail/archive/rockbox-archive-2002-01/0062.shtml |
| 382 | However, the brief rundown is that it was recommended first by |
| 383 | Tome Cvitan, and put to a vote (which it lost). |
| 384 | |
| 385 | Funny thing about democracys. This isn't one ;) Our beloved project |
Björn Stenberg | 9240856 | 2002-09-07 12:13:40 +0000 | [diff] [blame] | 386 | leader vetoed the winning name and chose Rockbox instead. |
Robert Hak | d4d71d1 | 2002-08-27 16:40:32 +0000 | [diff] [blame] | 387 | http://rockbox.haxx.se/mail/archive/rockbox-archive-2002-01/0134.shtml |
| 388 | |
Linus Nielsen Feltzing | bda36dc | 2002-12-06 22:18:54 +0000 | [diff] [blame] | 389 | There you have it. Recommended by users, decision by dictator. |
Robert Hak | 49c2fda | 2002-08-29 13:36:05 +0000 | [diff] [blame] | 390 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 391 | Q54: Why is there a limit of 400 files in a directory? |
| 392 | A54: We have answered this question numerous times. It is mentioned in the |
Robert Hak | 9756cb0 | 2002-09-03 19:41:49 +0000 | [diff] [blame] | 393 | release notes, and in the mailing list archives |
| 394 | (http://rockbox.haxx.se/mail/archive/rockbox-archive-2002-08/0448.shtml). |
| 395 | But, hey, we wouldn't want people to have to work to get an answer. |
| 396 | (If you are reading this, feel proud, for you are the exception). |
| 397 | |
| 398 | We settled on 400 files in a directory because file listings take up |
| 399 | memory on the unit, and we felt that 400 is significantly large enough |
Björn Stenberg | 9240856 | 2002-09-07 12:13:40 +0000 | [diff] [blame] | 400 | for a majority of the populace. We prefer the option of limiting |
Robert Hak | 9756cb0 | 2002-09-03 19:41:49 +0000 | [diff] [blame] | 401 | file limits in order to provide a greater amount of memory for buffering |
| 402 | of files being played. |
| 403 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 404 | Q55: Okay, I understand your 400 file limit. But why hardcode? Why not |
Robert Hak | 9756cb0 | 2002-09-03 19:41:49 +0000 | [diff] [blame] | 405 | have this be dynamically allocated? |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 406 | A55: Because it's useless. Dynamic memory is only ever useful if you have |
Robert Hak | 9756cb0 | 2002-09-03 19:41:49 +0000 | [diff] [blame] | 407 | memory consumers (tasks) that run at different points in time, and thus |
| 408 | can reuse the same memory for different purposes. |
| 409 | |
| 410 | We don't have that. We must be able to show a big dir, index a big |
| 411 | playlist and play a big mp3 file, all at the same time. They cannot use |
| 412 | the same memory, and thus dynamic memory buys us nothing but extra |
| 413 | complexity. If we used dynamic memory for this, we would get all kinds |
| 414 | of odd bugs. Playlists that only got half-loaded if placed in certain |
Robert Hak | a0f9f62 | 2002-10-12 04:23:05 +0000 | [diff] [blame] | 415 | directories. Parts of the disk you couldn't go to if playing a certain |
Robert Hak | 9756cb0 | 2002-09-03 19:41:49 +0000 | [diff] [blame] | 416 | playlist etc. |
| 417 | |
| 418 | We have a number of tasks that consume memory. They can all run at the |
| 419 | same time, using all of their alotted memory. Therefore it is much better |
| 420 | to allocate that memory to them beforehand and not pretend that anyone |
| 421 | else is able to use it. This is standard practice in memory-limited |
| 422 | systems. |
| 423 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 424 | Q56: Why is there a 10,000 song limit on playlists? |
| 425 | A56: This is another hardcoded limit. We feel that as bigger disks arrive |
Robert Hak | 9756cb0 | 2002-09-03 19:41:49 +0000 | [diff] [blame] | 426 | that this limit will increase. Because of the way that playlists are |
| 427 | stored, it tends to be a bit more maleable then the directory file limit. |
| 428 | For further detail, look at questions 47 and 48 and replace any instances |
| 429 | of '200' with '10,000'. |
| 430 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 431 | Q57: You don't understand! I _really_ need to have more then 400 files |
Robert Hak | 9756cb0 | 2002-09-03 19:41:49 +0000 | [diff] [blame] | 432 | in a directory! |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 433 | A57: The use of really big directories was a workaround for the poor playlist |
Björn Stenberg | 1d8ac3e | 2002-09-07 09:58:00 +0000 | [diff] [blame] | 434 | capabilities of the original Archos firmware. With Rockbox, you no longer |
Robert Hak | a0f9f62 | 2002-10-12 04:23:05 +0000 | [diff] [blame] | 435 | need this workaround. Organize your files in directories, then build |
Björn Stenberg | 1d8ac3e | 2002-09-07 09:58:00 +0000 | [diff] [blame] | 436 | playlists for all collections you want to shuffle-play. |
Robert Hak | 9756cb0 | 2002-09-03 19:41:49 +0000 | [diff] [blame] | 437 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 438 | Q58: How can I make playlists on my PC? |
| 439 | A58: There are many programs that can create .m3u playlists. WinAmp is one. |
Björn Stenberg | 1d8ac3e | 2002-09-07 09:58:00 +0000 | [diff] [blame] | 440 | Another simple method, that requires no extra software, is to use dir: |
| 441 | |
Björn Stenberg | 361546d | 2002-09-07 18:07:29 +0000 | [diff] [blame] | 442 | dir /b /s X:\ > X:\allfiles.m3u |
| 443 | dir /b /s X:\Pop > X:\pop.m3u |
| 444 | |
| 445 | ...where X: is your archos drive. |
Björn Stenberg | 1d8ac3e | 2002-09-07 09:58:00 +0000 | [diff] [blame] | 446 | |
| 447 | Linux users can use the 'find' command: |
| 448 | |
| 449 | cd /mnt/archos |
| 450 | find . -name "*.mp3" > all.m3u |
| 451 | |
| 452 | Remember that playlists are simple text files. You can edit them with any |
| 453 | normal text editor. |
Robert Hak | c5740ad | 2002-09-04 08:24:11 +0000 | [diff] [blame] | 454 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 455 | Q59: How does the shuffle work? |
| 456 | A59: It sees the playlist as a deck of cards, shuffling the entries using a |
Linus Nielsen Feltzing | 4854a2c | 2002-09-18 09:25:55 +0000 | [diff] [blame] | 457 | pseudo-random generator called the Mersenne Twister. After shuffling, |
| 458 | the list is never changed again until you reshuffle the list, by |
| 459 | stopping the playback and restarting. If the repeat mode is enabled, |
| 460 | the list will simply start over from the first file again, without |
| 461 | reshuffling. |
| 462 | The random seed is stored in the persistent setting area, so that the |
| 463 | resume feature can shuffle the playlist in exactly the same way when |
| 464 | resuming. |
Robert Hak | cd3efa6 | 2002-10-01 08:58:56 +0000 | [diff] [blame] | 465 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 466 | Q60: How can I find out about all the neat features that Rockbox has? |
| 467 | A60: This information is in our manual (It sometimes gets a bit out of |
| 468 | date, so please bear with us.) The information you are most likely |
| 469 | looking for is a bit down the tree, so the here is the url: |
| 470 | http://rockbox.haxx.se/manual/rec-general.html |
| 471 | |
Daniel Stenberg | 4cd4d42 | 2002-12-09 08:11:35 +0000 | [diff] [blame] | 472 | Also, check out the features-list at: |
| 473 | http://rockbox.haxx.se/docs/features.html |
| 474 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 475 | Q61: How can I see what bugs are currently open/being worked on? |
| 476 | A61: Check out http://rockbox.haxx.se/bugs.shtml for a listing of bugs |
Robert Hak | cd3efa6 | 2002-10-01 08:58:56 +0000 | [diff] [blame] | 477 | that have been reported. |
| 478 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 479 | Q62: How can I report about bugs in Rockbox? |
| 480 | A62: If we were better programmers we would take that as an insult. But we |
Robert Hak | cd3efa6 | 2002-10-01 08:58:56 +0000 | [diff] [blame] | 481 | aren't, so we won't. The first step in reporting a bug is to review |
| 482 | the rules we ask you to follow in your submission (listed at: |
| 483 | http://rockbox.haxx.se/bugs.shtml#rules). |
| 484 | |
| 485 | Please note that we ask reports of bugs in CVS/daily builds to be sent |
| 486 | to the mailing list, and bugs in released versions of Rockbox to be |
| 487 | submitted through SourceForge's bug tracker. (A link to the bug tracker |
| 488 | can be found under our bug submission rules.) |
Linus Nielsen Feltzing | 180485c | 2002-10-01 09:37:34 +0000 | [diff] [blame] | 489 | |
Robert Hak | d7529d8 | 2002-10-14 10:56:47 +0000 | [diff] [blame] | 490 | Q63: Could you tell me how to apply a patch? |
| 491 | A63: There are a ton of ways to apply a patch. One way is to use the (GNU) |
Robert Hak | 57bf2ca | 2002-10-12 08:34:57 +0000 | [diff] [blame] | 492 | 'patch' program. It used like this: |
| 493 | |
| 494 | $ cd rockbox-root |
| 495 | $ patch < magic.patch |
| 496 | |
| 497 | Sometimes, the diff has path info you want to strip so that patch can |
| 498 | find your file names. -p then takes off a number of "path parts" from |
| 499 | left: |
| 500 | |
| 501 | $ patch -p0 < magic.patch |
| 502 | - or - |
| 503 | $ patch -p1 < magic.patch |
| 504 | |
| 505 | If patch can't apply some changes that are in the diff, you'll get those |
| 506 | particular changes in a file named "[source-file].rej". |
Robert Hak | e647768 | 2002-10-17 09:48:47 +0000 | [diff] [blame] | 507 | |
Robert Hak | e1d5153 | 2002-10-17 10:16:58 +0000 | [diff] [blame] | 508 | Q64: Whats with all the different versions of Rockbox? |
| 509 | A64: There are really only two versions of Rockbox. One for Players and one |
| 510 | for Recorders. However, we do have 3 other 'versions' of Rockbox |
| 511 | available for download. These would be Releases, Daily Builds, and |
| 512 | Bleeding Edge. |
Robert Hak | e647768 | 2002-10-17 09:48:47 +0000 | [diff] [blame] | 513 | |
Robert Hak | e1d5153 | 2002-10-17 10:16:58 +0000 | [diff] [blame] | 514 | The Release version (currently 1.4) has a fixed feature set. This means |
| 515 | that we are confident that few, if any, significant bugs still reside |
| 516 | within the code/features of that 'version'. This is the version for the |
| 517 | common user. |
Robert Hak | e647768 | 2002-10-17 09:48:47 +0000 | [diff] [blame] | 518 | |
Robert Hak | e1d5153 | 2002-10-17 10:16:58 +0000 | [diff] [blame] | 519 | The Daily Builds (see: http://rockbox.haxx.se/daily.shtml#target_builds) |
| 520 | are automated daily builds of the CVS code. As such they contain all |
| 521 | the new features (and bugs ;) ) that have been introduced after the |
| 522 | last official release, and upto and including that morning. |
Robert Hak | e647768 | 2002-10-17 09:48:47 +0000 | [diff] [blame] | 523 | |
Robert Hak | e1d5153 | 2002-10-17 10:16:58 +0000 | [diff] [blame] | 524 | The Bleeding Edge 'versions' are automated builds that are updated |
| 525 | every 20 minutes or so. This are as feature full and bug ridden as you |
| 526 | can possibly get if you are not a developer, or are not pulling directly |
| 527 | from the CVS tree. |
| 528 | |
| 529 | Please Note: Daily and Bleeding Edge builds are expected to be buggy. |
| 530 | We ask that you _do not_ submit bug reports for Bleeding Edge versions, |
| 531 | but would love to hear any reports you may have about Release or Daily |
| 532 | build versions. (see question #62). |
| 533 | |
Robert Hak | ab0641a | 2002-10-18 15:59:24 +0000 | [diff] [blame] | 534 | Q65: I am in Windows and can't create a .rockbox directory to store my |
| 535 | files. When are you going to fix this? |
| 536 | A65: We won't. The limitations of your operating system is not reason |
| 537 | enough for us to change how we handle things. And you _can_ create |
| 538 | this directory. Open a command line and type: |
| 539 | mkdir j:\.rockbox |
Robert Hak | b1ee36e | 2002-10-19 04:51:44 +0000 | [diff] [blame] | 540 | You will need to correct the location for the drive letter that Windows |
| 541 | assigns to your drive. |
Robert Hak | e1d5153 | 2002-10-17 10:16:58 +0000 | [diff] [blame] | 542 | |
Robert Hak | b1ee36e | 2002-10-19 04:51:44 +0000 | [diff] [blame] | 543 | Q66: I own a Mac. I can't seem to create the .rockbox file. Can you |
| 544 | fix this? |
| 545 | A66: Truth is, we don't need to fix anything. If you are using OSX then you |
| 546 | can just open a console, change directories to the device and just: |
| 547 | mkdir .rockbox |
| 548 | |
| 549 | If you are in another version then you should be able to do command-N in |
| 550 | the Finder, then name the folder. |
Björn Stenberg | f2b8aec | 2002-10-22 20:23:16 +0000 | [diff] [blame] | 551 | |
Robert Hak | bca1f64 | 2002-11-12 07:01:53 +0000 | [diff] [blame] | 552 | Q67: Will Rockbox work on an of Archos' other units? (FM player, Multimedia) |
Linus Nielsen Feltzing | bda36dc | 2002-12-06 22:18:54 +0000 | [diff] [blame] | 553 | A67: Unfortunately, RockBox will not likely support any units other than |
Robert Hak | bca1f64 | 2002-11-12 07:01:53 +0000 | [diff] [blame] | 554 | those that we do currently support. |
Linus Nielsen Feltzing | bda36dc | 2002-12-06 22:18:54 +0000 | [diff] [blame] | 555 | |
| 556 | Q68: I copied the rockbox MOD/AJZ file to the root, removed the jukebox |
| 557 | safely and rebooted. But Rockbox still didn't load. What is wrong? |
| 558 | I am running Windows. |
| 559 | A68: The old MOD/AJZ was not entirely deleted from the disk. It is still |
| 560 | there, and the boot loader finds that one instead of the new file. Here's |
| 561 | what you can do: |
| 562 | |
| 563 | o Download and install Directory Snoop (version 4.03 in november 2002) |
| 564 | from http://www.briggsoft.com/dsnoop.htm |
| 565 | It's shareware, the trial version can be used 25 times. |
| 566 | |
| 567 | Directory Snoop can display true drive contents by bypassing the |
| 568 | operating system and reading the raw drive sectors directly. |
| 569 | |
| 570 | o Plug the Jukebox in the PC as usual and power on |
| 571 | o Launch Directory snoop |
| 572 | o Click on the Jukebox drive letter in the [select drive] field in the |
| 573 | toolbar. The content of the jukebox harddrive appears in the main |
| 574 | window. Files which appear in red color don't seem to be present on the |
| 575 | harddrive, but they still here. |
| 576 | |
| 577 | o Simply select the appropriate files (red color) and purge them |
| 578 | (Purge button). Of course, don't erase the new archos.mod file and the |
| 579 | .rockbox directory :) |
| 580 | o Safely remove (Windows unmount device function) the Jukebox. |
| 581 | Power it up and ...voila... Rockbox is there! |
| 582 | |
| 583 | (Thanks to Olivier Rafidison for this info) |
Uwe Freese | e229ca4 | 2002-12-10 23:54:22 +0000 | [diff] [blame] | 584 | |
| 585 | Q69: What kind of mic can I connect to my AJBR? |
| 586 | A69: There are several types of microphones. |
| 587 | Dynamic: The one that's available from archos is a dynamic one. |
| 588 | Their output level is high enough so that they don't need an |
| 589 | amplifier (that's the reason why the archos mic is of |
| 590 | this type - it's cheap). |
| 591 | - cheap |
| 592 | - no good sound quality of cheap dynamic mics (good enough for |
| 593 | speech) |
| 594 | - no amplifier needed |
| 595 | Backplate Condenser: These are the professional mics. They need phantom |
| 596 | power (48V) for charging the condenser. |
| 597 | They also need an amplifier, because their output level is low. |
| 598 | - good sound quality |
| 599 | - need phantom power (48V) |
| 600 | - need amplifier |
| 601 | - expensive |
| 602 | Electret Condenser: These capsules are cheap and result in a good recording |
| 603 | quality. They don't need phantom power voltage. They need power |
| 604 | for the FET (field effect transistor) that's inside. If you have |
| 605 | such a mic with a battery in it, it is mostly because of the FET |
| 606 | power, not because of an amplification circuit inside the mic. |
| 607 | These mics are in all the consumer products like mobile phones, |
| 608 | PC headsets and so on. |
| 609 | - cheap (2 EUR for a capsule) |
| 610 | - good sound quality |
| 611 | - need amplifier |
| 612 | - need power for the FET (1,5 - 15V) |
| 613 | recommendation for do-it-yourselfers: Use electret condenser mic capsules, |
| 614 | solder an amplifier for them which both amplifies the output level |
| 615 | and feeds the power needed for the FET to the capsule. |
| 616 | The one on http://www.geocities.com/ferocious_1999/md/micpreamp2.html |
| 617 | was soldered and tested by Uwe Freese, and it works. |
| 618 | There are some others available from www.elv.de and other sellers. |
| 619 | recommendation for others: Buy some mic + preamp combination which can be |
| 620 | plugged into a line in of any amplifier. Maybe such a commercially |
| 621 | available combination needs a power supply and doesn't work with |
| 622 | batteries. Some are very expensive. (If you know a cheap solution |
| 623 | with an electret condenser mic + preamp, please tell us!) |
| 624 | what does not work: Don't use an amplifier thing that can be simply connected |
| 625 | between some mic cable. Maybe it sounds as if it could work, but |
| 626 | I doesn't. If the piece of (expensive) electronic doesn't have a |
| 627 | power source and your mic doen't either, it does not work! |
| 628 | A PC sound card or md player has usually a power output (same pin |
| 629 | where the sound goes through, dc value) for feeding the FET of |
| 630 | an electret condenser capsule (see above) (and this power could |
| 631 | also used to feed a mic amplifier), but the archos hasn't |
Uwe Freese | 5ff17c8 | 2002-12-13 00:05:12 +0000 | [diff] [blame] | 632 | (it's a line in and no mic in!). |
| 633 | If you want to know more on microphone powering, read this: |
| 634 | http://www.hut.fi/Misc/Electronics/circuits/microphone_powering.html. |
| 635 | (As described, you need also amplification.) |
Uwe Freese | 112df43 | 2002-12-14 23:36:50 +0000 | [diff] [blame^] | 636 | |
| 637 | Q70: I can't start rockbox when the charger is connected. What am I doing wrong? |
| 638 | A70: If your device is off and you connect the charger, the Archos charger code |
| 639 | is started immediately. You can then start Rockbox with holding down the |
| 640 | ON key for several seconds. Hold the key down a really long time, until |
| 641 | you see the Rockbox logo! |