















samloader-actions is a GitHub CI script designed to download the required files for Magisk to root your Samsung device without downloading large firmware files.
Note
For Telegram uploads: Create a public Telegram channel and bot, add the bot as an admin, and set GitHub secrets TELEGRAM_BOT_TOKEN
with your bot token and TELEGRAM_CHAT_ID
with your channel ID.
- Unlocked bootloader
- PC with USB cable
- Samsung USB Driver and ODIN (Download Link 1, Download Link 2)
- Backup important data before proceeding as bootloader unlocking will factory reset your device
Choose the appropriate guide for your device:
- Update your device to the latest software before unlocking bootloader to avoid boot failures
- Correct IMEI is crucial – wrong IMEI will cause the script to fail
-
Fork this repository and give it a star ⭐️
-
Navigate to the “Actions” tab and select “Download Using Provided Details”
-
Fill in all required information and press “Run workflow” ✅
Note: Find your CSC in “Settings > About phone > Software information > Service provider software version”
-
Wait 10-15 minutes for the download to complete
-
Download the output files from your Telegram channel or Workflow artifacts
- We don’t need to update the device to the latest software version since we can specify which firmware package to use with this method 🙂
-
Fork this repository and give it a star ⭐️
-
Navigate to “Actions” tab and select “Download using a Direct Link”
-
Enter your model number and direct firmware link, then press “Run workflow” ✅
To get a direct firmware link:
- Visit samfw.com
- Search for your model and region (CSC)
- Find the exact firmware version matching your build/baseband number
- Click “Download on Samfw Server”
- Cancel the download and go to downloads page (CTRL + J)
- Right-click on the canceled file and copy the link
2.mp4
-
Download and extract the artifact zip file
-
Extract the “YOUR-MODEL-Magisk-files.tar” from the zip
-
Copy the extracted TAR file to your phone’s internal storage
-
Open Magisk Manager → Install → Select and Patch a File → Choose the TAR file → LET’S GO
1.mp4
-
Copy the patched file from your Download folder to your PC
-
Reboot your device to Download mode
-
Open ODIN, click the “AP” button and select “magisk_patched-xxxx.tar”
-
Press “Start” to flash the patched file
-
Wait for your device to boot
- If boot fails, perform a “wipe data/factory reset” using Android recovery
-
Open Magisk Manager and accept the prompt to reboot
-
Verify root access with a root checker app
If you encounter issues, refer to the common issues and fixes guide.

Leave a Reply