View Single Post
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#7
Code:
for(int i=0; i<=9999; i++) {
   printf("hooray peterleinchen!\n");
}
There you go Just one question - what if mms receiving was perfectly working for me all the time (i received my last mms ~1 week ago)? Can this change break something? Should I test? What exactly is this "WTF" boolean value, what is it used for?

Edit: Well... I just looked at my mms list nad saw some small glitches... There are some messages which seem to be incorrectly decoded somehow. There is html-like code in the end. Let's say the message should end with "haha " and instead there's "haha <smil><head><layout>[...and so on...]" (smil.xml content?). Is it a known issue (maybe even connected to this fix?) or should I debug it further and try to fix it myself? It's not really annoying... And seems to be very rare and random - I have only 3 or 4 messages with it (one with non-alphanumeric characters, one with letters which are present only in my country's national charset and one with only english letters and spaces), while my complete mms list has >=100 items.

Last edited by misiak; 2014-04-17 at 21:14.
 

The Following 6 Users Say Thank You to misiak For This Useful Post: