- Status Closed
- Percent Complete
- Task Type Patches
- Category Rbutil
-
Assigned To
bluebrother - Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Version 3.2
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Opened by bluebrother - 2009-04-04
Last edited by bluebrother - 2009-04-30
FS#10096 - rbutil: use selected mountpoint for installing ipod / sansa bootloader
This patch modifies the installation for ipod and sansa bootloaders to not scan for a device (and use the one found) but use the one pointed to by the mountpoint. This is necessary if we add support for choosing from multiple detected devices ( FS#9485 ) as otherwise having two ipods / sansas would make the bootloader installation fail. Furthermore, users should be able to expect that the correct player gets used if they chose from a list upon detection.
Issues of the current implementation:
- w32 only. I’m going to add linux support in a later version.
- if f.e. a sansa is connected with a wrong mountpoint set the bootloader gets first downloaded before an error (i.e. mountpoint not poining to the correct player) is detected. Not sure if this is that much of an issue as the only drawback is the additional download.
2009-04-30 19:14
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
committed as r20832.
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
Update:
- add support for Linux (OSX and BSD untested)
- sync against svn
Note: it looks like sansapatcher is behaving differently than ipodpatcher thus the forcing not working correctly. Further testing is needed.
Latest tests with two sansas showed that the device forcing is in fact working as expected but the debug output got me confused thus the above patch is complete in terms of functionality (except the untested OSes).