Re: GTA03 Touchscreen Capacitive (was Re: OT: iPhone howto)

2009-02-28 Thread Matthias Apitz
El día Saturday, February 28, 2009 a las 02:48:24PM +0700, Sean McNeil escribió:

 Matthias Apitz wrote:
 
  ...
 
 That's to simple saying some/other advantages; the key point is that
 with a capacitive touch screens we will loose the possibility to control
 this as any other X11 server, i.e. being able to point and click nearly
 to a single pixel, or at least select a very small square of 2x2 pixels;
   
 
 This has nothing to do with Capacitive vs. Resistive. It has to do with 
 resolution of the touchpad and size of area that touches the screen.

You hit the point :-)
in Resistive to hit a single pixel I can use a sharp stylus, while in Capacitive
the 'pixel' is my finger; i.e. you need a much bigger touchpad if you
want to touch with your finger only one pixel and if both should be
of 480x640 pixels;

matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e matthias.ap...@oclc.org - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


GUI responsiveness testcase?

2009-02-28 Thread Timo Juhani Lindfors
Carsten Haitzler (The Rasterman) ras...@rasterman.com writes:
 actually nothing floating point here at all. all integer. evas actually scales
 quite fast. considering its scaling everything on the fly... with
 interpolation and/or supersampling. it has no code to cache such work (yet).

Hmm, could we come up with a GUI responsiveness test program so that
people could objectively discuss this? I'd like to compare the three X
server options we have against each other.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.8 is out

2009-02-28 Thread Risto H. Kurppa
On Sat, Feb 28, 2009 at 2:37 AM, Valery Febvre vfeb...@easter-eggs.com wrote:
 Hi,

 A new release of Neon is available.

 Changes since 0.9.6 :

Great, thanks for the update ( fixing the opkg.org package problem,
it now installs without problems :)

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/mailman/listinfo/community


Re: Problem installing apache webserver on my FreeRunner

2009-02-28 Thread Risto H. Kurppa
On Sat, Feb 28, 2009 at 8:44 AM, sandilya b san_dimi...@yahoo.com wrote:
 Hi All,

  I just got my new FR fone as a part of my university research program and 
 tried installing apache2 but it does not install.It returns error status 2.

 Can you guys suggest how i can go ahead. I am using OM 2008.12. I tried
 opkg install apache2

 -Sandy


apache isn't available in the default repositories, someone will soon
point you to a place where to find ot or to a smaller server to
install to openmoko..


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/mailman/listinfo/community


[SHR-unstable] wrong timezone setting

2009-02-28 Thread ivvmm

Within a month getting problems with setting localtime. As far as I can
see there is a wrapper in /etc/timezone, where a timezone should be
written. Put there 'Europe/Moscow'(without quotes) and u have to restart
 to make changes to it.

It seems that symlinking /usr/share/zoneinfo/whateverzone to
/etc/localtime is dangerous as the FSO wrapper edits the file
/etc/localtime. So instead of restarting the phone u may just copy
/usr/share/zoneinfo/Europe/Moscow to /etc/localtime and check with
$(date) command that shows that tz has correctly changed to MSD.

But if u restart, soon after entering the PIN the timezone will fall
back to EET.

It always falls back to EET.



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [2008.12] Opkg.org repository packages that won't install

2009-02-28 Thread Risto H. Kurppa
#trying to install packages that are in opkg.org repository but return
'An error ocurred, return value: 2'
opkg install centerim
opkg install libboost-signals
opkg install mokoconv
opkg install neon
opkg install shortom
opkg install gpssight
opkg install openmiaocat
opkg install voicenote

#these will segfault:
opkg install liquidwar
opkg install wireshark-common
opkg install wireshark
opkg install pythm
#pythm requires many dependencies so this might also give you an
dependency error instead



Looks like that centerim, wireshark and neon have been fixed from this
list already. Nice!


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/mailman/listinfo/community


Re: [SHR-unstable] wrong timezone setting

2009-02-28 Thread William Kenworthy
I think its otimed thats doing it - tried to set my timezone over 3000
km from where I am, and tried to sync time with somewhere in Germany (I
am in Australia)

There is a way to turn this off with a couple of lines
in /etc/frameworkd.conf - search the wiki for that file and it should
explain the relevant lines.

