Forum: Maemo 5 / Fremantle
2011-11-27, 22:25
|
Replies: 2
Views: 1,165
|
Forum: Community
2011-08-15, 21:42
|
Replies: 371
Views: 105,322
The End is Coming: What do we do next?
Here's my opinion about the future of Maemo and maemo.org. I am currently an (un-elected, volunteer) maemo community council member, and an avid member of this community for about 4 years.
...
|
Forum: Maemo 5 / Fremantle
2011-05-21, 19:28
|
Replies: 3,349
Views: 973,180
|
Forum: Development
2011-04-29, 11:13
|
Replies: 4
Views: 2,133
Re: New program gmeasure, need some help
gstreamer + camerabin
or gdigicam if you need a higher level api.
Here is some python code which uses gstreamer and camerabin.
It should be easy t o translate this to c:
import gst
bin =...
|
Forum: Applications
2011-03-24, 18:54
|
Replies: 185
Views: 80,150
|
Forum: Community
2011-02-11, 09:36
|
Replies: 158
Views: 72,246
Re: And where is Quim Gil?
Poor guy.
I'm really sorry for all the good developers at Nokia working in Meego, Qt, Linux and so many open source projects.
An strategic alliance with MS is the worst scenario for them.
|
Forum: Applications
2011-01-06, 14:37
|
Replies: 17
Views: 7,217
|
Forum: Applications
2011-01-06, 10:44
|
Replies: 17
Views: 7,217
Re: Quick add new task to Calendar?
The only way I know is using the calendar-backend API.
http://maemo.org/api_refs/5.0/5.0-final/calendar-backend/classCMulticalendar.html#537e02de865a0f1b8e4d8d5b8d043570
But if you do so, you can...
|
Forum: Maemo 5 / Fremantle
2010-11-24, 12:04
|
Replies: 6
Views: 1,933
Re: Idea, using keyboard of remote computer
x2x and synergy do this, they can either be ported or just executed in the x86 qemu runtime. You'll almost certainly always have a pain with keyboard mappings being accurate though.
|
Forum: Applications
2010-11-17, 21:34
|
Replies: 409
Views: 92,947
Re: New FBReader build in Extras-Devel
Version 0.12.10-17 now uploaded for both Fremantle and Diablo.
This adds a check for stylus movement being triggered outside the window. This should prevent the text selection from going crazy...
|
Forum: Applications
2010-11-16, 21:39
|
Replies: 409
Views: 92,947
Re: New FBReader build in Extras-Devel
Version 0.12.10-16 now uploaded for both Fremantle and Diablo. The changes are:
Fixed direction for drag-scrolling in the library view Fixes to variable initialisation, cleanup, etc. as reported...
|
Forum: Nokia N900
2010-11-07, 20:34
|
Replies: 1,124
Views: 624,309
[Announce] USB hostmode beta release
USB hostmode status: beta.
Thanks to everyone part of the h-e-n team, and most importantly, thanks to Joerg Reisenweber for starting the project and leading it, and thanks to Paul Fertser for the...
|
Forum: Applications
2010-11-02, 12:05
|
Replies: 409
Views: 92,947
Re: New FBReader build in Extras-Devel
Hello, I also think that the previous Library view was better. Now in landscape mode, only five books fit on a page, thus You have to scroll a lot more then in previous versions.
To read a book,...
|
Forum: Applications
2010-11-02, 11:37
|
Replies: 409
Views: 92,947
Re: New FBReader build in Extras-Devel
I can't find anything in the current release to do this - the only search functionality I can find is within a book. I'll pull down the old release and have a look there. I thought there was some...
|
Forum: General
2010-10-28, 07:25
|
Replies: 2
Views: 3,859
Re: Got 1.3, lost audio
I removed "Extra Decoders Support" then rebooted. After that, every sound and movie files work again.
PS: I did try reinstall "Extra Decoders Support", the problems reoccured--no sound & unable to...
|
Forum: MeeGo / Harmattan
2010-09-19, 07:05
|
Replies: 30
Views: 13,536
Re: Troubling N900 release progress
No. MeeGo (.com) isn't a consumer-oriented product - it can't include MP3 codecs for legal reasons, too (just like Ubuntu). It might be installable, but not in there out of the box. This pretty much...
|
Forum: MeeGo / Harmattan
2010-08-12, 21:57
|
Replies: 129
Views: 47,423
Re: What Will Make MeeGo Succeed
That is not exactly what I was talking about :) The point is that, naturally, you will have to adapt to a mobile use-case. BUT. You will do that in Qt. You're not doing it 'in/for MeeGo'. The same...
|
Forum: Maemo 5 / Fremantle
2010-08-12, 16:56
|
Replies: 10
Views: 6,344
unlock account
By default the "user" user is locked so ssh doesn't accept logins to it. You can unlock it with "sudo passwd -u user". Also make sure that the ~/.ssh directory and ~/.ssh/authorized_keys file are NOT...
|
Forum: Nokia N900
2010-07-21, 22:02
|
Replies: 18
Views: 8,921
Re: fcam team has experimental gyroscope for n900
Hi all,
I'm one of the Stanford guys involved in the project. The external gyro is something Nokia Research got made to test gyroscope-using apps. It communicates to the phone over bluetooth with...
|
Forum: MeeGo / Harmattan
2010-05-25, 10:27
|
Replies: 57
Views: 213,412
MeeGo hardware adaptation for N900
Hello Maemos & MeeGos,
It seems that the true nature of MeeGo has not really been understood by many, or if it is, people still like to create wrong kind of fuss, and use the name MeeGo in wrong...
|
Forum: Maemo 5 / Fremantle
2010-05-09, 13:50
|
Replies: 5
Views: 3,020
Re: ScreenSaver trigger?
D-Bus signals are emitted by BME when the charger is connected/disconnected. To get the current state, look at the "maemo.charger.connection_status" property on the UDI...
|
Forum: Maemo 5 / Fremantle
2010-05-09, 11:31
|
Replies: 5
Views: 3,020
Re: ScreenSaver trigger?
Uhm, I'm no expert, but how about the CPU frequency trick? See, whenever the phone goes idle, the CPU downclocks itself to 250MHz. so in theory you can tell when the phone is idle by polling the...
|