Application Feedback

There are no posts in this forum.

Also by this Developer

Screenshot of WM_ApplTrigger

Trigger Application under Windows Mobile with Message Interception

wdorf

18/10/2007


Screenshot of DrugArranger2

is a reminder for your daily medicine intakes. It reminds you when to take a dose and alerts someone by SMS if you missed it.

wdorf

14/01/2008


Files

Information

You need to be logged in to Betavine before you are able to download applications.

  • Version 1.0

    Release Date 2007-08-30 12:54:44.0

    Download count 36

    Platform Windows Mobile


  • Version 0.1b

    Release Date 2007-08-30 12:46:20.0

    Download count 33

    Platform Windows Mobile


  • Version 0.1b

    Release Date 2007-08-30 12:49:36.0

    Download count 35

    Platform Windows Mobile


  • Version 1.0

    Release Date 2007-08-30 15:37:41.0

    Download count 34

    Platform Windows Mobile


Application Profile

Screenshot of WM_ApplTrigger

WM_ApplTrigger

Trigger Application under Windows Mobile with Message Interception

wdorfdeveloped by wdorf

downloaded 138 times

4 files uploaded

Last updated Thu, 18 Oct 2007 20:00:48

Created Thu, 30 Aug 2007

Description

Application Trigger messages are SMS-based messages targetting specific applications on a mobile phone. These messages can be used to execute applications or perform actions within applications, without explicit user input. This project focuses on the use of these Application Trigger messages to interact with Windows Mobile Pocket PC or Smartphone applications.

Requirements

  • Visual Studio 2005 or similar development tool
  • Windows Mobile SDK 5 or 6

Usage Instructions

Download the Visual Studio 2005 projects and/or the Vodafone.betavine.dll. Further details are given in the article: "Application Trigger Messages on Windows Mobile".

Reported Feedback

Information

This table summarises the feedback received by the betavine.mobi web site.

The Compatible column indicates how many devices have been reported as compatible. Conversely the Incompatible column indicates how many devices have been reported as incompatible.

RSS Feed wdorf's Developer's Log for WM_ApplTrigger

Forms and SMS

Posted on 7/08/2007 at 12:52 by Kaz.. (Kharsim.net) on different blog:

Forms elements cannot be inherited in Visual Studio 2005. Hence including the above described exit/disable menu items could not be done in SMSLaunch: It’s possible to pass Form identifiers across class’s using constructors or setter methods, however its better to pass Form elements such as a 'MenuItem' across, in order to provide more general util class.

Under C# only text messages can be send. Is it possible to send BLOBs by overloading the SMS protocol: Currently no support for Blobs, however MessageInterceptor was designed to support ‘typeof(EmailMessage)’ along with ‘typeof(SmsMessage)’ with emails overcoming size limitations.. however the email interception option is mearly a pointer at this point and was never fully implemented (possibly NETCF 3.5 may fix that). However despite the character limitations in the SMS MessageInterceptor its today quite useful in triggering external data downloads from the web and can be used in a simliar fashion to MMS messeages to trigger large movie downloads or content from a webserver.
posted by wdorf wdorf  |  View Comments (0)  |  Add Comment  | 

How to use

The article Application Trigger Messages on Windows Mobile gives detailed information how to use the classes included in this project.
posted by wdorf wdorf  |  View Comments (3)  |  Add Comment  |