Nie, nie jest.
You cannot install widgets on on Windows Mobile 6.5 that are not delivered via the Marketplace.
FFFFFFF...Ze strony MS: Windows Mobile® widgets typically are single-purpose applications to display data obtained from the Internet. They are written using JavaScript and bring the wealth of experience of Web developers to the Windows Mobile platform. Since widgets are installed and run locally on the mobile device, they provide ease of use and a better Internet user experience than conventional Web applications.
Co przy dwunastu programach na polskim Marketplace jest naprawdę... żałosne.
A jednak! Da się!
Deploying the Widget
The current version of Windows Mobile widgets supports two deployment modes: SkyMarket and sideload deployment. SkyMarket is an online application store intended to be a one-stop shop for purchasing Windows Mobile applications.
Developers can use sidelong deployment from the desktop development workstation. To do this, the developer copies the widget deployment file to the device and then runs the widget file on the device. This deployment method works out of the box for the emulator image, but for actual devices the developer must add the following registry keys to the registry of the device.
[HKEY_CLASSES_ROOT\riapp]"EditFlags"=dword:00010000
[HKEY_CLASSES_ROOT\riapp\Shell\Open\Command]
@="wmwidgetinstaller.exe %1"
Without these keys, the Windows Mobile device does not recognize that there is a file association with the .widget file.
!Ona (0/0)