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
2 answers
Nokia 6600 battery status detecter
I need to write a mobile application (midlet) that will run on Nokia 6600 (SDK 60 2nd Edition CW).
the application's goal is to detect power interruptions(whenever there is no more electrical power going into the battery) and log them.
this mobile…

Attilah
- 17,632
- 38
- 139
- 202
0
votes
1 answer
Invalid application. Delete? on Nokia mobile phones
I like a mobile game called Bounce Tales, so I chosed trying modding it. I can succesfully run it on KEmulator, but when I try to run it on a real mobile phone (Nokia 2700 Classic for example), it says: "Invalid Application. Delete?"
E: Here is the…

gskartwii
- 389
- 2
- 7
- 18
0
votes
1 answer
Upgrade Windows Phone 7.5 to Windows Phone 8?
I am wanting to buy a Nokia Lumia 900 this week, it's (obviously) a Windows Phone 7.5, but Microsoft is going to release Windows 8/Windows Phone 8 somewhere in october and I am wondering if the Lumia will get an update to Windows Phone 8, and if it…

Johann Behrens
- 114
- 2
- 9
0
votes
1 answer
Getting my position in QtQuick
I need to get my location in nokia QT.
I have the following code:
Rectangle {
id: page
width: 350
height: 350
PositionSource {
id: positionSource
updateInterval: 1000
…

Bayan
- 283
- 4
- 14
0
votes
3 answers
Nokia HTTP_REFERER issue
We've developing mobile application using CodeIgniter PHP framework. App was tested on several hardware phones and emulators. Everything works fine everywhere - except Nokia S40 built-in browser.
When browsing via thatbrowser, it reveals that…
zoreslav
-1
votes
1 answer
j2me: how to open application page via ovi store app
I'd like to ask users to rate my app.
I can open an url in browser:
final String url = "http://store.ovi.com/content/168792";
MyMidlet.this.platformRequest(url);
But if the ovi store app is installed on the phone, I'd like to use it like in android…

Anton Smolich
- 3
- 3
-1
votes
2 answers
How do I create .exe in Android app?
I want to know how I create .exe file in Android. How do I run in Android mobile any new software required in Android mobile?
Is it possible to convert my Android app into a Nokia app or app for any other OS?
Thanks in advance for any tips.

dof seo
- 11
- 1
- 3
-1
votes
1 answer
Is there is any way to increase the java heap size in nokia c2 mobiles?
I'm developing a mobile app in J2ME. I'm facing memory issues. I'm using Nokia c2 mobile.Please tell me Is there is any way to increase the java heap size in Nokia c2 mobiles?
Thanks & Regards,

SIVAKUMAR.J
- 4,258
- 9
- 45
- 80
-1
votes
2 answers
Http operation error please help to solve the issues?
Im developing a mobile application using j2me.
In my i send the data to server and receive data from server.
I put a vodafone Sim in "nokia c2" mobile and run the application,then the network error is occured (java.io.IOException :81 - Http…

sivakumar
- 1
- 1
-1
votes
1 answer
Nokia-2.2 USB drivers for use with Android Studio
Can anyone point me to a reliable source for downloading OEM USB drivers for Nokia 2.2, which is a phone I am using to learn android development?
Android's own page for downloading OEM drivers ( here ) includes most manufacturers but not Nokia.…

SJB
- 117
- 1
- 2
- 11
-1
votes
1 answer
Is there a way to use space between buttons in landscape
After much digging I've realised there is no Qt-way to use 3 middle buttons in landscape mode in S50v5, however I don't like to waste this precious space. I've tried to place my widgets there but menu bar is on top and widgets aren't visible.
Is…

qrdl
- 34,062
- 14
- 56
- 86
-1
votes
3 answers
J2ME nokia s40 development
I am using S40 SDK to develop my application.My application requires to communicate with files stored on memory card.But I am helpless that how to put the files on memory card in SDK ?
I am using Eclipse IDE for developing application.

CuriousCase
- 745
- 2
- 9
- 22
-1
votes
1 answer
Flash sms class 0 nokia
I searched a lot of things about the Flash sms class 0, and I'm really interested in the AT+command to send flash sms to any number.
But I read that this command can be used only on specefic devices, like some versions of Nokia.
Also, some people…

Echo Echoff
- 1
- 1
-1
votes
1 answer
-1
votes
2 answers
What is the mistake in my code?
I have the following code:
class myslot
{
public:
Q_OBJECT
myslot()
{
}
~myslot()
{
}
typedef enum Emycars{volvo,benz,tata}cars;
public slots:
void hellowslot(myslot::cars);
};
void…

Naruto
- 9,476
- 37
- 118
- 201