There are two methods listed below, the first one requires root, the second one does not. Use whichever method suits you the most, as they both do the same.
- Download and install the WOA Helper app, then open it and grant it root access.
- Open WOA Toolbox, then press the DUALBOOT KERNEL PATCHER button.
- Wait for it to finish, then reboot your phone.
- Move the alert slider into the top position and reboot (or turn on) your device.
- Move the alert slider into the middle or bottom position and reboot (or turn on) your device.
-
.fd file (download the one for your device, either
guacamole
orhotdog
)
Open CMD as an administrator, then run the below command, replacing
path\to\platform-tools
with the actual path to the platform-tools folder, for example C:\platform-tools.Do not close this window. You will need to use it throughout this entire guide.
cd path\to\platform-tools
Replace
path\to\moddedtwrp.img
with the actual path of the image
fastboot boot path\to\moddedtwrp.img
This will back up your boot image in the current directory (for example
C:\platform-tools
).
adb pull /dev/block/by-name/boot_a boot.img
- Download magiskboot.exe and move it into the
platform-tools
folder. - Download DualBootKernelPatcher.zip and extract the DualBootKernelPatcher folder into the
platform-tools
folder. - Download DEVICENAME.fd for your device and move it into the
platform-tools
folder.
Make sure boot.img is in the
platform-tools
folder.
./magiskboot unpack boot.img
Replace
DEVICENAME.fd
in the below command with your actual devicename (guacamole.fd
orhotdog.fd
)
./DualBootKernelPatcher\bin\Windows\DualBootKernelPatcher-x86_64.exe ./kernel ./DEVICENAME.fd ./output ./DualBootKernelPatcher\Config\DualBoot.Sm8150.cfg ./DualBootKernelPatcher\ShellCode\ShellCode.Hotdog.bin
- Delete or rename the kernel file in the
platform-tools
folder, then rename the output file tokernel
This will repack your patched boot image into a new file called new_boot.img
./magiskboot repack boot.img
adb reboot bootloader
Replace
path\to\new_boot.img
with the actual path of the image
fastboot flash boot_a path\to\new_boot.img
fastboot flash boot_b path\to\new_boot.img
fastboot reboot
- Move the alert slider into the top position and reboot (or turn on) your device.
- Move the alert slider into the middle or bottom position and reboot (or turn on) your device.