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
how to set a background image for S40 Nokia SDK in Netbeans?
I'm developing an application to work on S40 platform for Nokia devices using Netbeans IDE, I'm working on a visual MIDLET (MIDP 2.1) and I am trying to set a background image for the forms in my application. I can insert an imageItem but it doesn't…

Hazem
- 85
- 1
- 2
- 9
0
votes
0 answers
How to Install by ADB on Nokia 6300 4G?
I have a Nokia 6300 4G running KaiOS. I've turned on ADB and USB Debugging on it. When I try to push an apk to the phone, it looks like it's working at first (it says a file gets pushed) but then it throws an error and nothing gets installed. What…

Elliptica
- 3,928
- 3
- 37
- 68
0
votes
2 answers
How can i send a VCard to Samsung and Nokia phones using SMS?
I don't know what is wrong with my syntax (or Nokia & Samsung phones) because when i send it to Sony Ericsson it will be processed and save as a Contact but when i send it to Nokia or Samsung it will be displayed as plain message.
This is my syntax…
user899205
0
votes
1 answer
Nokia s40 testing GPS or location based service
I'm new to developing S40 Nokia applications using Java. I need to send to the emulator a latitude and longitude like the android emulator, you can update the location by passing latitude and longitude from the emulator.
I'm using eclipse, can any…

mohamed diab
- 36
- 3
0
votes
1 answer
How to detect central key of the Nokia S40 device using Java ME?
I am fresher in j2me. I like to implement an application that should detect central key of the S40 device.I use this code
if(keyCode==-5&&c==2) {
c=1;
repaint();
} else {
c=2;
repaint();
}
it work only on simulator and but not work in S40…

sreeraj
- 1
0
votes
1 answer
Website for mobile phone, unicode problem for nokia
İ have a website for mobile phones (not english)
But i have a problem with nokia (unicode problem)
my website are including php codes
how can i solve this problem with php or html or js ?

hicay
- 78
- 1
- 2
- 8
0
votes
1 answer
How to start the Application in Symbian OS using J2ME?
I'm new to mobile development.
I want to know the developing sites for Symbian OS Nokia development?
I'm working in eclipse pulsar,In J2ME language. Then how to develop the Application
on S605th edition?

user723207
- 3
- 2
0
votes
1 answer
Cannot declare Signal in baseclass
I am having a class A, parent of class B and class C. I have signals: declared and used in class B and class C. But when i try to write other signals: in class A, its giving me vtable reference errors. I am not able to write the Q_OBJECT macro in .h…

sujithkrishnan
- 71
- 6
0
votes
0 answers
Creating old Nokia apps before JavaME support
I have some old Nokia phones, such as the Nokia 3310.
After searching online, I could only find guides for development relating to the new Nokia which supports JavaME. This is no good, as I have the older versions of the Nokia phones, not the…
user15148251
0
votes
1 answer
asp.net authentication on nokia e5-00
I am tring to login using asp.net authentication in nokia e5-00 device. The login proccess success under explorer, firefox, android device and so on. But in the nokia device the HttpContext.Current.User.Identity.IsAuthenticated is false even though…

Naor
- 23,465
- 48
- 152
- 268
0
votes
1 answer
jQuery's document ready faulty on Nokia? (Alert fixes jQuery in Nokia. Suggest alternatives?)
I have some jQuery running on a mobile web site that does some layout calculations and resizes a few elements.
This was working fine on the browsers we support--even Nokia's--but I then received reports that there were problems on the Nokia.
I then…

DA.
- 39,848
- 49
- 150
- 213
0
votes
2 answers
Qt not working with Symbian
I cannot set up my Qt SDK so that it communicates with my Nokia C6-00. First af all, I cannot make sure what my Symbian version is. On the official web site they say I must have Symbian^3, but nothing from what Qt installs at Symbian^3 systems…

Pavlo Dyban
- 1,297
- 2
- 15
- 28
0
votes
1 answer
How can i check network connection on qml?
I want to check if there is network connection when my app start under splash screen.Splash doesnt important, important point is how can i check network connection in qml? Solution can be with qml, javascript, c++ etc.

Gürcan Kavakçı
- 562
- 1
- 11
- 24
0
votes
1 answer
Problem with Symbian RThread
I have this code:
void MyAppAppUi::ConstructL()
{
_LIT(KString1, "asd");
TBuf<15> buf1(KString1);
TInt iStackSize = 32000;
RThread iThread;
TInt err = iThread.Create(
buf1,
func,
…

user842892
- 11
- 1
0
votes
1 answer
How to Develop Applications for Nokia X3-02?
I want to know about the development procedures of Applications for Nokia X3-02.
I wish to develop a twitter feed apps for my mobile. Is it possible ?

coderex
- 27,225
- 45
- 116
- 170