When I get a voicemail notification, I only get a normal text message.
Does anyone knows how to activate the voicemail icon ?
I saw threads about Orange UK, but nothing for frenchies.
Thanks
Have you tried the solution for Orange UK ?
i.e. copy in the "old" sms_providers.dll ?
http://forum.xda-developers.com/showthread.php?t=299072
Bonjour Gregouille
I am on Orange France network and I have been using the Orange UK tweak mentioned above and it works like a charm.
Go for it is is safe, the only thing is to make sure that you only install the certificates and copy the DLL, do NOT tweak the registry yourself.
deslando said:
Bonjour Gregouille
I am on Orange France network and I have been using the Orange UK tweak mentioned above and it works like a charm.
Go for it is is safe, the only thing is to make sure that you only install the certificates and copy the DLL, do NOT tweak the registry yourself.
Click to expand...
Click to collapse
Hi
Thanks for your answer. I still get a standart text message...
Which ROM do you have ?
Thx
Have you soft-reset?
What do the text messages say?
I did soft-reset.
the message is sent from 888
and says "888" messagerie orange : 1 message
Hmmm, that just looks like a standard txt message.
The sms_providers.dll intercepts TXT messages from orange that simply say "[email protected]". The dll interpets this to turn on the VM indicator. There is a similar one for turning it off.
Do you have another phone you can try this in?
In fact, have you ever had a VM icon on this phone with Orange France?
I have ROM 3.24.0.4
Probably no Voicemail Icon in Orange(Int), except for Orange(UK)
I wonder whether Orange(FR) does support the Voicemail Indicator Icon at all, and I rather doubt they do.
Back in history, the Voicemail Indicator Icon as well as the AlternateLineService (ALS) were introduced as additional services for the then called "PCS-1800" (now better known as GSM1800) standard, in a specification call "CPHS". This is why you'd hardly find a GSM900 singleband phone supporting these features. Later it became part of the GSM-Specs and was adapted even by some traditional GSM900 providers, e.g. A1(AT).
However, not all providers support CPHS, even not all (traditional) PCS-1800 providers. For example, neither eplus(DE) nor Orange(CH) support the Voicemail Indicator Icon (as mentioned above, the network needs to send a certain message like "[email protected]" to control the icon's apperance).
As Orange(FR)/Francetelecom used to be a traditional GSM-900 provider, I hardly doubt they support any part of the CPHS specs at all. For instance, they do not offer AlternateLineService, do they? Therefore french customers will probably have to cope with traditional (anoying) SMS-Voicemail notification as the rest of the Orange world(except UK), unfortunately:-(
Cheers,
Chris
Bit in late in joining this thread, but I'm guessing it hasn't been resolved. I've just written an alternate fix for the Orange UK voicemail icon problem. It should be possible to write one for your Orange FR text messages that turns them into proper VM notifications. Let me know if you are interested, probably wouldn't take much effort at all (in theory!).
Richard.
raburton said:
Bit in late in joining this thread, but I'm guessing it hasn't been resolved. I've just written an alternate fix for the Orange UK voicemail icon problem. It should be possible to write one for your Orange FR text messages that turns them into proper VM notifications. Let me know if you are interested, probably wouldn't take much effort at all (in theory!).
Richard.
Click to expand...
Click to collapse
Of course I'm interrested !
Great news... I'll send a reply to your PM
anything new here
just curious...
inte said:
just curious...
Click to expand...
Click to collapse
I sent gregouille something to do what was requested. After some time I chased it up to get some feedback and he told me Orange France had changed their vm notification and so he no longer needed this fix.
rab.
Hi
raburton said:
Bit in late in joining this thread, but I'm guessing it hasn't been resolved. I've just written an alternate fix for the Orange UK voicemail icon problem. It should be possible to write one for your Orange FR text messages that turns them into proper VM notifications. Let me know if you are interested, probably wouldn't take much effort at all (in theory!).
Richard.
Click to expand...
Click to collapse
I'm using a Touch Diamond with mexican provider TELCEL. Any time I call my voice mail, just after I hangup, I receive a SMS from "TELCEL" with apparently no text (there may be an invisible control character), and the VM icon is never cleared.
I wonder if a fix could be done for the Diamond and Telcel like the one you did.
Thanks for any comments.
Carlos
In theory yes, this should be possible. Interesting that your VM light comes on by some method, but does not go off by the same.
Could you export the text message (with PIM Backup or similar) to find out if there are are any hidden characters in it. Otherwise may need to send you a version that will dump the text out to a file or something.
At the moment I'm in heavy revision mode for some important exams in February, so I can't promise to look at this till then, but there is a good chance I'll get 5 minutes and need a break from the study.
Richard.
Hi Richard
raburton said:
Could you export the text message (with PIM Backup or similar) to find out if there are are any hidden characters in it. Otherwise may need to send you a version that will dump the text out to a file or something.
Click to expand...
Click to collapse
I'm attaching a file with 3 messages, exported with PIMBackup.
I received the first one after just calling the voicemail from the cellphone to check it was empty.
The second one after leaving a voice mail from another phone (I received these messages in my previous non-windows phone).
The third one arrived after calling the voice mail from the cellphone to delete the message.
raburton said:
In theory yes, this should be possible. Interesting that your VM light comes on by some method, but does not go off by the same.
Click to expand...
Click to collapse
Yes, I cleared the icon by setting ...vmail\line1\unread\count to zero (BTW it was FFFFFFFF), and when the second SMS arrived it was set.
Thanks!
Ok, so I had 5 minutes and modified a previous one to do what you need. Send me a PM with your email and I'll send you the test cab file. If/when it's been tested and working I'll post the cab here for everyone else who may find a use for it.
Used the following logic:
if (sender is "TELCEL") {
if (message length is 0) vm_icon_off()
else if (message contains "Usted tiene un nuevo mensaje de voz.") vm_icon_on()
}
Richard.
raburton said:
Ok, so I had 5 minutes and modified a previous one to do what you need.
Click to expand...
Click to collapse
It's working perfectly, thanks a lot!
After further testing, I found the icon is turned on every time I softreset the phone, even if the voice mail is empty. I can clear it in the registry or by calling the voice mail an hanging. After that it works fine with your rules.
Any idea why would a softreset turn on the icon?
carlosg said:
Any idea why would a softreset turn on the icon?
Click to expand...
Click to collapse
In a word, no. Maybe that text message you get that turns the light on results in another more persistent voicemail flag being saved that also needs to be reset. That's just a guess.
I've attached the cab file with the TELCEL fix in case anyone else wants a copy in the future.
Richard.
raburton said:
Maybe that text message you get that turns the light on results in another more persistent voicemail flag being saved that also needs to be reset.
Click to expand...
Click to collapse
Ok, thanks for your comments. A simple mortscript in the startup folder fixes this last problem.
Script attached.
Have a nice day!
Carlos
Related
Hi all,
very strange this. There are four users of XDA-devices in my office (all on T-Mobile), myself (XDA2s), an XDA2, and two Imates (the XDA2 ones). Now, at random times throughout the day we will all recieve a text message with no sender number, but the text of the message is '13779538669'. I have never received this message on my other mobile phone (SE K700i, Voda), and I don't receive it on my Nokia when I use my T-Mobile SIM card in there!
I also only receive this message when I'm in this particular area (WA15, Hale, Cheshire), although a colleague says he gets it when he goes near Manchester Airport (5 miles from here).
What the hell? I know, I wouldn't believe it either unless I'd seen it happening but I promise you, it does happen!
In case you don't believe me :
http://www.houlker.com/odd.jpg
Any thoughts?
Thanks
Dan
Its possible to send no-number SMS messages from services like http://theSMSzone.com
Maybe one of your friends is playing a prank on you?
kunz said:
Its possible to send no-number SMS messages from services like http://theSMSzone.com
Maybe one of your friends is playing a prank on you?
Click to expand...
Click to collapse
Thanks for the reply. It seems unlikely that this is a prank, as four different people get the message and only when we are in the office, or near to the airport! I think it's a broadcast from somewhere nearby, I dunno, I'm still confused :?
Can you check what message centre the message is coming from?
Are these messages Premium-based ?(do they show up on your bill?)
Vodafone NL is unable to send out messages with the normal four-digit numbers... (5 for the uk). Instead they use eleven-digit numbers...
Perhaps in the UK it's the same?
I'd check if you have to pay for receiving those messages...
On the Vodafone website you should be able to retreive info on who's using the specific number...
Goog luck!
might be sent via bluetooth (could be an ad that hasnt displayed right) or it can be send from the internet witch sounds most likley
WWWeed said:
might be sent via bluetooth (could be an ad that hasnt displayed right) or it can be send from the internet witch sounds most likley
Click to expand...
Click to collapse
Agreed.
Especially since SMS's like these seem to be free coming from theSMSzone.com
Hi,
thanks for the replies, and sorry for the delay in me coming back! The messages aren't coming from a Bluetooth device, because my Bluetooth is always switched off unless I'm in the car.
I don't know how to find the service centre they're coming from, can anybody tell me how?
The messages do not appear on our bills. One thing I've noticed, now that I've upgraded to the 1.40 ROM, is that the sender now has a name of 'Network' rather than blank as it was before.
Obviously there's no harm in these messages, but they're a pain and I'd like to work out where they're coming from to satisfy my own curiousity[sp]!
my uncle has the same thing qith hi unlocked xda2i
he has a t mobile contarct and the messages seem to come fromthe network,
i will have to speak to him to find out why and when they come, but my advice is to ask tmobile about theae messages as i belive there comming from them.
Ariel
arielc said:
my uncle has the same thing qith hi unlocked xda2i
he has a t mobile contarct and the messages seem to come fromthe network,
i will have to speak to him to find out why and when they come, but my advice is to ask tmobile about theae messages as i belive there comming from them.
Ariel
Click to expand...
Click to collapse
Hi Ariel,
thanks for your post, and great to hear someone else has this problem and not just us! I spoke today to our service provider, who'd never heard of this before, so he spoke to T-Mobile who also claim to have never heard of this before. They want me to keep a log of dates/times when the message appears :roll: , so that's what I'll do.
Dan
...have you tried to disable cell broadcast in your phone settings menu? this looks very much like a cell broadcast message, i can enable this on my german vodafone used device and get the area code on this way but i get also lots of bull**** notifications taht way. go to settings/phone and i guess its the third tab on the bottom (maybe fourth) where you can find channel settings for cell broadcast - unable it and it should be gone.
feedback welcome!
cheers, lutz
lutzh said:
...have you tried to disable cell broadcast in your phone settings menu? this looks very much like a cell broadcast message, i can enable this on my german vodafone used device and get the area code on this way but i get also lots of bull**** notifications taht way. go to settings/phone and i guess its the third tab on the bottom (maybe fourth) where you can find channel settings for cell broadcast - unable it and it should be gone.
feedback welcome!
cheers, lutz
Click to expand...
Click to collapse
Hi Lutz,
thanks for the suggestion. I'm on the 1.4 ROM, so there are five tabs at the bottom of that screen; Phone, Services, Network, Band, More. In More, there is Broadcast Channels, and this box is unticked.
Thanks again
Dan
I deleted all of the snapin software while I was running the beta version to stop the 4-5 SMS messages being sent daily but still received a text message everytime I had to reboot or turn off and on my phone.
It would be from the #: 1121611611
The Message would say:
453 Please re-send using a valid 10 digit mobile number or valid short code. 06050415CC15CC60D8
My crude fix was keeping my phone charged to avoid having to restart the phone.
Last night I flashed in the leaked shipping version of WM6. Much to my dismay I was still receiving these SMS messages upon every reboot of my phone.
Anyone got an idea about what's going on?
huh...
I just flashed the new leaked rom last night and haven't had any int. messages sent...I even called t-mobile and the last international message that was sent was the 21st...the last time I hard reset my phone with the beta on it. Have you checked to see if it is a program on your phone doing it?
The only text messages I've recieved are ones intended for me...
Unwanted Text Messages And How To Stop Them
Go back uninstall the new Official T-Mobile wm6 ROM and reinstall the T-Mobile clean WM5 Rom that was on your Dash/Excalibur, when you purchase it. Next, install back the new wm6 official ROM and the unwanted text messages will stop! Never ever install the new official wm6 ROM over the old beta wm6 ROM. If you do you will have problems! Let me know how things work out!
i too have receive these unwanted text messages... but i update from wm5 would i have to restart the whole process over?
Did you remove (not rename) the My5 startup link?
Ka.
no i dont believe so.. nor do i know what that is lol
Check in the /Windows/Startup directory and with Total Commander (not the standard File Explorer) check you have or not anything else than "Voice Command" or "WifiInit".
Ka.
i see my5msgcenter voice command and wifiinit in teh startup folder? what do i do with them?
Text messages
Guys are your Dash/Excalibur sim unlock, I want to get to the bottom of this text message issue!
I think it's more related to some app re-installed or not correctly disabled.
Anyway, to answer your question, myne is unlocked and still waiting for my online "balance" to get updated and check my SMS usage.
Ka.
Intergalactic said:
Guys are your Dash/Excalibur sim unlock, I want to get to the bottom of this text message issue!
Click to expand...
Click to collapse
Mine isn't -- I applied the update to a non-beta'd Dash with it's shipping ROM.
Mine isn't -- I applied the update to a non-beta'd Dash with it's shipping ROM.
Click to expand...
Click to collapse
And you're not experiencing any SMS prob as far as I understood.
Ka.
Intergalactic said:
Guys are your Dash/Excalibur sim unlock, I want to get to the bottom of this text message issue!
Click to expand...
Click to collapse
Mine is sim unlocked. Gonna try out downgrading back to wm5. That was my last resort. You just tipped the scale. I'll reply back with findings.
I'm having the same issue. I'm coming from the WM6 Beta build.
I can't seem to downgrade to previous versions of the Dash or the Excalibur ROMs. I keep getting an Error 260 message.
-John
jfreiman said:
I'm having the same issue. I'm coming from the WM6 Beta build.
I can't seem to downgrade to previous versions of the Dash or the Excalibur ROMs. I keep getting an Error 260 message.
-John
Click to expand...
Click to collapse
Did you remember to flash in the older bootloader?
See: http://forum.xda-developers.com/showthread.php?t=282199
kast said:
Check in the /Windows/Startup directory and with Total Commander (not the standard File Explorer) check you have or not anything else than "Voice Command" or "WifiInit".
Ka.
Click to expand...
Click to collapse
I changed the lnk extenstions to lnk2. I rebooted and the problem has gone away - no more unwanted emails.
Now when do you think the non-T-Mobile branded ROM will get leaked? ;-)
Ok, I did a quick search on Google for 1121611611 and guess what? That error message (or SMS with an error) is quite common. Some people receive it when they try to send a SMS or reply to a SMS.
Found ref to TMobile, either when somebody goes to TMobile but he's/she's not fully in their database and not recognised as such or when is replying to a TMobile subscriber...
Anyway, as I'm a bit asleep now, I would suggest to do a quick Google on 1121611611 and you'll see what I'm talking about.
Ka.
I changed the lnk extenstions to lnk2. I rebooted and the problem has gone away - no more unwanted emails.
Now when do you think the non-T-Mobile branded ROM will get leaked? ;-)
Click to expand...
Click to collapse
Really happy about that, started to feel a bit scared but since I am a complete parano, checked 20 times for any strange process or startup lnk before putting my SIM in, just that couldn't get my online statement to show and couldn't see if any unwanted SMS had been sent, altough was sure didn't receive any from "unknown numbers".
The unbranded (pure HTC) should be coming soon, I hope, knowing that the branded is scheduled for 4.5 (4th of May, for the US people) I guess the unbranded can't be scheduled much later than that.
Ka.
philocity said:
Did you remember to flash in the older bootloader?
See: http://forum.xda-developers.com/showthread.php?t=282199
Click to expand...
Click to collapse
No, but I solved the problem by changing the Startup files.
Thanks.
hello there, I have some stuff I'd like to change regarding SMS. I've got a P3300 with official WM6.
I'd prefer to change this through some options (tho I didn't find) or registry edit. If possible to do what I need without installing more (battery draining) applications, would be best, but if there is no other choice, I'll take a look at whatever application u suggest.
- when I am underground and I send an SMS, it tells me it can't be send, and the message goes into the temp. folder (dunno english name of this folder) and I have to resend it manually. I'd like it to resend automatically as soon as I have signal again. That's what my previous nokia phones did.
- when I send a SMS successfully, I get a popup and "ding" telling me it was send. I don't want this, I only want to know if there was an error. I send loads of messages, and this popup is rather annoying.
- since I have WM6, when i open messages through the today plugin, it always asks me if outlook, sms or mms... with wm5 it always went into the last one I used. I'd like this functionality back, is it possible?
is there any FAQ of different kind of tweaks that can be done with a P3300 wm6 just through options or registry? if yes, could you please link it, I'd like to take a look at that.
thx for everything
zandadoum said:
- when I am underground and I send an SMS, it tells me it can't be send, and the message goes into the temp. folder (dunno english name of this folder) and I have to resend it manually. I'd like it to resend automatically as soon as I have signal again. That's what my previous nokia phones did.
Click to expand...
Click to collapse
sorry, no idea on this.
zandadoum said:
- when I send a SMS successfully, I get a popup and "ding" telling me it was send. I don't want this, I only want to know if there was an error. I send loads of messages, and this popup is rather annoying.
Click to expand...
Click to collapse
There is a tweak for this. Search and you will find it or else, i will try to find it 4 you this weekend.
zandadoum said:
- since I have WM6, when i open messages through the today plugin, it always asks me if outlook, sms or mms... with wm5 it always went into the last one I used. I'd like this functionality back, is it possible?
Click to expand...
Click to collapse
Yes, this question has been answered be4 too. Search and you will find it or else, i will try to find it 4 you this weekend. I thought its possible...
hopefully you can find that info and give me a hand. i tried the forum search function but as i dont know exactly what i am looking for, my search is too generic and i get loads of results (most about tweaked roms) that don't help me at all.
EDIT: found answer to 3) by myself. SOLUTION: open messages, go into menu->tools->options and there you can setup the different types of message accounts you have. at the bottom is an option to enable or disable the account selector. i just turned that off.
For the SMS sent notification:
HKEY_LOCAL_MACHINE/Software/Microsoft/Inbox/Settings/SMSNoSentMsg and set it to "1".
With the mentioned registry edit, you are not notified if the message fails to send. It just tries it, and puts it in sent items. If it fails it will not be re-send again by WM6.
you can fix the SMS/OUTLOOK/MMS thing in Options in your Messaging program.
ok, thx to that registry edit i get the sms sent popup no more. but i don't get any popup warning if it fails.
i've heard something about a different regedit key, with different numbers like
0 = no warn
1 = all warns
2 = only bla bla bla warn
3 = only ble ble ble warn
etc.
any1 got an idea about this?
also, any way to have the phone re-send failed sms automaticaly when i have signal again?
i am at a point that i would also try some SOFTWARE if needed, tho i prefer if it can be done just by registry.
Not familiar with those options. But why don't you give it a try and report back here.
GL
I tried to sent a text message and, after a slight delay, got the following:
Your text message cannot be sent.
Click to expand...
Click to collapse
Is there some sort of app or registry setting that I could change that'd ask if I wanted to resend the message? Having to retype in messages is rather annoying.
According to this post Windows Mobile 6.1 added this feature but I don't see it and I'm running 6.5. Maybe the HTC TouchFlo 3D interface removed it?
yawnmoth said:
I tried to sent a text message and, after a slight delay, got the following:
Is there some sort of app or registry setting that I could change that'd ask if I wanted to resend the message? Having to retype in messages is rather annoying.
According to this post Windows Mobile 6.1 added this feature but I don't see it and I'm running 6.5. Maybe the HTC TouchFlo 3D interface removed it?
Click to expand...
Click to collapse
It doesn't retain a copy of the message in your drafts folder, or outbox...? Whenever I get that message I can just pull it up from there and hit send again
Whenever I get this message, after trying to resend it a few times, I realize I tried sending a text to an email address.
Make sure the number has an area code as part of the number.
Just another possible solution.
Is it for all text messages? If its a specific number sometimes the persons number is disconnected
torint said:
Is it for all text messages? If its a specific number sometimes the persons number is disconnected
Click to expand...
Click to collapse
this is the correct answer...if you have a good signal and you get that error msg, then that person has not paid their billy bill...
This problem comes up quite often if you've flashed a different radio onto your device. If you have flashed a custom radio, try out another or stock. If that's not the case, you might be in a poor coverage area. Both are common culprits, but may not apply for you.
SMS doest go to outbox folder
I have the same problem
When I have no service coverage I would like to type sms messages and as soon as I get it make phone send them all out. But unfortunately, when I don't have service HTC touch pro 2 keeps trying to send sms out and after a couple of attempts gives me message that it was not able to send it. I have to click on each message and resend it when I have service. Instead, I want my phone to put all sms into outbox sms folder and send them all when I actually have service.
I know other phones perform this function well. I went thru all settings but couldn't get it to put sms into outbox when no service available.
Does anyone have fix for that?
Also having a similar problem
Hi all,
Same, or similar thing with me. I'm on Vodafone in the UK, and I've got a friend who is on '3' in the UK. If I text him with a new fresh message, and hit send, it goes to him no problems. If he replies and I attempt to reply back - then I get "Your message could not be sent. Try again?" underlined in red. Tapping on this just generates the same problem again and again.
I've tried his number with/without spaces in it, ensured his contact name has no non-alpha characters in it, tried his number in +447xxx format as well as 07xxxx - all to no avail.
It does not happen with any other contact in my phonebook and I end up having to let the message fail, then forwarding my reply to him, so it leaves my device as a new message.
Now, as it's the UK, its nothing to do with him having not paid his bill (we don't get charged to receive SMS in the UK), and I've got great signal (I work for a Vodafone associated company and we've got a cell on-site, so it's full signal of HSUPA for me).
I am completely at a loss to understand why this happens - I have other friends on '3' that SMS's go to fine, so I'm guessing it's not a Vodafone to '3' issue either.
Any ideas anyone?!
Adam C.
PS: Stock ROM running WM6.5, unlocked GSM, nothing odd about the configuration/software either!
...bump.
Anyone?
Thx,
a.
change your network setting for automatic to manual. and enable call waiting now your problem is solved. i was suffering from the same problem but now solved
Hi everyone, it's good to be back after a while!
Whenever I send a text message to someone, no matter who it is, I type everything correctly, like ã, é, õ, ç and all the special characters that my language has, and I also send emojis, as everyone else does.
My problem is that the receiver only receives normal letters without the special characters, a capital Ç and blank spaces instead of the emojis I've sent.
This has me believing that for some reason, my Pixel "turned on an option" that only lets me send SMS in the most basic format possible, like it used to be back in the day, before SMS evolved to supporting emojis and all that. The only way I can send "emojis" is if I type ": - )" instead of choosing an actual emoji.
I've been in touch with my carrier (Vodafone) and they said there's nothing wrong with my SIM and that the problem should be on the phone, with a reasonable doubt.
Has anyone around here experienced a similar issue? I've tried everything I can remember, including a Factory Reset but nothing did the trick.
EDIT: I forgot to mention that I've had a popup message show up on Messages saying "to support a message from your carrier, the message needs to be converted" (or similar) and it makes you tap Yes or the message won't be sent.
Best Regards and sorry for the long post! :good:
awildsloth said:
Hi everyone, it's good to be back after a while!
Whenever I send a text message to someone, no matter who it is, I type everything correctly, like ã, é, õ, ç and all the special characters that my language has, and I also send emojis, as everyone else does.
My problem is that the receiver only receives normal letters without the special characters, a capital Ç and blank spaces instead of the emojis I've sent.
This has me believing that for some reason, my Pixel "turned on an option" that only lets me send SMS in the most basic format possible, like it used to be back in the day, before SMS evolved to supporting emojis and all that. The only way I can send "emojis" is if I type ": - )" instead of choosing an actual emoji.
I've been in touch with my carrier (Vodafone) and they said there's nothing wrong with my SIM and that the problem should be on the phone, with a reasonable doubt.
Has anyone around here experienced a similar issue? I've tried everything I can remember, including a Factory Reset but nothing did the trick.
EDIT: I forgot to mention that I've had a popup message show up on Messages saying "to support a message from your carrier, the message needs to be converted" (or similar) and it makes you tap Yes or the message won't be sent.
Best Regards and sorry for the long post! :good:
Click to expand...
Click to collapse
In Google message app, settings, advanced there is an option for simple character set, try change it
siggey said:
In Google message app, settings, advanced there is an option for simple character set, try change it
Click to expand...
Click to collapse
It's already turned off, didn't do the trick unfortunately.
awildsloth said:
It's already turned off, didn't do the trick unfortunately.
Click to expand...
Click to collapse
Hi there , where you able to solve this?
I'm on Vodafone PT too and I'm having the same problem , the Pixel 2 only sends blank texts when I send a emoji.
The problem isn't with your P2XLs guys. Ask your recipients if THEY have the simple character set enabled in Messages. If they don't the problem is possibly font related on their end.
Strephon Alkhalikoi said:
The problem isn't with your P2XLs guys. Ask your recipients if THEY have the simple character set enabled in Messages. If they don't the problem is possibly font related on their end.
Click to expand...
Click to collapse
The problem is some incompatibility with AOSP and the way it manages the Unicode with Vodafone PT or something like that, beacuse the Emojis work with other mobile carriers and with Vodafone PT they don't.
It's really something or with Google or with Vodafone.
Vodafone more than likely. If it were Google it would be a global issue, affecting all handsets. This issue isn't affecting mine.
Strephon Alkhalikoi said:
Vodafone more than likely. If it were Google it would be a global issue, affecting all handsets. This issue isn't affecting mine.
Click to expand...
Click to collapse
But do you have Vodafone PT as a carrier?
No I don't, and that's why Vodafone is the likely culprit.