Tutorials webOS IPKG Installer

From WebOS Internals
Jump to navigation Jump to search

Introduction

IPKG Installer is a single file which contains your IPK, application details, homepage and even a donation link.

Once double clicked all the user has to do is click Install and the application is installed on their phone.

What this means is applications can be packaged in one file for easy installation.

Supported Opperating Systems

There are two versions of this tool.

One Java (All OS’s supported) and one Microsoft Dot Net 2.0 (Windows Only, may run under Mono).

Java Version

With the Java version all that is required is Novacom drivers and the WebOSDoctor.jar. (I have kept this convention to match WebOSQuick Install. (See [WebOS Quick Install[1]]).


The Java Version has the following features:

• Can detect if the installation was successful or if installation failed.

• Works on all platforms.

Windows Version

The Windows Version has the following features:

• Only the Novacom drivers are required.

• This application natively supports connecting to Novacom WITHOUT the webos java file. Users don’t have to worry about downloading such a large file.

• Can detect if the installation was successful or if installation failed.

• Detects if Novacom is installed and started. If it is not started it will start it for you.

Licence

Both applications are open source and I am happy to work with anyone to include new functionality or help packaging up your application.

Source Code

See [IPKG Installer GIT[2]] for source code.

Whilst this is open source if your find any of my code handy especially my work in DotNet (that took quite a bit to get working) please contact me for help and if you can please donate. [[3]]

Special Thanks

Thanks to pimpmypre from [webosgroup[4]] for the idea and testing.

Thanks to rwhitby from [webos-internals[5]] for hosting the Git repository and testing.