Hello,
the current Qt Mobility sis package that comes with the Nokia Qt SDK doesnt work on N8. There will be a sis package for the N8 soon.
:Rubén
Type: Posts; User: rdrincon; Keyword(s):
Hello,
the current Qt Mobility sis package that comes with the Nokia Qt SDK doesnt work on N8. There will be a sis package for the N8 soon.
:Rubén
Question:
what IDE are you using?
Netbeans,
Eclipse
?
Hello,
it seems to me hard to think that the Web Browser would open that file with platformRequest, first of all, there's no http call (which is the one asking the browser to call). Localhost...
Hello,
I think some important information is missing.
1. Please let us know what phone model you are using
2. Please include some relevant code of the startapp and pauseapp to check
Hello,
you can filter the numbers you want to use using regular expresions
If you notice in the static push sintax
MIDlet-Push-<n>: <ConnectionURL>, <MIDletClassName>, <AllowedSender>
...
For touch:
You can use the TextFieldArea component of this project
http://wiki.forum.nokia.com/index.php/A_Canvas_Qwerty_Keyboard_For_Touch_Devices
For non touch:...
What happens when you only try to read or receive?
Hello,
let's check several points.
1. The Root certificate is in the phone first:
http://wiki.forum.nokia.com/index.php/How_to_find_the_Java_signing_certificates_on_the_phones
2. Please...
Hello,
My suggestion is to put everything into a single array first.
Two options:
1. Read the lenght of every record and create a big array, then use the System.arrayCopy() method to add each...
Please follow the link bellow and click on the "Device Multimedia Features Table".
It will open a new window with a complete table of multimedia features.
Mobile Multimedia
Accesing inbox is not possible either.
A couple comments,
1. Do not use LIAC in any case if trying to connect a phone and a PC.
2. Make sure your PC Bluetooth settings allow any device to discover it.
I suppose you are using...
Hello,
It really depends of the phones you are aiming to:
S60 phones Web browser have support for HTML and javascript.
From S60 3 ed FP2 onwards you can create standalone applications or...
For S60 3ed FP2 devices onwards you can use the folliwing jad/manifest attribute.
Nokia-MIDlet-No-Exit: true
1. Suppose you have a Visits class like this:
public class Visit {
private int visitNumber;
private String name;
private String address;
Hello and wellcome to FN discussion boards,
I don't understand your question that much, but let me provide some links that might be useful for you:
1. Accessing and Managing Calendar...
I have used this framework in the past and worked fine after some adjustments.
http://www.daimi.au.dk/~jones/sms/report/report.html
Also, please let us know what is the phone you are using.
Hello and wish you good luck in your project.
Let me just tell you that you won't be able to do what you plan using java technology.
For such a task you will have to rely either in symbian or any...
Which phone are you using?
If the .jar is more than 1M it is due to the media file you are including in the jar. nokiaui and cldc are not included in the package spite you check on them on the project properties, in fact you...
To add some comments...
With Aptana you can emulate platform Services and N97 Homescreen. That's still not available with the other ones.
If still you want to use the N97 SDK to get a much...
Yes,
but then I'd rather recommend to use a sprite.
If you want to create your own component, then do the following.
1. Create an empty image
Image img = Image.createImage(100x100);
Yes, just inherit the Layer class and paint your box inside the paint method that you have to overwrite.
public class MyOwnLayer extends Layer{
public void paint(Graphics g){
//Paint...
Quoting you:
I would say that as Tiger mentions you need to use a LayerManager. This class allows you to put different items (Layers) pile them, and paint them according to your needs. Every...
Doesn't matter if it is two different classes.
They are called almomst at the same time talking in CPU language.
It is not guaranteed one screen should show up after the other since they have such...