Directory
Technology
Blog Details for "Art Of Mobile"
Art Of Mobile![]() Art Of Mobile Art of Mobile provides snippets, tutorials, news articles, newsletters, blogs, reviews and conferences covering all aspects of wireless technology.
Articles:
1, 2
Articles
Additional OMA DRM?s Permission
2007-12-20 14:13:00 The perl library in this article — “Perl Module to encapsulate OMA DRM format for a media type” only supports the following permissions: o-dd:display o-dd:play As some readers asked me to include additional permission, and I’ve included the following permissions: o-dd:print o-dd:execute You can download the package at Net-OmaDrm-0.10.tar.gz. More About: Permission
EMI UCP protocol
2007-11-10 10:51:00 External Machine Interface (EMI), an extension to Universal Computer Protocol (UCP) is a SMSC VAS protocol created by CMG. As one of the major SMSC vendor, EMI and SMPP are two of the widely used SMSC VAS protocol. Even after the merger of Logica and CMG, both protocols are still widely used. One of the free ... More About: General , Perl
Transcoding Engine
2007-10-06 13:12:00 Nowadays, anyone that working in the telco space, esp. those who work in the ip mobile space, has to come in touch with transcoding one way or another. Today, topic is about transcoding and how to find information for each transcoding engine that are free and widely available. Image Transcoding The best and free engine that I’ve ... More About: General , Engine
Perl Module to check OMA DRA support for a mobile device
2007-09-03 00:52:00 Last Month in one of articles, I covered a topic on how to get the screen size of a mobile device, someone is wondering about how to check the Open Mobile Alliance (OMA) Digital Rights Management (DRM) support. To check Forward-Lock, you need to ensure that the following content-type is accepted by the device: application/vnd.oma.drm.message To check Combined ... More About: Perl , Support , Check , Device
Perl Module to check OMA DRA support for a mobile device
2007-09-03 00:52:00 Last Month in one of articles, I covered a topic on how to get the screen size of a mobile device, someone is wondering about how to check the Open Mobile Alliance (OMA) Digital Rights Management (DRM) support. To check Forward-Lock, you need to ensure that the following content-type is accepted by the device: application/vnd.oma.drm.message To check Combined ... More About: Perl , Support , Check , Device
Perl Module to get the Screen Size of a mobile device
2007-07-31 19:50:00 As mobile devices are created differently, there are a lot of different Screen size available in the market. Due to the small screen size, mobile application developers had always find it hard to optimize the WAP portal for different devices. Keeping a record of the screen size is also difficult as there isn’t a standard ... More About: Mobile , Perl , Device , Size
Perl Module to get the Screen Size of a mobile device
2007-07-31 19:50:00 As mobile devices are created differently, there are a lot of different Screen size available in the market. Due to the small screen size, mobile application developers had always find it hard to optimize the WAP portal for different devices. Keeping a record of the screen size is also difficult as there isn’t a standard ... More About: Mobile , Perl , Device , Size
Perl Module to encapsulate OMA DRM format for a media type
2007-07-05 15:27:00 Open Mobile Alliance (OMA) is a standards body founded by telecommunication companies which develops open standards for the mobile phone industry. In order to ensure interoperability across all implementations for Digital Rights Management (DRM), the OMA provides DRM specifications so that content providers, operators and mobile phone manufacturers can easily integrate the DRM solution as ... More About: Media , Perl , Type , Format , Module
Perl Module to encapsulate OMA DRM format for a media type
2007-07-05 15:27:00 Open Mobile Alliance (OMA) is a standards body founded by telecommunication companies which develops open standards for the mobile phone industry. In order to ensure interoperability across all implementations for Digital Rights Management (DRM), the OMA provides DRM specifications so that content providers, operators and mobile phone manufacturers can easily integrate the DRM solution as ... More About: Media , Perl , Type , Format , Module
Perl Module to access Clickatell HTTP API
2007-06-03 16:43:00 I’ve written a perl module to access to Clickatell HTTP API. This module supports the API from Clickatell’s HTTP API Specification v.2.2.7. The following are all the available APIs and whether they are supported or not: Basic Commands http://api.clickatell.com/http/auth Yes (But ... More About: Perl , Access , Http , Module
Perl Module to access Clickatell HTTP API
2007-06-03 16:43:00 I’ve written a perl module to access to Clickatell HTTP API. This module supports the API from Clickatell’s HTTP API Specification v.2.2.7. The following are all the available APIs and whether they are supported or not: Basic Commands http://api.clickatell.com/http/auth Yes (But ... More About: Perl , Access , Http , Module
Perl Module to check OMA DRA support for a mobile device
2007-05-23 00:52:00 Last Month in one of articles, I covered a topic on how to get the screen size of a mobile device, someone is wondering about how to check the Open Mobile Alliance (OMA) Digital Rights Management (DRM) support. To check Forward-Lock, you need to ensure that the following content-type is accepted by the device: application/vnd.oma.drm.message To check Combined ... More About: Perl , Support , Check , Device
Check Device?s User-Agent using Perl
2007-05-19 18:34:00 There is a CPAN library that helps to parse the User -Agent . You can download the Perl library at: http://search.cpan.org/~cmanley/Mobile-Us erAgent-1.05/lib/Mobile/UserAgent.pm After you download the library, perform the usual installation procedures: perl Makefile.PL make make install The following is the source code: #!/usr/local/bin/perl use strict; use Mobile::UserAgent; my $uaobj = new Mobile::UserAgent(); The codes above is the standard declaration so that you can call “Mobile::UserAgent” library. The following ... More About: Check , Device
Check Device?s User-Agent using Perl
2007-05-19 18:34:00 There is a CPAN library that helps to parse the User -Agent . You can download the Perl library at: http://search.cpan.org/~cmanley/Mobile-Us erAgent-1.05/lib/Mobile/UserAgent.pm After you download the library, perform the usual installation procedures: perl Makefile.PL make make install The following is the source code: #!/usr/local/bin/perl use strict; use Mobile::UserAgent; my $uaobj = new Mobile::UserAgent(); The codes above is the standard declaration so that you can call “Mobile::UserAgent” library. The following ... More About: Check , Device
How to convert SI message to GSM SMS User Data
2007-05-05 12:18:00 After publishing the article on “How to send WAP Push data through SMPP”, there is a lot of requests on how to formulate the GSM SMS User Data . Basically, the following is an example in java with remark in the code to explain how this is done: public String toSmsBinary() { ... More About: Java , Message , Convert
How to convert SI message to GSM SMS User Data
2007-05-05 12:18:00 After publishing the article on “How to send WAP Push data through SMPP”, there is a lot of requests on how to formulate the GSM SMS User Data . Basically, the following is an example in java with remark in the code to explain how this is done: public String toSmsBinary() { ... More About: Java , Message , Convert
Perl Module to get the Screen Size of a mobile device
2007-04-28 19:50:00 As mobile devices are created differently, there are a lot of different Screen size available in the market. Due to the small screen size, mobile application developers had always find it hard to optimize the WAP portal for different devices. Keeping a record of the screen size is also difficult as there isn’t a standard ... More About: Mobile , Perl , Device , Size
Perl Module to encapsulate OMA DRM format for a media type
2007-04-21 15:27:00 Open Mobile Alliance (OMA) is a standards body founded by telecommunication companies which develops open standards for the mobile phone industry. In order to ensure interoperability across all implementations for Digital Rights Management (DRM), the OMA provides DRM specifications so that content providers, operators and mobile phone manufacturers can easily integrate the DRM solution as ... More About: Media , Perl , Type , Form , Late
How to send WAP Push data through SMPP
2007-04-19 10:03:00 Here we would like to show you how to send a WAP Push message through SMPP using Java . This short tutorial will use the library and example source code from OpenSMPP. You can download the file from SourceForge. The downloadable zipped file include source code and jar file libraries, and this article will modify this file ... More About: Data , Send
How to send WAP Push data through SMPP
2007-04-19 10:03:00 Here we would like to show you how to send a WAP Push message through SMPP using Java . This short tutorial will use the library and example source code from OpenSMPP. You can download the file from SourceForge. The downloadable zipped file include source code and jar file libraries, and this article will modify this file ... More About: Data , Send
Perl Module to access Clickatell HTTP API
2007-04-17 16:43:00 I’ve written a perl module to access to Clic katell HTTP API. This module supports the API from Clickatell’s HTTP API Specification v.2.2.7. The following are all the available APIs and whether they are supported or not: Basic Commands http://api.clickatell.com/http/auth Yes (But ... More About: Perl , Kate , Access , Http
Check Device?s User-Agent using Perl
2007-04-11 18:34:00 There is a CPAN library that helps to parse the User -Agent . You can download the Perl library at: http://search.cpan.org/~cmanley/Mobile-Us erAgent-1.05/lib/Mobile/UserAgent.pm After you download the library, perform the usual installation procedures: perl Makefile.PL make make install The following is the source code: #!/usr/local/bin/perl use strict; use Mobile::UserAgent; my $uaobj = new Mobile::UserAgent(); The codes above is the standard declaration so that you can call “Mobile::UserAgent” library. The following ... More About: Check , Sing
How to convert SI message to GSM SMS User Data
2007-04-07 12:18:00 After publishing the article on “How to send WAP Push data through SMPP”, there is a lot of requests on how to formulate the GSM SMS User Data . Basically, the following is an example in java with remark in the code to explain how this is done: public String toSmsBinary() { ... More About: How To , Essa , Message
How to convert SI message to GSM SMS User Data
2007-04-07 12:18:00 After publishing the article on “How to send WAP Push data through SMPP”, there is a lot of requests on how to formulate the GSM SMS User Data . Basically, the following is an example in java with remark in the code to explain how this is done: public String toSmsBinary() { ... More About: How To , Essa , Message
How to send WAP Push data through SMPP
2007-04-04 10:03:00 Here we would like to show you how to send a WAP Push message through SMPP using Java. This short tutorial will use the library and example source code from OpenSMPP. You can download the file from SourceForge. The downloadable zipped file include source code and jar file libraries, and this article will modify this file ... More About: How To , Wap , Data , Through , Send
How to send WAP Push data through SMPP
2007-04-04 10:03:00 Here we would like to show you how to send a WAP Push message through SMPP using Java. This short tutorial will use the library and example source code from OpenSMPP. You can download the file from SourceForge. The downloadable zipped file include source code and jar file libraries, and this article will modify this file ... More About: How To , Wap , Data , Through , Send
Example to read MMS message and write to a file in Perl
2007-04-01 18:34:00 This example is a simple subroutine to check whether the content is a MMS and write to a file. Combine the example in “Detect WAP browser and redirect to different url in Perl ”, you can route the URL request to another URL if it is not a MMS content. The subroutine “doRedirrect” is meant to do ... More About: Write , File , Read , Message
Example to read MMS message and write to a file in Perl
2007-04-01 18:34:00 This example is a simple subroutine to check whether the content is a MMS and write to a file. Combine the example in “Detect WAP browser and redirect to different url in Perl ”, you can route the URL request to another URL if it is not a MMS content. The subroutine “doRedirrect” is meant to do ... More About: Write , File , Read , Message
Example to read MMS message and write to a file in Perl
2007-03-29 06:34:00 This example is a simple subroutine to check whether the content is a MMS and write to a file. Combine the example in “Detect WAP browser and redirect to different url in Perl ”, you can route the URL request to another URL if it is not a MMS content. The subroutine “doRedirrect” is meant to do ... More About: Write , File , Read , Essa
Example to read MMS message and write to a file in Perl
More articles from this author:2007-03-29 06:34:00 This example is a simple subroutine to check whether the content is a MMS and write to a file. Combine the example in “Detect WAP browser and redirect to different url in Perl ”, you can route the URL request to another URL if it is not a MMS content. The subroutine “doRedirrect” is meant to do ... More About: Write , File , Read , Essa 1, 2 |




