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.
Related
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.
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.
I am very new to this, and have no programming background. I had someone code my app for me, but I'd like to add another feature.
I basically want to call upon a URL with the device's UUID every 15 minutes (example.com/notify.php?uuid=XXX), it will return true or false (based on if they've received the notification), if it returns true... it will return with a json.. the info in the json will be text and url. The text will be the text of the notification that will appear in the status tray (when they pull down), and the URL will be the URL it will go to when they click on it.
This is going to be used to send announcements regarding my app. Anyone have any examples on how to do this? I have basic programming (PHP) so I can change some things.
The right pane of the notification area says "Select a notification" but nothing happens when I select any notification. I have few question for which I need answers.
1. When I go to notifications in the desktop software, I dont see the entire message in a notification and when I click on it, nothing appears on the right. How can I see the full message?
2. While using whatsapp, I keep getting lots of messages like "6 messages from 2 conversations." How do see these 6 messages? Nothing happens when I click on it.
3. For example if I get a whatsapp message from my friend Bob with a message "Hey.... how is it going? wanna make some plan for the evening? im free after 5, leave a message when free", the message will pop up with a full message for a glimpse but it will disappear after a while and then it will go to the notification panel like this:
Code:
[B]John[/B]
Hey.... how is it going? wanna make some p..
Now here if john sends another message, the notification panel will say:
Code:
[B]John[/B]
2 new messages
The second following message will not be shown on the notification panel. While in a meeting or at a place away from my phone, I can use my laptop to view notifications but cannot see because the notifications are grouped with messages like "9 messages from 5 conversations.". Is there any solution to this?
4. I was not able to find notifications in the Web interface of android, It has messages, apps, files, photos, muic, ringtones, videos, call logs, contacts, frequent, screenshot, camera, find phone and help but no notification. Is that to be installed somehow?
5. A lot of search on this brought me to this AirDroid topic of xda. So far I got only one place to look for my notifications. Thats in the C:\AirDroid\AirNotify100.db area. I opened that database in SQLite 3, it had all the fields like OWID, ApkID, Title, Content, MsgID, MsgDate, MsgFrom, Ptype, AppInfo, IsRead but the content and other things are in encrypted form. Any idea how to decode that? I added the decoding question in the general discussion too http://forum.xda-developers.com/android/general/sqlite-3-read-encrypted-messages-t2982672
Thanks
Hi! I am new to android and its my first app.
SMS Hider:com.tech9pedia.dontbother
playdotgoogledotcom/store/apps/details?id=comdottech9pediadotdontbother
SMS Hider is an app which hides SMS from numbers selected by you and stores them separately. It also works for those numbers which are used to send promotional messages. The best thing is that when you select any number to hide SMS then you don’t even receive the notification when the SMS is received by your device. It means complete peace of mind for you and whenever you feel like reading them, you simply need to open the app.
And to prevent the SMS Hider app from intruders, it comes with a fully working Audio Manager as the disguise screen.You can use the Audio Manager to manage audio levels of your Android device. In case, if any one gets successful in bypassing the screen (keep Pressing the audio manager text for few secs) then he/she will still need to enter PIN before he/she can see the hidden messages.
Main Features of SMS Hider:
• Choose any phone number including promotional messages number to hide. You won’t even get notification when you will receive SMS from any of the selected numbers.
• Access all hidden texts from the SMS Hider app via an easy to use interface.
• Add number by typing it either manually or import from your device’s phonebook.
• PIN protect app with PIN of your choice along with fully working Audio Manager as the disguise screen. No restrictions over choice of length for adding PIN although we aren’t responsible if you choose an easy to crack PIN
• Filter hidden SMS by date or sender’s name.
• Reply to SMS, forward SMS, Share it with others and copy to clipboard.
• Muti-select option to delete hidden SMS and Sort SMS by time.
The app is still in BETA phase so you might face a few small problems.
If you have any more features in mind which you would like to see in the app then share them via comments.
PS: Its compatible only up to android 4.3 or earlier version. If anyone knows how it could be made compatible with kitkat & higher version, the help would be appreciated.
Thanks in advance for using the app.