Dont work SMS sending button in WM6 - Upgrading, Modifying and Unlocking

Hello all. I am engaged in development WM6 rom for MPX200 (SP). The system works well, but yesterday I found a very serious problem: then i'm click "Send" button in SMS writing form - nothing happens! Why can it be?
I tryed to insert sms.dll and sms_providers.dll from WM5, and WM6 emulator build, but it did not help. Also i tryed to insert tmail application with outres.dll and outlook.exe... Dont work
My registry values:
[HKEY_LOCAL_MACHINE\Comm\Cellular\SMS\Protocols\WDP]
"Name"="Microsoft WDP SMS Protocol"
"DLL"="SMS_Providers.dll"
"ExportPrefix"="WDP"
"Priority"=dword:20
[HKEY_LOCAL_MACHINE\Comm\Cellular\SMS\Protocols\WCMP]
"Name"="Microsoft WCMP SMS Protocol"
"DLL"="SMS_Providers.dll"
"ExportPrefix"="WCMP"
"Priority"=dword:25
[HKEY_LOCAL_MACHINE\Comm\Cellular\SMS\Protocols\Broadcast]
"Name"="Microsoft Broadcast Message SMS Protocol (Receive Only)"
"DLL"="SMS_Providers.dll"
"ExportPrefix"="Broadcast"
"Priority"=dword:30
"AppName"="\\Windows\\tmail.exe"
"Params"="-Text"
[HKEY_LOCAL_MACHINE\Comm\Cellular\SMS\Protocols\Text]
"Name"="Microsoft Text SMS Protocol"
"DLL"="SMS_Providers.dll"
"ExportPrefix"="Text"
"Priority"=dword:10
"AppName"="tmail.exe"
"Params"="-Text"
[HKEY_LOCAL_MACHINE\Comm\Cellular\SMS\Protocols\Class2]
"Name"="Microsoft Class2 SMS Protocol"
"DLL"="SMS_Providers.dll"
"ExportPrefix"="Class2"
"Priority"=dword:13
"AppName"="tmail.exe"
"Params"="-Class2"
[HKEY_LOCAL_MACHINE\Comm\Cellular\SMS\Protocols\Notification]
"Name"="Microsoft Notification SMS Protocol (Receive Only)"
"DLL"="SMS_Providers.dll"
"ExportPrefix"="Notify"
"Priority"=dword:15
"AppName"="tmail.exe"
"Params"="-Notification"
[HKEY_LOCAL_MACHINE\Comm\Cellular\SMS\Protocols\Status]
"Name"="Microsoft Status Message SMS Protocol (Receive Only)"
"DLL"="SMS_Providers.dll"
"ExportPrefix"="Status"
"Priority"=dword:5
"AppName"="tmail.exe"
"Params"="-Status"
[HKEY_LOCAL_MACHINE\Comm\Cellular\SMS\Protocols\Raw]
"Name"="Microsoft Raw SMS Protocol (Receive Only)"
"DLL"="SMS_Providers.dll"
"ExportPrefix"="Raw"
"Priority"=dword:0
"AppName"="tmail.exe"
"Params"="-Text"
Please, help.

And, sorry for bad english

edited i can resolve this problem

we find the system sms program can send the sms message! you can save the message to draft box after finishing typing the message, then move the draft message to out box, the system sms will send the message immediatly. In fact, when you press the send button, system really do something but cannot complete the process.

Is it ok?............

i am waitting for the wm6 for mpx200 which can sending sms~

Related

RIL -> MSG: RAW

Hello,
I try to receive 8-Bit-Formaten System-SMS with my MDA now.
In the RIL.H there is the beginn of an description for the RAW-Format of a SMS. I think, there's missing some fields. Has someone of you an idea, which attributes should be add else? (MessageTyp is Hex 0x0800002)
My target is to read the SMS-Basics (all 256 Bytes) - independet from the type etc.
Greetings from hannovre,
Andreas )
If you are talking about the sample application using RIL (TSTRIL.exe) then it outputs the message in PDU Format..... You need to convert it into text format to understand..... The link that describes it is
http://www.dreamfabric.com/sms/
In the case of the example only the Message (in Hex form) is output'ed.
I have a C implementation of this algorithm.Please tell me if you need it...
I hope this is what you were asking......
Imran Arshad

ALL rgu to hv conversions are wrong!!! WHY?

