Hello @sumirati, Welcome to the /e/ users forum
i am not sure that the old Heimdall v1.4.2 will work on this quite recent device
but It’s worth a try.
also, you may test to build the new Heimdall v2.2.2 for macOS, that’s really interesting
please report and share the result, i will be happy to host the binary.
from initial sources (for v1.4.2)
https://raw.githubusercontent.com/Benjamin-Dobell/Heimdall/master/OSX/README.txt
we get initial build instructions for macOS :
Appendix B - Installing Heimdall Suite from Source
1. Open Terminal and install dependencies using Homebrew (http://brew.sh) brew install libusb qt5 cmake 2. Build Heimdall & Heimdall Frontend mkdir build cd build cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DQt5Widgets_DIR=/usr/local/opt/qt5/lib/cmake/Qt5Widgets .. make
from new sources (for v2.2.2) where macOS is not documented,
~grimler/Heimdall - Heimdall is a cross-platform open-source tool suite used to flash firmware (aka ROMs) onto Samsung Galaxy devices. - sourcehut git
we get additionnal dependencies :
The name of dependencies vary between distributions.
On alpinelinux you need to install:
make cmake gcc g++ libc-dev qt6-qtbase-dev and libusb-dev,
on archlinux:
cmake libusb qt6-base
on ubuntu:
cmake g++ pkg-config libusb-1.0.0-dev qt6-base-dev and zlib1g-dev.
.
in case those two possibilities failled, you will have to use someonelse’s Windows PC to run Odin3
in all case, be aware that since years, official /e/OS install instructions are still uncoherent regarding provided files
see Samsung - Galaxy A52s 5G - a52sxq - Documentation Suggestions
and Samsung - Galaxy A52 4G - a52q - Documentation Suggestions
@Manoj