Tsk tsk, no one knows what theyre talking about. I have my ROM backed up on a 256MiB SD card. You do this by booting into bootloader mode (Itask + Contacts) with a serial cable plugged in. You then connect to it via a terminal emulator then run login with the password "BOOTLOADER". After this you run "d2s", as the name suggests this dumps the device-2-storage. You now have a backup of your rom (which you should have done in the first place!). To recover, you just put the SD card in, boot to the bootloader interface and it will pick up that the SD card contains the ROM image and tell you to press the power button to flash - no need to sync or anything.
As far as licensing goes - I believe the actual license is just printed on the piece of paper you receive with the device, it would be FAR too problematical for HP to change a license code within the ROM on each flash and then keep track of the device so the appropriate paperwork is associated with it after. I believe that all ROM images should be identical.
Having said this, I wont send my ROM image out (just in case!). There is no legal problem with people giving him their copy of a ROM so long as he owns a license to it in the first place, which he apparently does.
If anyone wants to share their rom with him, just dump it by following these instructions:
http://www.handhelds.org/moin/moin.c...inalBootloader
After you have it, boot up a Linux PC, insert the SD card, then run something similar to
|
Code:
|
dd if=/dev/sda of=~/hx4700.ROM |
Send the guy your "hx4700.ROM" file and make sure the he has the same size of SD card as you, then get him to run...
|
Code:
|
dd if=~/hx4700.ROM of=/dev/sda |
...to put the ROM onto his storage card.
Hope this helps.