Questions tagged [nokia]

Nokia Corporation is a Finnish multinational communications corporation. Use this tag only for programming problems specifically related to Nokia-branded devices.

721 questions
0
votes
1 answer

set application icon for symbian aplication

I have developed an application in Qt for symbian. Now i need to set the application icon. not the one showed on the application windows on the top left side. I need to set the icon which will be displayed in the menu of the symbian device!…
defiant
  • 3,161
  • 11
  • 41
  • 65
0
votes
2 answers

How do I change a Java ME device System time?

I'm developing an application that needs to synchronize the time on a server with the time on the device. Blackberry devices have the net.rim.device.api.system.Device.setDateTime(long dateTimeMillis) method for this. I'm looking for something…
0
votes
2 answers

Requirements for designing Location Based Service App

I however, would like to design a mobile app using J2ME that can help users locate nearby resources in my city. It is more like should use GPS to locate nearby resources like restaurants, saloons, car parks, hospitals to mention but a few. I am…
zurik
  • 491
  • 1
  • 8
  • 21
0
votes
1 answer

QTreeWidget for Projects

Well. I'm working on an IDE. Some of you maybe saw a post about it. Well, i have no clue of how QTreeWidget & QtreeWidgetItem works since can't find a demo and the documentation doesn't help. Well, what i'm trying to do is a IDE that you open the…
Kazuma
  • 1,371
  • 6
  • 19
  • 33
0
votes
1 answer

Java ME handling multiple screens

I am creating an application in which when the application starts, the user has an option to add a file to the application which is residing on memory card.There is a button named add new; when the user clicks on add new a form will appear,in which…
CuriousCase
  • 745
  • 2
  • 9
  • 22
0
votes
1 answer

NOKIA S40 Development

please give me a sample code for read/write CSV file in nokia S40 application.
CuriousCase
  • 745
  • 2
  • 9
  • 22
0
votes
2 answers

progress bar in nokia Qt?

I'm using progress bar in my app. when i navigating first widget to second widget and in-between i'm using progress bar in another widget. //code: progressform *pgm = new progressform(); // calling progress bar widget pgm->adjustSize(); …
selladurai
  • 6,491
  • 14
  • 56
  • 88
0
votes
1 answer

BlackBerry Problem with Browsing

i developed an application that access the web through the mobile application using j2me for nokia cellphones but when i tried to run this application on blackberry devices i got a problem with it, no website want to be opened, it just freezes so…
Hesham
  • 17
  • 4
0
votes
2 answers

undefined reference to

I have the following problem: I use a 32 bit version of Qt on a 64 bit Ubuntu. In my Project I want to include the library FCam in order to program for the camera of a Nokia N900 mobile phone. When I include the path to the library in my project…
Tsveti
  • 1
0
votes
1 answer

how to bind the values in to list view and table view in nokia qt?

I have to bind the list of array values in to list view or table view. Can any one say with example web link? thanks in advance.
selladurai
  • 6,491
  • 14
  • 56
  • 88
0
votes
1 answer

getRequestCode on nokia J2ME

I have strange problem with nokia phone. I'm developing J2ME midlet and trying to run it on nokia (n73). This midlet makes httpRequest. First, second and several more reqeust makes good. But after that next request fails with IOException. There are…
Alexander Mikhaylov
  • 1,790
  • 1
  • 13
  • 23
0
votes
2 answers

What are the basics concepts in Nokia Qt?

What are the basics concepts in Nokia Qt? What are things I want to know before entering in to Nokia Qt framework? Could any one help me? I'm very new for Nokia Qt. Thanks in advance.
selladurai
  • 6,491
  • 14
  • 56
  • 88
0
votes
2 answers

How to Programmatically Compose Email using my mail account in Nokia Qt?

I am new to this concept. can you please just give some path to get solution, like which framework or library i need to use in my app for this work. For example: To:examples@example.com subject: test mail Message: body of the message Thanks in…
selladurai
  • 6,491
  • 14
  • 56
  • 88
0
votes
1 answer

Nokia Qt: How to Play video from Phone Memory?

Can anyone tell me how to play video from phone memory?? EDITED :i have use this code for video Playing... include "playvideo.h" include "ui_playvideo.h" include QFileDialog include phonon/backendcapabilities.h include phonon/videoplayer …
Piyush
  • 2,589
  • 6
  • 38
  • 77
0
votes
1 answer

How to set Picture in QListView

i have use this code for getting pictures from Phone's memory... TFileName path = PathInfo::PhoneMemoryRootPath(); path.Append( PathInfo::ImagesThumbnailPath()); How can i set this picture path in my listview? Any…
Piyush
  • 2,589
  • 6
  • 38
  • 77