Is there no workaorund to prevent the updating installation deleting the previously set shortcut?
Type: Posts; User: moamoa; Keyword(s):
Is there no workaorund to prevent the updating installation deleting the previously set shortcut?
We have an application the runs on all our staffs mobile phones. When we give the phones to them we set the phone up so the the default left shortcut key (Camera by default) on the home screen (We...
We have an application the runs on all our staffs mobile phones. When we give the phones to them we set the phone up so the the default left shortcut key (Camera by default) on the home screen (We...
njzk2: the call to the gc() was an attempt to get it to work, it fails with or without that.
hartti: I have tried on several S40 3rd devices from the first one out, until a few days ago when I...
I have an application that is signed with our Java developer cert. When installing this app on a Nokia E70 it works fine. It allows us to select "Always allow network access" for the app, which is...
It reads information over a bluetooth link and updates/adds to an RMS database on the phone, which the user can view.
There are no other threads as such that use any resources, so it's not a case...
I am getting an out of memory error when running this code. The application can run though this section several times before I actually get the memory error. This OutOfMemorry error seems to be a S40...
This must be a bug in the S40 3rd Edition VM.
This appliction fails on the setRecord() method, with an OutOfMemoryError. This should be impossible since the debug lines above clearly show 600K of...
I repeatedly wipe the midlet and associated RMS several times and reboot, but the same issue happens.
When the app fails with out of memory, I can restart it and use it again for a while before...
I have an application that run fine for a while, then fails with and out of memory error. However, this looks totally bugus to me.
The error happens on and update of a record in a record store....
If the max size varies across S40 models, where is the definative list? Should it not be on the phone specification section on Nokia developer site?
Surely there must be a better way than buying...
My application is failing after a while with out of memory on a RecordStore.set() call.
I'm using a 6233 (S40 3rd Ed)
Question 1.
What is the max RMS size I can set on this device?
...
I want to do this;
player1.start();
// wait until finished
player2.start();
I am doing this to block on first but it's not working?
I am using netbeans and adding the S40 3rd Edition SDK as a platfrom. However, once I add the platform and look at the list of optional packages available I notice that there is no JSR82 available!?...
I have used bluesock and bluecove standalone ok, but I see don't see how to get the WTK emulator to use them as default.
I would imagine I need to overlay some stuff in the WTK, with parts(s) from...
When using the J2ME WTK, the bluethooth JSR 82 seems to be handled via an emulator.
If is possible to get the WTK emulator to use a REAL bluetooth dongle?
If so, can someone outline the...
Yes, this works on the emulator, but NOT on the phone.
Is there anything that actually works? A simple serial port sevice you could actually conect to would be nice.
anyone got an exmaple of working server code? on a real device, say 6600?
It is an issue with how Nokia send the headers.
On the jsp side ...
instead of using request.getParameter(), open an inputStream on the connection and read from that. You'll will find your post...
Do nokia have any examples of a bluetooth server connection working on the 6600, using the JSR-82 Java API?
I can't get another device to connect to a server btspp: connection on the 6600. It...
I can get the server and client connections working under the emulator, but I can't get the server part to work on the real 6600.
My application on the 6600 creates server connection as follows;
...
I guess you are ment to press the menu key to put the midlet in background.
To get it back, press and hold then menu key, until this list of running tasks appear, then from that list select the...
Are you sure?
I wrote a test application that started a thread and did a http get every 5 seconds. All works find while app was running in forground. When I pressed the menu key, to get to the...
there is a print example tucked away inside the bluetooth docs that come with the S60 concept 0.3.1 emulator!
not tried it yet though.
From the 6600, I am able to use device discovery to get devices, and then find a Serial Port Service (SPS) on a device. I can then bond to that, this works fine.
However, I am having problems when...