Problem on sms messaging - JAMin, XDA Neo, S200 General

I can see what sms message I received, but after I click on the sms message to view it's content, it just showed a blank white screen. Just to reply and create a new text message. It also appear a blank screen.
Any idea hoe to solve the problem ?

what ROM are you using? give us details on your prophet...

This is most likely related to the CE-Star Chinese product. When it installs, it places a wince.nls file in the \Temp directory of the device, along with a registry setting under HKLM\Software\Mobem\CE-Star -- MyNLS="\Temp\wince.nls"
After some experiments, it seems that even if you want to move or rename this file, regardless of whether you update the registry setting, it is not possible to do so without affecting the messaging application. I would suspect that somewhere in some of the CE-Star logic is a hard-coded reference to that location.
Solution: If you have CE-Star installed, and are loading the NLS file via the DynaNls.lnk file in \Windows\StartUp, then ensure the registry setting (documented above) is set to "\Temp\wince.nls", and ensure that the wince.nls file installed by the CE-Star application resides in the \Temp directory.
Note: I use the trial version of this product (limited to 50 characters input). I'm not sure whether modifying these settings for the registered version will remove this hard-coded limitation. Personally, I like to only have temporary files in my \Temp folder.

limct said:
I can see what sms message I received, but after I click on the sms message to view it's content, it just showed a blank white screen. Just to reply and create a new text message. It also appear a blank screen.
Any idea hoe to solve the problem ?
Click to expand...
Click to collapse
Hi, I have the same problem. I can see the list of messages and even the header-preview but when i click on any of the messages or "new" message link, all i get is a blank white screen.
So basically, now i cant write a new sms nor read any of my old messages.
please help!!!
Specs are as below:
O2 Xda Exec
Windows Mobile 5.0 OS 5.1.195 (Build 14847.2.0.0)
Rom Version: 1.30.107 WWE
Rom Date: 04/11/06
Radio Version: 1.09.00
Protocol Version: 42.42.P8
ExtRom Version:1.30.162 WWE
I am not using GPRS / MMS messaging. Niether I have installed anything new recently. and even my sms-inbox is not overflowing with messages.. hardly 15-20.
Please help me. thanks

Related

CAB file version issues

