Perhaps this question has already been answered, but here's my experience. I had purchased BeCrossword for my Palm TX a while ago and the registration process asked for the HotSyncID. Naturally, I gave it and received a license code that is tied to that HotSyncID. When I installed BeCrossword on GVM, I used the command line startup method to set my HotsyncID appropriately. Then I registered BeCrossword in GVM without any problems. For the record, I created a .desktop file to allow me to launch GVM into favorite application (Beyond Contacts) with my HotSyncID. The file is "/usr/share/applications/hildon/beyondcontacts.desktop", but really I could have named it anything. The contents of the file are: Code: [Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Name=Beyond Contacts Exec=/usr/bin/gvm/gvm --bgcolor=0x0000,0x0000,0x0000 --rotated=no --dynheap=4096 --sound=no --hotsyncid="MyNameHere:19523" -a DTOD Icon=garnet-vm I found my hotsyncid on my Palm TX via the "shortcut-dot-dot-4" trick, and the application "creator" code (DTOD for Beyond Contacts) by using FileZ. If you wanted to start BeCrossword, you'd use the creator code "BeCW".
[Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Name=Beyond Contacts Exec=/usr/bin/gvm/gvm --bgcolor=0x0000,0x0000,0x0000 --rotated=no --dynheap=4096 --sound=no --hotsyncid="MyNameHere:19523" -a DTOD Icon=garnet-vm
$ cd /usr/bin/gvm $ ./gvm --hotsyncid=[your hotsync id]