Hi,
I just figured out what I was looking for.
My intention was to send the app to background instead of terminating it when the hangup button is pressed
Since S60 2nd this can be achieved...
Type: Posts; User: schnesim; Keyword(s):
Hi,
I just figured out what I was looking for.
My intention was to send the app to background instead of terminating it when the hangup button is pressed
Since S60 2nd this can be achieved...
Hi,
I know that you can send an application to background by setting the current display to "null".
What I'd like to know is, whether it is possible to bind this action to a hangup button...
Great, now it works :)
Hi,
I wanted to ask, whether it is possible to set anywhere in a S60 phone the policy on how the phone asks for the APN if a J2ME app wants to access the net.
My application disconnects and...
First of all, I didn't sign my midlet yet, because I didn't see the use.
@1 But as I read here in the forums signing doesn't prevent ALL alerts/pop-ups. As I said, the network access alert will...
Hi,
I'm developing an application which accesses the internet and I wanted the user not to be bothered with any question about allowing internet access.
But I just found out that even when I...
Problem seems to be solved. I put the lines to read the display size a few lines further behind the setFullscreen command and now it gives me the correct numbers. I hope it stays this ways.
Thanks for these tips. I'll try them out when I'm back at work after the weekend.
Yes, in my code fullScreen is set true.
I just tried it on the S60 3rd emulator which has a res of 352x416 and again I get the correct width but this time 288 as height.
Very strange...
Hi,
I'm trying to make a canvas app adapt to screen size of the device its running on, but I just encountered that on my Nokia N95 with a resolution of 240x320 the width is ok but as height I only...
Thanks for your post, it really solved my problem :)
The reason I didn't see the file was, that I was always looking in C:\WTK2.5.2\j2mewtk_template\appdb\DefaultColorPhone\filesystem instead of...
I did create the folder manually and nokia emulator doesn't work for me. I'm always getting an IOException "Opening a (file) connection failed -20 (or -5)" wherever I try to write ("Memory card",...
Ok, I just created a new folder inside the root1 directory but now I'm getting an IOException when fc.create() is called.
And things are getting even weirder. When I create a file inside root1 and...
I found out something very weird. The path I'm currently using is correct ("file:///root1/Readme") as I can read from the readme file without any problem.
But at the same time I'm not able to...
Well, I'm not shure, but I suppose anywhere around
Hi,
I have a J2ME app which shall write some text to a file. Everything works fine on a real device but doesn't when I run the program in the emulator.
I tried several paths, but none seemed to...
Hmm, I don't see where logging might help me here.
Good idea! A dirty hack in my eyes but as long as it solves the problem ;)
Well, I'm still wondering, why multiple instances get started. As if the OS cycles several times through the startup list.
During all my tries, exactly once I had only one instance running.
Good to know, thanks for the info.
It must be the same application. When I delete it, it's name doesn't occur in the process list. When I reinstall it, I see two instances again.
Once the app had a gui and I only face this problem...
Hi,
I've a guiless application which shall always run in the background without the user being bothered to start it manually so I made it autostart. But the strange thing to me is, that when I...
Hi,
I've a symbian app which acts as a server for a J2ME app and both communicate via a socket. The problem is, that the J2ME one might close the connection every now and then so I always check...
Thanks so much. I indeed missed a "ReadDeviceData" in the .mmp file. Damn, one of those tiny errors which can take hours to solve.
Ok, I just figured out how to convert the status into a string and the error code it gives me back is "-46".
I tried to figure that out, but no success with this yet. Maybe you can tell me, how I can transform a TRequestStatus into a descriptor so that I can write it to my log file?
And I'm using S60...