Re: how to block spam to commits-ow...@projects.openmoko.org?

2009-08-16 Thread Aapo Rantalainen
Spam is still coming.
Final attempt:

Privacy Options  Sender filters
Action to take for postings from non-members for which no explicit
action is defined. =discard
Should messages from non-members, which are automatically discarded,
be forwarded to the list moderator?  =no

-Aapo Rantalainen

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


Re: Convert Tangogps's poi.db JOSM suitable gpx files

2009-08-16 Thread Robin Paulson
2009/8/16 GNUtoo gnu...@no-log.org:
 I've made a python script that converts poi.db in gpx files...
 what should I do with it?

put it on the wiki, on the tangogps page?

package it up and put it on opkg.org?

you might want to check tangogps.org, i'm sure something similar
already exists. the writer might be interested in merging his script
and yours? or maybe hosting your script?

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


Re: [litephone] entering numbers during a call

2009-08-16 Thread Christian Rüb
 Hi
 
 I think that was my mistake. It worked, but during my changes I removed
 it and forgot it to add. I fixed in git[1].
 
 Kind regards,
 Christof
 
 [1] http://git.senfdax.de/?p=litephone;a=summary
 On Sat, Aug 15, 2009 at 03:26:55PM -0700, Ali wrote:
  I finally got a chance to test the app and I love it! But one problem is
  a blocker for me. I can't check my voice mail as I can't enter the pin
  after making a call (the pin to my voice mail box) :( Is the
  functionality in already and i'm just missing it? If not, any plans for
  that to be in?

I made a new ipk based on above commit [1] (litephone_0.0+git52+e6f7...). Ali, 
can you please check if it works for you now?

Cheers,
 Christian

[1] http://openmoko.senfdax.de/shr-unstable/

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


Re: X forwarding doesn't work

2009-08-16 Thread Michael Tansella
Am Sonntag, 16. August 2009 00:23:31 schrieb Boris Wong:
 ssh -l root -X -v 192.168.5.202 midori

That does the trick
Thanks

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


[fso] opimd?

2009-08-16 Thread arne anka
hi,
where do i find some kind of comprehensive information on opimd?
i don't understand how it is supposed to work and made available.

f'rinst, i thought it would automatically store calls (incoming,  
outgoing), sms and contacts (from sim).
but the sql db files (not a good idea to hold those below /etc/ imho),  
still are empty and with the time stamp of their creation

freesmartphone.org is, as usual, very silent in terms of documentation (at  
least that kind of docs, a search should turn up).

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


Re: [fso] opimd?

2009-08-16 Thread Sebastian Krzyszkowiak
On 8/16/09, arne anka openm...@ginguppin.de wrote:
 hi,
 where do i find some kind of comprehensive information on opimd?
 i don't understand how it is supposed to work and made available.

 f'rinst, i thought it would automatically store calls (incoming,
 outgoing), sms and contacts (from sim).
 but the sql db files (not a good idea to hold those below /etc/ imho),
 still are empty and with the time stamp of their creation

 freesmartphone.org is, as usual, very silent in terms of documentation (at
 least that kind of docs, a search should turn up).

