Shortcut icon MMS counter with LED notification - Windows Mobile Development and Hacking General

Hi, I need a sms, mms, missed call counter that could be placed in ilauncher (or other shortcut launchers) or in a very minimal today plugin. This could also be expanded if someone wish to include other data logging in term of gprs use, call time, sms use ect.
The only one that is really needed by me is a mms counter as you get no menu bar or LED notification on this.
I have looked on SBSH for this type of counter & nothing is available yet.
Could someone create an icon for use in any shortcut program that would change when a mms was received & make the LED flash or could MortScript achieve this.
An Icon to be loaded as a shortcut would be great as it would keep things very minimal & be very adaptable to individual devices.
How possible is this & has anybody got time to have a go at coding it.
I know today plugin counters already exist but none are minimal enough for me in terms of screen footprint !
Well thanks in advance for any replys/help with this.
Kind regards, Mister B.

Related

missed call notification

Recently got my hands on an XDA2, so you could say I am a newcomer to the world of the pocket pc.
One little gripe that I am hoping to sort out is the lack of notification when I have a missed call.
All that shows up is a small handset icon in the top navbar. Whereas all my other alerts display a speech bubble on the screen.
I have tried selecting 'display message on screen' from the notifications settings, but this doesn't change anything.
If anyone has any ideas how I can sort this out I would be grateful
Cheers.
try using MY|PHONE 1.4 plugin ... it's freeware
If you tap the missed call icon, it's supposed to display a notification bubble telling you how many calls you've missed. The bubble also shows a button that will open the Call History window where you can see your missed calls.
Thanks for your responses, i'm trying out Myphone now, I'll see how that goes, then consider hudsonmobile.
Cheers
If you go into Settings, Notifications and Alerts I think it is, you can alter the behaviour of the diodes on the top to notify you of many things.
Doing this, you don't even need look at the screen etc to see if 'something has happened' such as a missed call, sms etc.
I've downloaded and installed myphone 1.4, but after installation nothing shows up on the programs or settings tab. And when I check the install directory through file explorer, there are no files in the myphone directory.
I am presuming that I have downloaded a duff file. Can anyone point me in the direction of download sites for this.
Cheers
cheapapples said:
I've downloaded and installed myphone 1.4, but after installation nothing shows up on the programs or settings tab.
...
I am presuming that I have downloaded a duff file.
Click to expand...
Click to collapse
I don't think so. I never used that software myself (which means I'm just guessing here), but iirc MyPhone is just a Today Screen plugin. This means, go to Start -> Settings -> Today-> Elements, and check that it's listed there and has a check mark next to it.
Note that the OS has a limit on the number of Today Screen plugins it will display simultaneously. So, if you installed too many, some will simply not be displayed on your Today Screen.
Cheers
Daniel
got it, cheers daniel.
located - start> settings> today> items>
Checked the MYPHONE box and it's on my today screen now.
Once on the today screen, it is possible to tap and hold for additional settings.
Thanks for your reply.

Kiosk mode & some questions

Hi,
my application on Windows Mobile 5.0 shall run in kiosk mode. Therefore, I've disabled the TaskBar and did some other stuff. Basically, it works great, but I'm still having a few problems:
1. When I hide the taskbar, also the "OK" Button which is needed by some dialogs gets hidden. Therefore, when the user e.g. wants to change communication/GPRS settings, there is no way to accept the changes or close the regarding dialogs. (I have to use these sort of things provided by the operating system - thus, the OS is not entirely hidden).
Is there any possibility to simulate the TaskBar's OK button within my own application? (E.g., by sending a certain Windows-Message indicating the OK-Button pressed?)
Or, alternatively, is it possible to just hide some parts of the TaskBar (e.g., the Start Button) and keep the OK button, clock, and GSM status visible??
2. Somestimes, there appears a system-notification window, e.g. notifying the user about establishing a GPRS connection, or regarding failures. Is it possible to intercept these dialogs and to hide them, or just to disable them such that the user can see it, but tapping the "Cancel" or "Settings" button won't cause any action?
I'm working with Visual Studio 2005/windows Mobile 5.0 SDK in visual c++ and I'm using the HTC ARTEMIS device
Kind regards,
Günther
1. You can send WM_COMMAND with wParam = IDOK.
It must work, because it's how app handle it!
Is there anything I have to consider when sending WM_COMMAND system-wide? A simple PostMessage(NULL, WM_COMMAND,...) seems not to work. Do you see any possibility to get a Windows handle to the active application that should receive the WM_COMMAND message?
Or do you have any idea how applications tell the TaskBar to show the OK or Cancel button? I think this happens via system-wide windows messages, doesn't it? But which messages, and how to intercept them???
Any help is still highly apprechiated (it seems that nobody else did ever have this problem, also in various fora I couldn't yet get an answer... )
I have the same problem with the ok buttom. My PDA have 1 buttom for the camera, so I use this buttom like an OK buttom, for now.
But I´m still trying to make the ok buttom be operacional on the blocked taskbar.

WM6 Standard - Resource for Theme Development

I am looking for a resource to help me with custom theme development.
I would like an XSLT/API for the XML that defines themes -- I have been unable to find anything like this.
I do not know the tags I can use for each plug-in, their attributes or values.
Thanks
--------------------------------------
http://www.blackjack2.com
If there is no known resource (i couldnt find anything on MSDN for the microsoft plugins) does anyone know how to:
1) Make the Missed Calls plugin label invisible, but still take up the the space on the screen? When i have no missed called the "Missed Calls" plugin collapses to a height of 0px, shifting everything up.
2) How can i set a specific plugin to have focus when going to the main screen - currently the top-most plug-in receives focus by default.
anyone have any ideas on this?
why dont get a homescreen that support it and read....this is the way i learned how to make homescreens.

