symbian

Analize programatically (python) Symbian v9 E32Image file

I'm trying to analyze programatically (python) a Symbian v9 Logical Device Driver (LDD zlib deflated). I'm able to read E32ImageHeader, but I can't decompress de code section. I always get "zlib.error: Error -3 while decompressing data: invalid block type" import zlib import struct full = "" f = open("c:\\file.ldd","rb") part...

SISX certificate info

How can I retrive information about sertificate of a signed .sisx file? What I need is certificate expire date. ...

Intercept incoming SMS

I would like to know what are the options for intercepting an SMS. I want to be able to launch some code to handle the SMS when it is received. Any advise on whether this is technically possible and what options I have if there is more than one way, would be greatly appreciated. Thanks Paul ...

Qt: define Tab Order programmatically

Hi, I've created 2 widget with Desinger (Widget1 and Widget2) , each one has it's tab order defined. A third widget (Widget3 )is defined programmatically and contains the above 2 widget in a vertical layout. In on a symbian non touch device. When I focus on widget3 I want to give the focus to widget1. Then go from widget1 to widget2 usin...

How to install and handle the event filter to Qt graphicsview

Hi, i have a graphicsview and graphicsscen but i don't no how to install and handle the event filter for getting the keyboard events. i appreciate your help regarding the same. Thanks in advance. ...

Android, iPhone, Symbian and Windows Mobile development learning material

Hi people, I would like to ask all of you if you know any good books, articles etc ... on development for these mobile platforms. I'm looking for learning material where the whole technology, OSes and development is discussed in great detail so i could gain a deeper understanding of the system as a whole. So any quick start tutorial and...

Access to localhost on the pc from mobile phone via wifi-adhoc?

hi, im a newbie web designer. im studying on programming websites for mobile phones. i want to create a php-website for s60 devices. im using apache server on my computer in the designing process. the question is: how can i access to localhost which is on the computer from an s60 device(n95 8gb) . i tried with adhoc wifi. but it didnt wo...

How to customize a listview in Qt

I want to customize a listview in Qt, can anyone provide me some example or hints of how to do it? I am new to Qt. ...

Using QtMobility/Location, a Symbian Qt C++ application runs in emulator but not on device.

I have a Symbian Qt C++ mobile application that runs fine in the emulator but when the application is compiled into a SIS file and installed on the phone, it installs successfully but does not start and fails silently without any message. The application uses QtMobility 1.0.1 to access the Location API. ...

Symbian C++ - synchronous Bluetooth discovery with timeout using RHostResolver

I am writing an application in Qt to be deployed on Symbian S60 platform. Unfortunately, it needs to have Bluetooth functionality - nothing really advanced, just simple RFCOMM client socket and device discovery. To be exact, the application is expected to work on two platforms - Windows PC and aforementioned S60. Of course, since Qt lac...

is it possible to add interface language to a nokia 2720?

My grandmother doesn't understand english and I really like to add the Magyar language to her cell phone. The way I see it I should install some software or do firmware update... the only problem that even if there is information in the nokia hungarian site - I would not be able to understand it. Thanks Asaf ...

Mobile Programming.

I want some tutorials about mobile app programming, I have a Nokia 7610, and a Nokia 6070, I want to know the appropriate tools to be, and how to use. I would also want some emulators for different kinds of mobiles. ...

mobile application features

Suppose one wants to port a desktop app to a smartphone (which can mean write from scratch). How in your opinion should a mobile version relate to to the desktop one? In other words, what are the common features of mobile apps? I can say: short user interface (not time consuming) dense content, filtered in comparison with the desktop...

Using QtMobility in QtCreator: Setup??

I am trying to set up a development environment to play around with developing Qt apps for Symbian devices. I have succesfully set up the environment and am able to create simple apps such as HelloWorld and get them to run on my device. I would now like to try using the QtMobility package, but I am struggling to get it to work in QtCre...

Mobile Phone (different platforms): Cell reselection control/Layer3 reporting modification

Ideas welcome how to create an application able to lock phone on a particular operator's cell, prevent cell reselection/handover, modify layer 3 "Measurement Report" messages which handset sends uplink towards base station (it is commont for GSM & UMTS). Platforms: iPhone Symbian S60 3rd, 5th Android Windows Mobile What I currently fi...

wrapping python script and the running environment in a single sis file

Hi, I have python script running on my nokia N97, using python running environment. is there a way to create a single file with the script and the running environment so that someone wouldn't have to install the running environment separately? ...

drop-down menu in python for Symbian

Hi, I want to implement a drop-down menu in python for Symbian. How do I create the drop-down and How can I access the selection value? thanks ...

Starting Nokia application for s60 v5

I want to create a simple application for Nokia 5230 (s60 v5). Application will given some hardcoded numbers and it will accept calls from these no.s as soon as call will received. How can i start developing application for Nokia? Will WRT 1.0 will work for these requirements? ...

Can Web Runtime be used to access incoming calls?

Can i create an application using Nokia Web Runtime to accept/reject call? ...

symbian virtual mini qwert keyboard style

Hi I want to implement some window that will look like the mini qwert virtual keyboard we can find on s60 5th edition phones like 5800. This window is floating and we can drag it over the screen using some small control at top right of window. Thanks for any suggestion ...