Re: Midori font size

2009-01-20 Thread Risto H. Kurppa
On Wed, Jan 21, 2009 at 2:20 AM, "Marco Trevisan (Treviño)" wrote: > Risto H. Kurppa wrote: >> My midori (from 2008.8 repos) looks like this: >> http://scap.linuxtogo.org/files/826544e6e1f3599edf85881090476c72.png >> >> Someone has it looking like this on Debian: >> http://lindi.iki.fi/lindi/openm

Re: [debian ] Bluetooth

2009-01-20 Thread Niel Drummond
Timo Juhani Lindfors wrote: > Davide Scaini writes: > >> is there someone with a working bluetooth!?? >> > > Yes, worked for me with the packaged kernel. > yes, I am running debian with the dinovo mini logitech keyboard. it works flawlessly, thinking about strapping the phone to the b

Re: Pimlico on the Freerunner ?

2009-01-20 Thread Joel Newkirk
On Wed, 21 Jan 2009 12:40:57 +0800, Sean Moss-Pultz wrote: > > On 1/20/09 Robin Paulson wrote: >> 2009/1/20 The Digital Pioneer : >> > > Looks useful. I've been needing a nice calendar app. If someone >> could >> > > package these, that would be great. I would, but I can't use the >> toolchain. >

Re: Pimlico on the Freerunner ?

