SMS path? - Palm Treo 750

Hi am trying to set up rlToday, and my SMS button keeps taking me to mail application. SMS button is currently configured as follows:
<Image x="5" y="15" source="bg_s.png" />
- <Text text="SMS" x="26" y="17" alignment="Center" color="RGB(160, 160, 160)">
<Font size="16" weight="bold" font="Tahoma" />
<OnClick File="\Windows\tmail.exe" />
</Text>
- <Registry key="HKEY_CURRENT_USER\System\State\Messages\sms\Unread\Count" unknown="0" x="27" y="33" alignment="Center" color="RGB(230, 230, 230)">
<Font size="20" weight="bold" font="Tahoma" />
<OnClick File="\Windows\tmail.exe" />
PS: SMS counter does display SMS count correctly, just wont take me to SMS app when clicked
What would be the correct path in order to take me to SMS inbox (on a Treo 750 WM5)?
Thanks so much!!

FYI:
Just in case anyone else has the same problem I did. I was able to solve, by creating a text file with the following line on it:
20#"\Windows\tmail.exe"-service "SMS"
I named this file sms.lnk
I then saved sms.lnk to \windows on ppc and used <OnClick File="\Windows\sms.lnk" /> as the path for sms button.
Took me forever to find the solution, and with the help of a very kind person on another board, I was able to get it working.
I hope this helps some newbie out there

\Windows\Messaging.exe - take a look at that...

cincy1020 said:
FYI:
Just in case anyone else has the same problem I did. I was able to solve, by creating a text file with the following line on it:
20#"\Windows\tmail.exe"-service "SMS"
I named this file sms.lnk
I then saved sms.lnk to \windows on ppc and used <OnClick File="\Windows\sms.lnk" /> as the path for sms button.
Click to expand...
Click to collapse
It worked with iPhoneToday on an Eten x500+. Thank you!

Related

Show READ SMS count

I am wondering if it's possible in the SMScount plugin to show read SMS, I've tried the <readSMS> and <allSMS> tags and they don't work. Essentially, I'd like
<text>SMS : <unreadSMS /> / <readSMS /> </text> from the XML home, showing how many SMS there are in total; SMS : 5 / 219
Anybody know the tag to use?
Thanks.

[Q] how to get newsms or missedcalls CONTENTS on today (HS++)

Im designing today screen for my device via HomeScreen++.
The main idea that it must be minimalistic with only information that i need.
As i thought hard, the main info is clock/date and all kinds of reminders (tasks, missedcalls, sms). To make this info more helpfull(still a lot of unused screen area) - it must contain not only counter of calls & sms but its CONTENTS.
That is a philosophy.
But also a problem. Is there any way to get callers info and sms contents into homescreen's *.xml?
this is a part of my rlToday xml which reads unread messages and missed calls:
Code:
<Registry key="HKEY_CURRENT_USER\System\State\Phone\Missed Call Count" x="65" y="136" color="RGB(255, 255, 255)" unknown="0">
<Font size="22" font="Tahoma" />
<OnClick File="\Program Files\callhistory.exe"/>
</Registry>
<Registry key="HKEY_CURRENT_USER\System\State\Messages\sms\Unread\Count" x="65" y="169" color="RGB(255, 255, 255)" unknown="0" >
<Font size="22" font="Tahoma" />
<OnClick File="\windows\tmail.exe" command='-service "SMS"' />
</Registry>
hm, that's pretty easy, i've got counters on mine today too.
I've been asking about a "CONTENTS"
it means that i want to see who's been calling me, from whom this sms and what's in it. And I want to see this info right on my today screen. That's the idea.

Intercepting Notifications

I'm working on a program to handle SMS/MMS messages a little differently. As part of that, I'd like to add an option for a different alert when a message arrives. Can anyone explain (or point me at some documentation) how to:
* Detect a new message notification is needed
* Read the contents of the notification so that the message can be displayed in a custom window
Ideally, I'd eventually like to expand this to all notifications (calendar, voice mail, etc...) but right now I'm just focused on SMS. I have seen the docs on the Status and Notification API, but all this seems to provide is the number of messages in the system. What I'd really like to do is intercept the built in notification system and substitute the messages with my own.
Any help or direction would be very much appreciated.
from an xml
Code:
<Registry key="HKEY_CURRENT_USER\System\State\Messages\sms\Unread\Count" x="65" y="169" color="RGB(255, 255, 255)" unknown="0" >
<Font size="22" font="Tahoma" />
<OnClick File="\windows\tmail.exe" command='-service "SMS"' />
</Registry>
to read the contents.. you can ask a user named nicodega.

How to create ShortCut to INBOX, OUTBOX and SENT-ITEMS

HELP! How to create ShortCut to INBOX, OUTBOX and SENT-ITEMS??
I need your help guys, I've tried every possible ways I can but in vain.
The following parameters to "tmail.exe" doesn't seem to work as it should:
30#windows\tmail.exe -service "SMS" -open "Inbox"
I want it to take me directly to my "inbox". Instead, it takes me to "outbox" or even "sent-items" if those were the last sessions I left. For example: I'm reading inside "outbox" afterwards I close messaging. When I tap the shortcut, it takes me to "outbox" and not "inbox" where i intent it to be!
I even tried other variations like (-transport "SMS" -open "Inbox") but no luck.
Here's what I need: A parameter that takes me directly to "Inbox" just "Inbox" and nowhere else. A shortcut to "outbox" or "sent items" is also appreciated.
thanks in advance

[Q] tmail parameter help

I've looked all over without finding what I'm looking for, I've also tried many many param lines but can't make it work??
I want to set a tmail param to take me to a unread sms instead of my inbox. This Parameter:
Code:
\Windows\tmail.exe -service "SMS"
This takes me to my inbox but I want to be able to go to the new sms when received like Win does it in its lockscreen...

Categories

Resources