[android-developers] Proxy support for ALL apps (when?)

2013-05-02 Thread Tobias Fuss
Hey guys, 
one of the most important features for using android devices at 
universities, companys, governments etc. is still missing in android!

*It's proxy support (with authentication) for ALL apps and not just the 
browser...*

There are a few issue-threads on google code (
https://code.google.com/p/android/issues/detail?id=36481, 
https://code.google.com/p/android/issues/detail?id=35930), where many 
people beg for proxy support, but no one seems to care about!
So i opened up this thread to gain some more attention on this issue and i 
hope it will finally be integrated into the next version of android, that 
will be presented at google io 2013.

I really hope, that some folks from google (eg. JBQ) read this and pass it 
over to their developers, if not already done...
This feature is essential for some of us, and it's sad to see that iOS has 
support since 4.3 (it's just one simple checkbox labeled "Use this proxy 
for all apps"), while android still doesn't!

I'm sure this isn't a big deal for the great devs at google, so please 
finally implement it, we really need this in android 4.3.

PS: none of the root solutions (eg. proxy droid) worked for me and this 
must be possible WITHOUT root, as rooting your device is not allowed at 
some companies etc.

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Proxy doesn't work in connection with VPN

2012-03-12 Thread Robert Greenwalt
Thanks JP.  That's a useful observation.  I'll file a bug to get this
resolved.

R

On Sun, Mar 11, 2012 at 2:58 PM, Jaypi  wrote:

> Hello,
>
> I have a Samsung Galaxy Nexus with ICS 4.0.2 and the web proxy server
> doesn't work while I'm connected with a VPN connection.
>
> First we have to connect with the wifi in our university, then we need to
> establish a VPN connection. The connection works and I get/send packages
> successfully. I have also an access to my home drive there.
>
> In addition to that we need to configure a proxy server to get access to
> the internet, but that doesn't work. There is no internet connection.
>
> Because there is no option to enable/configure a proxy directly in the
> browser, but only in the network area I think the proxy will be ignored by
> the VPN connection.
>
> Would be nice to fix that problem.
>
> Best regards
> JP
>
> --
> 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

-- 
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] Proxy doesn't work in connection with VPN

2012-03-11 Thread Jaypi
Hello,

I have a Samsung Galaxy Nexus with ICS 4.0.2 and the web proxy server 
doesn't work while I'm connected with a VPN connection. 

First we have to connect with the wifi in our university, then we need to 
establish a VPN connection. The connection works and I get/send packages 
successfully. I have also an access to my home drive there. 

In addition to that we need to configure a proxy server to get access to 
the internet, but that doesn't work. There is no internet connection. 

Because there is no option to enable/configure a proxy directly in the 
browser, but only in the network area I think the proxy will be ignored by 
the VPN connection. 

Would be nice to fix that problem.

Best regards
JP

-- 
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] Proxy settings for ICS over ethernet

2012-01-16 Thread Robert Walsh
I am trying to set the browser proxy settings in Android ICS but am
having no luck.   The device I am using has ethernet but no wireless
so trying to set the APN or wireless network settings does not work.

I've found suggestions that you can use the java properties
(http.proxyHost and http.proxyPort) set via the setprop command, but
this does not seem to work.

There is also someone saying you can set the proxy in one of the
sqlite3 DBs, but again, no luck. The database is /data/data/
com.google.android.providers.settings/databases/settings.db and the
row should read – 99, http_proxy, proxy:port.

I have also tried setting the proxy on a nexus s ICS phone and then
poking around the sqlite dbs and the java properties (via getprop) but
I cannot find where the settings are stored.

Can anyone help me out here?

thanks!

-- 
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] proxy setting used by android browser??

2012-01-10 Thread kris
I was trying to figure out from where exactly does android browser
reads its proxy configuration. Is it Settings.Secure.HTTP_PROXY?. I
tried setting proxy using proxyselector using following command at adb
shell and this correctly writes to the secure db also.

start -n com.android.settings/.ProxySelector . This pops up a window
asking ip and port for proxy.

But android browser doesn't seem to be using this setting. Looks like
it is fetching it from somewhere else. If i set proxy using the wifi-
>advanced. android browser starts using proxy configured. Mine is a
Samsung 2.2 version phone and i believe this proxy option in advanced
section is given by manufacturer and doesn't guarantee that this will
be there in every phone.

Even in System.settings(http://developer.android.com/reference/android/
provider/Settings.System.html) i couldn't find a constant for proxy
other than system.secure.http_proxy.

So what exactly does this proxy setting in advanced section do that my
android browser starts using proxy? Where does it save this info?

