live debugging in ubuntu

5 views
Skip to first unread message

teja

unread,
Mar 17, 2011, 6:58:43 AM3/17/11
to bpgc-android-community
Did any one try live debugging on Ubuntu10.10 for Micromax A60
mobile ??

Rohit Kalhans

unread,
Mar 17, 2011, 3:40:31 PM3/17/11
to bpgc-androi...@googlegroups.com

it wasnt working, we tried it.


On Thu, Mar 17, 2011 at 4:28 PM, teja <dharm...@gmail.com> wrote:
Did any one try live debugging on Ubuntu10.10 for Micromax A60
mobile ??



--
Rohit Kalhans
blogfolio: http://info-rohit.co.cc

 

Emaad Ahmed Manzoor

unread,
Mar 17, 2011, 9:10:49 PM3/17/11
to bpgc-androi...@googlegroups.com
Yeah, doesn't work. It's a re-branded ZTE Penguin, but using the manufacturer code for ZTE didn't work.

--
Emaad Ahmed Manzoor,
Third Year Undergraduate,
BITS - Pilani, KK Birla Goa Campus.
halfclosed.wordpress.com


Rohit Kalhans

unread,
Mar 18, 2011, 4:20:48 PM3/18/11
to bpgc-androi...@googlegroups.com
Haven't tried it but i think this will work, (Written at 1:45 AM without any influence of caffeine) :D


in terminal scan all usb ports

rohit@rohit-laptop:/$ lsusb
Bus 001 Device 010: ID 04e8:681c Samsung Electronics Co., Ltd
Bus 001 Device 007: ID 056a:0093 Wacom Co., Ltd
Bus 001 Device 006: ID 08ff:1600 AuthenTec, Inc. AES1600
Bus 001 Device 005: ID 064e:a110 Suyin Corp. HP Webcam
Bus 001 Device 003: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub"
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 03f0:171d Hewlett-Packard Wireless (Bluetooth + WLAN) Interface [Integrated Module]
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Since i have connected a samsung phone the first line shows the device at address 010 with ID  04e8:681c
now the first part in the ID is the vendor code(for Samsung its 0x04e8).  i guess if you take the vendor code from here it should work for micromax phone.

if not try connecting the phone explicitly by using modeprobe tool for serial usb as follows

sudo /sbin/modprobe usbserial vendor=0x(vid) product=0x(pid)

like in my case i used

rohit@rohit-laptop:/$ sudo /sbin/modprobe usbserial vendor=0x04e8 product=0x681c

[sudo] password for rohit:
rohit@rohit-laptop:/$

hope this works. keep me updated.
Message has been deleted

Emaad Ahmed Manzoor

unread,
Mar 19, 2011, 12:57:05 AM3/19/11
to bpgc-androi...@googlegroups.com
Works for Samsung but not for Micromax!

Rohit Kalhans

unread,
Mar 19, 2011, 4:12:19 AM3/19/11
to bpgc-androi...@googlegroups.com
is the vendor ID the same in what you are getting above and what you are putting in the 51-android.rules file??

Emaad Ahmed Manzoor

unread,
Mar 19, 2011, 4:13:25 AM3/19/11
to bpgc-androi...@googlegroups.com
Vendor ID is the one for ZTE.

Emaad Ahmed Manzoor

unread,
Mar 19, 2011, 4:13:40 AM3/19/11
to bpgc-androi...@googlegroups.com
19d2.

Rohit Kalhans

unread,
Mar 19, 2011, 4:43:34 AM3/19/11
to bpgc-androi...@googlegroups.com
okay, will post if i find any other solution.
Reply all
Reply to author
Forward
0 new messages