is it possible to install the application without user interaction? in the background?

Hi, is it possible to do such a thing:

device ask the server for an application, the server responses and address 'Give me' I can download a *.cod file. is it possible I want to download (and install) without user intervention? I have average-not browser opens, the user clicks on what whether etc application will be downloaded in the background without user interaction? is this possible? and if yes how?

concerning

Use IOUtilities.streamToBytes to read the file directly in a byte array.
use createNewModule with the byte array to create a new module.
Use saveNewModule to save the module, enter the promptForResetIfRequired() if necessary.

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for