Is there a way i can find out which db it is writing or there is an
API to set proxy for android browser.

thanks in advance.

kris


-- 
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] Proxy Authetication support in Android

2011-09-30 Thread ankur jhavery
I am using my phone in a college network which provides internet
behind a http proxy server. I have looked all around but I've found
everywhere that android doesn't supports http access behind a proxy
server.
Please help me if there is a way to use internet on android phone
behind a proxy server.
Thanks in advanced.

-- 
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] Proxy streaming in Stagefright does not work on some devices

2011-06-02 Thread Hari KJ
Hi All,

I'm working on a mp3 streaming app and have used the NPR's StreamProxy
class. For some devices which have sdk 8 (like EVO on Sprint) the
native mediaplayer streaming of mp3 sounds really really bad. The same
code works perfectly fine on HTC Incredible and all samsung devices.
Evo seems to have some problem when using the native mediaplayer to
directly stream the mp3 audio.

When I tried to force proxy the stagefright player on my device (HTC
Incredible) works perfectly fine but the EVO bails out. I have also
overridden the http headers and appended "/r /n" to the header values,
as I had read in some of the other blogs.

What should I do to overcome this and force a proxy? Or how do I fix
the bad mediaplayer playback in devices like EVO?

Any help would be greatly appreciated.

-Hari

-- 
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


Re: [android-developers] Proxy again

2011-04-21 Thread Kostya Vasilyev

Neo,

Please see this:

http://developer.android.com/reference/android/provider/Settings.Secure.html

Secure system settings, containing system preferences that 
*applications can read but are not allowed to write*. These are for 
preferences that the user must explicitly modify through the system UI 
or specialized APIs for those values, not modified directly by 
applications.


WRITE_SECURE_SETTINGS is defined with 
android:protectionLevel="signatureOrSystem" and thus cannot be obtained 
by regular SDK applications.


-- Kostya

21.04.2011 23:51, Neo Apostol ?:

Hi there,
Explain me please, Why I can't create settings of the proxy server 
with help of method:


//Main.java
Settings.Secure.putString(getContentResolver(), 
Settings.Secure.HTTP_PROXY, param);

//AndroidManifest











Thank You.

--
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 



--
Kostya Vasilyev -- 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] Proxy again

2011-04-21 Thread Neo Apostol
Hi there,
Explain me please, Why I can't create settings of the proxy server with help
of method:

//Main.java
Settings.Secure.putString(getContentResolver(), Settings.Secure.HTTP_PROXY,
param);
//AndroidManifest











Thank You.

-- 
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

Re: [android-developers] Proxy development (in source)

2011-04-19 Thread TreKing
On Tue, Apr 19, 2011 at 4:08 AM, Ashok Jeevan  wrote:

> I am trying to build a proxy for Android in the source


Questions regarding the source should go to an appropriate group for that
topic. See the documentation for other relevant groups to post to.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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] Proxy development (in source)

2011-04-19 Thread Ashok Jeevan
Hi,
I am trying to build a proxy for Android in the source and I need to set the
proxy option under 'Settings'.

After researching in the internet, I found out that there is a 'settings.db'
file in /data/data/com.google.android.providers.settings/databases/ path,
into which values are inserted into the table named 'system'. This works for
the emulator (either by starting the emulator at runtime with parameters or
by adb shell).

Question is, will the same approach as mentioned above, incorporated into a
class file and built into source, be suitable for setting the proxy?

If at all, this method is feasible, will the browsers and the other apps
which use internet, be able to detect the proxy?

Thanks in advance, for any help and suggestions.

P.S. I will be flashing the code to a dev phone.

Thanks,
AJ

-- 
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] Proxy authentication in android emulator

2011-03-08 Thread prash
How to connect to proxy server in android emulator when working in mac
machine?
When i am hitting the server by setting the "access points" in
emulator  i am getting error as"Error Code: 407 Proxy Authentication
Required. The ISA Server requires authorization to fulfill the
request. Access to the Web Proxy filter is denied." How to resolve
this?


-- 
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] Proxy to open blocked sites

2011-02-26 Thread Ahmed Ragab
Proxy to open blocked sites

http://ppropx.4mtm.net

OR

http://pronet.4mtm.net

-- 
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] Proxy to open blocked sites

2011-02-23 Thread Ahmed Ragab
Proxy to open blocked sites

http://ppropx.4mtm.net

OR

http://pronet.4mtm.net

-- 
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] Proxy to open blocked sites

2011-02-23 Thread Ahmed Ragab
Proxy to open blocked sites

