Windows Mobile

Freedom Pro Universal Bluetooth Portable Keyboard for Symbian, Windows Mobile, Blackberry and Android-Based Smartphones

Freedom Pro Universal Bluetooth Portable Keyboard for Symbian, Windows Mobile, Blackberry and Android-Based Smartphones

  • HID Profile – Used for connecting to Symbian and Windows Mobile Smartphones. SPP Profile – Used for connecting to BlackBerry’s and Android based phones (Note: Android drivers are currently under development).
  • Separate LED indicators to show power and connection status.
  • Pull out, folding, device stand.
  • Uses two AAA batteries for long life (Over 90 hours use and 3000 hours standby) and ease of replacement.
  • 6 Dedicated keys to: Answer Call, End/Reject call, Open Messages/email, Open Address book, Open task and Open Calendar.

Convert your mobile device into an easy to access Laptop with Freedom?s  latest, and best, Dual Profile, Bluetooth portable keyboard. With all the portability and practicality of our previous keyboards but with additional functions, improved driver software and additional keys to give you even more control of your mobile device. This newly introduced product has a simplified setup and is the world’s only dual standard (HID/SPP) full sized folding keyboard. It has a five row AlphaNumeric keyboar

Rating: (out of 7 reviews)

List Price: $ 124.99

Price: $ 86.29

5 Comments

Windows Mobile application development

Windows Mobile application development

Mobile and compact devices become more and more popular in our society. Each of us faces with them every day. Certainly each of us has mobile phone, hand-held computers or other hi-tech devices.

All of these devices have different mobile platforms. There are such known platforms as Windows MobileM, iPhone, BlackBerry, Symbian OS, Android, Maemo, OpenMoko etc. All of them have different history and advantages and failings.

Introduction

Such platforms as Windows Mobile, BlackBerry, iPhone are «closed» enough and limited by either their own devices (BlackBerry, iPhone) or development complexity. Among other problems of above mentioned platforms there is limited API. Even Java platform for mobile devices has some failings such as great number of limitations; very different APIs; device dependent code. Symbian and Windows Mobile platforms are better from this point as far as they support wider range of devices and their APIs give more options.

Common problem here is also that there are a lot of platforms. Talking about OpenSource and Cross-Platform solutions we should say that they are still developing at the moment and are not widespread yet.

In this article we’ll pay our attention to the Windows Mobile platform.

Microsoft Company released its first platform for inbuilt devices at the end of the 90th. In 2002 Windows CE.NET platform appeared. And at that time Pocket PC based on Windows CE 3.0 platform and higher were released. Further development of wireless communication technologies managed to combine telephone and personal computer. Thus Pocket PC 2002 Phone Edition appeared which supported the standards of GSM, GPRS, Bluetooth and wireless HS network access. In the same time another device concept was developing that was much similar to the above mentioned but was closer to the telephone then to personal computer. This device was named SmartPhone 2002. Fundamental difference between Smartphone and Pocket PC is that Pocket PC has touch screen while Smartphone has only control buttons. They also had different application scopes and supported different standards and technologies.

Windows Mobile platform more belongs to smartphones, communicators and small personal devices. Windows CE and Windows Embedded platforms are commonly used in different industrial equipment.

Now we have Windows Mobile 5 and Windows Mobile 6 generations and Windows Mobile 7 will be released soon. Modern devices based on Windows Mobile Pocket PC; have 500-600 MHz processors and 64-128 MB RAM that is not little for such devices.

1. Development Tools

There are a few models of development of applications for Windows Mobile:

Win32 API MFC .NET Compact Framework.

Microsoft Co gives developers all necessary tools for development of applications for PDA, Pocket PC; and Smartphone.

Here are some advices about different code type choosing.

Use Native Code for achieving the burst performance, direct work with hardware, and also for minimization of system resource requirements. Use Managed Code for development of GUI-oriented applications which main requirements are development and market deployment terms. Managed Code is also good for the easy work with web-services. Use Server-Side Code for work with different devices through a single code base, and also if wide stable communication channel with a device is present.

Below are the reviews of present development tools for PDAs, Pocket PCs and Smartphones.

eMbedded Visual C++ 4.0

Microsoft eMbedded Visual C++ 4.0 development environment is meant to create applications for devices with Windows CE .NET 4.2 operating system and also (with package of updates SP3) for PDA and Smartphones on the Windows Mobile 2003 Second Edition platform. The development environment eMbedded Visual C++ 4.0 is good for creation of native code for mobile and inbuilt devices with Windows CE .NET 4.2 OS. It allows developer to perform Just-In-Time Debugging for diagnostics of unhandled exceptions, Attach-to the process for the extended debugging of processes, and also interaction with an emulator.

