Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

How to determine tablet manufacturer?

  • 04-03-2013 3:47pm
    #1
    Registered Users, Registered Users 2 Posts: 6,470 ✭✭✭


    Just got one of these android tablets.

    I'm trying to connect to it in Eclipse on a Linux box, but it can't recognise the device. I presume I need to create a udev entry for it, but I can't work out who the manufacturer is, so I don't know which vendor id code to use.

    Adb can see it's connected, but just lists it as ????????

    Any suggestions for determining the manufacturer?


Comments

  • Registered Users, Registered Users 2 Posts: 6,470 ✭✭✭MOH


    Solved it with the brute force approach - I just created a udev entry for every vendor ID listed. That got it working, once I copped on I had to unplug the USB cable and plug it back in again.

    Out of curiosity I kept halving the list until it stopped working to narrow down which code it was. Turns out it's 18d1 - Google. So I guess if you're ever trying to do this for a generic Android tablet, try that code first.


Advertisement