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
 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 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, Gaurav Sharma 
 gauravsharma...@gmail.com wrote:

 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 find xml content i am getting some byte code or unicode
 not the plain xml file. I looked for more information i found other also
 has faced this issue on sprint evdeo. people says turn off byte mobile
 optimization herehttp://t8387.codeinpro.us/q/50810aaa4f1eba38a4efcbd1

 I am not able to turn off mobile byte optimization. If i switch to wifi
 network it receive file properly. Issue occur on sprint cellular network
 only.

 Any help or any pointer will be very much appreciated. 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
 ---
 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.


  --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/eihARGT8Pl8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Gaurav Sharma
 Bangalore

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


  --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/eihARGT8Pl8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Gaurav Sharma
Bangalore

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

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 Sharma gauravsharma...@gmail.comwrote:

 @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 this.


 On Sat, Sep 28, 2013 at 3:34 AM, Gaurav Sharma gauravsharma...@gmail.com
  wrote:

 @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.com
  wrote:

 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.com wrote:

 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 find xml content i am getting some byte code or
 unicode not the plain xml file. I looked for more information i found 
 other
 also has faced this issue on sprint evdeo. people says turn off byte 
 mobile
 optimization herehttp://t8387.codeinpro.us/q/50810aaa4f1eba38a4efcbd1

 I am not able to turn off mobile byte optimization. If i switch to
 wifi network it receive file properly. Issue occur on sprint cellular
 network only.

 Any help or any pointer will be very much appreciated. 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
 ---
 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.


  --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/eihARGT8Pl8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Gaurav Sharma
 Bangalore

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


  --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/eihARGT8Pl8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Gaurav Sharma
 Bangalore

 --
 You received this message because you are subscribed to the Google
 

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, Robert Greenwalt rgreenw...@google.comwrote:

 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 Sharma 
 gauravsharma...@gmail.comwrote:

 @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.com
  wrote:

 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.com wrote:

 @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.com wrote:

 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.com wrote:

 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 find xml content i am getting some byte code or
 unicode not the plain xml file. I looked for more information i found 
 other
 also has faced this issue on sprint evdeo. people says turn off byte 
 mobile
 optimization herehttp://t8387.codeinpro.us/q/50810aaa4f1eba38a4efcbd1

 I am not able to turn off mobile byte optimization. If i switch to
 wifi network it receive file properly. Issue occur on sprint cellular
 network only.

 Any help or any pointer will be very much appreciated. 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
 ---
 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.


  --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/eihARGT8Pl8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Gaurav Sharma
 Bangalore

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


  --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 

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 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, Robert Greenwalt 
 rgreenw...@google.comwrote:

 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 Sharma 
 gauravsharma...@gmail.comwrote:

 @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.com wrote:

 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.com wrote:

 @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.com wrote:

 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.com wrote:

 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 find xml content i am getting some byte code or
 unicode not the plain xml file. I looked for more information i found 
 other
 also has faced this issue on sprint evdeo. people says turn off byte 
 mobile
 optimization herehttp://t8387.codeinpro.us/q/50810aaa4f1eba38a4efcbd1

 I am not able to turn off mobile byte optimization. If i switch to
 wifi network it receive file properly. Issue occur on sprint cellular
 network only.

 Any help or any pointer will be very much appreciated. 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
 ---
 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.


  --
 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 a topic in
 the Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/eihARGT8Pl8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Gaurav Sharma
 Bangalore

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


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

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 - it's less obscured than rot13.

R