Hi everybody!
(hi doctor nick)
I'm having a few little issues with CAB files on my pda2k.
maybe this should be in the blue angel thread, but it's to do with application development, so i put it here. I also tried the forum search, with no results.
i'm wanting to use all my customised cab files that i made for my XDA2, and use them on my new device, the PDA2K.
all of the cabs work, and all of my applications run.
however, upon installing the cab, a message comes up on my pda and says "the program you have installed may not display properly because it was designed for a previous version of windows mobile software"
i've checked the version nifo in all my .inf files.
i've compared them to newer cab files that don't give me that message.
the inf files look fine.
is this a registry setting perhaps, that i could change?
like i said, all the apps work, i just want to stop it from giving me that warning.
does anyone have any ideas?
thanks !
The warning is just about what it says: You are trying to run older (ie now specifically designed for SE) software.
Noithing to worry about when thing work as supposed.
You can get rid of the message by setting the OS verion inse the CAB files higher (but you need ie. WinCE Cab Manager by OCP Software for that) .
i know there isn't anything to worry about. the apps work.
it's just that for the purpose of creating an SOE, i don't want customers to have to click "ok" everytime they reset their device, all apps must install without prompt from beginning to end.
I have winCE cab manager, and have set the version and build number higher in the inf file, yet i can't seem to get rid of the message.
any other ideas ?
you have to set the lower version number to th version of WinCE youre using now.
Set some 'very high' value to the higher version number
There is another thread on this somewhere . . .thats where I got this info from
yeah, tried that too
i sset my version details like this:
[CEDevice]
ProcessorType=0
UnsupportedPlatforms="JUPITER","HPC"
VersionMin=3.0
VersionMax=10.00
BuildMin=0
BuildMax=100000
still no good.
anyways, i'll keep searching for the related thread. i new there would be such a discussion in here, just a matter of finding it.
I think it was versionMin=4.21
http://forum.xda-developers.com/viewtopic.php?t=15761
M4io said:
I think it was versionMin=4.21
http://forum.xda-developers.com/viewtopic.php?t=15761
Click to expand...
Click to collapse
thanks M4io,
that's the link i was looking for
ok, there seems to be something wrong here.
either that, or i'm doing it wrong (highly unlikely :lol: )hahha.
anyway, i've tried all different versions, i've tried all different build's.nothing. still won't work.
so i downloaded the latest operator settings for my device.
that cab ran no problems, so i extracted the inf, then i copied all the version info from that one, and dumped it into the inf that i'm trying to package. ran the cab on the device, and i still get that error !!
how can that be?
there must be something else in my cab, that governs version conflicts.
anyone
Hi Twinair,
please try to set it as follows:
[CEDevice]
ProcessorType=0
UnsupportedPlatforms="JUPITER","HPC"
VersionMin=3.0
VersionMax=4.21
BuildMin=0
BuildMax=-536870912
buzz
I've tried with the above settings buzz, but it still doesn't work.
does the CEsetup.dll, or setup.dll have anything to do with version control perhaps ?
could be, that you should use your own setup.dll
I really don't know now... I've never made a cab which was not complaining about the older version... (
Looked for it also in internet, but found nothing...
But if you download the trial ver of OCP CabManager, you can unpack cabs for SE and take a look there... my trial period is expired now...
Maybe you can try to use setup.dll out of such cab...
buzz
damn, still not getting anywhere.
i've put in the correct version info, i've used a setup.dll file from a known working cab file, i have the latest full version of cab manager.
i'm fresh out of ideas
back to the drawing board.
if i figure it out, i'll let you know.
This is what MSDN says at
http://msdn.microsoft.com/library/d...dnwm2k3/html/screen_orientation_awareness.asp
Installation Warning Messages
When a legacy application is installed on a Windows Mobile-based Pocket PC capable of screen rotation, the warning message will appear
This dialog is to advise the user that the application they are about to use may not be aware of square screens or screen rotation, and may not display properly in landscape mode. This dialog will only appear if the VersionMin value (which specifies the lowest OS revision number your app supports) file is less than 4.21.
Since setting VersionMin to 4.21 will prevent your application from installing on older Windows Mobile-based Pocket PCs, it is recommend that you disable this warning message by setting the BuildMax value (which is typically unused) equal to the following values:
BuildMax values
0xA0000000 Application supports square screens (240x240 pixels).
0xC0000000 Application supports screen rotation.
0xE0000000 Application supports square screens and screen rotation.
These parameters can be changed by editing the [CEDevice] section of the INF file which cabwiz uses to generate your CAB file.
so
[CEDevice]
VersionMin=4.21
VersionMax=4.99
BuildMax=0xE0000000
Should do the trick[/b]
@Shikra
...perfect man, let me test it... )))
THANX
buzz
GREAT!!! it works!!!
THANX
buzz

PPCContactsMgr v1.6

