Hello, everyone.
The update version on my phone is lower than what I see in https://images.ecloud.global
How can I update recovery manually so that I can then install the new ROM version?
I tried doing this via my phone ( Settings => Updater ) and deleted the cache storage, but it didn’t work.
For example, it is very convenient to update recovery in OrangeoFox because it is in zip format, and the e/OS format is img
Is it safe via ADB? For example, like this:
$ heimdall flash --RECOVERY recovery-e-3.4-s-20260114569182-official-herolte.img --no-reboot
Regain your privacy! Adopt /e/OS the deGoogled mobile OS and online services
piero
2
recovery will be updated /upgraded along the entire system
It is possible using ADB :
- enable USB debugging in Developer Options
- boot into recovery mode
- → apply update from ADB
adb sideload e-3.4-s-20260114569182-official-herolte.zip
On the s7, system update / upgrade is also possible without computer
- boot into recovery mode
- apply update from internal storage or SDcard
On recent Android, system update / upgrade is also possible without computer using local update in system updater
.
.
Update / upgrade the recovery standalone is possible, but using Heimdall (Linux, macOS) or Odin3 (Windows)