Re: [android-developers] Xml file corrupted over sprint cellular network ?

2013-10-03 Thread Gaurav Sharma
@Robert can you suggest me any other way so i can fix the issue? I have tried changing xml content type in tomcat 6.0 but it did not work. On Sun, Sep 29, 2013 at 11:36 PM, Robert Greenwalt rgreenw...@google.comwrote: We have contacts with many of the carriers and I had them ask Sprint about

Re: [android-developers] Xml file corrupted over sprint cellular network ?

2013-10-03 Thread Robert Greenwalt
https? I don't know who is mangling the data or what they are keying off. Changing the type was a good idea, but apparently not enough. Maybe rot13 on the on the contents? Turn on http compression? This is all silly stuff you shouldn't have to do. R On Thu, Oct 3, 2013 at 3:04 AM, Gaurav

Re: [android-developers] Xml file corrupted over sprint cellular network ?

2013-10-03 Thread Gaurav Sharma
@Robert I am using HTTP not HTTPS. If rot13 is happening then i should be receiving changed character like A -N but that is not the case i am receiving some unreadable letter like byte symble $3. I will try with http comperession. Thanks for your suggestion. On Thu, Oct 3, 2013 at 10:36 PM,

Re: [android-developers] Xml file corrupted over sprint cellular network ?

2013-10-03 Thread Steve Gabrilowitz
Any chance you can use FTP protocol instead of HTTP to see if this fixes the issue? On Oct 3, 2013 1:28 PM, Gaurav Sharma gauravsharma...@gmail.com wrote: @Robert I am using HTTP not HTTPS. If rot13 is happening then i should be receiving changed character like A -N but that is not the case

Re: [android-developers] Xml file corrupted over sprint cellular network ?

2013-10-03 Thread Robert Greenwalt
I was suggesting you could use https - then they can't muck with your content. Rot13 was suggested as a cheap way to mask your content. Http compression is also just a way to mask the content, but it's clear in the headers that this is happening and they may automatically see your content anyway

Re: [android-developers] Xml file corrupted over sprint cellular network ?

2013-10-03 Thread Kostya Vasilyev
Is the XML content maybe compressed (gzipped) by the cellular operator's proxy? Uncompressed, it would look like garbage. You can find out by checking for Content-Encoding: gzip (or maybe deflate). -- K On Thursday, October 3, 2013 2:04:53 PM UTC+4, Gaurav Sharma wrote: @Robert can you

Re: [android-developers] Xml file corrupted over sprint cellular network ?

2013-09-29 Thread Robert Greenwalt
We have contacts with many of the carriers and I had them ask Sprint about this. On Sat, Sep 28, 2013 at 3:34 AM, Gaurav Sharma gauravsharma...@gmail.comwrote: @robert: How do you such information? have you faced this situation before or have they contacted you ? On Sat, Sep 28, 2013 at

Re: [android-developers] Xml file corrupted over sprint cellular network ?

2013-09-28 Thread Gaurav Sharma
@robert: How do you such information? have you faced this situation before or have they contacted you ? On Sat, Sep 28, 2013 at 4:31 AM, Robert Greenwalt rgreenw...@google.comwrote: I understand Sprint is investigating and may contact you for more info. On Thu, Sep 26, 2013 at 2:01 AM,

Re: [android-developers] Xml file corrupted over sprint cellular network ?

2013-09-27 Thread Robert Greenwalt
I understand Sprint is investigating and may contact you for more info. On Thu, Sep 26, 2013 at 2:01 AM, Gaurav Sharma gauravsharma...@gmail.comwrote: I am having a very strange issue in my android app. I receive xml file from server and perform operation based on xml content. It is working

[android-developers] Xml file corrupted over sprint cellular network ?

2013-09-26 Thread Gaurav Sharma
I am having a very strange issue in my android app. I receive xml file from server and perform operation based on xml content. It is working on almost every network for eg. ATT, Verizon in USA, airtel, vodaphone and others in india.But it not working on sprint network USA. When i tried to