n95

Does the Iphone 1/2 have a compass inside?

Can one be simulated by periodicly syncing with GPS and in the meen while working with the accelerometer? I know for example that the N95 accelerometer is invarient to rotation on the Y axis (while beeing face up/down). ...

Increase heap size in j2me

Is there any way to increase the heap size for j2me on a device? I'm developing an application for a Nokia N95, but am bumping into memory issues when I try to do image processing of larger images. The phone has plenty of heap space available, but seems to restrict the amount allowed to be used by j2me to 1MB. ...

Changing video resolution in n95 with J2ME

We've tried using the parameters in the capture url as documented: capture://video?height=480&width=360 No combination of width and height works. We always get an error -6 when creating the player. capture://video works fine but the videos are ridiculously small. Is it possible to record at a higher resolution on the N95? ...

J2ME Location API on the N95 - Need to open Nokia Maps to warm up GPS?

The location API only seems to work for me when I warm up the GPS by opening Nokia Maps or Google Maps. The Google Maps app has a status balloon which shows the number of satellites and lets the user know when the connection is active, however I have not found anything in the J2ME Location API docs which specifies how to do this. It ...

Mobile Development barrier to entry.

I'm looking at making some mobile apps in my spare time and I want to be able to put them up online for anyone to use (and probably open-source). I've worked with PyS60 a while ago and I really liked it. My problem is, I don't want to spend any money on these apps (I'm not planning on making money from them in any way) and for me to p...

Nokia N95: External JS and Ajax?

Hey all! Developing a mobile site on the side. Our target audiences include Android operating systems, iPhone OS (now iOS), WebOS, Windows Mobile, Blackberry (Curve, Tour, Bold), and the Nokia N95. Pretty much all of these devices save for the Blackberry Curve have Ajax support. The Nokia N95, however, has Ajax support, but I'm having ...

Automate or send kepresses to application running in background with PyS60

I'm running PyS60 on a Nokia N95 phone, and I want to find a way of having my script interact with an application running in the background. I found this http://wiki.forum.nokia.com/index.php/How_to_simulate_a_keypress_in_PyS60 .. but it doesn't mention anything about sending the keypresses to a specific target. The reason I want to do...

Can't import scriptext module in PyS60 2.0 on N95

When I try and import scriptext on PyS60 version 2.0 on my N95 phone, I get an import error saying that there is no module named scriptext. How can I work out what the problem is? ...

Struggling to draw something onto a full screen canvas on n95

Hey, I'm trying to work out how to use canvas in PyS60 on the n95. I'm attempting to draw a rectangle that will fill the whole screen, but the rectangle seems to get cut off. This is the code: import e32, appuifw #Define the exit function app_lock=e32.Ao_lock() def quit(): app_lock.signal() appuifw.app.exit_key_handler=quit canv...