- Status Closed
- Percent Complete
- Task Type Patches
- Category Infrastructure → Build environment
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#6840 - Move rockbox.* into .rockbox
Currently the rockbox.* file is in the root of the device when it’s unzipped from rockbox.zip. For various reasons, the general consensus among developers is that it should be moved inside of .rockbox. This patch does just that for iriver, h10, e200, mi4, ipod, gigabeat and iaudio.
Closed by nls
2007-03-21 00:28
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2007-03-21 00:28
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Barry comitted this
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Works fine here. Why not commit it to SVN. Just gotta post a big thing in the formus that everyone should delete the rockbox.file from the root.
go for it :)
But is there a version or something in the rockbox. file that can be bumped so we dont have problems with people who left the rockbox. file in /? (unless your patch doesnt try loading that file anymore anyway?)
Here's an updated patch. It now does the reverse - the default is to put rockbox.* inside .rockbox except for the cases of rockbox.wma, rockbox.ajz and rockbox.mod. Are these the only three that have to be in the root? Is it even necessary for these three to be in the root?
The manual will also need to be updated. Unfortunately I don't have a build environment up and running for building the manual. Would someone be willing to make the changes?
I can update the manual when this is comitted
The rockbox.ajz and rockbox.mod files need to be in the root because the
original firmware on the archoses loads them on players where rockbox isn't
(or can't be) flashed, and afaik it will only look in the root.
The rockbox.wma is "played" manually to start rockbox on the ifp, i guess
it's placement is for convenience.