First of all: you have to turn on opimd in frameworkd.conf.
It stores automatically calls (that's how pyphonelog works), you just
need to have default backend specified for domain Calls.
The same for messages, but it stores smses only when some other
backend than SIM-Messages-FSO is specified as default.
About databases in /etc - I agree, but that's how it was before I
started to work at opimd and I din't touch it.

About dbus interface docs: http://docs.freesmartphone.org/ ... I
always thought that URL is obvious :x

-- 
Sebastian Krzyszkowiak
dos

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


Re: [fso] opimd?

2009-08-16 Thread Sebastian Krzyszkowiak
On 8/16/09, Sebastian Krzyszkowiak seba.d...@gmail.com wrote:
 On 8/16/09, arne anka openm...@ginguppin.de wrote:
 hi,
 where do i find some kind of comprehensive information on opimd?
 i don't understand how it is supposed to work and made available.

 f'rinst, i thought it would automatically store calls (incoming,
 outgoing), sms and contacts (from sim).
 but the sql db files (not a good idea to hold those below /etc/ imho),
 still are empty and with the time stamp of their creation

 freesmartphone.org is, as usual, very silent in terms of documentation
 (at
 least that kind of docs, a search should turn up).

 First of all: you have to turn on opimd in frameworkd.conf.
 It stores automatically calls (that's how pyphonelog works), you just
 need to have default backend specified for domain Calls.
 The same for messages, but it stores smses only when some other
 backend than SIM-Messages-FSO is specified as default.
 About databases in /etc - I agree, but that's how it was before I
 started to work at opimd and I din't touch it.

 About dbus interface docs: http://docs.freesmartphone.org/ ... I
 always thought that URL is obvious :x

 --
 Sebastian Krzyszkowiak
 dos


That page can also be helpful:
http://wiki.openmoko.org/wiki/Opimd

opimd development is quite stalled ATM, i'll try to finish
GenericDomain soon and then maybe few other domains will be available,
but probably it won't be developed as fast as previous in next few
months. I hope someone else will also work on opimd soon.

-- 
Sebastian Krzyszkowiak
dos

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


Re: [fso] opimd?

2009-08-16 Thread arne anka
 First of all: you have to turn on opimd in frameworkd.conf.
 It stores automatically calls (that's how pyphonelog works), you just
 need to have default backend specified for domain Calls.
 The same for messages, but it stores smses only when some other
 backend than SIM-Messages-FSO is specified as default.


well, my framework.conf reads

[opimd]
contacts_default_backend = CSV-Contacts
messages_default_backend = SIM-Messages-FSO
messages_default_folder = Unfiled
messages_trash_folder = Trash
sim_messages_default_folder = SMS
rootdir =  
../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim

[opimd.opimd]

is there anything else to be set?
disable=0
maybe?

or, quick idea, does it clash with phonelogd running?

framework's log shows

2009.07.28 23:06:41.64 frameworkd.subsystem INFO Scanned subsystem via  
method 'auto', result i
s ['pimb_csv_contacts.pyc', 'pimb_sqlite_contacts.py',  
'pimb_sqlite_contacts.pyc', 'pimb_sqlite_me
ssages.py', '__init__.py', 'pimd_calls.pyc', 'pimb_ogsmd_calls.pyc',  
'pimb_sqlite_calls.pyc', 'pim
d_messages.py', 'pimb_ogsmd_calls.py', 'opimd.pyc', 'helpers.pyc',  
'pimd_messages.pyc', 'pimb_sqli
te_messages.pyc', '__init__.pyc', 'pimb_sim_messages_fso.pyc',  
'pimb_sim_contacts_fso.pyc', 'opimd
.py', 'pimd_contacts.py', 'domain_manager.py', 'pimb_sim_contacts_fso.py',  
'pimd_contacts.pyc', 'p
imb_sqlite_calls.py', 'backend_manager.pyc', 'backend_manager.py',  
'domain_manager.pyc', 'pimb_sim
_messages_fso.py', 'pimb_csv_contacts.py', 'pimd_calls.py', 'helpers.py']
2009.07.28 23:06:43.739 opimdINFO Registered domain  
Contacts
2009.07.28 23:06:43.772 opimdINFO Registered domain  
Messages
2009.07.28 23:06:43.800 opimdINFO Registered domain  
Calls
2009.07.28 23:06:43.838 opimdINFO Registered backend  
SIM-Contacts-FSO
2009.07.28 23:06:43.909 opimdINFO Registered backend  
SIM-Messages-FSO
2009.07.28 23:06:43.925 opimdINFO Registered backend  
CSV-Contacts
2009.07.28 23:06:44.29 opimdINFO Registered backend  
SQLite-Contacts
2009.07.28 23:06:44.100 opimdINFO Registered backend  
SQLite-Messages
2009.07.28 23:06:44.161 opimdINFO Registered backend  
SQLite-Calls
2009.07.28 23:06:44.209 opimdINFO Registered backend  
ogsmd-Calls
2009.07.28 23:06:44.929 opimdERRORError opening  
/etc/freesmartphone/opim/csv-contacts.txt
2009.07.28 23:06:45.683 opimdERRORCould not load  
entries for backend ogsmd-Calls!
2009.07.28 23:06:45.966 frameworkd.subsystem INFO subsystem opimd took  
5.00 seconds to start

there's no csv-contacs.txt, since i
a) don't know what format it should be in
b) don't think a file like that should be in a global place like /etc at  
all.

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


Re: [fso] opimd?

2009-08-16 Thread Sebastian Krzyszkowiak
On 8/16/09, arne anka openm...@ginguppin.de wrote:
 First of all: you have to turn on opimd in frameworkd.conf.
 It stores automatically calls (that's how pyphonelog works), you just
 need to have default backend specified for domain Calls.
 The same for messages, but it stores smses only when some other
 backend than SIM-Messages-FSO is specified as default.


 well, my framework.conf reads

 [opimd]
 contacts_default_backend = CSV-Contacts
 messages_default_backend = SIM-Messages-FSO
 messages_default_folder = Unfiled
 messages_trash_folder = Trash
 sim_messages_default_folder = SMS
 rootdir =
 ../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim

 [opimd.opimd]

 is there anything else to be set?
 disable=0
 maybe?

 or, quick idea, does it clash with phonelogd running?

 framework's log shows

 2009.07.28 23:06:41.64 frameworkd.subsystem INFO Scanned subsystem via
 method 'auto', result i
 s ['pimb_csv_contacts.pyc', 'pimb_sqlite_contacts.py',
 'pimb_sqlite_contacts.pyc', 'pimb_sqlite_me
 ssages.py', '__init__.py', 'pimd_calls.pyc', 'pimb_ogsmd_calls.pyc',
 'pimb_sqlite_calls.pyc', 'pim
 d_messages.py', 'pimb_ogsmd_calls.py', 'opimd.pyc', 'helpers.pyc',
 'pimd_messages.pyc', 'pimb_sqli
 te_messages.pyc', '__init__.pyc', 'pimb_sim_messages_fso.pyc',
 'pimb_sim_contacts_fso.pyc', 'opimd
 .py', 'pimd_contacts.py', 'domain_manager.py', 'pimb_sim_contacts_fso.py',
 'pimd_contacts.pyc', 'p
 imb_sqlite_calls.py', 'backend_manager.pyc', 'backend_manager.py',
 'domain_manager.pyc', 'pimb_sim
 _messages_fso.py', 'pimb_csv_contacts.py', 'pimd_calls.py', 'helpers.py']
 2009.07.28 23:06:43.739 opimdINFO Registered domain
 Contacts
 2009.07.28 23:06:43.772 opimdINFO Registered domain
 Messages
 2009.07.28 23:06:43.800 opimdINFO Registered domain
 Calls
 2009.07.28 23:06:43.838 opimdINFO Registered backend
 SIM-Contacts-FSO
 2009.07.28 23:06:43.909 opimdINFO Registered backend
 SIM-Messages-FSO
 2009.07.28 23:06:43.925 opimdINFO Registered backend
 CSV-Contacts
 2009.07.28 23:06:44.29 opimdINFO Registered backend
 SQLite-Contacts
 2009.07.28 23:06:44.100 opimdINFO Registered backend
 SQLite-Messages
 2009.07.28 23:06:44.161 opimdINFO Registered backend
 SQLite-Calls
 2009.07.28 23:06:44.209 opimdINFO Registered backend
 ogsmd-Calls
 2009.07.28 23:06:44.929 opimdERRORError opening
 /etc/freesmartphone/opim/csv-contacts.txt
 2009.07.28 23:06:45.683 opimdERRORCould not load
 entries for backend ogsmd-Calls!
 2009.07.28 23:06:45.966 frameworkd.subsystem INFO subsystem opimd took
 5.00 seconds to start

 there's no csv-contacs.txt, since i
 a) don't know what format it should be in
 b) don't think a file like that should be in a global place like /etc at
 all.

csv-contacts.txt is created automatically when storing first contact
with that backend.

For letting Calls domain to work, add:
calls_default_backend = SQLite-Calls

BTW. You should upgrade your configs when you are upgrading
applications (or if you're using om2009, then tell it to distro
maintainers) ;P

-- 
Sebastian Krzyszkowiak
dos

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


Re: [fso] opimd?

2009-08-16 Thread arne anka
 For letting Calls domain to work, add:
 calls_default_backend = SQLite-Calls

where does that come from? neither the framework.conf nor the docs show  
that.

 BTW. You should upgrade your configs when you are upgrading
 applications

what exactly are you refering to? such a general remark is less than  
helpful.

i use debian and the package does not include anything useful in that  
respect (docs or at least sensible commented example configs).
i won't update a known good configuration to another one with no  
documentation whatsoever and options with cryptic names and values (if  
there are possible values listed at all).

due to the lack of documentation it took me a while to figure out, how to  
use fsousaged -- and as long as a new config file does not list obvious  
changes, i am reluctant, to update.
after all, the meaning of a config file is to be customized, w/o proper  
explanations and comments it is hard to transfer that kind of  
customizations to new versions -- using the old config will probably spawn  
less errors than trialerror or plain shooting in the dark.

i sent a mail with a lot of remarks and questions about the framework.conf  
alone and never got an answer and i filed a bug in the fso tracker with  
the very same issues and never got any reaction either.





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


Re: [fso] opimd?

2009-08-16 Thread Sebastian Krzyszkowiak
On 8/16/09, arne anka openm...@ginguppin.de wrote:
 For letting Calls domain to work, add:
 calls_default_backend = SQLite-Calls

 where does that come from? neither the framework.conf nor the docs show
 that.



 BTW. You should upgrade your configs when you are upgrading
 applications

 what exactly are you refering to? such a general remark is less than
 helpful.

 i use debian and the package does not include anything useful in that
 respect (docs or at least sensible commented example configs).
 i won't update a known good configuration to another one with no
 documentation whatsoever and options with cryptic names and values (if
 there are possible values listed at all).

 due to the lack of documentation it took me a while to figure out, how to
 use fsousaged -- and as long as a new config file does not list obvious
 changes, i am reluctant, to update.

I don't get you. IRC is always available, it was mentioned LOTS of
time on maillists and tracs.

 after all, the meaning of a config file is to be customized, w/o proper
 explanations and comments it is hard to transfer that kind of
 customizations to new versions -- using the old config will probably spawn
 less errors than trialerror or plain shooting in the dark.

That's wrong point. Having new packages with old config can spawn more
errors and issues in this stage of development.

opimd isn't officially included in ms5.5 (it's disabled by default)
and it's normal that in it's actual stage well written docs aren't
available. The good thing is person who was developing it for long
time is available on maillist and on IRC, and answers to questions :P

