Wednesday, May 4, 2016

[TWRP][Root]Dragon Touch X10/Allwinner A83T

This is a very nice budget tablet, I found mine on eBay for $93.00 usd, and have been very pleased with it. I love the fact that it came with Developer Options already on, and also had USB Debugging enabled right out of the box. Add the fact that the bootloader isn't even locked, and you really can't go wrong with this device.

I used the AIO TWRP Compiler script by @yuweng, to build this recovery, it's a very efficient tool to work with and he put a lot of work into it. Many, many thanks there!!

Well, enough rambling, lets get started...

KNO'DIS: I, OR ANYONE ELSE AT XDA, WILL NOT BE HELD RESPONSIBLE FOR "BRICKING" YOUR TABLET!! IF YOU MANAGE TO MAKE A BRICK, DUE TO YOUR "FUN-DA-MENTAL" INABILITY TO READ, GO BUILD A BBQ PIT!

(Or ask for help, there's a lot of friendly people around here)


Root


Rooting the device is easy, there are two methods that I know work:

1) Using Kingo Root for PC, find it Here
2) Install TWRP, then flash Chainfires current SuperSu zip, find it Here


Install TWRP


You should already have ADB installed on your PC, or BusyBox and Terminal Emulator installed on your tablet, I will not cover installation of either of those. To get the TWRP recovery on your device, you have two options:

1) Use ADB to "push" the image
2) Use the included shell script (via BusyBox and Terminal Emulator), the device must already be rooted to use this option.

Download the zip located below, under Downloads, and extract it to a convenient location on your PC. If using your Tablet, the shell scripts and TWRP image must be in the root directory ( / ) to work properly.


Using ADB


Put the X10_twrp3.0.2.img file in the same directory as your working ADB, then enter the following:
Code:

adb push X10_twrp3.0.2.img /dev/block/nandf
After it finishes:
Code:

adb reboot recovery
Now, flash the SuperSU flashable zip and your device will be rooted, yay!

That was easy, yes?


Using Terminal Emulator


Put the X10_twrp3.0.2.img and twrp.sh files in the root ( / ) folder of your tablet, then open the Terminal Emulator, enter the following, one line at a time:
Code:

su
sh twrp.sh

The script will tell you when it's done, now, power off the tablet. Boot into recovery by pressing and holding the Volume Down and Power Buttons. When the Dragon Touch logo appears, release the Power Button but continue to hold Volume Down until TWRP boots.

I hope you enjoy my work, and keep in mind that I like to keep things up to date, when a new version of TWRP comes out, I'll build it and post it here.

Downloads (Contains TWRP and Stock 3e Recovery, plus install scripts)
X10 TWRP

Credits
@yuweng (bunch of help there)
@MSF Jarvis
TeamWin


from xda-developers http://ift.tt/26UL3lj
via IFTTT

No comments:

Post a Comment