• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Rooting generic tablet using ubuntu and adb?

hg088

Lurker
Hi guys, First post here, really looking forward to learn more about android :D.

I'm trying to root a generic tablet (titan pc008) using linux and ADB.

The thing is when i connect the tablet and run adb devices it doesn't get listed.

So i guess i need to install some sort of generic driver or something but i've very superficial knowledge about rooting and android tinkering in general.

I've already tried killing and restarting the adb server

The lsusb output for my device:
Code:
Bus 002 Device 004: ID 2207:0000

Added this line to the file "/etc/udev/rules.d/99-android.rules":
Code:
SUBSYSTEM=="usb", ATTR{idVendor}=="2207", ATTR{idProduct}=="0000", MODE="0666", OWNER="user"
 
Hi guys.

I kept on googling and finally found a was to set up adb for this device here by Mateus Sousa Mello

I hope this might help someone in the future.
 
Back
Top Bottom