Has anyone else noticed that the HV to RGU and RGU to HV convertors Suck.
None of them work properly and they throw load of errors up.
Below is an example of what i am getting:
[HKEY_CLASSES_ROOT\CLSID\{BDE41C5F-EB7D-4c3d-8C9C-12D8F68B24D9}\InprocServer32]
"ThreadingModel"="Free" @="\\Windows\\sqlceca30.dll"
[HKEY_CLASSES_ROOT\CLSID\{86132628-1DA5-489c-9EB9-49B39B9A5583}]
@="Active SSCE remote data access Object"
[HKEY_CLASSES_ROOT\CLSID\{86132628-1DA5-489c-9EB9-49B39B9A5583}\ProgID]
@="SSCE.RemoteDataAccess.3.0"
[HKEY_CLASSES_ROOT\CLSID\{86132628-1DA5-489c-9EB9-49B39B9A5583}\InprocServer32]
"ThreadingModel"="Free" @="\\Windows\\sqlceca30.dll"
[HKEY_CLASSES_ROOT\CLSID\{455c3e04-bfe9-4089-8622-f2464ec3fddb}]
@="SSCE Active Sync Engine Object"
[HKEY_CLASSES_ROOT\CLSID\{455c3e04-bfe9-4089-8622-f2464ec3fddb}\SSCE Active Sync Engine Object]
@=""
[HKEY_CLASSES_ROOT\CLSID\{455c3e04-bfe9-4089-8622-f2464ec3fddb}\ProgID]
@="SSCE Active Sync Engine.3.0"
[HKEY_CLASSES_ROOT\CLSID\{455c3e04-bfe9-4089-8622-f2464ec3fddb}\InprocServer32]
"ThreadingModel"="Free" @="\\Windows\\sqlceca30.dll"
As everyone can see these are all wrong, when i try to process back from rgu to hv i get error messages, and the only way to get rid of the error messages is to do this:
[HKEY_CLASSES_ROOT\CLSID\{BDE41C5F-EB7D-4c3d-8C9C-12D8F68B24D9}\InprocServer32]
"ThreadingModel"="Free"[HKEY_CLASSES_ROOT\CLSID\{BDE41C5F-EB7D-4c3d-8C9C-12D8F68B24D9}\InprocServer32]
"ThreadingModel"="Free"
@="\\Windows\\sqlceca30.dll"
[HKEY_CLASSES_ROOT\CLSID\{86132628-1DA5-489c-9EB9-49B39B9A5583}]
@="Active SSCE remote data access Object"
[HKEY_CLASSES_ROOT\CLSID\{86132628-1DA5-489c-9EB9-49B39B9A5583}\ProgID]
@="SSCE.RemoteDataAccess.3.0"
[HKEY_CLASSES_ROOT\CLSID\{86132628-1DA5-489c-9EB9-49B39B9A5583}\InprocServer32]
"ThreadingModel"="Free"
@="\\Windows\\sqlceca30.dll"
[HKEY_CLASSES_ROOT\CLSID\{455c3e04-bfe9-4089-8622-f2464ec3fddb}]
@="SSCE Active Sync Engine Object"
[HKEY_CLASSES_ROOT\CLSID\{455c3e04-bfe9-4089-8622-f2464ec3fddb}\SSCE Active Sync Engine Object]
@=""
[HKEY_CLASSES_ROOT\CLSID\{455c3e04-bfe9-4089-8622-f2464ec3fddb}\ProgID]
@="SSCE Active Sync Engine.3.0"
[HKEY_CLASSES_ROOT\CLSID\{455c3e04-bfe9-4089-8622-f2464ec3fddb}\InprocServer32]
"ThreadingModel"="Free"
@="\\Windows\\sqlceca30.dll"
@="\\Windows\\sqlceca30.dll"
[HKEY_CLASSES_ROOT\CLSID\{86132628-1DA5-489c-9EB9-49B39B9A5583}]
@="Active SSCE remote data access Object"
[HKEY_CLASSES_ROOT\CLSID\{86132628-1DA5-489c-9EB9-49B39B9A5583}\ProgID]
@="SSCE.RemoteDataAccess.3.0"
[HKEY_CLASSES_ROOT\CLSID\{86132628-1DA5-489c-9EB9-49B39B9A5583}\InprocServer32]
"ThreadingModel"="Free"
@="\\Windows\\sqlceca30.dll"
[HKEY_CLASSES_ROOT\CLSID\{455c3e04-bfe9-4089-8622-f2464ec3fddb}]
@="SSCE Active Sync Engine Object"
[HKEY_CLASSES_ROOT\CLSID\{455c3e04-bfe9-4089-8622-f2464ec3fddb}\SSCE Active Sync Engine Object]
@=""
[HKEY_CLASSES_ROOT\CLSID\{455c3e04-bfe9-4089-8622-f2464ec3fddb}\ProgID]
@="SSCE Active Sync Engine.3.0"
[HKEY_CLASSES_ROOT\CLSID\{455c3e04-bfe9-4089-8622-f2464ec3fddb}\InprocServer32]
"ThreadingModel"="Free"
@="\\Windows\\sqlceca30.dll"
You have to manually site there pressing return all the way through BOTH registry rgu's
what is the problem with this. does anyone else get this?
I have been sat here for 3 hours trying to get all of the entries on separate lines.
there has to be a faster way of doing this?
are you seriously trying to tell my that JJ, Sleuth, Schaps etc etc all sit there for hours pressing return?
No i dont think so, so it is possible that someone can enlighted me as to what i am doing wrong
thanks
bennec83
Ive never experienced any errors with rgu to hv and voce versa conversions. I'm still using CORE's Kitchen!
Set 'Wordwrap' to 'off' when editing if using Notepad.
And make sure you set it to Unicode and not ANSI...
You have to check a few things.
1) REGEDIT4 at the top of the file
2) wordwrap is off
3) Save as Unicode
4) Leave a blank line at the last part.
bernardryan said:
And make sure you set it to Unicode and not ANSI...
You have to check a few things.
1) REGEDIT4 at the top of the file
2) wordwrap is off
3) Save as Unicode
4) Leave a blank line at the last part.
Click to expand...
Click to collapse
Right.
Never 'take for granted' every details.
make sure you have both .dll's present in the directory when you make the conversions (cereg400.dll & msvcr71.dll).
i had similar issues and found out I forgot to copy one of them althou everything "seemed" to work fine.
cheers,
dan
Somewhat related issue ... any help appreciated...
I'm trying to build a package for one of the apps I always use. I have been somewhat successful, but I see (when doing a WinDiff comparison on REG dumps before and after CAB installation), that there are several more Registry Entries created than can be gleaned from the CAB file. Several of these REG entries include a CLSID.
I used one of the online GUID generators to provide me with the GUIDs for the DSM and RGU files ... no problem.
But the CLSID entries already in my registry dumps obviously don't match this ID. So, do I:
1) make the CLSID entries in my RGU to match the ones in my REG dump?, or
2) make the CLSID entries in my RGU the same as the ones generated for my DSM and RGU files?, or
3) Change the GUID numbers on my DSM and RGU to match those of the REG dump?
Does it matter WHICH way I do it? Do my GUID numbers need to match the CLSID numbers at all?
Any help would be greatly appreciated.
Thanks a lot,
-pvs

