\documentclass{article}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{hyperref}
\pagestyle{headings}
\begin{document}
\subsection{Palm OS on Windows and Linux}
The Access company provides a free Palm emulator after you subscribe to the <a href="http://www.access-company.com/developers">Access Developer Network</a>.

\subsection{Pocket PC and Windows Mobile on Windows}
Visual Studio includes a Pocket PC emulator that is a bit tricky to discover, you will need:

\begin{itemize}
\item Visual Studio 2005 installed.  There is a <a href="http://go.microsoft.com/?LinkId=5086551">90 day trial</a> available


\item <a href="http://www.microsoft.com/downloads/details.aspx?familyid=3BAA5B7D-04C1-4EC2-83DC-61B21EC5FE57&amp;displaylang=en">Windows Mobile 5.0 Developer Resource Kit</a>


\item <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=83a52af2-f524-4ec5-9155-717cbe5d25ed&amp;DisplayLang=en">Windows Mobile 5.0 Pocket PC SDK</a>


\item <a href="http://www.microsoft.com/downloads/details.aspx?familyid=EEC33AE3-C129-4C25-ABAA-18E8E842178F&amp;displaylang=en">Localized Windows Mobile 5.0 Pocket PC Emulator Images</a>


\item <a href="http://www.microsoft.com/windowsmobile/activesync/activesync42.mspx">Activesync for PC connection</a>


\end{itemize}
The emulator will be found at \textit{C:\textbackslash\{\}ProgramFiles\textbackslash\{\}Microsoft Device Emulator\textbackslash\{\}1.0\textbackslash\{\}dvcemumanager.exe} or by the tools menu in Visual Studio.

Don't forget to set in the connection setting of Activesync \textit{Allow access of the following} to \textit{DMA}

When you launch the emulator you will just have to select an image and click \textit{connect} to see the Pocket PC and \textit{cradle} to have some network support.

\subsection{Cell Phone Emulator}
\begin{itemize}
\item <a href="http://developer.openwave.com/dvl/tools_and_sdk/phone_simulator/">Openwave Phone Simulator</a>


\end{itemize}
\end{document}
