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!
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:
SPB Mobile Shell SPB Mobile Shell introduces the next generation user interface while keeping all advantages of a Windows Mobile device. SPB Mobile Shell is the first program a Windows Mobile user needs to install. It dramatically improves the standard user interface and adds features that most users expect from a modern PDA phone
IpdDump IpdDump 0.3 RC2-the utility was created initially to extract SMS records from a Blackberry backup, which is an IPD (Inter@ctive Pager Backup) file. Its goal is to be able to extract and export all types of records into customized open text formats
StatusSMSerer StatusSMSerer allows you to update people of your current status via SMS
SmsAlerts SmsAlerts - SmsAlerts is a bulk SMS sender program. You can manage your contact list via .SMSA files in the built in file explorer. When you add a new SMS number the program creates a new SMSA file in the current folder. Tap the 'Send Alert' button to send the SMS message to ALL contacts in the current folder
Tom Text Messaging Tom Text Messaging is a free utility to help you manage your SMS settings. The coolest option is the ability to edit some options that are only changeable with a registry fix, so this utility actually does the hard work for you
TwitsnapsEmailer TwitsnapsEmailer - TwitsnapsEmailer allows you to select a JPEG file on your PocketPC and enter a tweet and sends the file to the TwitSnaps.com website with your tweet on Twitter and sends the links to your email alerts list. The program also creates an archive of link files in the '/LogFile/' subfolder. This service is provided by TwitSnaps
SmsVerifier 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
CycloneSender Basically, what this application does is allow you to program in set Dates and Times for SMS/TXT Messages to be sent
SMSLimits SMSLimits is for a cellphone plan with limited number of SMSes sent
HushSMS HushSMS- tool to sent a class zero message (aka Flash-SMS) or a stealthy PING message to another cellphone. The "Silent Ping" enables you to sent a message to another cellphone without the owner getting knowledge about.
Copy the CAB file to your device and double click it.
The program is installed to Program FilesHushSMSHushSMS.exe
Other Software by developer «Chris Craft»:
Lunch-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
Pocket Death Clock Pocket Death 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.
Let's have some fun today. And do an application that is just for kicks
Mobile 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
Mobile Signature Mobile Signature - 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
GPS 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
Community 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
Prize 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
Trippr Trippr - 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've probably already figured out what this application does
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