This is good news actually. I did not realize that the WindowMobile.CAB is specific - I thought it was for the other devices too.
I looked it up in the documentation and I found this:
Windows Mobile 5 / 6 devices: there's a special cab for these devices, under SuperWabaSDK\bin\installers\vm\ce\superwaba.WindowsMobile.CAB. This cab will not be installed when you click in the bat file; you must copy it by hand to the pda, and open the cab file using the pda's windows explorer. Note: if you want to generate install files for WM5 instead of Pocket PC, you must rename the file SuperWabaSDK\bin\tools\makecab\CabwizSP.exe to Cabwiz.exe (first, backup the current cabwiz.exe), then run Exegen /z to generate the cab files. Note that CabwizSP (SP for SmartPhone) generates cab files that are incompatible with old Pocket PC devices.
So this is going to make generation a bit strange because the standard procedure is to rename a file :-(.
Further, I've been working on J2ME - I'ld like to get that working too. For the moment (0.3.17), has something extra in the interface. Connection / Settings (Protocol). You'll se a rectangle with Bluetooth in it. Select it, click ok to get the list. If all goes well you'll see something else than bluetooth in the list too (COM0, COM1, ... ?). This selection does not have any influence for the moment - I still need to act on it elsewhere in the code.
J2ME trial + a new track
This is good news actually. I did not realize that the WindowMobile.CAB is specific - I thought it was for the other devices too.
I looked it up in the documentation and I found this:
Windows Mobile 5 / 6 devices: there's a special cab for these devices, under SuperWabaSDK\bin\installers\vm\ce\superwaba.WindowsMobile.CAB. This cab will not be installed when you click in the bat file; you must copy it by hand to the pda, and open the cab file using the pda's windows explorer. Note: if you want to generate install files for WM5 instead of Pocket PC, you must rename the file SuperWabaSDK\bin\tools\makecab\CabwizSP.exe to Cabwiz.exe (first, backup the current cabwiz.exe), then run Exegen /z to generate the cab files. Note that CabwizSP (SP for SmartPhone) generates cab files that are incompatible with old Pocket PC devices.
So this is going to make generation a bit strange because the standard procedure is to rename a file :-(.
Further, I've been working on J2ME - I'ld like to get that working too. For the moment (0.3.17), has something extra in the interface. Connection / Settings (Protocol). You'll se a rectangle with Bluetooth in it. Select it, click ok to get the list. If all goes well you'll see something else than bluetooth in the list too (COM0, COM1, ... ?). This selection does not have any influence for the moment - I still need to act on it elsewhere in the code.