Description: PPCContactsMgr is a plugin for the Outlook contacts. It allows to select multiple contacts at once for deletion. Now it allows also to add phone numbers from calls history and received SMS. And recently, beam several contacts and add several contacts to SIM.
Version 1.6
A lot of people asked me if it was possible to beam several contacts at once or add several contacts to the SIM card at once and voila... It's possible now.
- Add Selected contacts to SIM
- Beam Selected contacts
Version 1.5
- added # and * in valid characters (requested by Bigix)
- application is translatable
Bigix wanted this tool to be translated in italian. So we worked together in order to have the tool translated.
Now everybody can have this tool in its own language thanks to mui resource dlls.
Here in attachment is the french version available.(Bigix will probably provide the italian version)
Both files (PPCContactsMgr.dll and PPCContactsMgr.dll.[LCID].mui) should be put in the \Windows directory.
The mui resource dll is just a resource dll containing all the strings used in the application.
Just use a resource editor (http://www.btinternet.com/~wilsoncpw/xn_resourceeditor_setup.exe) and translate the strings in your language. (See attached text file)
The number in hexadecimal in the mui resource dll filename is the default language id used on the pda.
for italia it is:410
for france it is: 40C
All LCIDs can be found here : http://www.microsoft.com/globaldev/reference/win2k/setup/lcid.mspx
If no mui is provided, the default resource strings from PPCContactsMgr.dll are used. (So English)
Version 1.4
Shows calls where the sender or number field is empty.
Version 1.3
2 menus items have been added to the standard menu and to the contact summary menu. (requested by lvlx)
- Add Phone From Calls History
- Add Phone From SMS
When you receive a phone call, or an SMS, you probably want to store the sender to the contacts, this is already possible. But often the contact already exists and you want to add a new number. This is what these new functions do.
Version 1.0 -> 1.2:
2 menus items have been added to the standard menu.
- Select All Contacts
- Delete Selected Contacts
If you select multiple contacts with the stylus, you will be capable of deleting them.
Cheers
ps.: the cab file should be copied on the ppc and installed from there. The PPCContactsMgr.dll (plugin) is installed in the windows directory (/Windows)
Cheers,
.Fred
ps.: cab file is in zip file, also reg file and dll (if you don't want to use the cab file). Some screenshots can be found in the zip as well.
pps.: if PPCContactsMgr is already installed, in order to upgrade it, poutlook.exe shouldn't run.
If I don't use the CAB File how do I uninstall this?
--
What do you mean outlook.exe must not run how do I turn it off?
u are the man,thanks, and thank you for leting me use your taskmanager in my rom. you are a star. this is dedication.
regards
faria
faria said:
u are the man,thanks, and thank you for leting me use your taskmanager in my rom. you are a star. this is dedication.
regards
faria
Click to expand...
Click to collapse
Thanks! You're welcome.
Cheers,
.Fred
bnycastro said:
If I don't use the CAB File how do I uninstall this?
--
What do you mean outlook.exe must not run how do I turn it off?
Click to expand...
Click to collapse
1) Just use my Task Manager, select the processes tab, look for poutlook.exe, select it and click on terminate. If the process can't be closed, it will be killed.
2) In order to uninstall the plugin
a) "terminate" poutlook.exe
b) delete the PPCContactsMgr.dll located in \Windows
c) in the zip file, there is the reg file for the plugin, so use a reg editor, to remove the keys found in that file.
Cheers,
.Fred
Great Stuff DotFred!
I use your Taskmanager v2.3 and ContactsManager v1.2 in my Roms, I will update my Roms with this new version of this little app, it's great!
If I want to upgrade it wihout using the CAB, I only need to replace the .dll file and add the new Registry settings to my Rom? Is this correct?
Thanks a lot,
Molski
molski said:
Great Stuff DotFred!
I use your Taskmanager v2.3 and ContactsManager v1.2 in my Roms, I will update my Roms with this new version of this little app, it's great!
If I want to upgrade it wihout using the CAB, I only need to replace the .dll file and add the new Registry settings to my Rom? Is this correct?
Thanks a lot,
Molski
Click to expand...
Click to collapse
Hi Molski,
Glad to hear (read) that!
Yes indeed, because there are new entries in the registry.
Cheers,
.Fred
very good idea, it was selly to add the contact as unknown contact then copy the no to the original contact then delete the unkonw caller, thanks i am trying and i will feed you back.
Dear Dotfred
i have tried to add a phone no from call history but it displayes only the no's already saved with my contacts. Also i have tried to add a no. from sms i sent not one i received but it is only displayes the sms's i recieved.
dotfred said:
1) Just use my Task Manager, select the processes tab, look for poutlook.exe, select it and click on terminate. If the process can't be closed, it will be killed.
2) In order to uninstall the plugin
a) "terminate" poutlook.exe
b) delete the PPCContactsMgr.dll located in \Windows
c) in the zip file, there is the reg file for the plugin, so use a reg editor, to remove the keys found in that file.
Cheers,
.Fred
Click to expand...
Click to collapse
Thanks for the info dotFred will try this one out... it seems worth just to be able to select multiple contacts.
Nice program! The SMS part isn't compatible with the Palm Messaging Program, am I correct?
mccune said:
Nice program! The SMS part isn't compatible with the Palm Messaging Program, am I correct?
Click to expand...
Click to collapse
I don't know, I use CEMAPI to access SMS, so I really don't know what Palm uses, but if CEMAPI is also used under Palm, it should work.
Cheers,
.Fred
gwassef said:
Dear Dotfred
i have tried to add a phone no from call history but it displayes only the no's already saved with my contacts. Also i have tried to add a no. from sms i sent not one i received but it is only displayes the sms's i recieved.
Click to expand...
Click to collapse
You're right, if one of the fields sender or number is empty, I don't show the call, it will be fixed in next release.
For SMS, only the SMS in the Inbox folder are shown.
Cheers,
.Fred
Frederic,
Thank U very much for All Ur Programms! It is amazing how U can
comprehend to make up for a deficiency in WM5 for the common good!
And all your programms still free as before.
I am agree with Faria: "you are a star. this is dedication." ;-)
Bug fixed?
Frederic - I have had a bug with PPCContactsMgr and I was wondering if it was fixed in this new version. To reproduce the bug, go to Contacts, filter to a contact using the letters on the top of the screen. Now if I choose that contact using the middle select hardware button, or by pushing my Talk hardware button, it actually chooses the first contact in my list. Now if I filter again, it works fine. It's only the first time that it does this. The other related bug is if I hold down on the pad and let it scroll through the letters. When it gets to the letter I want, and I select the contact, it actually selects a different contact.
Does this new version fix this bug? I would test it, but I'm running Molski's AKU 2.3 ROM and I'm not sure if I can update it since the PPCContactsMgr.dll is integrated into the ROM.
Thanks...Brian
bjevers said:
Frederic - I have had a bug with PPCContactsMgr and I was wondering if it was fixed in this new version. To reproduce the bug, go to Contacts, filter to a contact using the letters on the top of the screen. Now if I choose that contact using the middle select hardware button, or by pushing my Talk hardware button, it actually chooses the first contact in my list. Now if I filter again, it works fine. It's only the first time that it does this. The other related bug is if I hold down on the pad and let it scroll through the letters. When it gets to the letter I want, and I select the contact, it actually selects a different contact.
Does this new version fix this bug? I would test it, but I'm running Molski's AKU 2.3 ROM and I'm not sure if I can update it since the PPCContactsMgr.dll is integrated into the ROM.
Thanks...Brian
Click to expand...
Click to collapse
Hi Brian,
I don't think this is to do with PPCContactsMgr, the only thing it does is subclassing the outlook window in order to change the style of the contacts listview. I don't do anything else. I tried to reproduce your problem but I can't. I'm running AKU 3.2 (see my signature).
There is something you can try to be sure. Just use this tool to unregister the dll. Do a soft reset and check if you still have problems with the contacts.
Regsvrce /u ppccontactsmgr.dll (to unregister)
cheers,
.Fred
ps.: if you want to upgrade to new version
1) Regsvrce /u ppccontactsmgr.dll
2) soft reset
3) install new cab
Everything works once I disable PPCContactsMgr. I didn't unregister the DLL, but I did remove all the registery entries related to it. This has happened to me with AKU 2.0, 2.2, 2.3, and Faria's 3.2RC1. Removing the reg entries has fixed it everytime for me.
Could it be something in my pim.vol that is messing it up? I could send it to you for testing it you want.
Brian
bjevers said:
Everything works once I disable PPCContactsMgr. I didn't unregister the DLL, but I did remove all the registery entries related to it. This has happened to me with AKU 2.0, 2.2, 2.3, and Faria's 3.2RC1. Removing the reg entries has fixed it everytime for me.
Could it be something in my pim.vol that is messing it up? I could send it to you for testing it you want.
Brian
Click to expand...
Click to collapse
All right, the best thing to do is to ask Faria, if he has the same problems.
I'm really sorry, because I tried several times, exactly what you did, and not a single problem.
I'm sure it is nothing to do with pim.vol, it's just a database. The problem relies in poutlook.exe
Cheers,
.Fred
Great little program, but only works for default contact program. Usinf PI and it does not seem to work. Please help.
Kimba58
You are right, it must be a bug in the contacts app because I just had it happen to me again. I guess I can reinstall PPCContactsMgr! Sorry for the troubles.
Brian

