Hey AJ, Sorry not always at computer, so can't reply instantly. What I've done is write my own server application (mainly because I like doing it lol) and because I find that the easiest route.
Before I go too deeply into explaining things, I need to know what types of languages you know first, because there are many ways to achieve this. Do you perhaps know how to set up a web server on your computer either a Java Web Server (which might be best) or Apache or IIS Web Server? Once that stumbling block is covered, you then write a Web Application which you can use the browser on the Emulator to log into. Once done, you get the real device to also log in. Once they are both connected, you need to get your Web Application to then start relaying messages back and forth. Like I mentioned there are many ways to achieve this and most get complex very quickly, it just depends on what you want to achieve as to what is the best option. Regards Anthoni On Mar 31, 7:36 am, AJ <[email protected]> wrote: > Hi Anthoni, > > Can you please throw some-light on what you have said. How can I do > that? > > Thanks, > AJ > > On Mar 30, 10:23 pm, AJ <[email protected]> wrote: > > > > > Hi Anthoni, > > > Thanks for the reply. > > I got the overview what you have said. But can you please tell me more > > about that. How can I achieve that. > > > Thanks, > > AJ > > > On Mar 30, 5:25 pm, Anthoni <[email protected]> wrote: > > > > Hi, > > > > I don't think that you can actually get the emulator to talk to a real > > > device. > > > > However, if you use a server where they both connect, you can use that > > > as a proxy mechanism. So the emulator sends a signal to the server > > > which then relays it to the real device and vica versa. I know this is > > > possible because it's what I am doing at the moment. > > > > Regards > > > Anthoni > > > > On Mar 30, 12:47 pm, AJ <[email protected]> wrote: > > > > > Any clue please? > > > > > - AJ > > > > > On Mar 29, 10:37 pm, AJ <[email protected]> wrote: > > > > > > Hi group, > > > > > > I know we can communicate between 2 instances of Emulator. But Is it > > > > > possible to communicate between the a read Device and Emulator? > > > > > > Thanks in Advance for your inputs. > > > > > > - AJ -- 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 To unsubscribe, reply using "remove me" as the subject.

