Hi

Yes this is the normal stuff everyone needs to do when it does not work
well. But my problem has been identified by Qualcomm engineers as a product
id mismatch. First they said it was caused by the pid (misunderstood to be
process id). But in the platform boards file USB has its product ID number
inside the usb struct. This id need to match the one used by the target
platform.

When you work on applications, this should not be an issue once it is
working. But if you create a new custom kernel, then this could be the issue
if a mismatch exists. I am still working on fixing this so let me get it to
work before I conclude on this issue. Thanks
On Mar 2, 2011 1:46 AM, "P@AR" <dimo...@gmail.com> wrote:
> Hi Mike
> ... maybe from different reason... but I also had troubles with
> connecting to adb on my device.
>
> For solving the problem I was doing do following commands
>
> adb kill-server
> adb start-server
>
> and after several tries, it succeed
> (sometimes I had to reconnect unplug/plug the USB cable few times in
> order to detect my device)
>
> Hope that this would help :-)
>
> p.s:
> I'm using adb drivers for WindowsXP
>
>
> On Mar 1, 3:06 am, mike digioia <mpd...@gmail.com> wrote:
>> Hi
>>
>> I have been successful using adb to debug my kernel work on a new driver,
>> however, adb server and daemon seem to have some problems where they
don't
>> detect the device connect with the USB cable anymore. I can fastboot boot
my
>> kernel to this device but can't do "adb devices" and get a valid device
ID.
>> Only " daemon not running. starting it now", daemon started
successfully",
>> "error: device not found".
>>
>> Did anyone have this problem? I have used different cables and reboot
into
>> fastboot many time after taking our the battery, etc. nothing works.
Anyone
>> have an idea? (other than making changes to use KGDB) thanks.
>>
>> /mpd
>
> --
> unsubscribe: android-kernel+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-kernel

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to