I really should raise a bug about otimed as its a really bad piece of
design in a number of areas (using a fixed IP, using gsm to set time,
one shot time setting, ...) but I dont have a lot of confidence in
raising a bug for issues like this - it'll just get ignored.

BillK






On Sat, 2009-02-28 at 12:47 +0300, ivvmm wrote:
 Within a month getting problems with setting localtime. As far as I can
 see there is a wrapper in /etc/timezone, where a timezone should be
 written. Put there 'Europe/Moscow'(without quotes) and u have to restart
  to make changes to it.
 
 It seems that symlinking /usr/share/zoneinfo/whateverzone to
 /etc/localtime is dangerous as the FSO wrapper edits the file
 /etc/localtime. So instead of restarting the phone u may just copy
 /usr/share/zoneinfo/Europe/Moscow to /etc/localtime and check with
 $(date) command that shows that tz has correctly changed to MSD.
 
 But if u restart, soon after entering the PIN the timezone will fall
 back to EET.
 
 It always falls back to EET.
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Finger friendly browse keyboard

2009-02-28 Thread John Sullivan
Pander pan...@users.sourceforge.net writes:

 Hi all,

 Someone mentioned a finger friendly browse keoyboard, and I just could
 not resist making one myself. the result is here:
   http://www.opkg.org/package_144.html


Nice, is there any way to remove the box that usually shows the words
that are being typed at the top? Since no words are being typed, that'd
be a nice way to save space, but I guess if it were easy to remove it
you would have done so already.

-- 
-John Sullivan
-http://wiki.openmoko.org/wiki/User:JohnSullivan
-GPG Key: AE8600B6


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[SHR-unstable] Restart GSM daemon

2009-02-28 Thread Francesco de Virgilio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi list,
If I answer to a call which resumed my Neo from suspend state, after
closing it, GSM appears to freeze. This make impossible to use again
GSM, until a reboot.

Is there a way to restart GSM without reboot the phone? I'll insert the
command into ShortOM, and in this way will be simple to use again GSM.

Now, I've tried /etc/init.d/frameworkd restart, but it not solves my
problem.

Thanks,
- --
Francesco de Virgilio
*Ubuntu-it Member and Wiki Editor*
   mailto:frad...@ubuntu-it.org
   http://wiki.ubuntu-it.org/FrancescoDeVirgilio
*Wikimedia Italia Member*
   http://en.wikipedia.org/wiki/User:Fradeve11
*OpenStreetMap Mapper*
   http://www.openstreetmap.org/user/Fradeve11
*Blog*
   http://fradeve.netsons.org
Love - Peace - Freedom - Free Software
GPG 0x6482E056 (FP B996 A12C BD52 2A9B CDD3 812D 462D 93B0 6482 E056)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmpHwgACgkQRi2TsGSC4FaDxwCcDygoklAxILs6/ZtHLAJ+giip
W7cAoKYXAKI+Y2uZotyUkoEZBBCPSBtH
=07kP
-END PGP SIGNATURE-

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Finger friendly browse keyboard

2009-02-28 Thread Pander
John Sullivan wrote:
 Pander pan...@users.sourceforge.net writes:
 
 Hi all,

 Someone mentioned a finger friendly browse keoyboard, and I just could
 not resist making one myself. the result is here:
   http://www.opkg.org/package_144.html

 
 Nice, is there any way to remove the box that usually shows the words
 that are being typed at the top? Since no words are being typed, that'd
 be a nice way to save space, but I guess if it were easy to remove it
 you would have done so already.
 

The box and dictionary selection are not interesting with this keyboard
as you describe. However, you need them because on the right you have
the keyboard switcher which you always need. As far as I know at this
moment, there is no way of hiding the first two and keeping the latter.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Finger friendly browse keyboard

2009-02-28 Thread William Kenworthy
I would rather the space - the other two keyboards are pretty
useless ...

BillK

On Sat, 2009-02-28 at 12:54 +0100, Pander wrote:
 John Sullivan wrote:
  Pander pan...@users.sourceforge.net writes:
  
  Hi all,
 
  Someone mentioned a finger friendly browse keoyboard, and I just could
  not resist making one myself. the result is here:
