Hobdrive runs on multiple platform, with C# as a major development language.
- windows sdk
- .net compact framework 3.5
- .net power toys
- windows sdk + visual studio express (heavy option)
- Alternative light option: monodevelop 3.x, mono (on linux)
- [closed source]
-
Checkout github.com/cail/hobd into /hobdcore
-
Checkout or download fleux github.com/cail/fleux into /hobdcore/lib/fleuxdesktop2
-
Checkout or download wmautoupdate github.com/cail/wmautoupdate into /hobdcore/lib/wmautoupdate
-
To build both win32 and wince builds:
cd hobdcore build.bat
-
Use /hobdcore/hobd.csproj for the development under MSVC or MonoDevelop (recommended)
-
Run:
lib/obdsim/obdsim_tcp.bat lib/obdsim/obdsim_linux.exe -k 1234 -g Random
to start obd simulator.
- To connect hobdrive to simulator, enter tcp://127.0.0.1:1234 in connection port settings (config.xml/port)
- Easy way: Prepared wince5/6 simulators, ready to run:
http://hobdrive.com/download/DeviceEmulator.zip
Use *.bat files to run, fix path to attach external storage
- Hard way: 2.1 Device emulator (wince): http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a6f6adaf-12e3-4b2f-a394-356e2c2fb114
2.1 Device images: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=38C46AA8-1DD7-426F-A913-4F370A65A582&displaylang=en#filelist
2.1 Win mobile emulator: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=83a52af2-f524-4ec5-9155-717cbe5d25ed
- Run
To run hobdrive on simulator without .net installation, use 'standalone' version files, or:- copy content of /lib/.net/* into hobdrive's folder
- remove hobdrive.exe.config file
Tests should be done both in vga and qvga modes (PDA and Windows Phone modes)!