Root Samsung Galaxy Tab S2 SM-T713: Difference between revisions
Jump to navigation
Jump to search
(Created page with "[http://forum.xda-developers.com/tab-s2/development/twrp-3-0-2-1-galaxy-tab-s22016-sm-t713-t3390627 XDA instructions, with links to packages.] == Enabling OEM replacement and...") |
|||
| Line 2: | Line 2: | ||
== Enabling OEM replacement and debugging == | == Enabling OEM replacement and debugging == | ||
# System settings | |||
# About device | |||
# Tap "Build number" seven to ten times to open up the "Developer Options." | |||
# Developer options | |||
# Set "OEM unlock" ON. | |||
# Set "USB debugging" ON. | |||
== Install TWRP == | == Install TWRP == | ||
Revision as of 04:05, 23 December 2016
XDA instructions, with links to packages.
Enabling OEM replacement and debugging
- System settings
- About device
- Tap "Build number" seven to ten times to open up the "Developer Options."
- Developer options
- Set "OEM unlock" ON.
- Set "USB debugging" ON.
Install TWRP
- Boot the tablet to download mode: power off, then press [Power + Home + Volume Down]
- UN-check "Auto reboot" in Odin.
- Flash TWRP with Odin.
- Use [Power + Home + Volume Down] to exit Download Mode.
- As soon as the screen goes blank, IMMEDIATELY press [Power + Home + Volume UP].
- - This is a matter of timing. The XDA website says to move from [Volume DOWN] to [Volume UP] "whilst still holding the other buttons." That didn't work out too well for me.
- - If you do not IMMEDIATELY go into Recovery Mode by pressing [Power + Home + Volume UP] at the right time, the system will boot. Then when you try to go into Recovery Mode, the bootloader will crash and normal Samsung Recovery Mode will take over.
- - If you fail to make the IMMEDIATE transition from the Download session to the Recovery boot, then you have to go back to step #1 above.
Do a TWRP backup
This captures the system in a working condition. It takes time and space, but it is worth it. Don't ask me how I know. :o(
Flash SuperSu using TWRP
- Copy the SuperSu zip file to some reasonable location on your tablet. I used ADB to place it /data . That made it easy to find with TWRP.
- Copy the no-verity-no-encrypt_ashyx zip file to the sample place you put the SuperSu zip file.
- Mount the data folder to make the zip files accessible.
- Find the SuperSu zip file with the "Install" button, and flash it.
- Find the no-verity-no-encrypt_ashyx zip file with the "Install" button, and flash it.
Boot into the system, if you can
I made a ton of mistakes the first time I tried this. I've written this as a script to follow in my second attempt. Stay tuned for further adventures in Bitland!