http://www.opkg.org/package_144.html
 
  
  Nice, is there any way to remove the box that usually shows the words
  that are being typed at the top? Since no words are being typed, that'd
  be a nice way to save space, but I guess if it were easy to remove it
  you would have done so already.
  
 
 The box and dictionary selection are not interesting with this keyboard
 as you describe. However, you need them because on the right you have
 the keyboard switcher which you always need. As far as I know at this
 moment, there is no way of hiding the first two and keeping the latter.
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GUI responsiveness testcase?

2009-02-28 Thread The Rasterman
On Sat, 28 Feb 2009 10:43:34 +0200 Timo Juhani Lindfors timo.lindf...@iki.fi
said:

 Carsten Haitzler (The Rasterman) ras...@rasterman.com writes:
  actually nothing floating point here at all. all integer. evas actually
  scales quite fast. considering its scaling everything on the fly... with
  interpolation and/or supersampling. it has no code to cache such work (yet).
 
 Hmm, could we come up with a GUI responsiveness test program so that
 people could objectively discuss this? I'd like to compare the three X
 server options we have against each other.

if you are talking x - there is not a lot that will change it. hardware limits
write throughput to the fb. updating a whole screen takes about 85ms. thats a
hardware limit (last time i measured it it was about this).

if you want a speed test - expedite exists. it simply measures rendering
performance with many paths.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Announcing new Project - Intone mplayer frontend

2009-02-28 Thread Michael 'Mickey' Lauer
Am Freitag, den 27.02.2009, 20:23 -0800 schrieb c_c:
  Well, the mplayer ipk available in the FSO repositories doesn't have tremor
 linked in.

Could you cook a patch to fix that?

:M:


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Problem installing apache webserver on my FreeRunner

2009-02-28 Thread Aapo Rantalainen
Hi, you didn't say why you need Apache (what features are needed). So
I introduce my simple http-server.
http://cc.oulu.fi/~rantalai/freerunner/aa-http/

*It can serve (at least) html/txt/png/pdf files.
*Easy way to handle dynamic content or make http-based 'control-center'.
   Go page named vibra.html and your device should thrill 2 seconds.
*Not implemented: directory listing.

It is not very well tested, so if you need privacy take a serious look
on the code.
(and let me know, if you find something)

-Aapo Rantalainen

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] wrong timezone setting

2009-02-28 Thread Michael 'Mickey' Lauer
Am Samstag, den 28.02.2009, 19:43 +0900 schrieb William Kenworthy:
 I think its otimed thats doing it - tried to set my timezone over 3000
 km from where I am, and tried to sync time with somewhere in Germany (I
 am in Australia)
 
 There is a way to turn this off with a couple of lines
 in /etc/frameworkd.conf - search the wiki for that file and it should
 explain the relevant lines.
 
 I really should raise a bug about otimed as its a really bad piece of
 design in a number of areas (using a fixed IP, using gsm to set time,
 one shot time setting, ...) but I dont have a lot of confidence in
 raising a bug for issues like this - it'll just get ignored.

An interesting assassment. What makes you think so negative? I think the
FSO team has a particularly well track recording in dealing with bug
reports, but my view might be tainted...

:M:



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Problem installing apache webserver on my FreeRunner

2009-02-28 Thread Timo Juhani Lindfors
Aapo Rantalainen aapo.rantalai...@gmail.com writes:
 It is not very well tested, so if you need privacy take a serious look
 on the code.
 (and let me know, if you find something)

gcc 4.1.2:

helpers.c:7: warning: incompatible implicit declaration of built-in function 
'strrchr'
helpers.c: At top level:
helpers.c:82: error: expected declaration specifiers or '...' before 'size_t'
helpers.c: In function 'strencode':
helpers.c:86: error: 'tosize' undeclared (first use in this function)
helpers.c:86: error: (Each undeclared identifier is reported only once
helpers.c:86: error: for each function it appears in.)
helpers.c:88: warning: incompatible implicit declaration of built-in function 
'strchr'
helpers.c:96: warning: incompatible implicit declaration of built-in function 
'sprintf'

saturn static analysis tool:

server.c:114:orange:Inconsistency error
server.c:114: Possible null dereference of variable page+count. This variable 
is checked for Null at lines: 106
server.c:106: checked for null


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Problem installing apache webserver on my FreeRunner

2009-02-28 Thread sandilya b
I need it to host a couple of pages which contains the phone information and 
some dynamic content so that when people connect to my webpage they can get my 
information.


