Welcome to the Rockbox Technical Forums!
In the page that describes Working with patches, the "patch < patchfile"
Now, i follow the Steps as on http://www.rockbox.org/wiki/LinuxSimpleGuideToCompiling,and i have downloaded and installed all repositories needed, including the source code.
Type cd ~/rockbox. The last line in your terminal should read username@computername:~/rockbox$ . Type mkdir build (mkdir means "make directory"), then type cd build . Your current line should say username@computername:~/rockbox/build$ Now type ../tools/configure - and make sure you include those two periods.A table of ALL the devices Rockbox supports will come up, and each device will have a number beside it. Simply type the number for the device you want to make a build for. I use a Sansa c200, so I would type 52.Next, you'll see a few choices for the type of build you'd like to make. Let's make a normal build: type n. Wait for a few seconds. When it says "Created makefile", type make (or make -j for a multicore system) and wait. Type make zip to prepare a rockbox.zip and wait a little more. That's your build, ready to install onto a real device. Use it like you would for a manual update (that is, unzip its contents into the root of your device, overwriting old files if necessary). When it's done, congratulations! You've compiled your own copy of Rockbox, and made a .zip file like the one you download from the website!
i was using cd rockbox/toolsto start compiling, but sadly, i just cant find where the folder exists.
and how exactly did you guys come to the conclusion that i wasnt reading the instructions on the wiki?
I read and followed the last guide that had been there a couple of djys ago. As i observed, i bet that the wiki has been updated yesterday or day before.
The problew i now face is, my Sansa Fuze v2 always stays in the line out mode.there is nothing in the build that lets me select between line out and headphone mode.
Page created in 0.099 seconds with 15 queries.