NicolasWebDev / reinstall-magisk-on-lineageos

Small bash script to reinstall magisk after each LineageOS update
72 stars 15 forks source link

Samsung (Heimdall/Odin) download mode isn't recognized #37

Open dwildstr opened 1 year ago

dwildstr commented 1 year ago

For devices which use the Odin protocol (Samsung devices only, I think), rebooting into the bootloader with adb reboot bootloader doesn't actually go into fastboot mode, but into the Odin download mode (which won't interact with fastboot). The command adb reboot fastboot, however, will go into a mode recognized by fastboot, so a one-line change in reboot_to_bootloader fixes this.