6

I want to root my new Teac TC-7120 device, but couldn't find any rooting guide targeting it.

What should I do?

I used the following Guide: http://www.makeuseof.com/tag/root-android-phone-superoneclick-2/

But even though my device is connected and in Debugging mode, I can't get the ADB to recognize it.

ale
  • 19,723
  • 34
  • 110
  • 159
Gilad Naaman
  • 171
  • 3
  • if you are using windows (which I assume you are since you mentioned using superoneclick), you will need the USB drivers for the device, otherwise ADB will not recognize the device. – Ryan Conrad Sep 06 '12 at 19:54
  • Where can I get the driver? I guess you mean the "Install Drivers" option that appears when I connect my tablet. I've tried it, but no response from the computer. – Gilad Naaman Sep 06 '12 at 20:10
  • The device tried to installed the driver but it says it is already installed.\ – Gilad Naaman Sep 07 '12 at 03:44
  • @RyanConrad Is it possible to clean the device completely and install a vanilla version of android 4.3 on him? (Like I would re-format a computer's hard-drive and install an OS on him). – Gilad Naaman Sep 07 '12 at 07:36
  • consult the rooting index and try the rooting apps. Kingoroot haven't failed me yet, USB debug mode is the only requirement, – forums Dec 13 '13 at 13:51

3 Answers3

0

Try to download and install framaroot in to your device I think that should work Link:http://m.apkhere.com/app/com.alephzain.framaroot

Matthew Job
  • 1
  • 1
  • 3
0

Install king user it's a Chinese rooting program just continue clicking the blue button this program can root nearly any android device and works fine no bricking And no computer needed only your phone

Joash
  • 1
0

I don't know about rooting your device, but I can help with getting your device to be recognised by your computer.

Exact instructions will depend on what OS you are running, but basically you need to find the .android folder in your home directory, and replace the adb_usb.ini file with this one. this tells your computer to let adb work with a load of different usb devices. You may need to type this on the command line to get it to work after you do this:

adb kill-server
adb start-server

and now running this should show you your device

adb devices
Martyn
  • 2,553
  • 1
  • 18
  • 24