Thanks @aibd , I wil be clearer.
My problem is to get the phone to get into the e-recovery mode / screen, on a Samsung S8. I tried with the easy-installer, but when it’s time to do the 3 buttons press from Vol Down + Bixy + power to turn off / cancel the download mode, and switch to the recovery mode with volume up + bixy + power, it does never work. I tried many times. I looked at the video where the guy simply move the finger on the volume button. Nothing could work.
Then I moved to the manual installation mode, tired to repeat the easy installer process. I built Heimdall on my linux laptop without the UI, and I validated adb
could correctly see the phone with the adb devices
. I validated heimdall
with heimdall print-pit
which rebooted the phone as described.
Now I pushing the recovery image (for which I checked the sha256 sum) with heimdall
. It shows a successful upload onto the phone:
./heimdall flash --RECOVERY recovery-e-2.2-r-20240715417776-stable-dreamlte.img --no-reboot
Heimdall v1.4.2
Copyright (c) 2010-2017 Benjamin Dobell, Glass Echidna
http://www.glassechidna.com.au/
This software is provided free of charge. Copying and redistribution is
encouraged.
If you appreciate this software and you would like to support future
development please consider donating:
http://www.glassechidna.com.au/donate/
Initialising connection...
Detecting device...
Claiming interface...
Setting up interface...
Initialising protocol...
Protocol initialisation successful.
Beginning session...
Some devices may take up to 2 minutes to respond.
Please be patient!
Session begun.
Downloading device's PIT file...
PIT file download successful.
Uploading RECOVERY
100%
RECOVERY upload successful
Ending session...
Releasing device interface...
but I’m still unable to move to the recovery screen with the button dance. It keeps showing the download screen.
I thought I could use adb reboot recovery
but that does not work when the phone is in download mode.
So I’m trying to understand now this Vendor thing, but do not understand how I should load it onto the phone.
Why do you mention Windows? Do you say this because of
At this point I switched to this guide but I just kept using Heimdall because I was already familiar with it. And I was able to successfully flash TWRP and boot into it!
Yes, it’s about this message. I looked at Odin and it’s all windows stuff.
My understanding is that the recovery image could be buggy and cannot let the phone boot in recovery mode, so I should find another way to get into that mode, with another image. Is the TWRP image the alternative to get eOS on a phone with the link from @krokodilregister ?