rockbox/rbutil/rbutilqt/base
Dominik Riebeling 38dde55c27 FS#10100: Wait for the system to remount the player after bootloader installation.
OS X requires to unmount the player during bootloader installation on Sansas / Ipods. The system remounts the player automatically after a short while.
Not waiting for the system to remount the player will result in a changed mount point, making the small / full install write the main build to the wrong
 location.
This currently waits up to 60 seconds for the player to get remounted until it errors out. This value seems to be sufficient, if it's not please report
so we can adjust it. Also, the waiting can't be interrupted right now.



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23716 a1c6a512-1295-4272-9138-f99709370657
2009-11-22 22:13:25 +00:00
..
autodetection.cpp FS#10100: Wait for the system to remount the player after bootloader installation. 2009-11-22 22:13:25 +00:00
autodetection.h
bootloaderinstallams.cpp rbutilqt: always rename the OF to the name specified in rbtutil.ini 2009-11-22 14:28:48 +00:00
bootloaderinstallams.h
bootloaderinstallbase.cpp FS#10100: Wait for the system to remount the player after bootloader installation. 2009-11-22 22:13:25 +00:00
bootloaderinstallbase.h FS#10100: Wait for the system to remount the player after bootloader installation. 2009-11-22 22:13:25 +00:00
bootloaderinstallchinachip.cpp
bootloaderinstallchinachip.h
bootloaderinstallfile.cpp
bootloaderinstallfile.h
bootloaderinstallhex.cpp
bootloaderinstallhex.h
bootloaderinstallipod.cpp FS#10100: Wait for the system to remount the player after bootloader installation. 2009-11-22 22:13:25 +00:00
bootloaderinstallipod.h FS#10100: Wait for the system to remount the player after bootloader installation. 2009-11-22 22:13:25 +00:00
bootloaderinstallmi4.cpp
bootloaderinstallmi4.h
bootloaderinstallsansa.cpp FS#10100: Wait for the system to remount the player after bootloader installation. 2009-11-22 22:13:25 +00:00
bootloaderinstallsansa.h FS#10100: Wait for the system to remount the player after bootloader installation. 2009-11-22 22:13:25 +00:00
bootloaderinstalltcc.cpp FS#10740 - rbutil: Test Cowon D2 OF file for CRC consistency before patching 2009-11-01 18:26:00 +00:00
bootloaderinstalltcc.h FS#10728 - Cowon D2: Add support for D2 in rbutil 2009-10-29 21:31:50 +00:00
encoders.cpp
encoders.h
encttssettings.cpp
encttssettings.h Set svn:keywords property. 2009-11-06 23:20:51 +00:00
httpget.cpp Add cache index file to HttpGet class to maintain a list of hash - file origin mappings. 2009-10-14 20:21:23 +00:00
httpget.h
progressloggerinterface.h
rbsettings.cpp Fix a compiler warning showing up with newer gcc versions. 2009-10-14 20:43:50 +00:00
rbsettings.h
rbunzip.cpp
rbunzip.h
rbzip.cpp
rbzip.h
system.cpp Don't trace every device in the machine when scanning for USB devices on Windows. 2009-10-14 20:21:17 +00:00
system.h
talkfile.cpp rbutil: rework and rename the "dont overwrite talkfiles" option so it really generates only new Talkfiles. 2009-10-13 20:51:20 +00:00
talkfile.h rbutil: rework and rename the "dont overwrite talkfiles" option so it really generates only new Talkfiles. 2009-10-13 20:51:20 +00:00
talkgenerator.cpp
talkgenerator.h rbutil: split tts.cpp/h into individual files. 2009-10-13 19:54:27 +00:00
ttsbase.cpp rbutil: split tts.cpp/h into individual files. 2009-10-13 19:54:27 +00:00
ttsbase.h rbutil: split tts.cpp/h into individual files. 2009-10-13 19:54:27 +00:00
ttsexes.cpp rbutil: split tts.cpp/h into individual files. 2009-10-13 19:54:27 +00:00
ttsexes.h rbutil: split tts.cpp/h into individual files. 2009-10-13 19:54:27 +00:00
ttsfestival.cpp rbutil: split tts.cpp/h into individual files. 2009-10-13 19:54:27 +00:00
ttsfestival.h rbutil: split tts.cpp/h into individual files. 2009-10-13 19:54:27 +00:00
ttssapi.cpp rbutil: split tts.cpp/h into individual files. 2009-10-13 19:54:27 +00:00
ttssapi.h rbutil: split tts.cpp/h into individual files. 2009-10-13 19:54:27 +00:00
uninstall.cpp
uninstall.h
utils.cpp Use f_frsize when calculating the free disk space from the block count. Fixes wrong value on implementations with f_bsize != f_frsize. 2009-11-21 18:54:34 +00:00
utils.h
voicefile.cpp
voicefile.h
zipinstaller.cpp
zipinstaller.h