Show READ SMS count - General Topics

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.

Related

SMS path?

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!

[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.

[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...

MOD SMS

Hello,
after some research I didn't get the complete solution for my problem so I'm here to explain it and try to find out a solution.
So, as mentionned in the title, my issue is with the stock sms application in Nougat. (for MM, there is a solution but it's not applicable for N)
Does anyone know how to change the SMS parametres ?
Is there any mod to send sms to more than 20 person at a time and to send more than 1530 letters ?
I've found that we can change de parameter to disable the conversion of sms to mms on the file other.xml (found on /system/csc)
but, I've noticed that if I leave the parameter of conversion from sms to mms, I can continue to write after 1530 characters (which is 10 texts) and then it converts to mms but if I disable the conversion, it blocks... so there should be a parameter to change the limit of 1530 characters (or 10 texts) somewhere, anyone have any clue ?
Besides, I've added the line
<CscFeature_Message_RecipientLimit>250</CscFeature_Message_RecipientLimit>
to change the limit of recipient but nothing doing ! Does anyone know if it's the right place ? Else where should I add this line ? (does this line is correct by the way ?)
Thank you for your help,
Gonna be easier to use another SMS app like Evolve SMS or Textra SMS etc
https://play.google.com/store/apps/details?id=com.klinker.android.evolve_sms
https://play.google.com/store/apps/details?id=com.textra
Hello,
Thanks for the reply but obviously it's not the solution I'm searching for...
Does anyone have other ideas ?
Thank you,

Categories

Resources