rbutil: Add postinstall hint for rocker and xduoo player.

Change-Id: I4f679228a354019d830afbbd402db566abd743d3
This commit is contained in:
Dominik Riebeling 2020-09-30 21:09:38 +02:00
parent ff408fd717
commit c8f79d31b1

View file

@ -92,8 +92,9 @@ QString BootloaderInstallHelper::postinstallHints(QString model)
if(model != "sansafuzeplus") {
msg += QObject::tr("<li>Safely remove your player.</li>");
}
if(model == "iriverh100" || model == "iriverh120" || model == "iriverh300" ||
model == "ondavx747") {
if(model == "iriverh100" || model == "iriverh120" || model == "iriverh300"
|| model == "ondavx747" || model == "agptekrocker"
|| model == "xduoox3" || model == "xduoox3ii" || model == "xduoox20") {
hint = true;
msg += QObject::tr("<li>Reboot your player into the original firmware.</li>"
"<li>Perform a firmware upgrade using the update functionality "