ota

How do I write a Delphi Galileo IDE Expert?

HI, I want to write a small Delphi IDE Expert for D2007-D2009 (aka. Galileo IDE) in order to show a window with a TMemo instance on it, with all the component names and classes from the form designer in the above memo. The selected component will be marked with a '*'. The expert should appear on a menu/toolbar and have a shortcut assign...

Running BlackBerry application automatically directly after installation.

Hi, I have written an application that injects some menu items in other BlackBerry applications (for example a "bookmark this page" menu item in the BlackBerry browser). I have configured the application to be run automatically at startup (of the device) so when the device starts, the menu items are installed in the other applications. ...

How to load .cod files into Blackberry OTA

I have two .cod files that I'd like to load into my Blackberry. I don't have access to a Windows machine (only Mac) and I don't have the .jad files corresponding to the .cod files. How do I do it? ...

Too many cod-parts in jad file

I created a blackberry application but I am having problems publishing it on my web site. I have uploaded the jad, jar, alx and cod file (from which I extracted the whole content). I also added the missing MIME types. But when I try to download the application by requesting the jad file, I get a 500 error with the details saying that the...

Updating an application OTA

I'm developing an application that will be available from a website (market probably as well). The problem I'm having at the moment is how to handle the updates to the app. I know how to check the version against the current one and I know if I need to update it. Question is...how? Is there a way I can download an APK from the website a...

Delphi's OTA: is there a way to get active configuration while building (D2010)?

I can ask Delphi to build all configurations at once - by clicking on "Build configurations" and invoking "Make" command: This will build all configurations, one after another. The problem is that we have an IDE expert, which must react on compilation events. We register IOTAIDENotifier80 to hook events. There are BeforeBuild and Aft...

Empty HTML page after OTA install on Symbian

Hi. I have some quite nasty issue I couldn't solve so far. Whenever I do installation of Symbian application on Nokia platform, the browser loads blank HTML page, and needs to be closed manually. It doesn't happens on WAP push installations - only on direct link installations via the browser. It happens on installations both from JAD ...

OTA for Operators

Does android offers the mobile operators the ability to push applications via OTA? Something similar to Blackberry's Virtual Preload? If so, what conditions can the operator pick? In a VPL you can select to what model the app is OTA push to and at what time. ...

linux kernel ota framework?

Hi there, Before designing my own Linux OTA stack, I'd better probe if anybody knows of an existing Linux OTA stack/framework that I could make use of/contribute to. What I mean by Linux OTA stack/framework is a service capable of updating the Linux kernel on my device from a remote repository. Basically something like the OTA update f...