From c8f79d31b1ef309d4bf42dfda37bf7bd3d8661a8 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 30 Sep 2020 21:09:38 +0200 Subject: rbutil: Add postinstall hint for rocker and xduoo player. Change-Id: I4f679228a354019d830afbbd402db566abd743d3 --- rbutil/rbutilqt/base/bootloaderinstallhelper.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rbutil/rbutilqt') diff --git a/rbutil/rbutilqt/base/bootloaderinstallhelper.cpp b/rbutil/rbutilqt/base/bootloaderinstallhelper.cpp index d7d7ace5e9..ca055bc7e9 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallhelper.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallhelper.cpp @@ -92,8 +92,9 @@ QString BootloaderInstallHelper::postinstallHints(QString model) if(model != "sansafuzeplus") { msg += QObject::tr("
  • Safely remove your player.
  • "); } - 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("
  • Reboot your player into the original firmware.
  • " "
  • Perform a firmware upgrade using the update functionality " -- cgit