![]() |
Help, proof of delivery for messages
Hi all,
The provider that i have here called "hi" , only sends a proof of delivery when i type " *0# " before the SMS message.. I dont know why they want me to do that , but its very annoying to do that when i want to send a SMS message. How can i create something that puts automatticaly the *0# in each SMS message i type ? http://desmond.yfrog.com/Himg6/scale...=640&ysize=640 If i do it this way.. i'll get the proof of delivery, but if i dont.. i wont get 1.. |
Re: Help, proof of delivery for messages
Quote:
|
Re: Help, proof of delivery for messages
Quote:
|
Re: Help, proof of delivery for messages
Quote:
Exactly the same for O2 in the UK. :( Enabling delivery report makes no difference. |
Re: Help, proof of delivery for messages
Quote:
Hmm.. i thought that the netherlands was the only one xd.. But do you get a proof of delivery back when you type *0# before ur message ? |
Re: Help, proof of delivery for messages
Quote:
The ‘delivery report’ function is not supported on our network. If you’d like to receive delivery reports, you can enter *0# followed by your text message and then send the message as you usually would.' from: http://service.o2.co.uk/IQ/SRVS/CGI-...CASE=ref(WI_35) |
Re: Help, proof of delivery for messages
Quote:
exactly the same problem ! so im not the only one.. cant we edit or create something for it ?? any sugesstions ? |
Re: Help, proof of delivery for messages
i'm not great on this area, but i'd assume it uses a template from somewhere? maybe the sqlite db?
|
Re: Help, proof of delivery for messages
Quote:
|
Re: Help, proof of delivery for messages
no one has any ideas ??
|
Re: Help, proof of delivery for messages
i'ma looking, i'ma looking! :P (And working boss, honest!)
|
Re: Help, proof of delivery for messages
i'm going to take a guess it may be doable with
/usr/share/rtcom-messaging-ui/html/MessagingWidgetsSingleSMS.js But i'm not sure, worth a look though. |
Re: Help, proof of delivery for messages
yess i took a look at conky when i started a new SMS.. and rtcom-messaging-ui was working so it must be there somewhere..
|
Re: Help, proof of delivery for messages
Quote:
|
Re: Help, proof of delivery for messages
hmm i think it is the .js file.. and it could maybe the
function MessagingWidgetsRenderer_addMessage ( it asks for a parameter "message_str" and that is the message.. i think Edit: you can also see the description.. -> * @message_str: The actual message to show |
Re: Help, proof of delivery for messages
Hmm.... does anyone know what to put in for the u.s / att, before each text for me to get delivery reports? I haven't been recieving reports despite having it checked in the settings either??
|
Re: Help, proof of delivery for messages
make sure you backup anything before you change ;)
Also i'm not sure if that would also change any other messages being edited, worth a go :) |
Re: Help, proof of delivery for messages
Quote:
|
Re: Help, proof of delivery for messages
Quote:
|
Re: Help, proof of delivery for messages
UK Mobile Networks
O2 prefix *0# Orange prefix RCT T Mobile prefix *0# Virgin prefix *0# Vodafone – No code exists for Vodafone Channel Islands; Jersey Telecom *0# US and Australia Cell Networks US T–Mobile prefix *noti# Australia Three *not# European Mobile Networks Belgium Base prefix *N# Belgium Proximus prefix *R* Czechoslovakia o2 prefix YYYY Denmark prefix *0# Denmark Bibob prefix *KV# Denmark Three prefix *NM# Finland Sonera prefix *0# Germany T-Mobile *T# Germany Vodafone D2 prefix *N# Germany O2 prefix *N# Germany e-plus prefix *N# Greece Vodafone GR prefix *# Greece Wind prefix *0# Greece Cosmote *0# Holland T-mobile prefix NM# Hungary T-mobile prefix *KV# or Ireland O2 prefix *R* Ireland meteor prefix *R* Italy Wind prefix *n# Luxembourg Tango prefix *0# Norway Telenor k# Poland PlusGSM prefix XYZ Portugal Vodafone prefix *NOT# Romania Orange prefix *NOT# or *NM# Slovakia Orange prefix *?# Spain Movistar prefix *N# Spain Yoigo prefix *N# Sweden Telia prefix *KV# Sweden Comviq prefix KV# Sweden Telenor prefix ## Switzerland Swisscom prefix *NOT# Other Mobile Networks Vodacom / Mtn prefix rrr Singapore SINGTEL prefix #R# Brasil Oi prefix *N# Brasil Clario prefix *N# Israel Orange prefix NM# India Vodafone prefix *NOT# Qatar Qtel prefix *N# Maxis Malaysia *N# Egypt vodafone prefix *VF# Egypt Mobinil prefix *NM India Ideal prefix YYYY India Vodafone prefix *NOT# or *N# Lebanon MTC Touch prefix *N# Angola Unitel prefix *N# Algeria Djezzy prefix *N# Indonesia telkomsel prefix *N# Indonesia Satelindo prefix R# Serbia Telenor prefix *!# Serbia MTS prefix *!# Croatia T-Mobile prefix *r* or *r# Croatia VIP prefix ! Turkey Turkcell prefix *N# Bangladesh Grameenphone prefix YYYY Bangadesh banglalink prefix *n# can't find one for at&t USA though :P |
Re: Help, proof of delivery for messages
arghh its like im so close to it xd !!
ive tried this one 2 edit; message_txt.innerHTML = message_str; didnt worked -_- |
Re: Help, proof of delivery for messages
hehehe keep trying, when i get home i'll dabble with sqlite and see what i can find, 2 hours of work to go though!
|
Re: Help, proof of delivery for messages
Maybe you can abuse the smilies definition file to insert
the *0#. Nicolai |
Re: Help, proof of delivery for messages
Worth a try, but it won't auto insert, may be a good work around
|
Re: Help, proof of delivery for messages
hmm.. it didnt worked again.. things i did;
I made a new VAR and put the string "*0#" in it.. var message_prefix = "*0#"; // Message prefix for response confirmation message_str=message_str.replace(/\t/g, " "); // Replace tabs with 5 spaces name_tag.textContent = name_str; message_txt.innerHTML = message_prefix + message_str; // Inserted the prefix before the actual message But dont forget that if we dont have a debugger on the n900 we cant see or know till where he's going with the script.. And we also got the Names of the contacts for the message for example; U: Hello there ! Peter: How r U ? |
Re: Help, proof of delivery for messages
well...... there must be away, the only issue is, "is that part closed source?" hehehe ;) - 1 hour left of work lol - then a snowy long drive home!
|
Re: Help, proof of delivery for messages
There must be a way indeed ! it is CSS HTML and Javascript wth XD !
anyway, me 2.. i must go 2 work now.. im back in about 4 hours.. ill catch you up later.. |
Re: Help, proof of delivery for messages
Noobmonkey u there ?? :P has anyone looked at it ??
|
Re: Help, proof of delivery for messages
i'm with nicolai.
and I actually found the way with changing one of the smileys :D Using Filebox copy default.def from /usr/share/rtcom-messaging-ui/smilies/user/ to My Docs to edit it in leafpad. I choose sleepy as my *0#. So find the line chat_smiley_sleepy =, and replace rwst of the line with single *0#. Then x-term and with root acces killall rtcom-messaging-ui. works 4 me! xD |
Re: Help, proof of delivery for messages
is this tread dead already? No more ideas for auto input?
|
Re: Help, proof of delivery for messages
i took a quick look but just no time at the moment :P - back at work, and wayyyyyyy to much to do :(
|
Re: Help, proof of delivery for messages
Ok!
I'm using "my" method right now. it's good way to get delivery report. Mind, if u check delivery reports in messages settings u only get wee yellow banner "deliverd to xxx", if u unchecked it tho, u'll get text back with smthin like "msg no. delivered to phn no. date, time" |
Re: Help, proof of delivery for messages
Quote:
|
Re: Help, proof of delivery for messages
Quote:
argh yesterday, i wasnt sure if my text message was delivered -_- whats ur method ?? i need it really bad.. i dont have enough experience to do this.. :( cant some one look at it ? i tried my best |
Re: Help, proof of delivery for messages
i don't know if some1 said that before me but when the msg is on its way there is a white box and arrow logo next to it, if it delivered its gone and replaced by the date..if not its replaced by red (X).
|
Re: Help, proof of delivery for messages
Quote:
cuz, if you have a red (X) next to ur message that means that you dont have a GSM connection for example.. so the phone couldnt send the message.. i need really a proof of delivery, a message that says: message delivered. |
Re: Help, proof of delivery for messages
Quote:
btw did you try checking the [receive SMS delivery reports] in the settings of conversations ? |
Re: Help, proof of delivery for messages
Quote:
When you send an SMS the case would be the phone sents it successfully to the network. But the delivery report notfies you only if the message you sent was indeed recieved by the number you sms'ed. On our country the same prefix is needed to get delivery reports but I don't bother at all anyways cause as AgogData said it is sent successfully always anyway. I think it gets a 0.001% chance that the user won't recieve the sms. But who knows? Maybe their provider isn't that optimized yet that on most cases the sms failed to reach it's destination? That's also the case here on uhm... 3 to 4 years ago? |
Re: Help, proof of delivery for messages
why can't there be a seperate folder for delivery reports ? if you miss that little yellow banner you have'nt a clue wether the other person has recieved it or not. surely there must be a work around or is the text messaging bit closed?
|
Re: Help, proof of delivery for messages
Quote:
|
All times are GMT. The time now is 11:22. |
vBulletin® Version 3.8.8