2009-01-20 Thread Sean Moss-Pultz
On 1/21/09 The Digital Pioneer wrote: > It's not the calendar we're concerned about. We can't get the > toolchain to work. I'm not sure how many others can or can't, but I > can't. If I got a working toolchain so I could compile for the FR, > then I could go find my own calendar app (such as Pi

Re: Pimlico on the Freerunner ?

2009-01-20 Thread The Digital Pioneer
It's not the calendar we're concerned about. We can't get the toolchain to work. I'm not sure how many others can or can't, but I can't. If I got a working toolchain so I could compile for the FR, then I could go find my own calendar app (such as Pimlico's). :\ -- Thanks, The Digital Pioneer ___

Re: Pimlico on the Freerunner ?

2009-01-20 Thread Sean Moss-Pultz
On 1/20/09 Robin Paulson wrote: > 2009/1/20 The Digital Pioneer : > > > Looks useful. I've been needing a nice calendar app. If someone > could > > > package these, that would be great. I would, but I can't use the > toolchain. > > > :( > > join the club > > i find it very frustrating that i

Re: Midori font size

2009-01-20 Thread Marco Trevisan (Treviño)
Risto H. Kurppa wrote: > My midori (from 2008.8 repos) looks like this: > http://scap.linuxtogo.org/files/826544e6e1f3599edf85881090476c72.png > > Someone has it looking like this on Debian: > http://lindi.iki.fi/lindi/openmoko/midori1.png > > Compare the font sizes - what's wrong with the versio

Re: How to scramble a playlist ?

2009-01-20 Thread Lothar Behrens
Great, that works. Now I have a random jukebox with just one click (with a desktop file). Lothar Here is my script to get it working onto my bluetooth device: #!/bin/sh killall -SIGQUIT mplayer /home/root/setup-bluetooth-audio.sh rm playlist-sorted.m3u rm playlist.m3u find /media/card/Musik

Re: Call for Illume keyboards and keyboard icons

2009-01-20 Thread The Rasterman
On Tue, 20 Jan 2009 17:35:53 +0700 "Alejandro Sáiz" babbled: > Sorry for the misunderstanding. I mean that Thai is like Chinese in that it > doesn't have spaces but like Hindi when it comes to the style of script and > input methods. ok. cool. just languages i don't know - so letting me know the

Re: How to scramble a playlist ?

2009-01-20 Thread eric
Here's a way to do it in python: #!/usr/bin/env python import sys, random filename = sys.argv[1] a = open(filename).read().strip().split("\n") random.shuffle(a) for i in a: print i If you're not famililar with shell stuff: Save that to a file like "scramble" and then do: python scramble my

Re: Midori font size

2009-01-20 Thread Timo Juhani Lindfors
"Risto H. Kurppa" writes: > All the menu texts could also be smaller. Any tips how to do this? DPI is totally different. While I have it at 75x75 you have 284x285. If some web page specifies that letters are 1/8 inch tall they are going to use 9 pixels on my screen and 35 pixels on your screen.

Re: How to scramble a playlist ?

2009-01-20 Thread The Digital Pioneer
Shouldn't be too hard to write one... I can think of a few very inefficient implementations, but I'm sure others can think of better ones. :P -- Thanks, The Digital Pioneer ___ Openmoko community mailing list community@lists.openmoko.org http://lists.o

How to scramble a playlist ?

2009-01-20 Thread Lothar Behrens
Hi, I have seen two applications that could scramble text files. http://www.vanheusden.com/unsort/ and http://ch.tudelft.nl/~arthur/rl/ Is anyone on a similar solution to port it onto OpenMoko ? Or are there shellscript solutions ? Thanks Lothar -- | Rapid Prototyping | XSLT Codegeneratio

Midori font size

2009-01-20 Thread Risto H. Kurppa
Hi! My midori (from 2008.8 repos) looks like this: http://scap.linuxtogo.org/files/826544e6e1f3599edf85881090476c72.png Someone has it looking like this on Debian: http://lindi.iki.fi/lindi/openmoko/midori1.png Compare the font sizes - what's wrong with the version I'm using so that it shows the

Re: Pimlico on the Freerunner ?

2009-01-20 Thread Samuel Pereira
Hi, Try this openmoko-contacts2 Samuel Hmm - pimlico looks much nicer than qtopia-contacts. Any package for this? Rather than develop new generic framework that can be configured to do anything (paroli and friends) - could we not write a dialler that uses this contact management for a quic

Re: [2008.12] Pause mplayer on call ?

2009-01-20 Thread Dylan Reilly
Pausing mplayer is probably going to be problematic without re-writing it. Firstly, you would have to run it in slave mode so that you could write to the process using a pipe. Secondly you will need to get a signal that a call is inbound. The latter is not readily available to systems not using fra

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread Risto H. Kurppa
On Tue, Jan 20, 2009 at 8:00 PM, Helge Hafting wrote: > Risto H. Kurppa wrote: > >> >> I think you got me wrong: yes, I know that it can download new tiles, >> but if you already have downloaded the tiles of some area and then >> after some months you'd like to get the latest map tiles (=dowload t

[2008.12] Pause mplayer on call ?

2009-01-20 Thread Lothar Behrens
Hi, I have played a bit with mplayer, with has great sount from my BT3030 :-) But is there any way to pause mplayer when there is a call coming in (qpe) ? I currently do not use any GUI for it, so mplayer may only killed with any usefull signal to pause. Then how to restart it again.

Re: Status of Opimd (FSO-PIM)...

2009-01-20 Thread Marco Trevisan (Treviño)
Bernd (Jesus McCloud) Prünster wrote: > PIM integration (API preview, experimental, off by default) Nice. > I am not expecting too much of the PIM in the first place, since it is > declared as an api preview. Better than nothing... > and the fso team delivered their prior milestones quite in t

Re: [debian ] Bluetooth

2009-01-20 Thread Timo Juhani Lindfors
Davide Scaini writes: > is there someone with a working bluetooth!?? Yes, worked for me with the packaged kernel. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Status of Opimd (FSO-PIM)...

2009-01-20 Thread
Nicola Mfb schrieb: > 2009/1/20 "Marco Trevisan (Treviño)" > > > [...] > So, please, could someone inform us about his status and the plans for > it? I guess that this would be good also for people that would like to > improve it. > > > May someone inform us

Re: Syncing OpenMoko with Sunbird/Lightning events and tasks

2009-01-20 Thread Andreas Willich
Sorry, forget to mention. Normally my mobiles have only one OS. :-) I am syncing contacts and calendar entries from Outlook with the Qtopia PIM Stack from OM 2008.* On Tue, 2009-01-20 at 18:02 +0100, arne anka wrote: > > I am currently developing a sync app for the Neo. > > the fr itself has not

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread Helge Hafting
Risto H. Kurppa wrote: > > I think you got me wrong: yes, I know that it can download new tiles, > but if you already have downloaded the tiles of some area and then > after some months you'd like to get the latest map tiles (=dowload the > latest, changed tiles), does the 'download tool' do it o

[debian ] Bluetooth

2009-01-20 Thread Davide Scaini
is there someone with a working bluetooth!?? d ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Syncing OpenMoko with Sunbird/Lightning events and tasks

2009-01-20 Thread arne anka
> I am currently developing a sync app for the Neo. the fr itself has nothing to sync, hasn't it? so, what pim or files are you syncing? ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/communit

Re: Status of Opimd (FSO-PIM)...

2009-01-20 Thread Nicola Mfb
2009/1/20 "Marco Trevisan (Treviño)" > [...] > So, please, could someone inform us about his status and the plans for > it? I guess that this would be good also for people that would like to > improve it. > May someone inform us about his features too? It will manage only extended contacts or ev

Re: Syncing OpenMoko with Sunbird/Lightning events and tasks

2009-01-20 Thread Andreas Willich
Hi I am currently developing a sync app for the Neo. At the moment it only supports Microsoft Outlook (I had to use it in my office) and only took the data from Outlook and push it into the Neo. But it has an addin interface for different PIM applications. So it should no big problem to add sup

Re: Replacement Battery with 2300mAh, possible?

2009-01-20 Thread Daniel Spies
On Tue, 20 Jan 2009 06:05:03 -0800 (PST), Gothnet wrote: > I was wondering if the FR battery had pretty much hit the limit for modern, > affordable battery tech. > > After searching around for a while myself I've found a variety of other > batteries that claim 1300, 1400, or even 1600 mAh in comp

Status of Opimd (FSO-PIM)...

2009-01-20 Thread Marco Trevisan (Treviño)
Imho, the Personal Information Manager is what the FSO stack is really missing (at least, I'm not fully switching to any framework-based distro since I need a good PIM)... I've heard many times that Opmid is coming, but I don't see anything arriving since quite long time. The latest git commit on

Re: Replacement Battery with 2300mAh, possible?

2009-01-20 Thread Gothnet
Leonti wrote: > > Sometimes they are not putting the right specifications on the batteries. > Right now I have in my other phone (k700i) battery with the capacity > double of the original one. But this is just a label. Uptime is the > same as with the original battery. > My point being that for

Re: [Om2008.12] [~solved] Mediaserver / Qpe

2009-01-20 Thread Yorick Moko
On Tue, Jan 20, 2009 at 2:36 PM, boilers...@gmail.com wrote: > > Question: > as a future reference: > * how to debug Qtopia ? > * where are (if any) the log files ? it's been months since i used it, but i remember you have to enable debug info logging in some settings you can also specify which i

Re: [Om2008.12] [~solved] Mediaserver / Qpe

2009-01-20 Thread boilers...@gmail.com
On Tue, 20 Jan 2009 11:29:29 +0100 "boilers...@gmail.com" wrote: > Dear List, > > the processes mediaplayer and qpe are draining all the cpu power > even if I shutdown / reboot. > > This is the hierarchy of the processes: > > 546 ?Sl 0:41 \_ qpe > 608 ?RN 0:02

Re: Syncing OpenMoko with Sunbird/Lightning events and tasks

2009-01-20 Thread Pander
Xavier Bestel wrote: > On Tue, 2009-01-20 at 10:31 +0100, Yoann ARNAUD wrote: >> Pander a écrit : >>> Hi all, >>> >>> Which applications on OpenMoko would be suitable for importing and >>> exporting (syncing) data like events and tasks from Sunbird/Lightning? >>> >>> Preferably via the use of http:

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread Risto H. Kurppa
On Tue, Jan 20, 2009 at 2:59 PM, Helge Hafting wrote: > Risto H. Kurppa wrote: > >> huh - so Tangogps is able to update tiles?? I didn't know it, lack of >> reading/documentation/UI/something. > > Just click anywhere on the map. "map download" is the last item on the > popup menu. > There seem to

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread Helge Hafting
Risto H. Kurppa wrote: > huh - so Tangogps is able to update tiles?? I didn't know it, lack of > reading/documentation/UI/something. Just click anywhere on the map. "map download" is the last item on the popup menu. > Does it download & overwrite all tiles already downloaded in the > selected a

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread Helge Hafting
Helge Hafting wrote: > I noticed another problem yesterday though. I worked around the > problem by making a symlink, and the program ran. I have > slightly more than 50.000 tiles. After a while, Yaouh had worked through > 12000, updating about 4000. It seems 1 in 3 tiles were changed. > > This t

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread Risto H. Kurppa
On Tue, Jan 20, 2009 at 2:30 PM, Helge Hafting wrote: > tangogps uses the cache - until you notice that the cache is getting old > and ask it to download. (Click the map, select "map download" from the > menu) The visible area is then downloaded, > plus a user-specified amount of extra zoom levels

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread Helge Hafting
William Kenworthy wrote: > Also, I didnt think tangogps overwrote files already downloaded - it > uses them from the cache instead - will have to test the download > dialog, but I seem to remember that didnt download existing tiles > either. tangogps uses the cache - until you notice that the cac

Re: Syncing OpenMoko with Sunbird/Lightning events and tasks

2009-01-20 Thread Xavier Bestel
On Tue, 2009-01-20 at 10:31 +0100, Yoann ARNAUD wrote: > Pander a écrit : > > Hi all, > > > > Which applications on OpenMoko would be suitable for importing and > > exporting (syncing) data like events and tasks from Sunbird/Lightning? > > > > Preferably via the use of http://www.opensync.org/ >

Re: Pimlico on the Freerunner ?

2009-01-20 Thread arne anka
> I'll try and get some packages up soon, but I've never packaged anything > for Debian before, so that may take some time. I had to install quite a to create the debian infrastructure in plain sources i use dh_make it asks you a few questions and the creates the debian/ directory. for version

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread William Kenworthy
On Tue, 2009-01-20 at 19:44 +0900, William Kenworthy wrote: > On Tue, 2009-01-20 at 11:00 +0100, Helge Hafting wrote: > > William Kenworthy wrote: > > > ... > > > Where I live (Perth, Western Australia) there are large areas of > > > surrounding sea/land/forestry/desert etc that use a single colour

Re: Replacement Battery with 2300mAh, possible?

2009-01-20 Thread Daniel Spies
On Tue, 20 Jan 2009 00:39:35 +0100, Leonti Bielski wrote: > Sometimes they are not putting the right specifications on the batteries. > Right now I have in my other phone (k700i) battery with the capacity > double of the original one. But this is just a label. Uptime is the > same as with the orig

Re: [All] To build a better music player

2009-01-20 Thread Risto H. Kurppa
An ipk would be appreciated for an easy testing :) (and maybe upload it to opkg.org?) r -- | risto h. kurppa | risto at kurppa dot fi | http://risto.kurppa.fi ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/m

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread William Kenworthy
On Tue, 2009-01-20 at 11:00 +0100, Helge Hafting wrote: > William Kenworthy wrote: > > ... > > Where I live (Perth, Western Australia) there are large areas of > > surrounding sea/land/forestry/desert etc that use a single colour tile - > > each of only 103 bytes. I symlinked all identical files (

Re: Pimlico on the Freerunner ?

2009-01-20 Thread arne anka
> i find it very frustrating that i and others have lots of software > ideas, that can be coded/re-packaged, but we're hamstrung by what > should be a fundamental piece of software that openmoko does > everything in their power to support switch to debian and the whole fascinating world of debian

Re: Call for Illume keyboards and keyboard icons

2009-01-20 Thread Alejandro Sáiz
Sorry for the misunderstanding. I mean that Thai is like Chinese in that it doesn't have spaces but like Hindi when it comes to the style of script and input methods. AlexBKK ___ Openmoko community mailing list community@lists.openmoko.org http://lists.o

[Om2008.12] Mediaserver / Qpe

2009-01-20 Thread boilers...@gmail.com
Dear List, the processes mediaplayer and qpe are draining all the cpu power even if I shutdown / reboot. This is the hierarchy of the processes: 546 ?Sl 0:41 \_ qpe 608 ?RN 0:02 \_ /opt/Qtopia/bin/quicklauncher 864 ?R 0:00 \_ /opt/Qtopia/bin/

Re: [Freerunner] Access GPS chip's parameters and navigational models?

2009-01-20 Thread Helge Hafting
Olivier Migeot wrote: > Hi ev'ryone, > > I'm currently experimenting things with the Antaris chip, and I'm > starting to like it - at least through FSO and it's gpsd compatibility > layer. I've been browsing through the UBX protocol specification, and > I stumbled upon one interesting parameter :

Re: Pimlico on the Freerunner ?

2009-01-20 Thread Gunnar Aastrand Grimnes
Hmm - pimlico looks much nicer than qtopia-contacts. Any package for this? Rather than develop new generic framework that can be configured to do anything (paroli and friends) - could we not write a dialler that uses this contact management for a quick and easy solution? - Gunnar Samuel Pereira

Re: [All] To build a better music player

2009-01-20 Thread Helge Hafting
Steven ** wrote: > Unless I'm misinterpreting, what you want is already there. Just > select the directory and add it. This assumes your music is sorted > with each album in a subdirectory, which seems pretty common. Ah, so that is what the button with the square do. I use "+" when adding songs.

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread Helge Hafting
Carlo Minucci wrote: > Helge Hafting ha scritto: >> Carlo Minucci wrote: >>> http://wiki.openmoko.org/wiki/Yaouh! >>> >>> i a simple interface for update the maps of tangogps >>> it's optimized for low band usage >> A very good idea, but it does not work yet. >> >> My maps are in /media/card/kart/,

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread Helge Hafting
William Kenworthy wrote: > On Mon, 2009-01-19 at 14:54 +0100, Helge Hafting wrote: >> Carlo Minucci wrote: >>> http://wiki.openmoko.org/wiki/Yaouh! >>> >>> i a simple interface for update the maps of tangogps >>> it's optimized for low band usage >> A very good idea, but it does not work yet. >> >>

Re: Pimlico on the Freerunner ?

2009-01-20 Thread Yoann ARNAUD
kimaidou a écrit : > Hi all > For those under SHR, you need to add the scaredycat repository to install > openmoko-dates2 and openmoko-task2. To do so : > > cd /etc/opkg > wget http://buildhost.automated.it/scaredycat.conf > opkg update > > And then > opkg install openmoko-dates2 openmoko-tasks

Re: tangoGPS 0.9.5 is out

2009-01-20 Thread Helge Hafting
Marcus Bauer wrote: > Hello, > > a new release of tangoGPS is out. Thanks! The new tangogps works fine on my freerunner. There is one small problem - it still does not look good when the position cursor moves under the displayed speed. Everything seems fine otherwise. Helge Hafting __

Re: Pimlico on the Freerunner ?

2009-01-20 Thread kimaidou
Hi all For those under SHR, you need to add the scaredycat repository to install openmoko-dates2 and openmoko-task2. To do so : cd /etc/opkg wget http://buildhost.automated.it/scaredycat.conf opkg update And then opkg install openmoko-dates2 openmoko-tasks2 Feedback compared to the ubuntu vers

Re: Syncing OpenMoko with Sunbird/Lightning events and tasks

2009-01-20 Thread Yoann ARNAUD
Pander a écrit : > Hi all, > > Which applications on OpenMoko would be suitable for importing and > exporting (syncing) data like events and tasks from Sunbird/Lightning? > > Preferably via the use of http://www.opensync.org/ Pimlico, but it's not realeased yet. http://pimlico-project.org/sync.

Re: Call for Illume keyboards and keyboard icons

2009-01-20 Thread Sven Bretfeld
Carsten Haitzler (The Rasterman) writes: > aah cool. hindi and tamil don't have spaces either? They have spaces. Greetings Sven ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

[Om 2008.12] qtopia-Keyboard still keeps annoying me

2009-01-20 Thread Sven Bretfeld
Hello I followed the Howto in the Openmoko-Wiki to replace the qtopia-kbd by the Illume kbd. QTOPIA_NO_VIRTUAL_KEYBOARD=1 is set. But the qtopia-kbd still pops up from time to time on the first virtual desktop and stays there for good (it cannot be popped-down by the qwerty-Symbol). On the othe

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread Carlo Minucci
Helge Hafting ha scritto: > Carlo Minucci wrote: >> http://wiki.openmoko.org/wiki/Yaouh! >> >> i a simple interface for update the maps of tangogps >> it's optimized for low band usage > > A very good idea, but it does not work yet. > > My maps are in /media/card/kart/, > but yaouh thinks they ar

Re: Syncing OpenMoko with Sunbird/Lightning events and tasks

2009-01-20 Thread Yoann ARNAUD
Pander a écrit : > Hi all, > > Which applications on OpenMoko would be suitable for importing and > exporting (syncing) data like events and tasks from Sunbird/Lightning? > > Preferably via the use of http://www.opensync.org/ Or, has someone already tried to compile sunbird ? -- Yoann. _

Re: Yaouh! out (update for tangogps maps)

2009-01-20 Thread Carlo Minucci
Rask Ingemann Lambertsen ha scritto: > On Fri, Jan 16, 2009 at 04:12:19PM +0100, Tilman Baumann wrote: >> Untested code: >> >> import httplib >> conn = httplib.HTTPConnection("tile.openstreetmap.org") >> conn.request("HEAD", "/file...") >> r1 = conn.getresponse() >> print r1.status, r1.re

Re: gentoo on freerunner

2009-01-20 Thread Sven 'sleipnir' Rebhan
2009/1/19 Mathieu Rochette : Hello Mathieu, I'm a project members of the Gentoo overlay for the Freerunner. In the last weeks we managed tobe included in the official Gentoo-Overlay. So you can find our overlay at http://overlays.gentoo.org/proj/embedded or get it via layman. As Damien already sa

Re: Pimlico on the Freerunner ?

2009-01-20 Thread Petr Vanek
On Mon, 19 Jan 2009 21:45:24 +0100 Petr Vanek (PV) wrote: >>I just discoverd the Pimlico project : >>http://pimlico-project.org/ >>which aims at providing a simple Pim solution for mobile devices. >> >>The website links to some pre-built binaries, but there are none for >>the gta02. > > >i think