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 > <[email protected]<javascript:> > > 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 >> <[email protected]<javascript:> >> > 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 >>> <[email protected]<javascript:> >>> > wrote: >>> >>>> I understand Sprint is investigating and may contact you for more info. >>>> >>>> >>>> On Thu, Sep 26, 2013 at 2:01 AM, Gaurav Sharma >>>> <[email protected]<javascript:> >>>> > 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. AT&T, 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 >>>>> [email protected]<javascript:> >>>>> To unsubscribe from this group, send email to >>>>> [email protected] <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 [email protected]<javascript:> >>>>> . >>>>> >>>>> 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 >>>> [email protected]<javascript:> >>>> To unsubscribe from this group, send email to >>>> [email protected] <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 >>>> [email protected] <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 >>> [email protected]<javascript:> >>> To unsubscribe from this group, send email to >>> [email protected] <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 [email protected]<javascript:> >>> . >>> 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 >> [email protected]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <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 >> [email protected] <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 [email protected] 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 --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

