do adb kill-server . then do adb devices again.. make sure device is
connected.

On Mon, Jul 27, 2009 at 1:12 PM, Saravanan <saravanan....@gmail.com> wrote:

>
> Hi Basteon,
>
>                Thanks for your reply!
> I understand that this source code is for the adb in windows SDK. May
> i know how can i get the source code of adb for windows sdk.
>
> Regards,
> Saravanan
>
> On Jul 27, 2:54 am, basteon <bast...@gmail.com> wrote:
> > hi,
> > I seems offline it's not attached. I not use this tool before, but if
> > we see in source...
> >     if(!strcmp(argv[0], "devices")) {
> >         char *tmp;
> >         snprintf(buf, sizeof buf, "host:%s", argv[0]);
> >         tmp = adb_query(buf);
> >         if(tmp) {
> >             printf("List of devices attached \n");
> >             printf("%s\n", tmp);
> >             return 0;
> >         } else {
> >             return 1;
> >         }
> >     }
> >
> > 2009/7/27 Saravanan <saravanan....@gmail.com>:
> >
> >
> >
> >
> >
> > > Hi all!,
> > >          I am porting Android to S3C6410 based development board. On
> > > the board, Android boots normally and everything is ok. When i
> > > connected the board to windows PC through usb, it prompted to ''new
> > > hardware installation" window. Then i installed the proper host driver
> > > for windows.
> >
> > > When i executed below adb command from windows command prompt, it
> > > shows that device is offline.
> >
> > > d:> adb devices
> > > 1   123456789ABCDEF  offline   0
> >
> > > d:> adb shell
> > > no device
> >
> > > Can someone help me how can i bring the device online. I want to get a
> > > command prompt for Android through "adb shell"
> >
> > > Thanks in advance,
> > > Saravanan- Hide quoted text -
> >
> > - Show quoted text -
> >
>

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

Reply via email to