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
4
votes
2 answers

Unable to read SMS from the Nokia phone using GSMComm

I'm implementing a project for reading and parsing SMS from Nokia Xpress Music 5800 using GSMComm library I tried using GSMComm Demo: I'm able to get phone information, different status such as battery/storage and send SMS. But I'm not able to read…
Azho KG
  • 1,161
  • 1
  • 13
  • 25
4
votes
3 answers

SMS message filter application in Java for Nokia Symbian S60

Want to write a small message filtering application (filter incoming SMSes based on their content to a specific folder) for Nokia E51. Java seems to be the easier route. Is it possible via Java API for Symbian series 60 phone? If yes, what exact…
publicgk
  • 3,170
  • 1
  • 26
  • 45
4
votes
2 answers

Making a custom menubar in Qt

I'm developing a mobile app using Qt for s60 v5 and symbain 3. Now I want a menubar at bottom of the screen. It should have OPtions button, Exit button. And an additional button in between them. How can this be done? I tried a few things but…
Aniket Awati
  • 1,381
  • 3
  • 13
  • 21
4
votes
1 answer

TouchScreen Nokia C5 -J2ME's Command Action buttons and Scrolling do not work after changing system time

I am starting my app, and it is working well... but After...: Going to "Settings-> Phone-> Date and time",change the time backward.(MyApp is onbackground) Re-opening tested application Trying to use left command action and rıght command actıon....…
atasoyh
  • 3,045
  • 6
  • 31
  • 57
4
votes
1 answer

Advanced QCompleter

Well, i was looking on QCompleter, it's pretty cool of what i can see. But i looked on Visual Studio 2010 that when you do for example: MessageBox(HWND hWnd, it shows a rectangle (white background, black text) that shows MessageBox(HWND hWnd,…
Kazuma
  • 1,371
  • 6
  • 19
  • 33
4
votes
4 answers

options for mobile app store analytics (Apple, Android, OVI, etc)?

Does anyone have any experience with analytics software/services for the mobile app stores? I am currently developing only for iOS so that's what I'm mainly interested in, however I would like to know if there are some analytics that aggregate data…
lmirosevic
  • 15,787
  • 13
  • 70
  • 116
4
votes
2 answers

Qt - QTreeView WordWrap not working

I have been reading in some of the forums about WordWrap not working for QTreeView (as in the text displays off screen), but I couldn't find any "hack" that fixed this. The bookTreeView is encapsulated inside another widget, this may be the…
user375566
4
votes
1 answer

Nokia E63 phone CPU bottleneck

I am creating an application for the Nokia E63 using the Qt SDK. I can implement audio recording functionality by implementing a class that inherits QIODevice. Every time the phone hardware reads in new audio samples it forwards them to my QIODevice…
user434541
  • 1,305
  • 2
  • 13
  • 21
4
votes
1 answer

Testing Launcher icon on Nokia Qt SDK

How do you test the application icon in the Nokia Qt SDK Simulator? The one which starts when u run the the application from within the Qt Creator. I like to see how it works & how the sizing works out, but seems there is no App Launcher process as…
Sebastian Roth
  • 11,344
  • 14
  • 61
  • 110
4
votes
2 answers

How to get the size (free,total) of phone drive using Nokia API?

I want to get the size of the phone drive. I'm using "Nokia-PC-Connectivity"., and with respect to File System API I found on CONADifinition function called CONA_Folder_Info but this function doens't support FreeSize and Total Size but there is…
BDeveloper
  • 1,175
  • 6
  • 24
  • 44
4
votes
2 answers

how to add menu dynamically in Qt

I want to add, submenu to a menu item dynamically. How can I achive this? I tried like this, I have created an Action and submenu. Then I have added the submenu to action. But, I have connected the “triggered” signal of action. its getting crash…
Naruto
  • 9,476
  • 37
  • 118
  • 201
4
votes
2 answers

Detect mobile device indoor (J2ME)

I am trying to develop a mobile application using J2ME to detect the device indoor. As GPS is impossible to detect the mobile device indoor. So i am looking into using location base with cell id. Can anyone gives me some guidance on the approach of…
Nivek
  • 719
  • 4
  • 15
  • 27
4
votes
3 answers

What programming languages target J2ME?

I recently received a Nokia 5000 phone. Now I want to write software for it. Trouble is, I don't know Java. Now I've heard of other languages which supposedly make possible development without recourse to Java, languages like CellularBASIC (which…
bugmagnet
  • 7,631
  • 8
  • 69
  • 131
4
votes
2 answers

Reminder app for S40 phone

S40 doesn't allow an app to run in background. It seams the only solution is to use PushRegistry.registerAlarm. I'm trying to make a reminder app, so when triggered it should make the phone vibrate and make noise, but unfortunately i get a small…
Bogdan Balan
  • 6,493
  • 8
  • 25
  • 23
4
votes
2 answers

Unable to send and recieve data in HINDI language from NOKIA S40 series cell phone correctly

I am trying to send data in HINDI language using JAXRPC webservice from my NOKIA S40 Series Cell phone, The main issue is that the data recieved on the webserver is not in correct format. All I get on the webserver is "?????" (question marks). Where…
Satyam Koyani
  • 4,236
  • 2
  • 22
  • 48