FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Useful tools
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Useful tools
Posted: Sun Feb 26, 2006 05:35 PM

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.

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Useful tools
Posted: Sun Feb 26, 2006 05:53 PM

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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Useful tools
Posted: Sun Feb 26, 2006 06:43 PM

Otto,

Thanks for the info :)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Useful tools
Posted: Sat Mar 04, 2006 07:37 AM

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

Posts: 1283
Joined: Fri Feb 10, 2006 02:34 PM
Useful tools
Posted: Tue Mar 07, 2006 09:17 AM

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.

Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
HIX -> https://github.com/carles9000/hix
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Useful tools
Posted: Tue Mar 07, 2006 05:26 PM

I downloaded the software form the microsoft-homepage:

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

Regards
Otto

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Useful tools
Posted: Fri Mar 17, 2006 01:56 PM

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.

Continue the discussion