We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cb75e commit 471d972Copy full SHA for 471d972
scripts/addon.d.sh
@@ -137,7 +137,9 @@ case "$1" in
137
# Back up PREINITDEVICE from existing partition before OTA on A-only devices
138
if ! $backuptool_ab; then
139
initialize
140
- RECOVERYMODE=false
+ # Suppress ui_print for this stage
141
+ ui_print() { return; }
142
+ get_flags
143
find_boot_image
144
$MAGISKBIN/magiskboot unpack "$BOOTIMAGE"
145
$MAGISKBIN/magiskboot cpio ramdisk.cpio "extract .backup/.magisk config.orig"
0 commit comments