[android-developers] Re: Load https requests with Webview.

2010-06-03 Thread psaltamontes
. What I need? Thanks. On 2 jun, 18:19, psaltamontes mcg2...@gmail.com wrote: Hello, I'm trying to load https requests with a Webkit object but It shows only a blank page, with http requests I don't have problems, It shows the page correctly. I have look the source code of the browser

[android-developers] Re: Load https requests with Webview.

2010-06-03 Thread psaltamontes
? Thanks. On 3 jun, 11:30, psaltamontes mcg2...@gmail.com wrote: I need to use a HTTPClient object to send / recieve the https request / response? and send the response to the webview object? Somebody has send https requests and has received the response correctly? I have seen posts

[android-developers] Re: Load https requests with Webview.

2010-06-03 Thread psaltamontes
Ups, I think another little problem, I'm using Android 1.5 and maybe the actual browser has another source code... On 3 jun, 17:32, psaltamontes mcg2...@gmail.com wrote: Nobody know how the browser process the https requests? This is a fragment of the source code of the BrowserActivity class

[android-developers] Re: Load https requests with Webview.

2010-06-03 Thread psaltamontes
I'm very lucky. I have found this link with a solution that works. http://r3gis.fr/blog/index.php?post/2009/11/17/Android-WebView-and-ssl-self-signed-certificatespub=1 I hope this will be useful to somebody. On 3 jun, 17:55, psaltamontes mcg2...@gmail.com wrote: Ups, I think another little

[android-developers] Load https requests with Webview.

2010-06-02 Thread psaltamontes
Hello, I'm trying to load https requests with a Webkit object but It shows only a blank page, with http requests I don't have problems, It shows the page correctly. I have look the source code of the browser, in

[android-developers] Load https requests with Webkit

2010-06-01 Thread psaltamontes
Hello, I'm trying to load https requests with a Webkit object but It shows only a blank page, with http requests I don't have problems, It shows the page correctly. Could be that there is a problem with the certificate? Where webkit goes to look the authorized certificates? Thank you. -- You

[android-developers] Re: Capture the Android's browser HTTP petitions

2009-06-29 Thread psaltamontes
, the baseUrl parameter will be 10.0.2.2:8282. (10.0.2.2 : is the emulator localhost address). loadDataWithBaseURL sends the requests to this address and then my proxy can process the request. On 22 jun, 21:49, psaltamontes mcg2...@gmail.com wrote: When I think that I'm near to do that I want

[android-developers] Re: Capture the Android's browser HTTP petitions

2009-06-22 Thread psaltamontes
/Browser.git;a... On Jun 21, 1:02 pm, psaltamontes mcg2...@gmail.com wrote: @Alexey : What's the meaning of git? @ Hamy : ¡ I needed this line :) ! - resp.getEntity().writeTo(bao); I'm sure that the code that you are put help me a lot. @ Raphael : I used Google before put my question

[android-developers] Re: Capture the Android's browser HTTP petitions

2009-06-21 Thread psaltamontes
@Alexey : What's the meaning of git? @ Hamy : ¡ I needed this line :) ! - resp.getEntity().writeTo(bao); I'm sure that the code that you are put help me a lot. @ Raphael : I used Google before put my question here. If you search this --

[android-developers] Re: Capture the Android's browser HTTP petitions

2009-06-19 Thread psaltamontes
Yes, I want to say request :), sorry , I need improve my English. I don't want my application modify the settings of the browser, the idea is that the user configure the proxy of the browser and install my application. This application is a service that listen the HTTP requests and send to the

[android-developers] Re: Capture the Android's browser HTTP petitions

2009-06-19 Thread psaltamontes
Do you know/think if this option will be in the future? Now, I'm trying to do something with a webview and webviewclient. But I don't know how to send a RAW HTTP request using these classes. I can send/receive RAW HTTP with sockets, but I don't know how to link these sockets with the webview.

[android-developers] Re: Capture the Android's browser HTTP petitions

2009-06-19 Thread psaltamontes
Here, http://groups.google.com/group/android-developers/browse_thread/thread/1bd1c80127510b16 there is information about classes that I can use to modify HTTP requests. I will try something with this classes. On 19 jun, 17:34, psaltamontes mcg2...@gmail.com wrote: Do you know/think

[android-developers] Capture Android's browser HTTP petitions.

2009-06-18 Thread psaltamontes
Hi, I need capture the Android's browser HTTP petitions. The idea is to use a service that listen a localport (). This service modify the HTTP petition and sends this petition to Internet. In PC to capture the HTTP petitions is easy, I change the browser configuration, I put localhost and

[android-developers] Capture the Android's browser HTTP petitions

2009-06-18 Thread psaltamontes
Hi, I need capture the Android's browser HTTP petitions. The idea is to use a service that listen a localport (). This service modify the HTTP petition and sends this petition to Internet. In PC to capture the HTTP petitions is easy, I change the browser configuration, I put localhost and

[android-developers] Capture HTTP petitions from the Android browser.

2009-06-17 Thread psaltamontes
Hi. I need capture the HTTP petitions from the Android browser. I have a service that is listening one port (), but I don't know how to redirection only the browser's traffic. In a PC is easy, I can change the network settings (specify a proxy : 127.0.0.1:) of the browser. I need this

[android-developers] Re: location is always latitude 0 longitude 0 altitude 10 in v0.9

2008-11-05 Thread psaltamontes
Hi, I have change the Regional and Language options to English (United States) and DDMS works. Now I can send locations to emulator, thanks. With KML files the play doesn't work, but If you click in some location of the list that location is sended to the emulator. On 29 sep, 19:58, Xavier

[android-developers] Information about the ConcurrenModificationException.

2008-07-15 Thread psaltamontes
Hi, I have a fatal error with my application demo. My application is a simple MapView that shows a track. In this track I have add proximity alerts at interesting points. When an alert is launched it shows a Toast with information of this interesting point. The application works correctly the