Actually I have got my new dev phone today. I need to connect wifi to start up with dev phone as I dont have any data card. So I was planning to use my lan wifi connection.
the "ls" shows the list from the phone device. then I was intending to give "am start -a android.intent.action.MAIN - n com.android.settings/.Settings" command which would enable me to set a screen for wifi connection. Basically I was following the previous solution of the same problem faced by other people. http://groups.google.com/group/android-beginners/browse_thread/thread/c95a7c13849e197f/2874b852811cc289?lnk=gst&q=android+dev+phone+1+setup#2874b852811cc289 ---Quote You don't need to have a data plan. You just have to setup an Internet connection - through your telephony provider or through WiFi. For the first one you need a data plan, for the second you have to use "adb shell" from SDK, to run a setup for WiFi connection. When you log on to a shell, you have type "am start -a android.intent.action.MAIN -n com.android.settings/.Settings". This will show you connection options. Save it and you can now register to your Google account. --Unquote I dont know where I am going wrong. After I give the "am start.." command on the window cmd and I dont find next step to do. Because no screen comes up. If you can tell me any solution would really be helpful. Thanks in Advance, adag On Oct 23, 7:09 pm, Jason Proctor <[email protected]> wrote: > adb doesn't tell you what's going on nor does it open a new window or > anything like that. the $ prompt is the shell *on the phone*. > > what happens if you type "ls" at the $ prompt? > > > > >Hello Jason, > >adb -d shell supposed to be opening a shell on phone deivce. > >But in my case it is not happening. > > >Re, > >adag > > >On Oct 23, 6:52 pm, Jason Proctor <[email protected]> > >wrote: > >> that means it's working :-) > > >> >Hello, > > >> >I am trying to use "adb -d shell" command to start a shell on device > >> >(android dev 1 phone ) from my vista command line. But whenever I try > >> >giving such command it does not open any shell or interaction on the > >> >phone device. But instead it goes to the next line in the cmd as '$'. > >> >any help would really appreciable. > >> >I have installed adb_usb_windows. > > >> >Previously I used work well with the emulator. Using adb command never > >> >troubled me. But now with new device, I am not able to open a shell > >> >using adb -d shell command on the phone. > > >> >Thanks in Advance, > >> >adag > > >> -- > >> jason.vp.engineering.particle > > -- > jason.vp.engineering.particle --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

