mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Add a pointer to the manual and wiki for finding an OF file for AMS bootloader installation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23364 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9e004746cd
commit
18e6547ffa
1 changed files with 8 additions and 5 deletions
|
|
@ -31,11 +31,14 @@ BootloaderInstallAms::BootloaderInstallAms(QObject *parent)
|
||||||
QString BootloaderInstallAms::ofHint()
|
QString BootloaderInstallAms::ofHint()
|
||||||
{
|
{
|
||||||
return tr("Bootloader installation requires you to provide "
|
return tr("Bootloader installation requires you to provide "
|
||||||
"a firmware file of the original firmware (bin file). "
|
"a firmware file of the original firmware (bin file). "
|
||||||
"You need to download this file yourself due to legal "
|
"You need to download this file yourself due to legal "
|
||||||
"reasons."
|
"reasons. Please refer to the "
|
||||||
"Press Ok to continue and browse your computer for the firmware "
|
"<a href='http://www.rockbox.org/manual.shtml'>manual</a> and the "
|
||||||
"file.");
|
"<a href='http://www.rockbox.org/wiki/SansaAMS'>SansaAMS</a> "
|
||||||
|
"wiki page on how to obtain this file.<br/>"
|
||||||
|
"Press Ok to continue and browse your computer for the firmware "
|
||||||
|
"file.");
|
||||||
}
|
}
|
||||||
|
|
||||||
bool BootloaderInstallAms::install(void)
|
bool BootloaderInstallAms::install(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue