[android-developers] Re: What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-12 Thread
Vasilyev --http://kmansoft.wordpress.com 12.02.2011 1:03 пользователь 捷超 王 ee07b...@gmail.com написал: Thank you very much, The Browser utilizes a class called InetAddress to deal with Internet address. The InetAddress class further calls getaddrinfo, which is a native method to resolve

[android-developers] Re: What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-11 Thread
for networking. -- Kostya 06.02.2011 20:34, 捷超 王 пишет: OK. Thank you. But i would like to know, what problems are appropriate to post here? On Feb 7, 12:04 am, Kostya Vasilyevkmans...@gmail.com  wrote: Perhaps the browser always recognizes IPv6 addresses, and tries to use them

[android-developers] Re: What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-11 Thread
question. -- Kostya 07.02.2011 16:06, 捷超 王 пишет: The Browser utilizes an JAVA class named InetAddress and this class further calls the getaddrinfo native method to resolve the URLs. I am still not sure what reads the changed kernel config file and contributes to the changed behavior

[android-developers] Re: What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-11 Thread
towards answering your question. -- Kostya 07.02.2011 16:06, 捷超 王 пишет: The Browser utilizes an JAVA class named InetAddress and this class further calls the getaddrinfo native method to resolve the URLs. I am still not sure what reads the changed kernel config file

[android-developers] Re: What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-08 Thread
towards answering your question. -- Kostya 07.02.2011 16:06, 捷超 王 пишет: The Browser utilizes an JAVA class named InetAddress and this class further calls the getaddrinfo native method to resolve the URLs. I am still not sure what reads the changed kernel config file

[android-developers] Re: What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-07 Thread
, the following link: http://download.oracle.com/javase/1.5.0/docs/guide/net/ipv6_guide/ind... says that Java applications don't need to worry about choosing a specific IP version, it's automatic - although I don't know if the browser uses Java for networking. -- Kostya 06.02.2011 20:34, 捷超 王

[android-developers] What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-06 Thread
Hi, everyone~ I have been recently studying on why the Browser in the android OS does not support accessing IPv6 websites through IPv6 URLs. At first, I built the source code with CONFIG_IPV6 not set and tried IPv6 URLs in the Browser and the Browser could not access IPv6 websites. I then built

[android-developers] Re: What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-06 Thread
06.02.2011 18:29, 捷超 王 пишет: Hi, everyone~ I have been recently studying on why the Browser in the android OS does not support accessing IPv6 websites through IPv6 URLs. At first, I built the source code with CONFIG_IPV6 not set and tried IPv6 URLs in the Browser and the Browser

[android-developers] how to remote debug an apk file on the target from the host?

2011-01-22 Thread
Hello, developers~ i have a host which is a ubuntu server containing the complete source code of android OS. I also have a virtual machine running the android OS image file (i.e, it is a target). I would like to do remote single- step debugging on the Browser.apk in order to see how it calls the

[android-developers] Re: how to remote debug an apk file on the target from the host?

2011-01-22 Thread
anyone could provide a hint? I only want to know is it possible to debug the apk files without having the complete source code in the Eclipse? -- 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] Where in the source code of the default Browser perform the function of resolving domain name?

2010-12-15 Thread
i mean, there must be some Java methods or classes employed in the source code of the default Browser on the Android platform to perform the function of resolving domain names to IP addresses. I want to know where are they, or what the exact names of these classes or/and methods are. Point out