Useful tools

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Useful tools

Post by Otto »

Regards
Otto

The Windows Mobile Developer Power Toys help you develop and test your Windows Mobile applications. N.B. These Power Toys are NOT supported..

The Power Toys include:




Emulator ActiveSync Connection Tool - Allows Activesync to connect to your Emulator session from Visual Studio .NET 2003.

ActiveSync Remote Display - Display Pocket PC applications on your desktop or laptop without needing any device side configuration.

CECopy - Command line tool for copying files to the device currently connected to desktop ActiveSync.

Convert PPC DAT to SP XML - Command line tool for generating Smartphone CABWizSP XML docs from existing Pocket PC CAB files.

Hopper - User input stress simulator.

JShell - UI version of the Platform Builder Target Control Window.

PPC Command Shell - Command shell for the Pocket PC 2003 device.

RAPI Debug - Displays detailed information about currently running processes.

RAPI Start - Command line tool to remotely start an application on your Pocket PC from your desktop.

TypeIt - Send characters/strings to the Smartphone 2003 Emulator via ActiveSync.
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

Append to buildce.bat

PAUSE
cecopy /is c:\FWPPC\SAMPLES\test.exe dev:\temp

and your files are copied automatically.
Saves a lot of time!

Then use ActiveSync_Remote_Display to test the software remotely.
Regards
Otto
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Otto,

Thanks for the info :)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

As I see on the "views row" not all of your read this info.
But this is really a timesaver.

I developed a "Stockcontrol" component for the mobile device.

http://www.winhotel.at/stockcontrol/inv ... m_ipaq.htm

To exchange the files between the PC and the mobile device
I call:

waitrun("cecopy /is c:\ts6\export\*.* dev:\import",1)
http://www.winhotel.at/stockcontrol/clip14.jpg

Regards
Otto
User avatar
Carles
Posts: 937
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona
Contact:

Post by Carles »

Otto,

> I developed a "Stockcontrol" component for the mobile device.

It's a very nice app. Congratulations


> waitrun("cecopy /is c:\ts6\export\*.* dev:\import",1)

It's a greta idea but, cecopy you can distribute freely? or does it have royalties or licenses?

-----------------
I find in http://www.rainer-keuchel.de/software.html with Desktop Tools for Windows CE Needed for setting registry entries etc. To be used on your PC. Contains the following files: cecopy.exe cedel.exe cedir.exe ceexec.exe cegetinfo.exe cemkdir.exe cereg.exe. This is a freeware.
-----------------


Regards.
C.
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

I downloaded the software form the microsoft-homepage:

http://www.microsoft.com/downloads/deta ... laylang=en

Regards
Otto
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

Today I updated to Mobile 5.0. To get Remote Display working you have to follow this instruction.
FW is working ok.
Regards
Otto


Cómo usar ActiveSync Remote Display con Windows Mobile 5.0.
11.12.2005 12:59:20 (Romance Standard Time, UTC+01:00)
Existe una utilidad muy interesante dentro de los Windows Mobile Developer PowerToys llamada ActiveSync Remote Display. Esta herramienta permite ver en una ventana del PC la pantalla del dispositivo Windows Mobile que esté conectado en un momento dado mediante ActiveSync. Yo la uso principalmente a la hora de hacer presentaciones o charlas, aunque es muy útil también para realizar capturas de pantalla de los dispositivos.

La utilidad está diseñada para dispositivos Windows Mobile hasta la versión 2003 SE, de manera que si se intenta usar con un dispositivo Windows Mobile 5.0 no funciona, simplemente muestra un error y se cierra.

Pero es posible usarla con Windows Mobile 5.0. Para ello, simplemente hay que copiar los dos ficheros del directorio

C:\Program Files\Windows Mobile Developer Power Toys\ActiveSync_Remote_Display\devices\wce400\armv4t

al directorio “\Windows” del dispositivo y ejecutar la utilidad.

Yo lo he probado en mi JasJar y la calidad de la imagen no es tan buena como debería ser (supongo que por ser un dispositivo con resolución VGA – 640x480–, cuando la utilidad se diseñó sólo para QVGA – 240x320). La velocidad de refresco de la imagen también deja algo que desear, pero al menos se puede utilizar de momento hasta que se actualice la aplicación para funcionar con las nuevas versiones de los dispositivos.
Post Reply