Get Url From Flex Api; Overview; Flexible Url For Downloading Functionality - Motorola C381P J2ME Technical Manual

J2me developer guide
Table of Contents

Advertisement

21

Get URL from Flex API

Overview

This feature allows accessing URL stored in FLEX by a Java application. Carriers flex the
URL, which is used for content download, into the phone just like any invisible net URL.
So, this feature would allow Java applications to read and display the URL stored in flex
for users that would like to download new levels of Game.
The existing functionality allows current Java Applications use a dedicated URL to inform
users about the location which a new level of game can be downloaded. This new
functionality allows carriers to specify the URL for content download.

Flexible URL for downloading functionality

The URL is flexed using RadioComm or using OTA provisioning. The URL will follow the
rules mentioned below:
This feature enables Java applications to read the URL stored at the predefined location
in flex table. The default URL may be "http://www.hellomoto.com".
The Java Application will be able to access the flexed URL by System.getProperty
method. The key for accessing the URL is "com.mot.carrier.URL". The method
System.getProperty will return NULL if no URL is flexed.
Get URL from Flex API
All URLs used shall follow the guidelines outlined in RFC1738: Uniform
Resource Locators (URL). Refer to http://www.w3.org/addressing/rfc1738.txt for
more information.
URLs are limited to 128 characters.
21
90

Advertisement

Table of Contents
loading

Table of Contents