Continued from here:
http://www.radardetector.net/forums/...d-address.html
Two more chopped messages, typed exactly as I see them:
CBN: 200-809-25Originally Posted by Bristol
CBN: 200-809-25Originally Posted by Ferris
Continued from here:
http://www.radardetector.net/forums/...d-address.html
Two more chopped messages, typed exactly as I see them:
CBN: 200-809-25Originally Posted by Bristol
CBN: 200-809-25Originally Posted by Ferris
Call Back Number.: 200-809-26Originally Posted by Alvarado
Last edited by FoolishOne; 09-26-2008 at 01:50 PM. Reason: Capitalize
Call Back Number: 200-809-26Originally Posted by Forth Worth
Last edited by FoolishOne; 09-26-2008 at 01:51 PM. Reason: Capitalize
I have not seen this problem when receiving at a real email address. Could this be a limitation on text message size by your cellular service provider?
Yes, Verizon limits it to 160 chars. Rhetorical, but can we set it up so that I get 2 text messages. Right now, I am missing some information that could be useful if the intersection has many characters.
Last edited by FoolishOne; 11-04-2008 at 05:03 PM.
I don't see a way for Trapster to do this, exactly, right now. There might be 3 options, though:
1) Get Trapster to add this capability;
2) There should be a way to do it with custom email forwarding from a good always-on email client and/or webmail; or
3) Create 2 Trapster accounts. Set one to include the map link in its email, and set the other not to. Thus, you might be able to get the whole message in the one that doesn't have the map link.
I don't have any maps/links enabled, and it is still too long.
The only thing I am asking for is...
if carrier=='Verizon' & length(message)>160
{
for(x=0;x<length(message);x+=160)
{
temp = madeUpTrimFunction(message,x,160);
sendMessage(temp);
}
}
else
{
sendMessage(message);
}
Bookmarks