Everything went (almost) perfectly. The Eclipse 3.5 dev environment runs fine. I can create and run Android 2.0 emulators with no issues. But ddms (the Dalvik VM tool in Android SDK Tools) is no longer able to identify my real android cell phone. It sees the device, but doesn't pick up any information from it. Instead, I get a string of "???????" where the device ID should be.
I'm assuming it is a security / permissions issue post-Ubuntu upgrade....and hope to sort it out later. I'll update this post if I work it out.....or not.
Be warned that any such upgrade as the one above isn't likely to be seamless.
2009-11-04 - Update: This is definitely a permissions problem. Trying to list the device with adb gives:
List of devices attached ???????????? no permissions
Now...How to set the permissions? I've set up the policy files. They don't appear to be working. I've seem some bugs listed on Launchpad for Policykit. Not sure how to interpret what I'm reading.
This bug on Launchpad seems to explain things. They appear to have made some changes without regard to usabililty.
Trying to access the phone with ddms give me more permissions errors:
55:16 W/ddms: Unable to get frame buffer: device (????????????) request rejected: insufficient permissions for device
55:18 W/ddms: Unable to get frame buffer: device (????????????) request rejected: insufficient permissions for device
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/435714
I have also tried running it as sudo:
steve@media:~/android-sdk-linux_x86-1.6_r1/tools$ sudo ./adb devices
List of devices attached
???????????? no permissions
No good.


























