[android-developers] Re: Socket connection question

2010-07-08 Thread piwaf
But you can defenitly open sockets, use the normal java socket
classes.  But I don't know if you can choose the network type to use.

On Jul 8, 11:41 am, Kostya Vasilyev  wrote:
> Alex,
>
> If you mean 3G vs. Wifi - I think the answer is "no".
>
> I believe Android maintains only one data connection option at a time,
> although it can be either Wifi, or, in its absence, cellular (HSDPA / 3G
> / EDGE / GPRS, depending on the phone and the network).
>
> -- Kostya
>
> 08.07.2010 19:34, JoksanCPEN пишет:
>
>
>
>
>
> > I don't think so. I think that the problem here is that carriers
> > doesn't want people using direct port connections over their network.
>
> > If you find something let me know,
>
> > Ohh and if you know how to read socket on android let me know also.
>
> > On Jul 5, 1:48 am, Alex Xin  wrote:
>
> >> Hi,
>
> >> Are there any methods which I can use to establish a socket connection that
> >> only use 3G network?
>
> >> Thank you a lot!
>
> >> Alex
>
> --
> Kostya Vasilev -- WiFi Manager + pretty widget --http://kmansoft.wordpress.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Sending especial caracters (pause = ,) when calling with ACTION_CALL

2010-06-15 Thread piwaf
I'm up against the same issue, glad to see I'm not crazy.  Did you
ever find a workaround or get any resolution?

On Apr 25, 6:26 am, Lee  wrote:
> Encoding # works fine. An encoded comma or semi-colon doesn't display
> and stops further parsing of the number at that point, as far as the
> phone app is concerned (Nexus here).
> You can manually add them with the phone app via the menu options but
> that doesn't help me much when the purpose is auto-dialling.
>
> Any other workarounds or does this need reporting ?
>
> Lee
>
> On Apr 13, 2:38 pm, Mark Murphy  wrote:
>
>
>
>
>
> > Gustavo wrote:
> > > I'm trying to place a call with Intent.ACTION_CALLand a tel uri
> > > including pauses and dtmf codes to be sent when the call is
> > > established (i.e. tel:+17,,555).
>
> > > Android strips all the special characters and place the call to the
> > > rest of the uri (i.e. tel:+17555)
>
> > > Any workaround?
>
> > > I'm testing it with HTC Hero (1.5)
>
> > Commas are not valid URL characters and need to be escaped. Either use a
> > URLEncoder or just convert each of them to %2C.
>
> > --
> > Mark Murphy (a Commons 
> > Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> > Android Training in US: 14-18 June 2010:http://bignerdranch.com
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en- Hide quoted text -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en