Loading recovery.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -835,6 +835,7 @@ Device::BuiltinAction start_recovery(Device* device, const std::vector<std::stri " (" + ver_date + ")", }; title_lines.push_back("Product name - " + android::base::GetProperty("ro.product.device", "")); ui->SetTitle(title_lines); if (android::base::GetBoolProperty("ro.build.ab_update", false)) { Loading recovery_ui/screen_ui.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -1002,7 +1002,6 @@ void ScreenRecoveryUI::BattMonitorThreadLoop() { // If we can't read battery percentage, it may be a device without battery. In this // situation, use 100 as a fake battery percentage. if (status != android::OK) { LOG(WARNING) << "Using fake battery capacity 100."; prop.valueInt64 = 100; } Loading Loading
recovery.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -835,6 +835,7 @@ Device::BuiltinAction start_recovery(Device* device, const std::vector<std::stri " (" + ver_date + ")", }; title_lines.push_back("Product name - " + android::base::GetProperty("ro.product.device", "")); ui->SetTitle(title_lines); if (android::base::GetBoolProperty("ro.build.ab_update", false)) { Loading
recovery_ui/screen_ui.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -1002,7 +1002,6 @@ void ScreenRecoveryUI::BattMonitorThreadLoop() { // If we can't read battery percentage, it may be a device without battery. In this // situation, use 100 as a fake battery percentage. if (status != android::OK) { LOG(WARNING) << "Using fake battery capacity 100."; prop.valueInt64 = 100; } Loading