Nokia Corporation is a Finnish multinational communications corporation. Use this tag only for programming problems specifically related to Nokia-branded devices.
Questions tagged [nokia]
721 questions
0
votes
1 answer
java class file to jar app
i want to know how to make a jar app which will run on java mobile platform using class file of java.
i know basics of java like inheritance,interface,string.....I tried this thing by compiling my java program of simple input/output and then…

Pointer
- 111
- 1
- 10
0
votes
0 answers
Extract contacts and messages from a Nokia 105 full dump (.bin) file
Have a problem where I had to read the complete firmware (using an eeprom reader) from a hardware disabled (beyond repair) Nokia 105 (RM-908) in order to try and extract SMSes and the contacts. Using a hex editor I can see the all the data,…

Naughty Dog
- 11
- 1
0
votes
1 answer
Using Nokia Qt to send message in S60 (Nokia E72)
I am new to Qt, and trying to use QtMobility to send message. I am using example in this link:
http://doc.qt.nokia.com/qtmobility/writemessage.html
I am able to compile the source code, and it can be tested on the simulator. But when I deploy it to…

dieend
- 2,231
- 1
- 24
- 29
0
votes
1 answer
Not able to connect nokia supernova 7210 with gsmcomm library
I have connected my 7210 phone to com4. But when i run my project which uses gsmcomm library, it gives an error that no phone connected. is 7210 compatible with gsmcomm??

user384636
- 499
- 2
- 5
- 19
0
votes
2 answers
About the optional argument in Canvas in PyS60
In Python for Symbian60 blit() is defined as:
blit(image [,target=(0,0), source=((0,0),image.size), mask=None, scale=0 ])
In the optional parameter source what is the significance of image.size?

Xolve
- 22,298
- 21
- 77
- 125
0
votes
1 answer
Qt: How to use an accesspoint throughout the application?
I'm developing an application for Symbian S60 phones using the Qt Nokia SDK, which sends requests and receives responses from a webservice in every view i have.
The problem with this, is that it always asks the user to choose a accesspoint.
So what…

Ikky
- 2,826
- 14
- 47
- 68
0
votes
1 answer
Flickable ListView in Nokia Qt App
I know I can use QML to display a flickable list. But I can not understand how to make qml and c++ application run together. So I choose to implement it without qml. I have subclass ListView class,MyListView, and call…

catinred
- 329
- 4
- 12
0
votes
2 answers
Customize List View Item in Nokia Qt App
I am writing a simple file browser app with Nokia Qt4.7 on Symbian^3 platform. I can display the directory/file list in the listview widget using QFileSystemModel. But I want to customize the list view item. And I am using QItemDelegate to do the…

catinred
- 329
- 4
- 12
0
votes
2 answers
How to run 2 commands in same line in SROS?
How to run 2 commands in same line in SROS? I have tried
command1 & command2
command1 && command2
command1 | command2
command1 || command2
command1; command2
(command1 &) & (command2 &)
(command1; command2) &
(command1 &) && (command2 &)

vineeth
- 198
- 3
- 13
0
votes
1 answer
How to execute WMLscripts and WML codes?
i've downloaded the Nokia Mobile Internet Toolkit and tried to execute couple of sample WML codes but itz not executing? Can any one guide me how to start with wml development as i am beginner to this?

GCODER
- 1
- 1
0
votes
1 answer
What do realize() and prefetch() mean exactly?
What do realize() and prefetch() mean exactly?
for Audio files:
InputStream is = getClass().getResourceAsStream("/SMS.mp3");
player = Manager.createPlayer(is,"audio/mpeg")
player.realize();
player.prefetch();
player.start();
for Camera...
player =…

vs4vijay
- 1,175
- 3
- 14
- 28
0
votes
1 answer
How to use a gesture API for Java series 40?
I was developing a Java application using NetBeans and Java s40 SDK. Here I need to use the gesture API for my application.
What would some example or sample programs other than racer program be? So it will be helpful for me to design the…

Nimmy
- 5,051
- 7
- 33
- 32
0
votes
1 answer
Backend Calculated Route,Here-API to just show Guidance and route on Map
I have a back-end service where the route calculation is done and I will be using here-api to display the calculated route on map and start guidance, Can I know the API which can be used for this purpose ?
I have gone through, Here-API where I see…

Rakshith R
- 3
- 2
0
votes
2 answers
Problem in Uninstalling Application from Nokia E-72
i have created an application which stores lots of data around 100 mb in rms and application process on this data
now when i am un-installing application from Nokia e-72 some times it remove application many time it cant remove application
when it…

Mihir Palkhiwala
- 2,586
- 3
- 37
- 47
0
votes
1 answer
Button in LCDUI for Symbian S60 5th edition
Hi I am an Android developer but I am new to development on Symbian. I couldn't find any classes to put a button on the form. How do I do it on Symbian. Am not sure whether I am doing the right thing.

Ragunath Jawahar
- 19,513
- 22
- 110
- 155