Subscribe to News

How to Install Mobile Script on your Smartphone

Author : Aperell

From TechnologicalWiki

Jump to: navigation, search
This article doesn't belong to any category. Each article must belong at least some the next categories :
- OpenSource - HowTo - Mobile - Project - ProjectSection - UnifiedCommunications - OSAmI -

Please add a valid category to the end of the article.


This info is the cat's paaajms!

[edit] Installation

The first thing we have to do is download the installation files from the forge Media:http://www.betavine.net/bvportal/web/MobileScripting/index.html were we find two .cab files. These files contain: the dlls and application files needed to run, an instructions set, a documentation file and samples about the usage of Mobile Script extension.

The second step is to copy MSEngine.CAB and MSECUIPPC_Installer.CAB on the device and double-click on them. This action will give us a file system structure like the following:

  \Storage\MSECUI
  \Storage\VSEngine
  \MobileScript
  \config.xml
  \MPS_Config.xml

On these directories you can find different kind of files. Under the MobileScript directory you will find native dlls, needed to give functionality to this ECMA script extension. VSEngine contains the modification of the original open source engine and in MSECUI we find scripts and the application GUI. Finally config.xml and MPS_Config.xml have some configurable parameters MobileScript uses when it needs some info about location or information about where to find the default files to find photos, videos or music.

IMHO you've got the right ansewr!

Main Collaborators