Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b2f1ebc authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by Nishith Khanna
Browse files

recovery: Update FastbootD and recovery images

parent 556461f8
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -1208,12 +1208,14 @@ bool ScreenRecoveryUI::Init(const std::string& locale) {
  no_command_text_ = LoadLocalizedBitmap("no_command_text");
  no_command_text_ = LoadLocalizedBitmap("no_command_text");
  error_text_ = LoadLocalizedBitmap("error_text");
  error_text_ = LoadLocalizedBitmap("error_text");


  e_logo_ = LoadBitmap("logo_image");
  back_icon_ = LoadBitmap("ic_back");
  back_icon_ = LoadBitmap("ic_back");
  back_icon_sel_ = LoadBitmap("ic_back_sel");
  back_icon_sel_ = LoadBitmap("ic_back_sel");
  if (android::base::GetBoolProperty("ro.boot.dynamic_partitions", false) ||
  if (android::base::GetBoolProperty("ro.boot.dynamic_partitions", false) ||
      android::base::GetBoolProperty("ro.fastbootd.available", false)) {
      android::base::GetBoolProperty("ro.fastbootd.available", false)) {
    e_logo_ = LoadBitmap("logo_image_switch");
    fastbootd_logo_ = LoadBitmap("fastbootd");
    fastbootd_logo_ = LoadBitmap("fastbootd");
  } else {
    e_logo_ = LoadBitmap("logo_image");
  }
  }


  // Background text for "installing_update" could be "installing update" or
  // Background text for "installing_update" could be "installing update" or
−6.18 KiB (7.29 KiB)
Loading image diff...
−7.44 KiB (7.16 KiB)
Loading image diff...
−4.35 KiB (2.94 KiB)
Loading image diff...
−5.26 KiB (2.86 KiB)
Loading image diff...
Loading