--- On Sat, 2/28/09, Aapo Rantalainen aapo.rantalai...@gmail.com wrote:

 From: Aapo Rantalainen aapo.rantalai...@gmail.com
 Subject: Re: Problem installing apache webserver on my FreeRunner
 To: community@lists.openmoko.org
 Date: Saturday, February 28, 2009, 8:31 AM
 Hi, you didn't say why you need Apache (what features
 are needed). So
 I introduce my simple http-server.
 http://cc.oulu.fi/~rantalai/freerunner/aa-http/
 
 *It can serve (at least) html/txt/png/pdf files.
 *Easy way to handle dynamic content or make http-based
 'control-center'.
Go page named vibra.html and your device should thrill 2
 seconds.
 *Not implemented: directory listing.
 
 It is not very well tested, so if you need privacy take a
 serious look
 on the code.
 (and let me know, if you find something)
 
 -Aapo Rantalainen
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


  


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: yaml rule to stop suspending when using gps

2009-02-28 Thread Klaus Kurzmann
* Helge Hafting helge.haft...@hist.no [090227 11:16]:
 Klaus Kurzmann wrote:

  org.shr.ophonekitd.Usage /org/shr/ophonekitd/Usage
  org.shr.ophonekitd.Usage.RequestResource Display
  which requests the resource until you release it. That way you can wrap
  for example tangogps between a call to request display and a call to
  release display...

 This is currently very fragile.
yep... at least it was :-) should be fixed now.

 Because it didn't work at all, I upgraded SHR last night.
 Today, the backlight stayed on, I could see my map all the way to work.

 I then quit tangogps and expected the backlight to time out.
 It did not! So no I have a phone with the backlight stuck on,
 a very power hungry condition.

 Hm - on closer inspection I see that ophonekitd has crashed.
 Its resources are not released unconditionally when the process ends?

 I didn't notice the crash at first, because the phone works so well
 without. I can send and receive SMS and call out. (the new message 
 doesn't show, but the sound is there and I can read it in the messages 
 app.)  The only thing missing is that there is no way to answer the 
 phone when it rings.

 I restarted ophonekitd and tried to release the resource again.
 ophonekitd ended without error message, and mdbus complained:

 /org/shr/ophonekitd/Usage: ReleaseResource failed: 
 org.freedesktop.DBus.Error.NoReply

 I hope this isn't too hard to fix. I plan on using scripts requesting 
 the CPU for all data-gathering apps (tangogps, cellhunter) so the phone 
 don't suspend while they are in use.

 And I also plan on requesting the display for mokomaze and tangogps. 
 Because these should be on for a long time without touch input. 
 Actually, I have two tangogps icons - one that keeps the backlight on 
 for car navigation, and one that merely reqeust the cpu for data 
 gathering without external power.

 I assume ophonekitd uses reference counting, so multiple apps can 
 request the display/cpu at the same time? And release one after another, 
 with suspend happening only after the last user has quit?
it did not... but does now. 


 Is there a way to check what resources are held and by who? Sort of like 
 a ls command for resources?  Is it possible to forcibly release the 
 display so the phone can work normally again - except for the obvious 
 reboot way?
in addition to the ophonekitd bugs there was also a bug in frameworkd
regarding the release of the display resource. All that should be fixed
now and hit you with opkg update  upgrade



 Helge Hafting

Klaus 'mrmoku' Kurzmann


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Problem installing apache webserver on my FreeRunner

2009-02-28 Thread Timo Juhani Lindfors
Aapo Rantalainen aapo.rantalai...@gmail.com writes:
 (and let me know, if you find something)

I think I found a vulnerability that results in local execution of
code as root if local user is allowed to write to the directory that
serves the web pages.

page_from_file checks the file size first, then allocates a buffer and
starts copying data. If the size of the file changes between these
steps aa-http will overflow the buffer.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Turing up mic volume

2009-02-28 Thread Adam Jimerson
I had several people complain that they can barely hear me during a phone call 
on my freerunner.  I can't run the latest version of the openmoko 
dirstroburtion so I don't have the volume control but I can use alsamixer but 
I don't know which channel is for the mix on the phone.


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Turing up mic volume

2009-02-28 Thread Matthias Apitz
El día Saturday, February 28, 2009 a las 11:10:08AM -0500, Adam Jimerson 
escribió:

 I had several people complain that they can barely hear me during a phone 
 call 
 on my freerunner.  I can't run the latest version of the openmoko 
 dirstroburtion so I don't have the volume control but I can use alsamixer but 
 I don't know which channel is for the mix on the phone.

