I'm not sure why this hasn't been put up for discussion yet, but I'll re post it any ways.
I made an app, which at the end takes all of the fields textbox1 - textbox(whatever) and concatenates then all together with a "\n" before each new line. If I make it output to a text box, it all happens just fine, if I output it to an email app it stops after the first line. this only happens when I run the app on an HTC Evo Shift 4G, the same phone that I'm trying to write the app for. Any other phone, such as my personal one, or basically any other phone I can get my hands on, it works fine . . . outputs all of the text into its own line. If I try to use the "\r" or the "\v" or even "%0A" it still does not work. "\r" even when out put to a text box does not run to its own line, and consequently does the same thing to the email . . . runs it all together, so while I get all the text they all have a \r inbetween them. (example: textbox1\rtextbox2\rand so on) "\v" also when out put to a text box does not run its own line . . . same thing as \r in an email output. "%0A" acts differently, and yet the same. When output to the text box it all runs together (example: textbox1%0Atextbox2%0Aand so on), but when output to email on my phone it acts normally, and when output to the email on the EVO SHIFT it still stops after the first line. consequently no escape characters, no matter how I input them, have any effect on the email of the EVO SHIFT, even if I double slash them (\\n for example) does anyone have any ideas of what I can do? one thought I had was making the email body a variable, and setting that variable to the output box, and then pulling the variable itself (which is set to the text box) into the email . . . I get the same thing. PLEASE HELP. I've only seen one other question that remotely looks like mine, but the guy who asked it left it unanswered . . . I really need an answer. Thank you for all of your help. -- 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

