Skip to main content
greenhughes.com
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Main navigation

  • About
  • Contact Me
  • Elsewhere
  • Home
  • teleremix
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
User account menu
  • Log in

Breadcrumb

  1. Home

Using the EEE Pad Transformer with the Android SDK on Ubuntu

By Liam Green-Hughes, 13 June, 2011
Tags/Keywords
eeepad
asuseee
tablets
apps
mobile
mtech
ubuntu
sdk
development
eclipse
howto
ddms

New Android project wizard on EclipseJust a very quick post about how to get the Asus EEE Pad Transformer working with the Android SDK and Eclipse under Ubuntu 11.04. As the emulator for Android tablets can be a bit slow this could be a handy way to test out applications as you build them. The starting point is to follow the instructions under Using Hardware Devices page on the Android Developer website. Following these instructions I got the machine working on my machine so I thought I would share what I did here.

First edit a new file:


sudo nano /etc/udev/rules.d/51-android.rules

Then inside this file I entered:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0b05", MODE="0666"

As per the instructions I ran:

sudo chmod a+r /etc/udev/rules.d/51-android.rules

Make sure USB debugging is enabled (under Settings -> Applications -> Development) on the device and also Unknown sources is ticked (but switch this off when you are not using the machine for development). When you plug the EEE Pad Transformer into your Ubuntu machine you should get a "USB debugging connected" notification and you should see an entry for the machine under the DDMS tab on Eclipse.

Happy Developing!

The content of this field is kept private and will not be shown publicly.
About text formats

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <img src alt height width> <q> <blockquote cite> <h1> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Don (not verified)

11 years 1 month ago

Thanks. I had a really

Thanks. I had a really difficult time finding information on this so this was extremely helpful to me and it worked like a charm.

  • Reply

Rupert (not verified)

11 years 1 month ago

need to reset udev

Thanks, its helpful info. On Karmic Koala 64-bit, i found i had to also restart the udev system with

sudo /etc/init.d/udev restart

before it would update the permissions

  • Reply

Prinvresse2011 (not verified)

10 years 3 months ago

How debug a Android project (Eclipse) on Asus TF101?

I ordered an Asus EEE Pad TF101 tablet to run Android application. I use Eclipse on Windows XP.

What are the instructions to connect the tablet to PC (Windows XP)?
I just need to install the driver found on the ASUS site or the plugin on Eclipse is enough?

  • Reply
  • Add new comment
  • 36481 views
greenhughes.com
Powered by Drupal