Archive for the 'Blogroll' Category

Using AT commands to send and read SMS

Contents
1 Introduction
2 Message Format
3 Sending SMS
4 Reading SMS
5 Links
if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); }
Introduction
This article discusses how to use AT commands to send and receive SMS. It can be used to create a PC application that send SMS from the phone. This kind of application […]

Getting Started With WidSets-Part2

Contents
1 Developing Widgets
2 Some Important Terms
3 Prerequisite Knowledge
4 Widget Structure
5 Info.plist file
6 .html file
7 icon.png file
8 .css file
9 .js file
10 Installation Package
11 Reference Link
if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); }
Developing Widgets
Widgets are Web applications that can run independently from the browser application. In other Words, widgets are […]

One second timer implementation using Open C++

ID  
Creation date September 5, 2008
Platform S60 3rd Edition, FP2
Tested on devices Nokia 6220 Classic
Category Open C/C++
Subcategory Files/Data
Keywords (APIs, classes, methods, functions): time_t, time(), difftime()
Overview
This code snippet shows how to create a simple one second timer class using Open C++. This implementation is based on time() and difftime() […]

How to access S60 resources from WRT or FlashLite using PyS60

New languages for mobile application development, such Flash Lite and WRT can’t access device native resources. An approach that fixes this problem is the development of a access layer which must be between device and mobile application (Flash Lite or WRT). This access layer can be developed in any program language that have native access […]

How to display rotated text in Java ME

This article provides a method for displaying rotated text on a canvas in Java ME. The idea is to create an empty image, write the text on it and display it, rotated.
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.Sprite;
 
public class MyCanvas extends Canvas {
public void paint(Graphics g) {
//The […]

Getting Started With WidSets-Part1

Contents
1 Introduction
2 What is WidSets?
3 What are widgets?
4 What is an RSS feed?
5 WidSets vs. widgets
6 Main features of WidSets
7 What does a phone need in order for WidSets to work?
8 Developing Widgets
9 How to install WidSets?
10 Download WidSets from widsets.com
11 Download from your mobile browser
12 Transfer downloaded files from your PC to your mobile […]

Checking for file existence in C and C++

ID  
Creation date September 4, 2008
Platform S60 3rd Edition, FP2
Tested on devices Nokia 6220 Classic
Category Open C/C++
Subcategory Files/Data
Keywords (APIs, classes, methods, functions): fstream, stat, FILE, fopen(), fclose(), fstream::open(), fstream::is_open(), fstream::close()
Overview
This code snippet shows how to check if a certain file exists using C or C++. The portable way […]

High-resolution satellite launched in California

VANDENBERG AIR FORCE BASE, Calif. (AP) — A super-sharp Earth-imaging satellite that can detail an area the size of a baseball diamond’s home plate from space has been launched into orbit from Vandenberg Air Force Base on the Central California coast….

China to launch space mission in late September

BEIJING (AP) — China will launch its third manned space mission in late September, featuring its first-ever space walk, a state news agency said….

Spacecraft flies by remote asteroid, camera stops

DARMSTADT, Germany (AP) — The European deep space probe Rosetta successfully completed a flyby of an asteroid millions of miles from earth, but its high resolution camera stopped shortly before the closest pass, space officials said Saturday….

Pages (613): « 1 [2] 3 4 5 » ... Last »
edwan