New SMS

Hi,
I am trying to change one of my soft keys to "Compose a new SMS" but I am unsure of what file needs to be launched to allow me to compose a new SMS, could someone point in the right direction? I am running WM6 with vp3G 3.62.3 rom. Thanks guys!
I believe a shortcut like this will do it:
20#\Windows\tmail.exe -service "SMS"
And you can check this thread out.
you can also check this thread...
http://forum.xda-developers.com/showthread.php?t=359458&page=33
New Menu for WM5 (also works for WM6 of course) might be worth checking out. It is hands down the most useful program I have on my hermes.
Do this registry edit (note : 113 is for right softkey, 112 is for left)
[HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\TODAY\KEYS\113]
Open = windows\tmail.exe -service "SMS" -to "" -body ""

How to make shortcut link for call/sms?

Does anybody know, how to create shortcut link for call/sms on phone number in .lnk file?
for sms create a .lnk file containing this:
19#:MSINBOX -service "SMS" -to ""
for a specific number, use this:
19#:MSINBOX -service "SMS" -to "your contact's number here"
For call shortcuts, i use this:
http://www.vijay555.com/?Releases:VJPhoneTools
specifically VJDialer
VJDialer is used the same as the old version,
eg: "\Program Files\vijay555\VJDialer.exe" 07812 1234567
will dial 07812 1234567
what for new mms?
19#:MSINBOX -service "MMS" -to "phone number"
it does not work in WM6 (sorry i do not have excalibur)
trv said:
it does not work in WM6 (sorry i do not have excalibur)
Click to expand...
Click to collapse
which one doesn't work?

need help on how to increase photo resolution/size for incoming MMS

anyone know how to increase the photo resolution/size for incoming MMS? please help!
This will do the trick!
Change the current settings to this:
HKLM - Software - Arcsoft MMS UA - Config - mm1 - WspHeader
Then, edit the key "User-Agent" to:
NokiaN95/11.0.026; Series60/3.1 Profile/MIDP-2.0 Configuration/CLDC-1.1
Now, edit the key "Profile" to:
http://nds1.nds.nokia.com/uaprof/NN95-1r100.xml
whoa man, im nub, please run step by step and explain the acronyms please lol

Categories

Resources