-- 
Sebastian Krzyszkowiak
dos

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


Re: [litephone] entering numbers during a call

2009-08-16 Thread Ali
On Sun, 2009-08-16 at 10:59 +0200, Christian Rüb wrote:
 
 I made a new ipk based on above commit [1] (litephone_0.0+git52+e6f7...). 
 Ali, can you please check if it works for you now?
 
 Cheers,
  Christian
 
 [1] http://openmoko.senfdax.de/shr-unstable/
Hey, thanks for the quick reply, fix, and ipk, but it is still not
working. How does one bring up the keypad during a call in litephone? I
click the phone icon, key in the number and the screen changes to active
call: (number) with the vol up and down icons to the right. I press the
phone icon again to go to the only keypad i've seen in litephone and
pressing the keys there does not send the tones. For the hell of it i
pressed call after keying in my pin, and it just attempts to make
another call as expected. Am I doing something wrong? Does it work for
you guys?


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


Re: Convert Tangogps's poi.db JOSM suitable gpx files

2009-08-16 Thread Francesco de Virgilio
2009/8/16 Robin Paulson robin.paul...@gmail.com:
 2009/8/16 GNUtoo gnu...@no-log.org:
 I've made a python script that converts poi.db in gpx files...
 what should I do with it?

 put it on the wiki, on the tangogps page?

 package it up and put it on opkg.org?

 you might want to check tangogps.org, i'm sure something similar
 already exists. the writer might be interested in merging his script
 and yours? or maybe hosting your script?

