Hhhmmm, I doubt that the Android framework supports this by default. When you send an SMS to another emulator on the same machine, you specify other emulator's port number. If you want to send an SMS to another machine, I guess you'll need something like:
1. You are working on machine M1. Send SMS to port P1 on machine M1. 2. You have a running software on M1 which listens to P1 and forwards any incoming date to port P2 on machine M2. 3. You have another software on M2 which listens to P2 and forwards any incoming data to an emulator running on M2. Of course, in this case you'll need to implement the software for machines M1 and M2, but this should be something quite simple. If anybody has any other proposal it'll be very interesting to read it. ------------------------------------------------- Ali Chousein http://www.codeproject.com/KB/android/PayGol-Android.aspx http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://geo-filtered-assistant.blogspot.com https://marketplace.cisco.com/apphq/products/994 -- 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

