Forum: Maemo 5 / Fremantle
2011-04-01, 20:01
|
Replies: 11
Views: 3,914
|
Forum: Applications
2011-01-22, 15:08
|
Replies: 602
Views: 366,902
|
Forum: Applications
2011-01-22, 13:50
|
Replies: 602
Views: 366,902
|
Forum: Applications
2011-01-21, 15:47
|
Replies: 602
Views: 366,902
|
Forum: Applications
2011-01-19, 21:29
|
Replies: 602
Views: 366,902
|
Forum: Applications
2011-01-14, 22:43
|
Replies: 602
Views: 366,902
|
Forum: Applications
2011-01-13, 22:18
|
Replies: 602
Views: 366,902
|
Forum: Applications
2011-01-13, 11:52
|
Replies: 602
Views: 366,902
Re: Ovi Maps Extra Features
I gotta agree, I've finished implementing the ovi maps with full speech using espeak (including street names thanks to jhb, again thank you!) and I cannot understand much :(. The turn left turn right...
|
Forum: Applications
2011-01-13, 07:18
|
Replies: 602
Views: 366,902
Re: Ovi Maps Extra Features
Just suggesting: maybe a little web server (python?) in the background that could be called like "http://localhost:9999/talk/turn_right". The server would then either use espeak or prerecorded files....
|
Forum: Applications
2011-01-04, 23:45
|
Replies: 602
Views: 366,902
Re: Ovi Maps Extra Features
Quick update: I have the maps now (somewhat running) on my xp. Had to disable the call to createIconFromUrl. I still get the "request blocked: requested file is outside the requesting page folder" on...
|
Forum: Maemo 5 / Fremantle
2010-11-08, 14:03
|
Replies: 3
Views: 1,751
|
Forum: MeeGo / Harmattan
2010-11-06, 09:58
|
Replies: 3
Views: 5,739
Updating MeeGo on N900 from daily trunk
Hi guys,
I found a way to update MeeGo from daily trunk by creating a repo file.
The instructions below should be performed when You've booted into MeeGo.
This might break Your MeeGo install...
|
Forum: Multimedia
2010-10-24, 17:30
|
Replies: 22
Views: 9,707
|
Forum: Development
2010-09-16, 18:40
|
Replies: 14
Views: 6,800
Re: DSP Programming - Target applications?
So, to clear up the confusion re NEON instructions, these are an extension of the main CPU instruction set (actually handled by a coprocessor iirc, like the VFP instructions) which perform some SIMD...
|
Forum: Development
2010-09-16, 10:43
|
Replies: 14
Views: 6,800
Re: DSP Programming - Target applications?
DSP is really faster, because it has several multiply-accumulate units cascaded with each other. This makes it very efficient in certain tasks, i.e. those stated above (filters, fourier transform,...
|
Forum: MeeGo / Harmattan
2010-07-12, 19:17
|
Replies: 41
Views: 19,858
Re: Meego - Where's Maemo multitasking?
We've all seen what freaking out too late does. Thus, in the spirit of OSS, we watch the pre-alpha and pre-freak out.
Once the initial freaking out passes, it moves into freak-testing, where...
|
Forum: Maemo 5 / Fremantle
2010-05-20, 20:02
|
Replies: 428
Views: 117,025
PR1.2 Firmware to be released on May 24th
Hi all!
A Nokia employee just told me that the new firmware (PR 1.2) is expected to be released on the 24th of this month (or the following day at most)!
Just wanted to let you know. :)
|
Forum: Maemo 5 / Fremantle
2010-03-07, 06:06
|
Replies: 6
Views: 5,362
|
Forum: Development
2010-02-14, 20:10
|
Replies: 2
Views: 4,266
|
Forum: Applications
2010-01-18, 14:24
|
Replies: 1,584
Views: 799,573
Re: [Announce] fMMS for N900
I havn't tried this as I'm not on meteor but from the boards settings it should probably be
* Connection Name: Meteor MMS
* Connection Type: Packet Data
* Access Point Name:...
|
Forum: Maemo 5 / Fremantle
2010-01-16, 14:49
|
Replies: 29
Views: 16,964
Building SWT
Here are the detailed steps used for building SWT.
The following is executed in Scratchbox (in the armel target of course):
#!/bin/sh
N900_IP=192.168.0.125
N900_SWT_DIR=/home/user/swt
...
|