Prerequisites
- Windows 11
- ADB and fastboot (
winget install Google.PlatformTools
) - Galaxy Tab A7 Lite USB drivers
- Odin with 3B patch, v3.1.4.1
General info:
Unlock Bootloader
Getting “OEM Unlock” to appear
As with all Android devices, further modifications require the bootloader to be unlocked. If the bootloader cannot be unlocked using the Developer Options menu, follow these convoluted steps to make the setting appear:
- Skip everything on the first boot setup including Wi-Fi settings (you’ll connect to the Internet later)
- Enable developer options and disable automatic system updates
- Connect to a Wi-Fi network.
- Go to Settings > Software update, and disable automatic software updates.
- Go to date and time settings and select for the time to be set manually.
- Set the date to be 10 days BEHIND the current date.
- Go to Settings > Developer Options and turn the developer options off completely.
- Now go to Settings > Software update and check for a manual update, but do not install it. After an update is shown restart your device.
- Go to date and time again but this time set it to be 10 days AHEAD of the current date.
- Check for a software update, and reboot once finished
- After reboot, go to date and time and add 8 more days AHEAD (you should be 18 days ahead of your actual date at this point).
- Perform a software update check once again and reboot.
- As a last step after the final reboot, enable developer options again.
- Now, OEM unlock should be available!
Note: If this didn’t work for you, wait a day or two for the toggle to show up. If you still don’t see OEM unlock after those 48 hours, start over and try again.
Unlocking the bootloader
- Enable developer options by going to Settings > About Tablet > Software information > tap “build number” 7 times
- Go to Developer options > enable OEM Unlock
- Turn off the device.
- Connect it to the computer while holding Volume Up and Volume Down keys (at the same time) until you see Download Mode.
- Long-press Volume Up key to enter Device Unlock mode
- Press Volume Up key to confirm and unlock the bootloader
Enable ADB, fastboot, and USB debugging
1
2
3
4
5
6
7
8
PS C:\Users\andrew\Downloads\SM-T220\> adb devices
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
R83W70G77AT device
PS C:\Users\andrew\Downloads\SM-T220\> fastboot devices
R83W70G77AT fastboot
If fastboot is not working
Issue the command adb reboot bootloader
, and wait until the device shows “Entering Fastboot mode…”.
The fastboot devices
command might show nothing.
- Open devmgmt.msc and find the unknown Samsung USB device.
- Go to Windows Update > Advanced Options > Optional updates (in the Additional Options section).
- Install any Samsung, MediaTek, or Android Bootloader Interface updates.
- Run
fastboot devices
again and the tablet should appear.
1
2
PS C:\Users\andrew\Downloads\SM-T220\> fastboot devices
R83W70G77AT fastboot
Custom recovery
Issue adb reboot download
.
Flash the latest PitchBlack Recovery image via ODIN using “BL” mode.
Next, wipe the /data/ partition to make it usable with PBRP by removing the factory encryption:
- Boot to Recovery (Power + Volume Up)
- Settings
- Format Data
- Type “yes”
- Done
Magisk
Download: Magisk APK
Copy APK to ZIP by changing the file extension.
1
2
PS C:\Users\andrew\Downloads\SM-T220\> cp ./Magisk-v26.1.apk ./Magisk-v26.1.zip
PS C:\Users\andrew\Downloads\SM-T220\> adb push ./Magisk-v26.1.zip /sdcard/
Install ZIP via recovery.
Install the APK via ADB.
1
PS C:\Users\andrew\Downloads\SM-T220\> adb install ./Magisk-v26.1.apk
Open the Magisk app and complete install. Select the Direct Install (Recommended) option.
Patching should take a minute or so.
Modules
- Systemless Hosts: Enable under Magisk Home > Settings > Magisk. Required for AdAway.
- Lsposed: LSposed framework.
- Play Integrity Fix: Hide root.
- Built-In BusyBox: UNIX/Linux utilities.
- ToyBox-Ext: Additional utilities for BusyBox.