How to update recovery via terminal | adb | fastboot?

Hello everyone.

Please tell me how to update recovery using terminal or adb? Now I have /e/OS recovery installed, I see that the phone has this option
Settings => Updater => three dots in the right corner => Preferences => Update recovery

And how to do this via terminal and adb?

Regain your privacy! Adopt /e/OS the deGoogled mobile OS and online servicesphone

Do I understand correctly that it should look like this:

 fastboot reboot bootloader

 fastboot devices -l

 fastboot flash boot recovery-e-2.7-s-20250109460371-official-herolte.img

Ah non
Pas de commandes fastboot avec un appereil Samsung,

Tu dois utiliser :

Hello. Thank you very much for your detailed answer.

Please tell me if the method I described above will work?

Of course not,

Logic is right, but you must use heimdall commands, because fastboot won’t work on Samsung devices

something like

heimdall flash --RECOVERY  recovery-e-2.7-s-20250109460371-official-herolte.img --no-reboot
1 Like

While you were writing, I looked at the wiki, you’re right!

Thanks for your advice! :handshake:

1 Like