I'll really appreciate if you post here in ML a compressed file with
the script, or a link to download it. At now I have a _lot_ of pois
but I'm too busy to place it on the OSM map, it should be really quick
importing them directly in JOSM using a GPX.

Thanks,

--
Francesco de Virgilio
*Ubuntu-it Member and Wiki Editor*
   mailto:frad...@ubuntu-it.org
   http://wiki.ubuntu-it.org/FrancescoDeVirgilio
*Wikimedia projects contributor*
   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)

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


Re: [SHR] wakes up from suspend after a few minutes

2009-08-16 Thread Michael 'Mickey' Lauer
On Saturday 15 August 2009 18:11:02 Michal Brzozowski wrote:
 2009/8/15 Paul Fertser fercer...@gmail.com

  Michal Brzozowski ruso...@poczta.fm writes:
   The solution was to not use apm -s but dbus
 
  Can you possibly tell me where that idea to use apm -s comes from?
  That's some information to be corrected because obviously you'll be
  woken up by the modem when it gives you network status info every now
  and then and frameworkd specifically takes care to disable it and to
  re-enable after resume.
 
  Also apm emulation might be removed soon, don't count on it much.

 I don't really know. I've used apm -s for a long time and it always worked.

Fwiw, an apm compatibility utility will always be present (e.g. fso-apm).

:M:


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


Re: [fso] opimd?

2009-08-16 Thread Michael 'Mickey' Lauer
On Sunday 16 August 2009 21:03:09 arne anka wrote:
 i sent a mail with a lot of remarks and questions about the framework.conf
 alone and never got an answer and i filed a bug in the fso tracker with
 the very same issues and never got any reaction either.

Sorry, It's not been forgotten, but right now we only have very little time to 
spend on FSO, which means everything takes a bit longer.

:M:



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