Tagged Questions
The n95 tag has no wiki summary.
7
votes
2answers
259 views
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 ...
2
votes
2answers
3k views
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. ...
0
votes
0answers
67 views
PyS60 key events and voice recording
I'm trying to write a PyS60 script (for my N95) that will allow me to record while a button is pressed down, and stop when it is released. I thought this would be quite a simple task but it has proven ...
0
votes
2answers
459 views
OCR for Nokia N95 / Symbian OS
I am going to develop my mobile application and i am new in it and i want
To knew which programming language is good is it Symbian C++ or QT ?
Tip..
You should know that i use Nokia N95 or in general ...
0
votes
1answer
166 views
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?
0
votes
1answer
168 views
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 ...
0
votes
1answer
1k views
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 ...
0
votes
1answer
933 views
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 ...
0
votes
3answers
1k views
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 ...