On Thu, Oct 3, 2013 at 10:37 AM, Steve Gabrilowitz steveg1...@gmail.comwrote:

 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 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, Robert Greenwalt 
 rgreenw...@google.comwrote:

 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 Sharma gauravsharma...@gmail.com
  wrote:

 @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.com wrote:

 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.com wrote:

 @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.com wrote:

 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.com wrote:

 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 find xml content i am getting some byte code or
 unicode not the plain xml file. I looked for more information i found 
 other
 also has faced this issue on sprint evdeo. people says turn off byte 
 mobile
 optimization herehttp://t8387.codeinpro.us/q/50810aaa4f1eba38a4efcbd1

 I am not able to turn off mobile byte optimization. If i switch to
 wifi network it receive file properly. Issue occur on sprint cellular
 network only.

 Any help or any pointer will be very much appreciated. 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
 ---
 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.


  --
 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 a topic in
 the Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/eihARGT8Pl8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Gaurav Sharma
 Bangalore

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

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 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 
 rgree...@google.comjavascript:
  wrote:

 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 
 gauravs...@gmail.comjavascript:
  wrote:

 @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 
 rgree...@google.comjavascript:
  wrote:

 I understand Sprint is investigating and may contact you for more info.


 On Thu, Sep 26, 2013 at 2:01 AM, Gaurav Sharma 
 gauravs...@gmail.comjavascript:
  wrote:

 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 find xml content i am getting some byte code or 
 unicode not the plain xml file. I looked for more information i found 
 other 
 also has faced this issue on sprint evdeo. people says turn off byte 
 mobile 
 optimization herehttp://t8387.codeinpro.us/q/50810aaa4f1eba38a4efcbd1

 I am not able to turn off mobile byte optimization. If i switch to 
 wifi network it receive file properly. Issue occur on sprint cellular 
 network only.

 Any help or any pointer will be very much appreciated. 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-d...@googlegroups.comjavascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 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.comjavascript:
 .

 For more options, visit https://groups.google.com/groups/opt_out.


  -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to 
 android-d...@googlegroups.comjavascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 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 a topic in the 
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/android-developers/eihARGT8Pl8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to 
 android-developers+unsubscr...@googlegroups.com javascript:.

 For more options, visit https://groups.google.com/groups/opt_out.




 -- 
 Gaurav Sharma
 Bangalore
  
 -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to 
 android-d...@googlegroups.comjavascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 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.comjavascript:
 .
 For more options, visit https://groups.google.com/groups/opt_out.


  -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to 
 android-d...@googlegroups.comjavascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 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 a topic in the 
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/android-developers/eihARGT8Pl8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to 
 android-developers+unsubscr...@googlegroups.com javascript:.
 For more options, visit 

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 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, Gaurav Sharma gauravsharma...@gmail.com
  wrote:

 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 find xml content i am getting some byte code or unicode
 not the plain xml file. I looked for more information i found other also
 has faced this issue on sprint evdeo. people says turn off byte mobile
 optimization here http://t8387.codeinpro.us/q/50810aaa4f1eba38a4efcbd1

 I am not able to turn off mobile byte optimization. If i switch to wifi
 network it receive file properly. Issue occur on sprint cellular network
 only.

 Any help or any pointer will be very much appreciated. 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
 ---
 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.


  --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/eihARGT8Pl8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Gaurav Sharma
 Bangalore

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


-- 
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] 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, 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 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 find xml content i am getting some byte code or unicode
 not the plain xml file. I looked for more information i found other also
 has faced this issue on sprint evdeo. people says turn off byte mobile
 optimization here http://t8387.codeinpro.us/q/50810aaa4f1eba38a4efcbd1

 I am not able to turn off mobile byte optimization. If i switch to wifi
 network it receive file properly. Issue occur on sprint cellular network
 only.

 Any help or any pointer will be very much appreciated. 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
 ---
 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.


  --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/eihARGT8Pl8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Gaurav Sharma
Bangalore

-- 
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] 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 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 find xml content i am getting some byte code or unicode
 not the plain xml file. I looked for more information i found other also
 has faced this issue on sprint evdeo. people says turn off byte mobile
 optimization here http://t8387.codeinpro.us/q/50810aaa4f1eba38a4efcbd1

 I am not able to turn off mobile byte optimization. If i switch to wifi
 network it receive file properly. Issue occur on sprint cellular network
 only.

 Any help or any pointer will be very much appreciated. 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
 ---
 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.


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


[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 find xml content i am getting some byte code or unicode not 
the plain xml file. I looked for more information i found other also has 
faced this issue on sprint evdeo. people says turn off byte mobile 
optimization here http://t8387.codeinpro.us/q/50810aaa4f1eba38a4efcbd1

I am not able to turn off mobile byte optimization. If i switch to wifi 
network it receive file properly. Issue occur on sprint cellular network 
only.

Any help or any pointer will be very much appreciated. 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
--- 
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.