YES, i have watched the n00bs video and my mum wasn't very happy about the call.
I've posted this question in stackoverflow too.
ANYWAY, I'm using the Eclipse IDE.
I can only see question marks in the Android Device Chooser; where I'd usually find numbers. it's like I didn't add udev rules for the device
It's a Sensation 4g from T-Mobile to be exact. I tried with an HTC Inspire and it worked fine, logcat also worked fine but not with this newer Handset.
The sensation works fine on windows but i prefer developing on linux; Ubuntu 11.04 to be more specific
And also, I can use the sensation as a disk drive on Ubuntu but the problem remains. I usually connect the handset in "Charge Only" mode; this seems to allow debugging just fine on the HTC Inspire.
this is my terminal output from $lsusb
and Here's the contents of my "rules" file: $sudo gedit /etc/udev/rules.d/51-android.rules
I don't understand why it works fine with the older HTC handset but not with this one.
AND YES, I REMEMBERED TO TURN DEBUGGING ON THE PHONE; it works in windows remember?
sadly, I wasn't allowed to post his in the developers forum because i'm a n00b and I don't deserve it.
SUMMARY:
I want to debug my HTC Sensation in Ubuntu!
I've posted this question in stackoverflow too.
ANYWAY, I'm using the Eclipse IDE.
I can only see question marks in the Android Device Chooser; where I'd usually find numbers. it's like I didn't add udev rules for the device
It's a Sensation 4g from T-Mobile to be exact. I tried with an HTC Inspire and it worked fine, logcat also worked fine but not with this newer Handset.
The sensation works fine on windows but i prefer developing on linux; Ubuntu 11.04 to be more specific
And also, I can use the sensation as a disk drive on Ubuntu but the problem remains. I usually connect the handset in "Charge Only" mode; this seems to allow debugging just fine on the HTC Inspire.
this is my terminal output from $lsusb
Code:
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 09da:054f A4 Tech Co., Ltd
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[B]Bus 001 Device 004: ID 0bb4:0c86 High Tech Computer Corp.[/B] //THIS IS THE ONE!!!
Bus 001 Device 002: ID 0c45:62c0 Microdia Sonix USB 2.0 Camera
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Code:
SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"
AND YES, I REMEMBERED TO TURN DEBUGGING ON THE PHONE; it works in windows remember?
sadly, I wasn't allowed to post his in the developers forum because i'm a n00b and I don't deserve it.
SUMMARY:
I want to debug my HTC Sensation in Ubuntu!
Last edited: