forked from len0rd/rockbox
rbutil: Add postinstall hint for rocker and xduoo player.
Change-Id: I4f679228a354019d830afbbd402db566abd743d3
This commit is contained in:
parent
ff408fd717
commit
c8f79d31b1
1 changed files with 3 additions and 2 deletions
|
@ -92,8 +92,9 @@ QString BootloaderInstallHelper::postinstallHints(QString model)
|
||||||
if(model != "sansafuzeplus") {
|
if(model != "sansafuzeplus") {
|
||||||
msg += QObject::tr("<li>Safely remove your player.</li>");
|
msg += QObject::tr("<li>Safely remove your player.</li>");
|
||||||
}
|
}
|
||||||
if(model == "iriverh100" || model == "iriverh120" || model == "iriverh300" ||
|
if(model == "iriverh100" || model == "iriverh120" || model == "iriverh300"
|
||||||
model == "ondavx747") {
|
|| model == "ondavx747" || model == "agptekrocker"
|
||||||
|
|| model == "xduoox3" || model == "xduoox3ii" || model == "xduoox20") {
|
||||||
hint = true;
|
hint = true;
|
||||||
msg += QObject::tr("<li>Reboot your player into the original firmware.</li>"
|
msg += QObject::tr("<li>Reboot your player into the original firmware.</li>"
|
||||||
"<li>Perform a firmware upgrade using the update functionality "
|
"<li>Perform a firmware upgrade using the update functionality "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue