nokia

PyS60: Bluetooth sockets

From the website http://www.mobilepythonbook.org/ I found the following example of bluetooth sockets: BT chat example Here in function chat_server() the bind method accepts a tuple with two elements. The first one has been used as a null string. What does it signify? Which node will act as master in the Bluetooth, the one that starts c...

Symbian and OpenC Applications

I have been researching around trying to find the best way to begin developing an application which aims to analyse user's writing styles based on outgoing SMS messages. I have installed Symbian's SDK and Carbide and purchased a book on their specific style of C++ to get started. However, I was told to check out Open C for Symbian as I h...

Run j2me jar file

Hi, I have downloaded Opera mini from http://www.opera.com/mini/download/nokia/nokia_6600/ I downloaded both the jad and jar files, opera-mini-4.2.13918-advanced-en.jad opera-mini-4.2.13918-advanced-en.jar and copied them to the bin directory of Sun java wireless toolkit, [C:\j2me emulator\emulator\bin] For running the file i'm using f...

Changing video resolution in n95 with J2ME

We've tried using the parameters in the capture url as documented: capture://video?height=480&width=360 No combination of width and height works. We always get an error -6 when creating the player. capture://video works fine but the videos are ridiculously small. Is it possible to record at a higher resolution on the N95? ...

Intercepting the Nokia Ctrl/Chr key press in Java

I'm trying to intercept the Ctrl/Chr key on a full QWERTY Nokia device (E71). It seems like the keyPress event isn't generated for this particular key. Any ideas? ...

How does one run a .jar file in S60 OS?

I want to run a .jar file on my Nokia N73 phone. I cannot figure out what I need to do this. I have downloaded the Sun Java Wireless Kit but that just connects to its own emulators. ...

How to do PyS60 development on OS X

Is it possible to do PyS60 development on Mac OS X? There is an XCode-plugin for Symbian C++ -development, but I don't know whether I can create Python-apps for my Nokia phone with that. I'm talking about a more thorough SDK experience than just editing files with Textmate/Emacs and copying them over to the device. ...

How do I develop applications for Symbian OS of Mobile Phones like Nokia

I would like to develop applications for Symbian OS Phones and try another track other than programming in Java. I would like to experience how to program on mobile phones using C and C++. Can you please give some tips on what tools to use on developing this kinds of applications. I am targetting Nokia phones.. Thanks ...

How to backup the data from Nokia E51 on Linux system?

Is there an easy way to do backup/restore phone data? ...

Nokia s60 emulator for linux

I am using EclipseMe on Ubuntu. I want an emulator that can emulate mouse movements on screen. Is there an s60 emulator for linux? Edit: Does net beans has an in built emulator that can emulate mouse movement on device screen? ...

Should Qt target the HyperSpace?

As you may already know, Phoenix is developing an alternative computing environment based on top of its BIOS, called HyperSpace. According to its designers it should run "a collection of commonly-used browser-enabled applications designed to make the Internet browsing experience simple, fast and secure". Although Phoenix has declared in...

activate MCC, MNC API in Nokia Pys60

Hi, I can not get location info from pyS60. It seems the featured API is not activated. How can I activate this API? Is there any free licensing system? Or anything so that I can use restricted (or non-free for general developers) APIs at least in my phone to test the application? Thanks in advance. ...

Nokia N95 and PyS60 with the sensor and xprofile modules

I've made a python script which should modify the profile of the phone based on the phone position. Runned under ScriptShell it works great. The problem is that it hangs, both with the "sis" script runned upon "boot up", as well as without it. So my question is what is wrong with the code, and also whether I need to pass special parame...

Symbian: Is it possible to get access to a list of contacts through an application?

There are at least two ways that I know of to write a Symbian application: 1. J2ME 2. A native application. My question is, does the SDK/API for either of those methods (or any other method) grant me (at least) read-only access to contact information (names/numbers/etc) on the phone itself? Does this in any way depend on the specific...

Sms via a nokia phone over a serial port

Hi, I'm trying to send a sms via a Nokia phone over serial which is easy enough via putty. The commands from the nokia documentation works fine. However, trying to send the same commands from a c# application fails miserably. I've run Sysinternals PortMon and can see the commands come through OK, the only difference I can see is in the...

Running a GC.Collect fixes my crash but I don't understand why.

I have this piece of code (from the nokia pc connectivity 3.2 example code, in C#) DAContentAccessDefinitions.CA_FOLDER_INFO folderInfo = new DAContentAccessDefinitions.CA_FOLDER_INFO(); folderInfo.iSize = Marshal.SizeOf(folderInfo); //(32) IntPtr bufItem = Marshal.AllocHGlobal(folderInfo.iSize); //I often get a AccessViolat...

Nokia HTTP_REFERER issue

We've developing mobile application using CodeIgniter PHP framework. App was tested on several hardware phones and emulators. Everything works fine everywhere - except Nokia S40 built-in browser. When browsing via thatbrowser, it reveals that $_SERVER['HTTP_REFERER'] is not set at all - even using straight PHP with no frameworks. Specif...

Developing for the Nokia 3120?

I want to develop an application for Nokia 3120 ( http://www.forum.nokia.com/devices/3120 ). from the previous link, It is said that the Developer Platform is "Series 40 Developer Platform 1.0" but from the "Series 40 Platform SDKs" page, no SDK Series 40 for Platform 1.0 is available, I can just see Series 40, Developer Platform 2.0 an...

IMEI using Javascript

Hi, is there any way to retrieve the IMEI number of a cellphone, using javascript? ...

Is there a HOSTS file on Symbian Series 60 5th Edition devices?

Hi, There used to be a HOSTS file on S60 3rd edition devices (see here). It was a great feature for QA. Anyone knows if there's such a file on S60 5th edition devices? Is there another way to tell the phone to go to a specific IP, given a host name? Many thanks, Ori ...