Jump to content

adb devices


Recommended Posts

Guest nxsfan
Posted (edited)

I can't get my computer to identify my Pulse correctly. adb devices yields: "???????????? device". lsusb gives me "12d1:1502 Huawei Technologies Co., Ltd. " as would be expected.

I currently have a /etc/udev/rules.d/xx-android.rules, where xx is 50, 51, 52 and 99 from various websites online, I realise it's pointless having more then one. The contents of those files is:

SUBSYSTEM=="usb", SYSFS{idVendor}=="12d1", MODE="0666"

which i have chmod'ed. I have rebooted, I have killed adb server (and udev) and rerun as root. I can adb shell into the device, but no logcat and most importantly it won't play nice with eclipse.

I'm running Ubuntu 10.04. Can someone please put me out my misery and explain what I'm doing wrong?! I'm sceptical, but could this be due to the beta pre Hungarian 2.1 ROM I am running?

EDIT: Using the patched adb here: http://android.modaco.com/content/t-mobile...and-pulse-mini/ I can get eclipse running, but logcat just hangs with no output.

I tried adb logcat -c to clear the buffer first, but no effect.

Edited by nxsfan
Guest Stevos
Posted (edited)

Logcat is disabled most of the 2.1 ROMs, you need to re-enable it to see output

Form the shell (adb shell)

echo 1 > /sys/kernel/logger/log_main/enable

echo 2 >/sys/kernel/logger/log_main/priority

I don't know why it was disabled in the Hungarian rom.

Edited by Stevos
Guest nxsfan
Posted
Logcat is disabled most of the 2.1 ROMs, you need to re-enable it to see output

Form the shell (adb shell)

echo 1 > /sys/kernel/logger/log_main/enable

echo 2 >/sys/kernel/logger/log_main/priority

I don't know why it was disabled in the Hungarian rom.

That worked great thanks.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.