Error encountered for HTCAppointment.exe

Hi together,
If I click on an calendar appointment in the HTC HD2 calendar I get very often the error message "Error encountered for HTCApointment.exe". The same is working if I try to open the appointment in MS outlook! Is there any solution for this HTC calendar problem? :-(
Thanks, alkorsi
Try this:
http://www.htc.com/nl/SupportViewNews.aspx?dl_id=828&news_id=441
I have this with 1.66
I've just put 1.66 on my HTC and I now seem to have the problem of HTCAppointment.exe crashing when I try to look at meeting details on my HD2. I've tried the fix from here...
http://www.htc.com/uk/SupportViewNews.aspx?dl_id=828&news_id=441
but when I try run the EXE on my phone it tells me "this hotfix is not compatible with your device" (even though the download page says "Note: This update is only applicable to all ROM Version.").
Anyone know of any other fix for this?
Maybe someone can send me the HTCAppointment.exe from their device?
Thanks
Are you importing your appointments from somewhere?
There's a possibility you have a corrupt appointment?
I'll upload my .exe if this isn't the case.
HTC Appointment.exe
You'll probably have to disable HTC Sense to copy it in
Using total commander will make it easier
Hope this helps
Thank you very much : it solved the translation problem in the latest Energy ROMs.
It's a 2011 version, but still close enough to the 2018 version I'm replacing to be able to use the same HTCAppointment.exe.040C.mui and behave correctly with the rest of the appointments tab.
I recently found that most of the residual problems came from using WWE builds of executables in localized ROMs.
Though the correct MUI files are present, these programs are simply unable to find and use them, despite the correct country code in the registry ! Even worse : some of them are even unable to run at all in a localized environment !
In our case (european languages), we absolutely need "WesEU" tagged programs, not "WWE" tagged (this information is sometimes accessible from the program's property under Windows, that's how I finally understood what was happening).
Since NRGZ28 builds his ROMs from WWE versions then introduces localized elements, he forgets a lot of WWE only programs in them.
I'm having hard time chasing them all out to put the right versions in my CAB !
The previous one I tracked down was WorldCard Mobile.

HTC Messaging Client

@ admin: if this thread is not in the right forum, please feel free to move it. I am not sure where to put it.
Guys,
I found a new version of the HTC Messaging client version HTCMessaging_Client_1_8_20152127_00. It is a part from a new rom version 2015. I have all the files (see attachment), but I don't know how to make a cab file from it. Also I am not sure if all the files are the correct WWE files.
Anybody to help?
eddyve said:
@ admin: if this thread is not in the right forum, please feel free to move it. I am not sure where to put it.
Guys,
I found a new version of the HTC Messaging client version HTCMessaging_Client_1_8_20152127_00. It is a part from a new rom version 2015. I have all the files (see attachment), but I don't know how to make a cab file from it. Also I am not sure if all the files are the correct WWE files.
Anybody to help?
Click to expand...
Click to collapse
these are not WWE
This HTC Messaging Client is from a CHT ROM, right? If that's the case, it might not support other characters than CHT ones! Had such an issue when I tried a SKT-based Messaging Client from Leo_SKT_1.78.911.1 ROM!
I can make a cab for you, but what's news on this version?
New version is MUCH faster... It's now realy usable. Still a lot of bugs while receiviing sms is messaging window.
CAB have proper 409 mui and send button:
Disable Manila > install > reset > Enable Manila
http://forum.xda-developers.com/showthread.php?p=6780053#post6780053
here the cab!
sorry i don't see the post of krogoth! Choose your cab so
how come the file size is so different. 6.68mb vs 2.32mb
superkevx said:
how come the file size is so different. 6.68mb vs 2.32mb
Click to expand...
Click to collapse
Hum now my cab is about 3.3Mo (i update it (V2)) i use compress and he uses normal!
krogoth's .cab installs on energyRom rhodium, plain 2.5 on 23xxx. still checking features, but seems to be fine so far. I'll report speed after restoring SMS from MyPhone.
G-ThGraf's .cab installs, but does not integrate with NRGZ28's sense.
krogoth said:
New version is MUCH faster... It's now realy usable. Still a lot of bugs while receiviing sms is messaging window.
CAB have proper 409 mui and send button:
Disable Manila > install > reset > Enable Manila
Click to expand...
Click to collapse
Thanks for the cab! This is a version without the secure box. Can you please make a cab with the mui for secure box included?
Thanks again, anyway.
I have not tested it yet, but here's HTC Messaging Client v1.8.2016 from the Rom that has Manila 2015 core. I included the 0409 files I use with V1.8.2015. (This is an EXT package is someone wants to create a cab from it)
I also attached the Send key files so you have the send icon, instead of the CHT text where the send icon should be.
i can work on it but i'm curently using manila core 2013
I am desperately waiting for this cab.. Did anyone make a cab out of this..
asim.khan4 said:
I am desperately waiting for this cab.. Did anyone make a cab out of this..
Click to expand...
Click to collapse
I already made this, http://forum.xda-developers.com/showthread.php?t=700495
G-ThGraf said:
I already made this, http://forum.xda-developers.com/showthread.php?t=700495
Click to expand...
Click to collapse
hey G-ThGraf,
i cant seem to get this to work and i have several questions which i'd really appreciate if you could enlighten me.
1) what is the difference between 2015 and 2016, and why the 1 vs 3 mui files?
2) are the steps to delete and restore messages necessary for the installl to work or are they in place to simply protect ones messages? i ask because i dont care about my messages and it is a bit of a pain to delete, save, restore.
3) regardless of how i attempt to do this i always end up with one of two results:
a) i cannot access my text message application at all
b) i can briefly open the text message app, but it quickly closes and i cannot actually access any messages
if it helps at all:
1) i run spb wms3.5.5 and have sense disabled 100% of the time
2) im on a tmous 2.13 rom, stock.
not sure if there is any further pertinent info but i'd love to get this working and it seems others with my setup have it working.
id really appreciate your feedback.
thanks
jason
Originally Posted by jason370
[
hey G-ThGraf,
i cant seem to get this to work and i have several questions which i'd really appreciate if you could enlighten me.
1) what is the difference between 2015 and 2016, and why the 1 vs 3 mui files?
2) are the steps to delete and restore messages necessary for the installl to work or are they in place to simply protect ones messages? i ask because i dont care about my messages and it is a bit of a pain to delete, save, restore.
3) regardless of how i attempt to do this i always end up with one of two results:
a) i cannot access my text message application at all
b) i can briefly open the text message app, but it quickly closes and i cannot actually access any messages
if it helps at all:
1) i run spb wms3.5.5 and have sense disabled 100% of the time
2) im on a tmous 2.13 rom, stock.
not sure if there is any further pertinent info but i'd love to get this working and it seems others with my setup have it working.
id really appreciate your feedback.
thanks
jason
UPDATE:
ive made great strides. despite the fact that i never have sense enabled, this is indeed an integral step in the process (otherwise i just got lucky). so here were my steps to success:
1) back up text messages using spb backup
2) permanently delete all messages
3) disable sense (it was already disabled)
4) soft reset
5) install cab (which was transferred to microSD beforehand)
6) press cancel after install to decline restart
7) DID NOT INSTALL THE MUI
8) soft reset
9) enable sense
10) DIDNT BOTHER TO RETRIEVE MY MESSAGES YET
11) Soft reset
12) checked that messaging worked IN sense (and that is was 1.8)
13) DISABLED sense and now this seems to be working perfectly in SPB winmo shell 3.5.5
updates to follow as i progress deeper down the rabbit hole.
jason
__________________
My Device:
HTC HD2 (Leo)
OS: WM 6.5 '5.2.21892'
ROM: 2.13.531.1 (90963) WWE
RADIO: 2.10.50.26
SPB Mobile Shell 3.5.3
go here if you want a working 2016 messaging client that installs on the rhodium or hd2 (probably others too as long as its wvga): http://forum.xda-developers.com/showpost.php?p=6913148&postcount=746
eddyve said:
@ admin: if this thread is not in the right forum, please feel free to move it. I am not sure where to put it.
Guys,
I found a new version of the HTC Messaging client version HTCMessaging_Client_1_8_20152127_00. It is a part from a new rom version 2015. I have all the files (see attachment), but I don't know how to make a cab file from it. Also I am not sure if all the files are the correct WWE files.
Anybody to help?
Click to expand...
Click to collapse
thanks!thanks!thanks!thanks!

