-
Unlocked bootloader
-
Brain
Warning
All your data will be erased! Back up now if needed.
DO NOT REBOOT YOUR TABLET if you think you made a mistake, ask for help in the Telegram chat
PLEASE DON'T USE OUTDATED VIDEO GUIDES ON YOUTUBE OR ANY OTHER PLATFORM! THESE VIDEOS ARE OUTDATED AND YOU CAN BRICK YOUR DEVICE USING THEM! IF YOU NEED A VIDEO GUIDE, USE THIS NEW VIDEO GUIDE FROM ArtoSeVeN
Note
Don't know how to start? Unzip the downloaded Android platform tools
, then open command prompt
or powershell
as administrator and run the following command, replacing "path\to\platform-tools"
with the actual path of the platform tools folder
cd "path\to\platform-tools"
Use this window throughout the entire guide. Do not close it.
fastboot boot <recovery.img>
If it asks you to run it once again, do so
This is optional, but you can also set custom sizes (by default, it splits the storage in half)
To set custom sizes do
adb shell partition [TARGET WINDOWS SIZE IN GB]
Make sure you do not add GB at the end, just the number
adb shell partition
adb shell "dd if=/dev/block/platform/soc/1d84000.ufshc/by-name/boot$(getprop ro.boot.slot_suffix) of=/tmp/normal_boot.img" && adb pull /tmp/normal_boot.img
Reboot to check if Android still works. If it doesn't boot, wipe all data in recovery and try again.
adb reboot