Skip to content

Commit 743cb4e

Browse files
committed
Improve error messsage if image/recovery doesn't work with device
1 parent 94ac72c commit 743cb4e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

openandroidinstaller/views/select_view.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
Markdown,
2525
Row,
2626
Text,
27+
colors,
2728
icons,
2829
TextButton,
2930
AlertDialog,
@@ -259,8 +260,9 @@ def enable_button_if_ready(self, e):
259260
)
260261
self.info_field.controls = [
261262
Text(
262-
"Image and recovery don't work with the device. Please select different ones."
263-
)
263+
"Image and/or recovery don't work with the device. Make sure you use a TWRP-based recovery.",
264+
color=colors.RED
265+
)
264266
]
265267
self.right_view.update()
266268
return

0 commit comments

Comments
 (0)