Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
Mobile SMS Remote





Mobile SMS Remote
Version: 1.0

Platforms: Pocket PC


Categories: Internet & Communications

Upload date: 16 Aug 11

Developer: Chris Craft

License: Freeware

Downloads: 149

File Size: 82 Kb
Download Free Mobile SMS Remote 



Rating: 2.0/5 (Total votes: 2)




  Mobile SMS Remote - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.

People can use SMS to send and receive information through text messages, but with the power of Windows Mobile it is easy for application to send and receive commands and data. There is a big movement for software to expose its features and functions to other programs. But image a world, that probably isn't too far, where your mobile device has it's own API that you and others can use to access its data and functions.

Where could this be useful? Well many companies need the ability to send "Alerts" of some kind to their workers. It is easy to use the Windows Mobile SMS API to have a custom written application that check for specially "tagged" SMS messages.

SMS Remote is an application that could run on two or more Windows Mobile device and allow each of the phones run to support "commands" on the phones. For example, a user could get the date and time of another device running SMS Remote. Or the user could run a command to get the other phone's current GPS location information. The possibilities are limitless. Both devices are both servers and both clients in other words a very simple peer-to-peer network using SMS technology. How cool is that?

What if sometimes we don't want others to be able to run commands on our device remotely? First of all we could always exit the application. The application must be running in other to execute remote commands. Be I have also added an "Allow Remote Commands" feature.

How can we send SMS remote commands? Use the SMS command ComboBox and choose a command, and enter the remote device's phone number. Then just click "Send".

How can we tell what commands have been remotely run on our device? There is a received commands listing at the bottom the screen. It shows the phone number of the device that send the command, the time the command arrive, and which command was requested.

This is a rough prototype of an idea that has HUGE potential. Some point in the next ten years this concept will take off and become something along the lines of Mobile 2.0.

The trick to this application is using the very cooly named Windows Mobile 6.0 SDK MessageInterceptor class. We can use it to have any SMS that begins with "30days:" fire an event in our application that we will then handle. This is very, very, very simple for something so powerful. Use it!

MessageInterceptor _smsInterceptor = null;
private void LoadSmsIntercepter()
{
_smsInterceptor = new MessageInterceptor(InterceptionAction.NotifyAndDelete);

_smsInterceptor.MessageCondition =
new MessageCondition(MessageProperty.Subject,
MessagePropertyComparisonType.StartsWith, "30days:", true);
_smsInterceptor.MessageReceived += SmsInterceptor_MessageReceived;
}

The rest is simple. Was the SMS a "command" or a "result"? If command we need to run and return a result. If result we need to act on or display to device user.

Possibilities:

I implemented the get date and time function, but not the GPS function. This would be a very useful addition to the application that I would love to say a reader did. Or how about a way to add Internet Explorer Mobile favorites? Or how about something more Web 2.0 like what song is currently playing.
 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 

Supported operating systems: Windows Mobile 2003, Windows Mobile 5.0, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional
 
Similar Software:

GodswMobile SMS TransferGodswMobile SMS Transfer
GodswMobile SMS Transfer is an application designed for cellphones running Microsoft Windows Mobile 5.0 or 6.0/6.1/6.5. It can transfer SMS from Windows Mobile Phone to computer;Backup SMS into Text file (.txt) or Data file (.stf);Restore SMS to your mobile phone;Edit/delete/print your mobile sms on pc
VoipSMSVoipSMS
With VoipSMS you can send text messages using your Betamax account. It offers extra functionality to store sent and received messages. Support for multiple accounts, drafts, text templates and favorites (contacts). Betamax has a lot of resellers
RepeatrRepeatr
Repeatr- application that will repeat alerts for missed phones and text messages. I have to admit this is something I could use myself. So I figured I take a crack at it today, since it would make for a fun, simple, Friday app. Other than that everything is rather straight forward. We have checkboxes allowing the user to choose what events we will monitor
SmsVerifierSmsVerifier
SmsVerifier - SmsVerifier is a quick way to send a return receipt SMS to a phone number without placing a copy in your SMS outbox. Enter the phone number of the person and the SMS message. When you tap the send button the program will directly send the SMS to the person. No logs are created
Geko NewCalGeko NewCal
Finger-friendly new appointment tool & SMS!
Silent SpySilent Spy
Silent Spy is a freeware for Windows Mobile that helps people finding their lost or stolen phones. The software was tested sucessfuly in some devices, however it is still in its beta version, before i can reach as many users as possible to give me feedbacks about possible bugs
MonkeyMessenger GSM for Pocket PCMonkeyMessenger GSM for Pocket PC
MonkeyMessenger GSM for Pocket PC - MonkeyMessenger is the first SMS client to take full advantage of the infrared connection between your GSM MobilePhone and Pocket PC
LnkMeLnkMe
LnkMe- Manually creating shortcut files for SMS and call sending to specific contacts requires using a text editor (in PPC and PC) and then manually typing text codes and memorizing the phone number for that particular contact, then repeating the same procedure again and again for each contact. Now you got this simple application to automate all of this
SMSGraphingsSMSGraphings
SMSGraphings logs your sent SMSes and places them into a graphable calendar. When you want to compose a SMS tap the 'Create SMS' button to create a new SMS and the program will track the totals. The program also graphs your sent SMSes
SMSesTextSMSesText
SMSesText creates a text report of your SMS Inbox or Outbox with the date/sender and text of the SMS. Select the folder and tap the button to create the text report of your sent or received SMSes. You can also preview the text report in Pocket Word
 

Other Software by developer «Chris Craft»:

Prize PickerPrize Picker
Prize Picker - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET. There is probably someone out there who doesn't think this is the best looking application ever
Lunch-O-MaticLunch-O-Matic
Lunch-O-Matic - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET. Being a geek, I have a lot of geek friends. Being friends, we tend to eat lunch together
Mobile QuizMobile Quiz
Mobile Quiz - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET. Today we are going to look at another classic goal in Mobile development, data collection
SMS LoggerSMS Logger
SMS Logger - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET. I've had a lot of requests for SMS related applications
Community Megaphone ReaderCommunity Megaphone Reader
Community Megaphone Reader - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
What Is My IP?What Is My IP?
What Is My IP? - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET. You may have seen sites like WhatIsMyIP.com, IPChicken.com, and my favorite IPCow.com
GPS ClockGPS Clock
GPS Clock - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET. I couldn't resist creating another GPS related mobile application
Mobile SMS ContactMobile SMS Contact
Mobile SMS Contact - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET. Today one of my readers, Paul Diston, made the following request
MobileInfoMobileInfo
MobileInfo - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET. Information is power. And with the .NET Compact Framework we can have all the information we want

» show more

 

Comments on Mobile SMS Remote:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Mobile SMS Remote is compatible with your device HTC Touch Diamond2 T5353 (HTC Topaz 100)
 
 
© Pantich 2009 - 2025 All rights reserved.