Attached is my file /usr/share/openmoko/scenarios/gsmhandset.state which
seems to work fine (at least nobody complains); compare the values with
yours (or just test it).

HIH

matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e matthias.ap...@oclc.org - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
state.neo1973gta02 {
control.1 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 255'
iface MIXER
name 'PCM Volume'
value.0 0
value.1 0
}
control.2 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 255'
iface MIXER
name 'ADC Capture Volume'
value.0 0
value.1 0
}
control.3 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 127'
iface MIXER
name 'Headphone Playback Volume'
value.0 0
value.1 0
}
control.4 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 127'
iface MIXER
name 'Speaker Playback Volume'
value.0 100
value.1 100
}
control.5 {
comment.access 'read write'
comment.type INTEGER
comment.count 1
comment.range '0 - 127'
iface MIXER
name 'Mono Playback Volume'
value 110
}
control.6 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 7'
iface MIXER
name 'Bypass Playback Volume'
value.0 7
value.1 7
}
control.7 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 7'
iface MIXER
name 'Sidetone Playback Volume'
value.0 0
value.1 0
}
control.8 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 7'
iface MIXER
name 'Voice Playback Volume'
value.0 0
value.1 0
}
control.9 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Headphone Playback ZC Switch'
value.0 false
value.1 false
}
control.10 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Speaker Playback ZC Switch'
value.0 false
value.1 false
}
control.11 {
comment.access 'read write'
comment.type INTEGER
comment.count 1
comment.range '0 - 7'
iface MIXER
name 'Mono Bypass Playback Volume'
value 0
}
control.12 {
comment.access 'read write'
comment.type INTEGER
comment.count 1
comment.range '0 - 7'
iface MIXER
name 'Mono Sidetone Playback Volume'
value 6
}
control.13 {
comment.access 'read write'
comment.type INTEGER
comment.count 1
comment.range '0 - 7'
iface MIXER
name 'Mono Voice Playback Volume'
value 0
}
control.14 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 1
iface MIXER
name 'Mono Playback ZC Switch'
value false
}
control.15 {
   

Re: Turing up mic volume

2009-02-28 Thread Richy
Same complaints here from people on the other side.SHR-Unstable, but a few weeks old, I got to admit!Help would be really appreciated.On Sat, Feb 28, 2009 at 17:10, Adam Jimerson vend...@gmail.com wrote:I had several people complain that they can barely hear me during a phone call
on my freerunner. I can't run the latest version of the openmoko
dirstroburtion so I don't have the volume control but I can use alsamixer but
I don't know which channel is for the mix on the phone.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Finger friendly browse keyboard

2009-02-28 Thread
William Kenworthy schrieb:
 I would rather the space - the other two keyboards are pretty
 useless ...

 BillK

 On Sat, 2009-02-28 at 12:54 +0100, Pander wrote:
   
 John Sullivan wrote:
 
 Pander pan...@users.sourceforge.net writes:

   
 Hi all,

 Someone mentioned a finger friendly browse keoyboard, and I just could
 not resist making one myself. the result is here:
   http://www.opkg.org/package_144.html

 
 Nice, is there any way to remove the box that usually shows the words
 that are being typed at the top? Since no words are being typed, that'd
 be a nice way to save space, but I guess if it were easy to remove it
 you would have done so already.

   
 The box and dictionary selection are not interesting with this keyboard
 as you describe. However, you need them because on the right you have
 the keyboard switcher which you always need. As far as I know at this
 moment, there is no way of hiding the first two and keeping the latter.

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
you CAN use the space and don't need the kbd switcher since you can 
scroll upwards to switch the kbd.
just edt the virtual kbd reloution (the relation between width an 
height) and you can add another row of keys.
one thing you have to keep in mind: the name of the kbd MUST NOT make it 
appear firts in the list of kbds (e.g. rename the Default.kbd (or any 
other kbd that has teh correct height/widht relation) to Alpha.kbd so 
that it is firts in the list). if this is the case the illume kbd will 
not be resized and the additional row of keys will be available without 
occupying more of your precieous space. (i think this works because of 
the same bug, that prevents the illume kbd from resizing of used in 
landscape mode.

all credits go to Michal Brzozowski (god i hope i spelled it correctly)


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Context based usage of the 'AUX' button

2009-02-28 Thread Christian Beier
Am Thu, 26 Feb 2009 21:27:26 -0800 (PST)
schrieb c_c cchan...@yahoo.com:

 I was wondering whether there could be a method
 added to FSO that allowed overloading of this button based on the
 context. For eg :-
Good ideas, here is mine: if keyboard is active/shown it could be used
to rotate through the several layouts. My thumb is laying on it most of
the time I'm typing and layout switch is the slowest part on
typing...e.g. numerical keyboard is preferred for numbers but (default)
has no delete key.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Context based usage of the 'AUX' button

2009-02-28 Thread The Digital Pioneer
Well, I definitely think there could stand to be some context-based usage of
AUX. However, I've just flashed SHR-Unstable and now AUX doesn't do anything
at all. Uhh, that's not OK, I really liked having the lock screen feature.
Now I have to suspend the dumb thing just to wipe off the screen...
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Context based usage of the 'AUX' button

2009-02-28 Thread Kosa
The Digital Pioneer escribió:
 Well, I definitely think there could stand to be some context-based 
 usage of AUX. However, I've just flashed SHR-Unstable and now AUX 
 doesn't do anything at all. Uhh, that's not OK, I really liked having 
 the lock screen feature. Now I have to suspend the dumb thing just to 
 wipe off the screen...
 

really? I installed SHR- Unstable on the sd yestarday and tha aux does 
lock the screen.

Kosa

- Un mundo mejor es posible -

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Context based usage of the 'AUX' button

2009-02-28 Thread The Digital Pioneer
Well, does anyone know how to re-enable it? It doesn't do anything for me.
:(
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Context based usage of the 'AUX' button

2009-02-28 Thread Yorick Moko
haven't really followed this thread, but you might want to take a look
at http://wiki.openmoko.org/wiki/Siglaunchd

On Sat, Feb 28, 2009 at 10:47 PM, The Digital Pioneer
digitalpion...@gmail.com wrote:
 Well, does anyone know how to re-enable it? It doesn't do anything for me.
 :(

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[Debian] e17 screen lock

2009-02-28 Thread John Sullivan
So, I build e17 from svn and use it with illume on Debian.

By default, the e screen locking function goes to a password lock, which
obviously isn't good for the FR. I know that on SHR using illume this
instead goes to a simpler lock mechanism that can be unlocked just by
pushing a button or whatever. 

Can anyone suggest how I can get behavior like this instead of the
password lock? 

Thanks,
-- 
-John Sullivan
-http://wiki.openmoko.org/wiki/User:JohnSullivan
-GPG Key: AE8600B6


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


No DNS in Qtmail

2009-02-28 Thread Andrea Tacchetti
Hi everyone out there,

  I configured qtmail on my freerunner (running Om 2008.12) although
as I tap on the Get all mail button it tells me it cannot find the
server (after having said BLABLA - DNS Lookup).

  The strange thing is that is I go on a terminal and ping the same
server it gets resolved (and pinged) properly.

Is this a known issue? Does not qtmail use resolv.conf as everyone
else?

Any help is really appreciated,
Takke

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


OpenCellId : How to contribute simply with my moko ?

2009-02-28 Thread Thomas Landspurg
 There is currenrtly 4197 cells for france if you look at the stats  (
http://www.opencellid.org/cell/stats )

The map just show the LATEST 200 cells.

It's very easy to contribute, there is a simple REST API to uplaod cell
measures. I think somebody already dome some job here for OpenMoko, let me
find it...

-- 
Thomas LANDSPURG
8Motions
Founder/CTO
http://www.8motions.com
http://www.opencellid.org
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] wrong timezone setting

2009-02-28 Thread William Kenworthy
It is a bit - reading code does that to me :(

Sorry.

BillK



On Sat, 2009-02-28 at 15:32 +0100, Michael 'Mickey' Lauer wrote:
 Am Samstag, den 28.02.2009, 19:43 +0900 schrieb William Kenworthy:
  I think its otimed thats doing it - tried to set my timezone over 3000
  km from where I am, and tried to sync time with somewhere in Germany (I
  am in Australia)
  
  There is a way to turn this off with a couple of lines
  in /etc/frameworkd.conf - search the wiki for that file and it should
  explain the relevant lines.
  
  I really should raise a bug about otimed as its a really bad piece of
  design in a number of areas (using a fixed IP, using gsm to set time,
  one shot time setting, ...) but I dont have a lot of confidence in
  raising a bug for issues like this - it'll just get ignored.
 
 An interesting assassment. What makes you think so negative? I think the
 FSO team has a particularly well track recording in dealing with bug
 reports, but my view might be tainted...
 
 :M:
 
 
-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


NEw functions for OpenCellID+Perl lib

2009-02-28 Thread Thomas Landspurg
  Dear all,


 Some  news functions that could be useful for you:

cell/getInArea returns the list of cells for a specific area, filtered if
needed by country code/operator

Usefull if you want to preaload some data for a specific are with an
application (see  http://www.opencellid.org/api )

  Also note that somebody just posted a nice Perl library to access to
OpenCellID:

http://search.cpan.org/~mrdvt/Geo-WebService-OpenCellID-0.01/

  Hope that this will help you.

 And again, we are open to any suggestions!


-- 
Thomas LANDSPURG
8Motions
Founder/CTO
http://www.8motions.com
http://www.opencellid.org
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] wrong timezone setting

2009-02-28 Thread William Kenworthy
bug #2244

BillK


On Sun, 2009-03-01 at 09:01 +0900, William Kenworthy wrote:
 It is a bit - reading code does that to me :(
 
 Sorry.
 
 BillK
 
 
 
 On Sat, 2009-02-28 at 15:32 +0100, Michael 'Mickey' Lauer wrote:
  Am Samstag, den 28.02.2009, 19:43 +0900 schrieb William Kenworthy:
   I think its otimed thats doing it - tried to set my timezone over 3000
   km from where I am, and tried to sync time with somewhere in Germany (I
   am in Australia)
   
   There is a way to turn this off with a couple of lines
   in /etc/frameworkd.conf - search the wiki for that file and it should
   explain the relevant lines.
   
   I really should raise a bug about otimed as its a really bad piece of
   design in a number of areas (using a fixed IP, using gsm to set time,
   one shot time setting, ...) but I dont have a lot of confidence in
   raising a bug for issues like this - it'll just get ignored.
  
  An interesting assassment. What makes you think so negative? I think the
  FSO team has a particularly well track recording in dealing with bug
  reports, but my view might be tainted...
  
  :M:
  
  
-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] wrong timezone setting

2009-02-28 Thread Michael 'Mickey' Lauer
Am Sonntag, den 01.03.2009, 09:42 +0900 schrieb William Kenworthy:
 bug #2244

Thanks. It would've been better in the FSO bugtracker, but we now know
where to look for it.

Cheers,

:M:



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] wrong timezone setting

2009-02-28 Thread William Kenworthy
ah, didnt realise FSO has a separate tracker.

BillK

On Sun, 2009-03-01 at 02:12 +0100, Michael 'Mickey' Lauer wrote:
 Am Sonntag, den 01.03.2009, 09:42 +0900 schrieb William Kenworthy:
  bug #2244
 
 Thanks. It would've been better in the FSO bugtracker, but we now know
 where to look for it.
 
 Cheers,
 
 :M:
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] wrong timezone setting

2009-02-28 Thread Angus Ainslie
Just looked through the example frameworkd.conf and there aren't any
examples of using either the locally configured timezone or manually
setting it in frameworkd.conf.

Is there a way ?

Angus


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: No DNS in Qtmail

2009-02-28 Thread Robin Paulson
2009/3/1 Andrea Tacchetti ta...@linux.it:
  I configured qtmail on my freerunner (running Om 2008.12) although
 as I tap on the Get all mail button it tells me it cannot find the
 server (after having said BLABLA - DNS Lookup).

  The strange thing is that is I go on a terminal and ping the same
 server it gets resolved (and pinged) properly.

 Is this a known issue? Does not qtmail use resolv.conf as everyone
 else?

yes, it uses the same resolv.conf as ping and everything else

are you using an encrypted e-mail service?

i used to have a similar problem; i was trying to use gmail and
couldn't connect at all, let alone get my mail. i hadn't got the
security certificates figured out, and since i did it works - now,
whether this was a coincidence or not, i don't know. i wrote up what i
did on the wiki, and now it connects ok. ymmv

http://wiki.openmoko.org/wiki/Qtmail

unfortunately, it now times out trying to get the headers for 5000 messages.

it's not the best e-mail client ever

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Announcing new Project - Intone mplayer frontend

2009-02-28 Thread c_c

Hi,

Michael 'Mickey' Lauer wrote:
 
 Could you cook a patch to fix that?
 
 Sure. I don't know how - but I'll try. Although - someone with better
knowledge about arm assembly can actually try and integrate tremolo (which
has the same api) but is faster (15-20%) than tremor and hand tuned for ARM.
 
-- 
View this message in context: 
http://n2.nabble.com/Annuncing-new-Project---Intone-mplayer-frontend-tp2357405p2403200.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] wrong timezone setting

2009-02-28 Thread William Kenworthy
Yes, there is a description on frameworkd.conf on the wiki.  Really,
should be a commented example in the frameword.conf file itself - would
be a lot easier for users.

BillK

On Sat, 2009-02-28 at 19:05 -0700, Angus Ainslie wrote:
 Just looked through the example frameworkd.conf and there aren't any
 examples of using either the locally configured timezone or manually
 setting it in frameworkd.conf.
 
 Is there a way ?
 
 Angus
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[Om2008.x] Wanted StarDict for my Openmoko

2009-02-28 Thread Matthias Apitz

Hello,

I'm using StarDict in both of my FreeBSD/KDE based laptops:

$ pkg_info stardict-2.4.8_5
...
Description:
StarDict is a Cross-Platform and international dictionary written in
Gtk2.
It has powerful features such as Glob-style pattern matching, Scan
selection word, Fuzzy query, etc.
WWW: http://stardict.sourceforge.net/

It would be _extremely_ useful for me to have it as well on my FR; Is
someone working on a port of this? Thx

matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e matthias.ap...@oclc.org - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Finger friendly browse keyboard

2009-02-28 Thread William Kenworthy
On Sat, 2009-02-28 at 18:49 +0100, Bernd (Jesus McCloud) Prünster
wrote:
 William Kenworthy schrieb:
  I would rather the space - the other two keyboards are pretty
  useless ...
 
  BillK
 
  On Sat, 2009-02-28 at 12:54 +0100, Pander wrote:

  John Sullivan wrote:
  
  Pander pan...@users.sourceforge.net writes:
 

  Hi all,
 
  Someone mentioned a finger friendly browse keoyboard, and I just could
  not resist making one myself. the result is here:
http://www.opkg.org/package_144.html
...

  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
  
 you CAN use the space and don't need the kbd switcher since you can 
 scroll upwards to switch the kbd.
 just edt the virtual kbd reloution (the relation between width an 
 height) and you can add another row of keys.
 one thing you have to keep in mind: the name of the kbd MUST NOT make it 
 appear firts in the list of kbds (e.g. rename the Default.kbd (or any 
 other kbd that has teh correct height/widht relation) to Alpha.kbd so 
 that it is firts in the list). if this is the case the illume kbd will 
 not be resized and the additional row of keys will be available without 
 occupying more of your precieous space. (i think this works because of 
 the same bug, that prevents the illume kbd from resizing of used in 
 landscape mode.
 
 all credits go to Michal Brzozowski (god i hope i spelled it correctly)
 

No, I mean remove both the other two keyboards so only terminal is left.
Then the word space and switcher are redundant and they both can be
removed saving space.  My fingers are too fat to use either of those
two, the dictionary is hopeless and they take forever to type a message
as you are always trying to fix the mistakes they make, stroking the
keyboard rarely works properly so you are continually trying to
select/delete or whatever and failing. As the default always pops up
first until you select terminal, its better to remove them altogether
(and they always pop up first when writing an sms for example) 

Others say it works, and I suppose it does for them, but to me its one
of the worst parts of the freerunner interface and the first bit I
disable by uninstalling numbers and default (or in the case of
shr-unstable, just coping terminal over the top of each).  Terminal has
its own problems/annoyances (the animation encourages miss-clicks and
takes up valuable cpu cycles - tried to find out how its done so it
could be minimised to just a quick blink to tell the key has registered
a press, but didnt find it - one day ... :)

These tiny key keyboards can only be used by normal people using a
stylus - what we really need for SMS is a large keyboard taking up much
of the screen and only a tiny window for text (160 chars) - in fact
thats what most other keyboardless phones seem to do, for good reasons.

BillK




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community