[android-developers] Re: InetAddress.getByname vs ping

2010-12-03 Thread aad
Hi, My problem was solved when I added the code after my application starts instead of at boot-up. As you had guessed, the manifest file related to the app must have been used after starting the app. But , I still donot know how to find which manifest file my app uses. Thanks again. Regards, Aad

[android-developers] InetAddress.getByname vs ping

2010-11-30 Thread aad
Hi, I need to resolve an host address to ip. My android device can ping to the hostname only to resolve the host to IP . But when I use InetAddress.getByname, it throws an exception. An excerpt of hyper terminal trace is below. Please help me resolve this issue by letteing me know which api i

[android-developers] Re: InetAddress.getByname vs ping

2010-11-30 Thread aad
12:48, aad пишет: Hi, I need to resolve an host address to ip. My android device can ping to the hostname only to resolve the host to IP . But when I use InetAddress.getByname, it throws an exception. An excerpt of hyper terminal trace is below. Please help me resolve this issue

[android-developers] Re: InetAddress.getByname vs ping

2010-11-30 Thread aad
many manifest files. Please let me know which one I must use. Regards -- Kostya 30.11.2010 12:48, aad пишет: Hi, I need to resolve an host address to ip. My android device can ping to the hostname only to resolve the host to IP . But when I use InetAddress.getByname, it throws

[android-developers] Re: InetAddress.getByname vs ping

2010-11-30 Thread aad
and getbyname :-( as a last resort? On Nov 30, 3:38 pm, Kostya Vasilyev kmans...@gmail.com wrote: 30.11.2010 13:18, aad пишет: There are too many manifest files. Please let me know which one I must use. ? The one for your application, where you call getByName. -- Kostya Vasilyev -- WiFi

[android-developers] Re: InetAddress.getByname vs ping

2010-11-30 Thread aad
only on this conversion. and surprisingly ping resolves On Nov 30, 4:17 pm, Kostya Vasilyev kmans...@gmail.com wrote: 30.11.2010 14:03, aad пишет: This code where I use getByName is actually getting converted to .jar java file.  Does it still need the manifest file? I am not able to find

[android-developers] Re: InetAddress.getByname vs ping

2010-11-30 Thread aad
:52 pm, Kostya Vasilyev kmans...@gmail.com wrote: Is this a normal application, can you run it after the device is booted? Or is this part of custom firmware? -- Kostya 30.11.2010 14:43, aad пишет: This jar is run on boot-up. I dont invoke any application explicitly. I just switch

[android-developers] Re: InetAddress.getByname vs ping

2010-11-30 Thread aad
the platform, this group is a better match: http://groups.google.com/group/android-platform -- Kostya 30.11.2010 15:05, aad пишет: It is invoked by default. It is like a feature, say like Bluetooth on Android, a functionality. I have other methods to explicitly invoke an application which

[android-developers] Inetaddress.getbyname exception

2010-11-29 Thread aad
hostname to IP. Please help me resolve this issue. Please revert incase you need anymore details. Regards, aad -- 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