We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968c859 commit e680cd0Copy full SHA for e680cd0
1 file changed
openandroidinstaller/tooling.py
@@ -261,6 +261,7 @@ def adb_twrp_install_addons(
261
for line in adb_sideload(bin_path=bin_path, target=addon):
262
yield line
263
sleep(7)
264
+ sleep(3)
265
# finally reboot into os
266
if is_ab:
267
# reboot into the bootloader again
0 commit comments