[android-developers] InetAdress bug or documentation ambiguity or some other explanation?

2010-12-27 Thread bc
I am stumped. InetAdress.isReachable simply does not work. By that I mean, it always returns false for an external host. I have tried searching the internet to see if anybody else is having the same problem, I have found a few people have had the same problem, but cannot really find an

[android-developers] Re: InetAdress bug or documentation ambiguity or some other explanation?

2010-12-27 Thread bc
. Is there an alternative to isReachable? On Dec 27, 11:54 am, Mark Murphy mmur...@commonsware.com wrote: On Mon, Dec 27, 2010 at 12:46 PM, bc clarkbrianc...@gmail.com wrote: I am stumped. InetAdress.isReachable simply does not work. By that I mean, it always returns false for an external host. I have

[android-developers] InetAddress.isReachable

2010-12-25 Thread bc
Has anybody else had any problems using isReachable? boolean _blnStatus = InetAddress.getByName(localhost).isReachable(55000); I have tried unreasonable timeouts (55000 ms) and it never works? When I use localhost it returns true almost instantly. If I try an external host (one I know that is

[android-developers] How to get phyaddr from MemoryHeapPmem??

2009-05-22 Thread bc
hi, i add pmem and pmem_adsp to my kernel,and mydroid is working fine.but i can only get virtaddr from MemoryHeapPmem(use getBase()),i can not get phyaddr,but the pmem driver can use PMEM_GET_PHYS to get phyaddr,so ,i must modify MemoryHeapPmem,add a method like getPhyAddr () ?is here other way?

[android-developers] Re: native C++ SIP stack on Android

2009-02-07 Thread bc
i port a sip stack,and use jni,it can work now,but,how can i let phone use the stack,just like gsm? On Jan 9, 1:08 am, David Turner di...@android.com wrote: first, you cannot have C++ code in the kernel. however, depending on how your stack is designed, you may be able to use it from Java

[android-developers] sip ua in android

2009-02-07 Thread bc
i port a sip ua(osip) for android,it can work in android,but,how can i warp this as a part of android phone,jast like gsm? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this