Reputation: 143
I am developing an android application and want to test it on the my tablet. The tablet is shown on eclipse but this is the scenario
This tablet is supplied to me as a part of my project . It has a low end specs such as 512MB RAM , low internal memory etc.. I can run the app on my samsung smartphone but the aim of my project is to develop a customized app for the tablet(This tablet is called Aakash Tablet - a subsidized tablet by Govt of India for students)
I have enabled the debugging mode also turned the usb storage on when prompted.I am developing application on Linux . The Specs of the tablet are as follows:
Model No: T-A13 Android version: 4.0.4 Kernel Version : 3.0.8
After browsing the net , I came to conclusion that the drivers may not exist but don't know how do i get them . My work is stalled because of this ,Please help
Upvotes: 0
Views: 280
Reputation: 822
Add the drivers
http://esausilva.com/2010/05/13/setting-up-adbusb-drivers-for-android-devices-in-linux-ubuntu/
Get usb vendor id to be used while adding driver
USB Vendor ID for Aakash tablets
Upvotes: 1