http://ppropx.4mtm.net

OR

http://pronet.4mtm.net

-- 
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] proxy tool

2011-02-03 Thread roro
http://www.mediafire.com/download.php?1c97tdft1citulv

-- 
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] Proxy Authentication Issue

2010-10-06 Thread melodykrit
Dear,

 I've recently tried to connect to the WIFI Internet at my
university, but the web browser got stuck with HTTP proxy
authentication.  When I opened the browser, it just showed 'WEBPAGE
not Available.   I know that I have to put http proxy name in WFI
setting,but i can't find it.

Thus, I guess Android OS doesn't support Proxy Authentication
(HTTP), does it?   I really want to know a solution to this issue
since I saw  iPhone has the HTTP proxy blank block that you can fill
in the HTTP Proxy name.


Please help me
Thanks in advance

Krit

-- 
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] Proxy related code changes needed in Apps

2010-09-29 Thread praj
Hi,

We recently came to know that a lot of Mobile Carries in Asia/India
have proxy enabled to get Internet access via mobile. It turns out our
App does not work when the phone has internet via proxy setup (APN).

Does the APP need to handle proxy individually? and if so, can you
please tell me what code changes are needed or if you can please point
me to a doc that would be great. Prompt reply would be highly
appreciated

Thanks,
Prajakta

-- 
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] Proxy

2010-07-14 Thread Swanand
Hi

I'm using internet behind a proxy. I'm using Motorola Milestone.
Has any1 done proxy settings in this handset ??
Has any1 successfully resolved the problem of proxy settings for
Android 2.1 ??

Thanks in Advance

-- 
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] Proxy settings

2010-05-04 Thread Tor
http://code.google.com/p/android/issues/detail?id=1273

Will there be a fix for this?

-- 
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] Proxy support not working in Android 1.6 emulator

2009-09-17 Thread Markus Junginger

After upgrading to SDK 1.6 the emulator seems to be unable the
Internet through a proxy (-http-proxy option). The same is working in
SDK 1.5R3.

Can anyone confirm? Did I miss something?

Thanks
Markus

--~--~-~--~~~---~--~~
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] Proxy SDK 1.5r1

2009-08-10 Thread arnouf

Hi all,

With this SDK version I can use my emulator using a proxy server.
There is three solutions:
- add values in system table
- configure -http-proxy in eclipse run menu
- configure APN on emulator to set the proxy

When I use Android browser, it's really slow but it's working...If I
try to to a post from my application, I take an ANR and some minutes
later a socket time out.

Somebody knows the solution?
--~--~-~--~~~---~--~~
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] Proxy Setting for default APN

2009-06-30 Thread Joe Petruchi
Hi All

Does any body have any idea about the relevance of proxy address and port in
the apnsettings for internet and mms ?

I am just curious about the scenario when the proxy will be used 

Regards
Joe

--~--~-~--~~~---~--~~
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] Proxy in MapView

2009-02-19 Thread Android_Learner

Hi,
I am using Mapview with proxy, but i am not able to see map on the
screen,
I can see the logs that connection time out because it is connecting
to google map server via proxy.

Proxy is also set in the System DB, and my browser application is
running perfectly fine with Proxy. So How can i use proxy settings in
Map view. I have to go via proxy only.
Is there any way to provide proxy setting to Map view.

If i go without proxy then it is working fine, but i have to use proxy
connection.
Kindly help me in this regard.




--~--~-~--~~~---~--~~
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] proxy settings for emulator

2008-10-27 Thread Chihau Chau

I want to set a proxy server for my android emulator but the setting
doesn't work.

I have tried with "./emulator -http-proxy proxy.ucv.cl:8080" but I
don't have access to internet



-- 
Chihau Chau

--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] proxy

2008-04-04 Thread Raja Nagendra Kumar

Hi,

I have set the proxy using the commands

adb shell
sqlite3 /data/data/com.google.android.providers.settings/databases/
settings.db "INSERT INTO system
VALUES(99,'http_proxy','192.168.0.88:8118');"
sqlite3 /data/data/com.google.android.providers.settings/databases/
settings.db "SELECT * FROM system"


With this emulator browser works fine. However my application is not
able to connect. I am using apache commons api.

org.apache.commons.httpclient.DefaultHttpMethodRetryHandler;
org.apache.commons.httpclient.HttpClient;
org.apache.commons.httpclient.HttpStatus;
org.apache.commons.httpclient.methods.PostMethod;
org.apache.commons.httpclient.params.HttpMethodParams;

For these api to work through proxy do I need to have special
parameters to let net connection happen!!

Pl. help..

Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---