Haret for the Jornada 720 with EVT 3.0 micro-howto slightly modified procedure from: http://cvs.handhelds.org/cgi-bin/viewcvs.cgi/linexec/ReadMe.wine?rev=1.1&content-type=text/vnd.viewcvs-markup 0. install wine, make a d: drive pointing to ~/.wine/drive_d (or somewhere else) 1. download the microsoft embedded visual tools 3.0 (the file is called evt2002web_min.exe) 2. unzip evt2002web_min.exe; cd SDKs/PocketPC_2002_SDK; unzip PocketPC_2002_SDK.exe; cd ../.. 3. copy the files to ~/.wine/drive_d/msvc-arm , like described in the document above 4. copy the included time.h to ~/.wine/drive_d/msvc-arm/include 5. download gapi12.exe (it is included), unzip it. copy inc/gx.h to ~/.wine/drive_d/msvc-arm/include, copy ARM/gx.lib to ~/.wine/drive_d/msvc-arm/lib 6. lowercase the filenames: cd ~/.wine/drive_d/msvc-arm/include; for i in *; do mv $i `echo $i|tr A-Z a-z`; done 7. make in the haret directory should build everything 8. download the Jornada 720 version of GAPI for HPCs from http://www.wincesoft.de/html/gapi_for_hpc_s.html, install it on the jornada 9. install synce (from synce.sf.net), connect the jornada 720 via the serial cable, launch dccm as a normal user, launch synce-serial-start 10. copy the haret.exe to the Jornada 720, run it, click the "Listen" button 11. telnet jornada_ip 9999 (jornada_ip is usually 192.168.131.201 on a default synce install)