Skip to content

Commit 721d15d

Browse files
committed
Fix for sideloading addons
1 parent 69b35c0 commit 721d15d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openandroidinstaller/tooling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def adb_twrp_install_addons(bin_path: Path, addons: List[str], is_ab: bool) -> b
277277
logger.error("Activating sideload failed.")
278278
yield False
279279
return
280-
sleep(2)
280+
sleep(5)
281281
# now flash os image
282282
for line in run_command("adb", ["sideload", f"{addon}"], bin_path):
283283
yield line

0 commit comments

Comments
 (0)