Visual Studio .NET and SDP functions

SDP (Smart Device Programming) functions of the integrated environment of development Visual Studio .NET 2003 (2005, 2008) allow to create applications, that uses possibilities of Microsoft .NET Compact Framework platform. Thus a developer can create the distributed mobile data-processing systems, workings both in scenarios with connection and without permanent connection. Vast class library of .NET Compact Framework platform makes application development much quicker than with traditional development tools.

Visual Studio .NET lets create applications for the Pocket PC 2002 devices and (with proper SDKs) Pocket PC 2003, 2005 and Smartphone 2003, 2005, applying the same tools as those used for the development of applications for desktop PCs. Library .NET Compact Framework is installed together with Visual Studio .NET. This library is specially developed for devices with the limited resources. Developers can also use new languages C# and Visual Basic .NET for applications for mobile and inbuilt devices. They are good in workings with web-services and ADO.NET technologies.

Control elements of ASP .NET Mobile Controls extend SDP functions and .NET Compact Framework platform. They give opportunities to use possibilities of .NET Compact Framework and Visual Studio .NET for development of mobile web-applications due to the data delivery to various mobile devices by means of ASP.NET technology. This approach allows to create single mobile web-application in the Visual Studio .NET environment, that will automatically perform data rendering for displaying on various devices: mobile phones, smartphones, PDA, Pocket PC. The integrated development environment makes it possible to create mobile web-applications simply by dragging control elements on forms.

ASP.NET System sets no components on a client device. For adaptation of formatting under concrete browsers server logic is used. It generates information in the formats of Wireless Markup Language (WML), HTML, and Compact HTML (cHTML).

Microsoft SQL Server

Microsoft SQL Server Compact Edition (SQL Server CE) is a compact DBMS for rapid development of applications that extend possibilities of work with enterprise data due to the mobile devices using. SQL Server CE is a tool facilitating development of mobile applications due to support of SQL syntax and usage of application and API interface model that is compatible with SQL Server.

SQL Server CE provides the basic set of relational database functions, in particular optimized query handler; support of transactions and heterogeneous types of data – with unpretentious requirements to the system resources. Remote access to the data and replication by confluence provide reliable delivery of information from the SQL Server bases, possibility of autonomous work with by information and subsequent synchronization with the server. SQL Server CE is good for the systems with mobile devices and wireless networks.

SQL Server CE DBMS is developed for integration with .NET Compact Framework by means of Visual Studio .NET. It simplifies development of applications for work with databases on mobile and built devices. New data supplier of SQL Server CE for code management in the Common Language Runtime environment helps to develop distensible applications with possibilities of autonomous work with information in scenarios without permanent connection.

Microsoft .NET SqlClient gives API for work of both .NET Framework and .NET Compact Framework applications. For the common Windows systems SqlClient Microsoft with SQL Server are used, and SqlServerCe for Microsoft SQL Server Compact Edition databases for Compact Framework.

Name space of SqlClient is in both versions. So we can interact:

Using .NET Compact Framework SqlClient to have an access to SQL Server from device on Desktop. Using .NET Compact Framework SqlServerCe to have an access to SQL Server Compact Edition directly on a device.

Work with databases on a device is similar to the work on Desktop. To access to SQLServer on Desktop system SQL uses TCP/IP connection thus in this case it is possible not to have SQL Server Compact Edition installed on a device.

All of the mentioned models are implemented on the desktop systems. So the experience of their application can be carried for development of the programs for Windows Mobile. Using Win32 API we rapidly get compact code, and also can use it for development of drivers and system component.  Using MFC we have extensions of API functions, and also designer for development of interface. And using Compact Framework we have at our disposal well developed interface, automatic garbage collection, support of XML and other options. Also there is even more truncated version — Micro Framework, where there are less SDK functions.

After SDK for MS Visual Studio installation new configurations of assembling appear as well as new functions for assembling under these platforms. Suit also contains Emularor for software development and testing without physical connection between device and computer.

As far as many devices that are based on Windows Mobile have ARM processor it is also possible to compile units using

Page 1 2 3

Leave a comment

Sprint Treo 700wx Cell Phone

Sprint Treo 700wx Cell Phone

…sale is a Sprint Treo 700wx cell phone. It shows sign of use but still works great. I have upgraded the software to Windows Mobile 6. I have installed a short antenna rather than the stock antenna. I will include the original antenna as well. It…

Price: $ 50

Location

77345 Kingwood, USA

Leave a comment

What exactly is “Windows Live Mobile”?

Question by kiara: What exactly is “Windows Live Mobile”?
I’m sorry, for asking such a dumb question…but I am from Japan and I have no idea how cell phones are like in America, which includes internet services, apps, etc.

