We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87950f0 commit a570277Copy full SHA for a570277
openandroidinstaller/tooling.py
@@ -197,6 +197,9 @@ def adb_twrp_wipe_and_install(
197
Only works for twrp recovery.
198
"""
199
logger.info("Wipe and format data with twrp, then install os image.")
200
+ for line in adb_wait_for_recovery(bin_path):
201
+ yield line
202
+
203
# now perform a factory reset
204
for line in adb_twrp_format_data(bin_path):
205
yield line
0 commit comments