aliases | category | classification | date | date_modified | draft | id | image | links | local_archive_links | pinned | series | tags | title | type | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
android |
public |
2022-12-19 05:08:30 -0800 |
2024-09-23 12:06:06 -0700 |
false |
20221219130830 |
|
false |
false |
|
Install Heimdall on Fedora |
tech-note |
Warning
Doing this is all well and good, but it's impossible to use - because there's no documentation on how to map the partitions to the files you should upload! Unfortunately Odin on Windows remains the simplest way to flash firmware for Samsung devices.
sudo dnf groupinstall "Development Tools"
sudo dnf install libusb1-devel qt-devel libtool
sudo dnf install cmake glibc libusb zlib gcc qt5-qtbase-devel
git clone [email protected]:Benjamin-Dobell/Heimdall.git
cd Heimdall
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo cp bin/* /usr/local/bin
Start Heimdall by running heimdall
or heimdall-frontend
from the terminal.