Recently I’ve found this thing called “Windows Live Mobile”. Can someone tell me exactly what that is? Is it internet connection? Does it support all cell phones? Please tell me, what exactly “Windows Live Mobile” is and what it does.

Thank you!

Please don’t post links like wikipedia since I’ve already read that and I didn’t understand a thing :(

Best answer:

Answer by A
basically if you’ve ever used windows live messenger which can be found on www.msn.com then you’ll know what it is it allows you to sign in to msn on your mobile through the phones internet connection and send free messages to your contacts using it

What do you think? Answer below!

Leave a comment

Windows Mobile Smart Phone Software!

Windows Mobile Smart Phone Software!

Smartphone is nothing but a phone that you can make telephone calls with. You can also add additional features to it such as bells and whistles that are found on a personal digital assistant (PDA) or even a computer. A user can also send and receive e-mail, edit Office documents, or surf the Internet through these phones.

With advancement in technology, PDA’s evolved and could be used for various purposes. They gained wireless connectivity and could be used to send and receive e-mail. PDA’s also adopted cellular phone features and cell phones added a feature which was similar to those found in PDA’s and computers. This started the trend of smart phones.

The prime features of these types of phones are quite similar to other types of phones:

There are, however, certain features that align with smartphones and those that are more associated with cell phones.

Operating System: Any phone with an operating system that allows it to run productivity applications is much more than a cell phone. The applications differ from one manufacturer to another. Blackberry smartphones run the Blackberry OS, while other smartphones use Palm OS or Windows Mobile. Software: Every cell phone is equipped with some kind of software. Basic and simple models also include an address book or a contact manager.

You can choose from a variety of Windows Mobile Smart phone applications, including software for password management, shopping lists and notes, digital photo storage, and more. The Smart phone software downloads will help you get more organized and spend time more efficiently. A user can create and edit documents in Microsoft Office. They also allow you to download applications like personal and business finance managers. Besides this, you can also edit photos, play games, as well as create a play list of your favorite songs.   

There are many online providers of productivity software who offer Windows Mobile Smart phone devices. The applications are tested thoroughly and supported by all recent Windows Mobile Smart phone devices, including Motorola Q and Samsung Blackjack. 

All Smart phone software comes with the following features:

Secure online shopping Commitment to your privacy

There are numerous benefits of this type of service. These products are also available at special pricing.

Sadhna D, Expert Author, Platinum status. For more information on Windows mobile apps: Windows Mobile Apps

Information on Windows mobile software: Windows Mobile Software

Leave a comment

HP iPaq 910 Windows Mobile Smartphone (Unlocked GSM)

Unlocked phones mean no contracts to sign, and the HP iPaq Business Messenger 910 is packed to the gills with features. WinMo 6.1 Pro, touchscreen, GSM Quad-Band with 7.2 Mbps HSDPA, GPS, WiFi, Bluetooth, and a full QWERTY board. Phew. Let’s check it out. MORE @ www.phonedog.com
Video Rating: 4 / 5

25 Comments

Ruminations on the HTC HD2, Windows Mobile 6.5 and Android

Ruminations on the HTC HD2, Windows Mobile 6.5 and Android
With very few exceptions, I’m very pleased with the hardware design of the HTC HD2 I’m currently using.à It would have been nice if HTC had integrated two better quality speakers rather than the…
Read more on ZDNet

Windows Mobile “discontinued”, hits less than 5% market share
August 05, 2010 [Pocket PC phone] | By Admin. Canalys’s latest numbers show Windows Mobile continuing its slide into irrelevance, hitting WebOS-like numbers of less than 5% world wide.
Read more on MS Mobiles

Cheap Mobile Sales Leader Says Android And Windows On Cheap Phones Coming Soon
Cheap mobile phone software will soon be getting the upgrade of the century according to China phone seller Chinavasion who predicts that Android, Symbian and Windows Mobile software will be on cheap phones before Christmas.
Read more on PRWeb via Yahoo! News

Leave a comment

how many machines is “windows mobile” installed on?

Question by Bradley K: how many machines is “windows mobile” installed on?

I need to know the install base of the Operating Software, thats what kind of question this is…

Best answer:

Answer by NeoJoe
Well let’s see, 1,501,231…

Lol, what kind of question is that?

Anyway, Windows Mobile is software put on PDA’s such as Dell’s PDA’s and other handhelds that are classified as a Pocket PC.

Windows Mobile is not on handhelds that use the Palm OS.

Add your own answer in the comments!

2 Comments

Nimbuzz on Windows Mobile smartphone

Nimbuzz on Windows Mobile smartphone


Image by Nimbuzz
blog.nimbuzz.com/2008/11/13/nimbuzz-for-windows-mobile-up…

Leave a comment