Skip to content

Commit

Permalink
Fix for sideloading addons
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Feb 6, 2023
1 parent 69b35c0 commit 721d15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openandroidinstaller/tooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def adb_twrp_install_addons(bin_path: Path, addons: List[str], is_ab: bool) -> b
logger.error("Activating sideload failed.")
yield False
return
sleep(2)
sleep(5)
# now flash os image
for line in run_command("adb", ["sideload", f"{addon}"], bin_path):
yield line
Expand Down

0 comments on commit 721d15d

Please sign in to comment.