[REG] Enable SMS sent notification

Hi Friends,
Just found a Registry hack to enable SMS sent notification with HTC Messaging
Reg Path : HKEY_LOCAL_MACHINE\Software\Jataayu\Messaging
DWORD : DisableSMSSuccess
DWORD value : 0 --> to enable SMS sent notification
DWORD value : 1 --> to disable SMS sent notification
I have exported this entry using Resco Explorer and attached here.
This hack is working for me on T-Mobile USA HD2 with original ROM .. below are details.
OS Version : 5.2.21892 (21892.5.0.89)
Manila Version : 2.5.20121412.2
ROM Version : 2.13.531.1 (90963) WWE
Please let me know if it works for you too .. also please mention your version information too
Regards,
kekerode
It doesn't work with my ROM
1. OS Version 5.2.21899 (21889.5.0.87)
2. ROM Version 2.10.531.1 (82076) WWE
3. Manila version 2.5.20121412.1
Please advice...
From the HD2 LEO tips and tricks page at http://forum.xda-developers.com/showthread.php?t=583638:
103. Enable Sent SMS Status Notifications
By default, you have no confirmation if an SMS has been sent or not. Now you can enable a pop up message to tell you if an SMS has been successfully sent and even if it has failed. Go to All Settings, Sounds & Notifications, Notifications tab, tap on Event and choose Message: Send failed and check Display message on screen. Next choose Message: Send succeeded and check Display message on screen. Finally you must also make the following reg tweak: HKLM\Software\Jataayu\Messaging\DisableSMSSucess change from 1 to 0.
Works great on my phone. Pop-up message is sort of wrong. You get the notification sound and icon in the taskbar. If you click it, then you get the pop-up message.
On My Device, it doesn't have Send succeeded. Only MMS Send succeeded
My Device doesn't have "Send succeeded" , only "MMS Send succeeded". Can we have sms system like on this attachment?
Because on default system, we cannot add folder on sms. Only email. Please advice. Thanx.
irmanpribadi said:
My Device doesn't have "Send succeeded" , only "MMS Send succeeded".
Click to expand...
Click to collapse
Have you tried scrolling down? This is what my selections look like when scrolled down.
Still different with yours.. like this picture. How to appear like yours?
Phantoms said:
Have you tried scrolling down? This is what my selections look like when scrolled down.
Click to expand...
Click to collapse
What version Tmobile HD2 ROM are you running?
Mine is ROM ver. 2.13.531.1 (90963)WWE with a ROM date of 4/28/10.
My Manila ver. is 2.5.20121412.2
You can find your versions in Settings/About Phone/Software Information
Mine is
1. OS Version 5.2.21899 (21889.5.0.87)
2. ROM Version 2.10.531.1 (82076) WWE
3. ROM date 02/22/10
4. Radio Version 2.08.50.08_2
5. Protocol Version 15.34.50.07U
6. Manila version 2.5.20121412.1
I thing must upgrade ROM...
Thanx,
Irman
I have another solution
it seems that if you have a cooked ROM or something like that then you have nothing inside the Jayatu folder in the reg, i have found that if you go into HKEY_CURRENT_USER/MICROSOFT/INBOX/SETTINGS/SMSNOSENTMSG change from 0 to 1 you can get that msg, now you will get a msg saying sms/mms sent, you will also find in there 2 other items, disable smsdeliveryreceipt and smsdeliverynotify, those deal with receiving a message of confirmation when the sms is received on the other end, but i found this rather annoying (I would use it but I really dont know if i will be charged for these notifications) well I hope this helps.

Categories

Resources