Modding the SMS\MMS Screen

Does anyone know how I might be able to change the default lower toolbar buttons in the SMS\MMS screen? At present the options are "Delete" & "Menu" and I want the 'delete' to be replaced with 'New SMS', it seems daft to have a 3 stage process just to send a quick SMS. A new message menu would be an acceptable compromise but I'd prefer a direct link to an SMS since I use those the most by far.
Are there any registry mods that I can implement to do this?
I'm using the official 6.1 WWE rom by the way.
I use a program called WM5 New Menu and used M2DC to make my left soft key launch it from the today screen. Basically it allows me in one press to create new SMS, Appointment, Contact etc. Its quite configurable.
i know what he wants, and that's not it. isn't there some way to change it within the program?

Try this! (more stuff added)

Ok, by now you probably know HTC's nice text selection tool. To use it, write some words in a HTC application (like the text message composer), then tap-and-hold somewhere in the text. You get one handle to move around, or two if you want to select a precise part.
But there's more. Change "HKLM/Software/HTC/TextSelection/EnableMagnifier" from 0 to 1. Now activate the text selection tool again as described above and try moving the single handle around...
Nice catch. Can be helpful in tight selections. I've been looking through the reg. So much stuff disabled... Why does HTC do this? They could've placed it as an option on SMS menu...
Thanks. Added to tips thread.
Maybe they disable it so we at XDA have something to do until HSPL is released
Some other simple but cool things I discovered:
* You can use the album app to crop pictures. Just pinch-to-zoom until the part you want fills the screen, then tap the screen, tap the icon on the bottom right and choose the second option from the menu. In Dutch it's called 'Schermafbeelding opslaan'. It will save a cropped copy of your pic.
* Here's a registry entry I found: "HKLM/Software/HTC/Manila/InternetPush/EnablePushInternet". It's set to 0 by default. I'm not really interested in push internet, so I haven't experimented with this, but it seems you can enable it if you want.
* Sometimes touch scrolling gets in the way of selecting text. If you want to select text, the solution depends on the context, but to start you just tap-and-hold anywhere:
-- In Opera, you can switch text selection on/off in the context menu;
-- In some apps (like while reading an e-mail message) you get a pop-up menu where the first option is 'make selection' ('selectie maken' on my Dutch device);
-- In Word, just before the pop-up menu appears, you see this: '[T]'. As soon as it appears, move your finger and you'll be able to select text!
* If you like the Footprints app but prefer full size pictures to those square 'polaroids', there's an option to save a full sized copy whenever you create a 'Footprint' (Footprints tab -> Menu -> Settings).
* The 'me' entry in the People app stores your 'owner' info. I know this is widely known by now, partly because I've been posting it everywhere, but I still see so many people complaining they can't register their applications (Resco stuff, SKtools)... because the can't find the old owner info icon. I have registered both Resco Explorer and SKtools perfectly fine without ever bringing the owner info icon back.
I haven't ever been able to get the Text Selection sliders to work on a custom rom even after setting the registry value to 1.
This is an awesome feature and I can't understand why it doesn't work.
leepriestenator said:
I haven't ever been able to get the Text Selection sliders to work on a custom rom even after setting the registry value to 1.
This is an awesome feature and I can't understand why it doesn't work.
Click to expand...
Click to collapse
you know it only works in text messaging, right? (well, some other htc apps too, apparently, but i couldn't name another one i've seen it in)
Yes of course... I'm aware that it only works in the realm of Sense specifically mail and text. I can do the standard selection thing but I just can't seem to get the sliders.
Any ideas?
hmm, well a common mistake I've come across a few times is people not pressing select the first time.
firstly go type some text into a new text message. (not sure where the idea it works in email came from, certainly doesn't on mine.)
ok, press and hold should bring up a cursor and the words "select|select all.
use the single sljder to set the start(or end, whichever) press 'select' nd now a second slider should join the first, enabling you to select.
Thanks for the responses guys, but as it turned out, I didn't realise that Energy ROMs are stripped of the HTC Messaging Module and that seems to be the only place where this 'feature' works.
It's a shame that's it's not available system-wide considering how easy it makes life.
I installed the HTC Messaging Client and voila, it was it there! but that excitement was short lived considering how bad HTC's messaging client is.
hah couldn't agree more. with the magnifier too its great ,, just never gets used.

Categories

Resources