To root your Samsung Galaxy A10 (model A105F) with firmware version A105FDDS9CWD2, follow this step-by-step guide. Keep in mind that rooting can void your warranty and carries certain risks, so proceed with caution.
Prerequisites
- Backup Your Data: Rooting may erase all data on your device, so back up important files.
- Battery Charge: Ensure your device has at least 70% battery.
- Enable Developer Options:
- Go to Settings > About phone > tap Build number 7 times.
- Return to Settings > Developer options and enable OEM unlocking and USB debugging.
- Install ADB and Fastboot: Make sure you have ADB and Fastboot installed on your computer.
Rooting Steps
- Download Required Files:
- Custom Recovery: Search for a compatible TWRP recovery image for the Galaxy A10 (A105F).
- Root Package: Download the latest Magisk zip file from the official Magisk repository.
- Unlock the Bootloader:
- Connect your phone to your PC using a USB cable.
- Open a command prompt or terminal window and run:
bash adb reboot bootloader
- Once in bootloader mode, unlock it by entering:
bash fastboot oem unlock
- Confirm the unlock on your device (this will erase all data).
- Flash Custom Recovery:
- If not already in bootloader mode, boot into it again.
- Flash TWRP using the command:
bash fastboot flash recovery <recovery.img>
- Replace
<recovery.img>
with the actual name of the TWRP image file.
- Boot into TWRP Recovery:
- After flashing, navigate to recovery mode and boot into TWRP.
- Install Magisk:
- In TWRP, tap on “Install” and locate the Magisk zip file you downloaded.
- Swipe to confirm the installation.
- Reboot Your Device:
- Once the installation is complete, go back to the main menu in TWRP and select “Reboot” > “System”.
Post-Root Steps
- Install Magisk Manager: If it doesn’t install automatically, download it from the official Magisk website.
- Manage Root Access: Use Magisk Manager to control which apps can access root.
Important Notes
- Warranty: Rooting will typically void your warranty.
- Bricking Risk: There’s a chance of bricking your device; ensure you follow each step carefully.
- Updates: You may need to handle OTA updates manually after rooting.
If you have any specific questions or need assistance with any of the steps, feel free to ask!
If you dont have DFT pro Tool Download Here
Post Comment