02-22-2010, 02:41 PM
|
|
AWOL
Offline
|
|
Join Date: Nov 2007
Posts: 3
Reputation: 120
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
Re: launching .cab.pkg files programatically?
From this thread: http://forum.xda-developers.com/showthread.php?t=520009
Quote:
Originally Posted by Da_G
Deploying a .cab.pkg to a device
Now there are several ways to deploy this package to the device, the primary way is an OMA-DM SMS message, which triggers the Image Update system to initiate a download from a server defined in the SMS message. The server can be either a normal HTTP server or a secure HTTPS server. The Image Update system will prompt the user to plug in the usb cable to download over the users home connection if the user has not already authorized the Auto Update system to utilize their GPRS data connection.
Another way for a .cab.pkg update to be pushed to the system is simply through a file copy operation, be it ActiveSync, SD Card, Bluetooth, or otherwise. Once on the device, the .cab.pkg is executed by the user the same way a .cab would be.
|
|