Forum: Maemo 5 / Fremantle
2010-06-03, 09:28
|
Replies: 3
Views: 1,502
Re: Camera Events
You can disable the camera app with:
dsmetool -k /usr/bin/camera-ui
And turn it back on with:
dsmetool -t /usr/bin/camera-ui
This doesn't actually disable it. It disables starting the camera...
|
Forum: Development
2010-05-03, 17:44
|
Replies: 29
Views: 20,696
|
Forum: Maemo 5 / Fremantle
2010-04-26, 10:14
|
Replies: 9
Views: 5,503
Re: Get GPS and SIM operator country location?
Thanks.
There isn't much to tell about that part.
I have my own web service that will resolve country name to a standard format (for my app).
The client program gets the right name string,...
|
Forum: Maemo 5 / Fremantle
2010-04-26, 10:00
|
Replies: 9
Views: 5,503
Re: Get GPS and SIM operator country location?
Thank you very much noobmonkey!
That's what I'm looking for.
My app needs an internet connection anyway, so a web service approach is the way to go. Much simpler than making a local database
|
Forum: Maemo 5 / Fremantle
2010-04-26, 09:36
|
Replies: 9
Views: 5,503
Re: Get GPS and SIM operator country location?
Thanks!
It is very useful.
I can get the local information from LC_TELEPHONE variable.
This can be used instead of SIM operator information.
So I just need the same thing from the GPS...
|
Forum: Development
2009-12-30, 13:28
|
Replies: 7
Views: 7,295
Re: N900 camera API
Thanks!
I can't say I fully understand. I will have to read the stuff on the website first.
Just to get one thing straight, do I need to "override" the whole autofocusing command, and implement...
|
Forum: Development
2009-12-29, 21:18
|
Replies: 7
Views: 7,295
Re: N900 camera API
Can you give me some more info on gstreamer plugins?
Any link to help me get started with this?
|
Forum: Development
2009-12-29, 01:18
|
Replies: 7
Views: 7,295
N900 camera API
Hi,
I'm interested in what all is available in N900 camera API.
Are there any "more advanced" features available, like various readings, functions more advance than "take picture" or "set...
|