Send image over GPRS

Do you have any suggestions to convert all the integers that I getting to a image file?

You need, if you are going to convert each byte to a string, to put delimiters between each byte, so that the stream of ints on the other end can be parsed.

It's simpler, though, to simply not convert each byte to a string. Just send the byte(s).