Re: [SHR-U] Impressions and Problems

2009-08-15 Thread Robin Paulson
2009/8/15 Sebastian Krzyszkowiak seba.d...@gmail.com:
 For libframeworkd-phonegui-efl users (default SHR): as said before,
 you have to edit /etc/phone-utils.conf to match your country. SHR
 Settings module for that is planned and should arrive soon.

bloody brilliant! i wish i'd known this earlier. now my messages app
understands all the phone numbers in contacts, regardless of prefix

cheers

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


Re: X forwarding doesn't work

2009-08-15 Thread Richy

The App is opening on the Freerunner, not on the desktop.
I have the exact same problem.





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


Re: [shr-u] wifi timeout with mokonnect

2009-08-15 Thread Paul Fertser
arne anka openm...@ginguppin.de writes:
 and the fr is shock frozen.
 not really convincing a performance.

Reproduced it. Thanks for the bugreport, will try to
investigate.

Sorry for misinformation, i guess i did something slightly different
before so it didn't result in kernel panic. Sorry :(

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

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


Re: X forwarding doesn't work

2009-08-15 Thread Hans Zimmerman
Richy wrote:
 The App is opening on the Freerunner, not on the desktop.
 I have the exact same problem.
 
 
 
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

Check your DISPLAY

Hans

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


Re: Reading binary messages

2009-08-15 Thread Thomas Franck
Hi..

KaZeR wrote:
 Has anyone succeeded / starting working on reading binary sms?
 
 I have some of them sitting in my inbox, under SHR it's only displayed as
 This is a binary message

just wondered if anyone can tell about progress in that matter?
I have a bunch of the binary messages, too.. :S

is there a way to save/display the raw message so one can maybe extract
the URL manually somehow?

cheers,
-- 
Thomas

-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
640k ought to be enough for anybody.
  - Bill Gates, 1981
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~



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


Re: [shr-u] wifi timeout with mokonnect

2009-08-15 Thread arne anka
 Sorry for misinformation,

i don't think misinformation is the right word here -- at least it  
helped me to understnad, what is supposed to be done and to happen.
and it looks like that instigated other people as well to try again.

if you or someone else can make something from the output, i'd be more  
than happy.

btw: what bothers me, with the preinstalled 2007.X wifi worked and did so  
with kernel 2.6.24, what broke that in 2.6.2[89]?

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


Re: [shr-u] wifi timeout with mokonnect

2009-08-15 Thread William Kenworthy
The way I got around this is to use two scripts - the first just handles
spawning wpa_suppliocant and stops at a read statement - then hitting a
return key exits the script.  The various rm and kill commands are to
cleanup before and after - needed for reliable and repeatable
connections!  This works with AP's wpa2, wep and no encryption at all (I
use kernel 2.6.28 on shr-u, but it works with 2.6.29 as well)

The second script just calls the first using fsoraw - I use a desktop
icon calling script2 using xterm -e script2

script1:
#!/bin/sh

killall -9 wpa_supplicant udhcpc
sleep 1
rm /var/run/wpa_supplicant/eth0

echo wifi starting!
/usr/sbin/wpa_supplicant -B -t -i eth0 -Dwext
-c /etc/wpa_supplicant/wpa_supplicant.conf 
sleep 8
ifup eth0
route del default gw 192.168.0.200
read
ifdown eth0
killall -9 wpa_supplicant udhcpc
echo WiFi off


script2:
#!/bin/sh

export USER=root
export HOME=/home/root

cd /home/root
ifdown eth0

sleep 1

/usr/bin/fsoraw -s -r WiFi,CPU -- /home/root/mefiles/wifi

echo Done!



On Fri, 2009-08-14 at 20:46 +0200, arne anka wrote:
 well, i did right now
 
 # fsoraw -r WiFi -- wpa_supplicant -ieth0 -Dwext  
 -c/etc/wpa_supplicant/wpa_supplicant.conf
 
 which resulted in
 
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 CTRL-EVENT-SCAN-RESULTS
 Trying to associate with XX:XX:.. (SSID='myssid' freq=2422 MHz)
 Association request to the driver failed
 Associated with XX:XX...
 WPA: Key negotiation completed with XX:XX:... [PTK=TKIP GTK=TKIP]
 CTRL-EVENT-CONNECTED - Connection to XX:XX:XX:... completed (auth) [id=2  
 id_str=]
 
 ok, dhclient eth0 opbtained an ip.
 but so fra i got vene without fsoraw the last time. let's see, what  
 happens in a second attempt.
 
 killing 'fsoraw ...' with CTRL+C ...
 
 CTRL-EVENT-TERMINATING - signal 2 received
 ioctl[SIOCSIWESSID]: Invalid argument
 ioctl[SIOCSIWMLME]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 
 
 hmm. ok,
 
 # fsoraw -r WiFi -- wpa_supplicant -ieth0 -Dwext  
 -c/etc/wpa_supplicant/wpa_supplicant.conf
 
 and ...
 
   ioctl[SIOCGIWRANGE]: Input/output error
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCGIWSCAN]: Input/output error
 ioctl[SIOCSIWSCAN]: Input/output error
 Failed to initiate AP scan.
 ioctl[SIOCGIWSCAN]: Input/output error
 ioctl[SIOCSIWSCAN]: Input/output error
 Failed to initiate AP scan.
 ioctl[SIOCGIWSCAN]: Input/output error
 ioctl[SIOCSIWSCAN]: Input/output error
 Failed to initiate AP scan.
 ioctl[SIOCGIWSCAN]: Input/output error
 ioctl[SIOCSIWSCAN]: Input/output error
 Failed to initiate AP scan.
 ioctl[SIOCGIWSCAN]: Input/output error
 ioctl[SIOCSIWSCAN]: Input/output error
 ioctl[SIOCGIWSCAN]: Input/output error
 ...
 
 indefinitely.
 
 # killall wpa_suplicant
 
 and the fr is shock frozen.
 not really convincing a performance.
 
 ___
 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: X forwarding doesn't work

2009-08-15 Thread Michael Tansella
 Check your DISPLAY

 Hans

and how???

On the freerunner env says
DISPLAY=localhost:0

do have to do any:
DISPLAY=:??? dillo

The following doesn't work:

$ DISPLAY=:192.168.178.22:0  dillo
paths: Cannot open file '/home/root/.dillo/dillorc'
paths: Using /etc/dillo/dillorc
paths: Cannot open file '/home/root/.dillo/keysrc'
paths: Using /etc/dillo/keysrc
dillo_dns_init: Here we go! (threaded)
Disabling cookies.
_X11TransSocketINETConnect() can't get address for :192.168.178.22:6000: Name 
or service not known
Can't open display :192.168.178.22:0

Greets
Michael

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


Re: X forwarding doesn't work

2009-08-15 Thread arne anka
DISPLAY=:1 foo

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


Re: X forwarding doesn't work

2009-08-15 Thread Michael Tansella
Am Samstag, 15. August 2009 12:33:02 schrieb arne anka:
 DISPLAY=:1 foo

... doesn't work for me

simarill...@simarillion-laptop:~$ ssh -X r...@192.168.5.202
r...@om-gta02 ~ $ DISPLAY=:1 dillo
paths: Cannot open file '/home/root/.dillo/dillorc'
paths: Using /etc/dillo/dillorc
paths: Cannot open file '/home/root/.dillo/keysrc'
paths: Using /etc/dillo/keysrc
dillo_dns_init: Here we go! (threaded)
Disabling cookies.
Can't open display :1
r...@om-gta02 ~ $

Michael

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


Re: X forwarding doesn't work

2009-08-15 Thread arne anka
 DISPLAY=:1 foo

 ... doesn't work for me

DISPLAY=:0 foo
?
- do you have X running on your host for your host's user at all?
- has your ssh x-forwarding enabled?

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


Re: X forwarding doesn't work

2009-08-15 Thread Ed Kapitein
arne anka wrote:
 DISPLAY=:1 foo
   
 ... doesn't work for me
 

 DISPLAY=:0 foo
 ?
 - do you have X running on your host for your host's user at all?
 - has your ssh x-forwarding enabled?

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


   
Another workaround can be:

On the desktop PC:
X :1 -ac

on the FR:
export DISPLAY=192.168.0.200:1.0
/some/x/app

This wil open a new X server (:1)on the desktop pc without access control.
it is not the most secure way of doing it, but it gets the job done.
( assuming 192.168.0.200  is the ip address of the desktop PC usb0 
interface)

Kind regards,
Ed


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


Re: GPS NMEA sentences over serial port

2009-08-15 Thread RANJAN
   Alternatively, and this is what I suggest, use ssh to forward connections
 from the gpsd port on your laptop to the gpsd port on your Neo:

 $ ssh -L localhost:2947:localhost:2947 debian-gta02 -- sleep inf 


Hi,

Can I use this to forward the 2947 port from Neo to 2947 on laptop ,in other
sense can I get the values being generated from Neo at 2947 of Neo be
available at 2947 on the laptop.

Please advice.

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


Re: FSO resources, GPS-TTFF example (Was: is wifi-driver developed anymore?)

2009-08-15 Thread Sebastian Krzyszkowiak
On 8/14/09, arne anka openm...@ginguppin.de wrote:
 If the app doesn't have FSO support, use fsoraw to request the resource.

 _now_ i am confused.
 in my understanding
 - resources are an fso concept -- thus, no fso support, no resource
 - fsoraw uses fso calls to utilize the resource -- no resource, no way to
 use fsoraw

 why using fsoraw, why isn't fso sufficient?

You are confused. Fsoraw uses FSO.


 sorry, but imo _you_ are confused. i never denied, fsoraw using fso.

 what i always tried to find out, and i understand now even less than
 before: what is the rationale for fsoraw?

 if it does nothing but requesting the resource, a dbus call would do
 exactly the same w/o need of an additional app (and second one to release
 afterwards, of course).
 if it does soemthing a dbus call won't be able to deliver, why isn't fso
 extended to include that functionality?

fsoraw == dbus calls arround starting application. That's you who is
confused here :P

Little C wrapper which do dbus calls is just more practical than bash
script which uses mdbus or dbus-send. And using Request/Release method
isn't possible with dbus-send and mdbus, as they quit just after
calling dbus method, so resource is released immediately after
requesting.

fsoraw is only small wrapper which do something like
dbus.call_request_resource(); system('run-app').
dbus.call_release_resource(). Nothing else (maybe except command line
parsing :P). App itself can do exactly the same (and should), but
patching every possible app which can run on Freerunner is insane, so
that's why fsoraw is usable.

-- 
Sebastian Krzyszkowiak
dos

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


Convert travel diaries to JOSM suitable gpx files

2009-08-15 Thread Christian Rüb
Hi,

as I use travel-diary[1] every now and then to map POIs I made a little perl 
script to convert the CSV to gpx files.
You can find it here[2].

It reads from STDIN and prints to STDOUT

Usage is simple:
cat diaryfile | traveldiary2gpx.pl  poi.gpx

If you want the timestamp to be included you also need Time::ParseDate and 
Time::CTime to be installed on your system, they are in package 
libtime-modules-perl in Debian.

To avoid confusion: I do the conversion on my PC after downloading the diary 
CSV files from my Freerunner

Cheers,
 Christian

[1] http://wiki.openmoko.org/wiki/Travel_Diary
[2] 
http://git.senfdax.de/?p=travel-diary;a=blob;f=scripts/traveldiary2gpx.pl;h=d877e78b90a245fc4fcd56565b6f81f2eb963922;hb=a2ee31cda85ced30c12ad502d6f36270d2376cdf

___
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-15 Thread Michal Brzozowski
2009/8/14 Michal Brzozowski ruso...@poczta.fm

 yes

 2009/8/14 arne anka openm...@ginguppin.de

 is deep sleep disabled?




The resume reason is GSM. Wakes up after 1-2 minutes. The logs don't show
anything interesting. There are no other problems. Ophonekitd is not
running. It doesn't wake up if it's connected to usb. Any ideas?
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: X forwarding doesn't work

2009-08-15 Thread Joshua Judson Rosen
Michael Tansella michael-tanse...@gmx.de writes:

 I want to start midori in the freerunner and forward the GUI tt my Linux Host 
  
 (Kubuntu)
 
 I tried it the following way, but it starts on the freerunner instead of the 
 host, any idea?:
 
 
 simarill...@simarillion-laptop:~$ ssh -l root -X -v 192.168.5.202
[...]
 r...@om-gta02 ~ $midori

My guess is that /etc/profile on the FreeRunner is overriding the
$DISPLAY environment-variable that sshd sets up, or something along
those lines. You didn't mention which distribution you're using
(OM2008.x? OM2009? SHR?), so I can't be sure, but...:

In SHR (which is what I run), this is what happens: ssh request X11
forwarding, sshd sets up forwarding and sets $DISPLAY to
localhost:10 (for the first connection--other simultaneous
connections get higher numbers), my shell starts and sources
/etc/profile, /etc/profile contains a line that does
export DISPLAY=localhost:0.

It wasn't always like this; I imagine that this was added to
/etc/profile as a bugfix because people didn't like having to do
export DISPLAY=:0 to launch apps (and have them display locally on
the FreeRunner) from SSH logins.

Perhaps a better option would be to change /etc/profile so that it
instead does:

if [ $DISPLAY =  ]
then
export DISPLAY=localhost:0
fi

... or something equivalent. Something like this would also work:

logger -t login Login with DISPLAY on ${DISPLAY:=localhost:0}

That posts a note about the login, and which DISPLAY value it used, to
syslog. The := means `if the variable already has a value, use that
value; otherwise assign the following value to it'.

-- 
Don't be afraid to ask (Lf.((Lx.xx) (Lr.f(rr.


___
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-15 Thread arne anka
 The resume reason is GSM. Wakes up after 1-2 minutes. The logs don't show
 anything interesting. There are no other problems. Ophonekitd is not
 running. It doesn't wake up if it's connected to usb. Any ideas?

that's what i see when not using never for deep sleep.
what exactly is configured for deep sleep in framework.conf?
what fimrware version do you use?



___
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-15 Thread Michal Brzozowski
2009/8/15 Michal Brzozowski ruso...@poczta.fm

 2009/8/14 Michal Brzozowski ruso...@poczta.fm

 yes

 2009/8/14 arne anka openm...@ginguppin.de

 is deep sleep disabled?




 The resume reason is GSM. Wakes up after 1-2 minutes. The logs don't show
 anything interesting. There are no other problems. Ophonekitd is not
 running. It doesn't wake up if it's connected to usb. Any ideas?


The solution was to not use apm -s but dbus
___
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-15 Thread Paul Fertser
Michal Brzozowski ruso...@poczta.fm writes:
 2009/8/14 Michal Brzozowski ruso...@poczta.fm The resume reason is
 GSM. Wakes up after 1-2 minutes. The logs don't show anything
 interesting. There are no other problems. Ophonekitd is not
 running. It doesn't wake up if it's connected to usb. Any ideas?

Enable DEBUG level for ogsmd and look at framework log right after it
resumed to find out what data the modem wanted to transfer in suspend.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

___
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-15 Thread Paul Fertser
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.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

___
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-15 Thread Michal Brzozowski
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.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Using bluetooth keyboard (keypresses not making it to X)

2009-08-15 Thread Paul Fertser
Hi,

Have you managed to solve your problem? Reading archives it looks like
you're missing just a small but very important step:

modprobe uinput

Please report the results.

For others interested, there're now updated instructions on the wiki,
including using bluez4 with HID devices:
http://wiki.openmoko.org/wiki/Manually_using_Bluetooth

HTH
-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

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


shr unstable lite missing opkg

2009-08-15 Thread Fernando Martins
Hi,

I just installed latest unstable from August, 8th, but opkg isn't 
included. I looked in /bin, /usr/bin.

How can I fix this?? Could someone send me the binary?

TIA,
Fernando

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


Convert Tangogps's poi.db JOSM suitable gpx files

2009-08-15 Thread GNUtoo
I've made a python script that converts poi.db in gpx files...
what should I do with it?

Denis.
#!/usr/bin/env python
#poi2osm convert a sqlite poi database comming from tangps to a file you can import in JOSM
#Copyright (C) 2009  Denis 'GNUtoo' Carikli
#
#This program is free software: you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation, either version 3 of the License, or
#(at your option) any later version.
#
#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#GNU General Public License for more details.
#
#You should have received a copy of the GNU General Public License
#along with this program.  If not, see http://www.gnu.org/licenses/.
#

from sqlalchemy import *
from sqlalchemy.orm import *

class Poi(object):
	def __init__(self,id,longitude,latitude,unk1,unk2,unk3,description,unk4,unk5,unk6,unk7,unk8,unk9,unk10,unk11):
		self.id = id
	def __repr__(self):
		print repr(self.id)


engine = create_engine('sqlite:///poi.db')
session = create_session(bind=engine)
metadata = MetaData('sqlite://')
poi_table = Table(poi,metadata,
Column('idmd5', Integer, primary_key=True),
Column('lat', Integer),
Column('lon', Integer),
Column('visibility', Integer),
Column('cat', Integer),
Column('subcat', Integer),
Column('keywords', String),
Column('desc', String),
Column('price_range',Integer),
Column('extended_open', Integer),
Column('creator', String),
Column('bookmarked', String),
Column('user_rating', String),
Column('rating', String),
Column('user_comment', String),
)
mapper(Poi, poi_table)

print osm version=\0.5\
for poi in session.query(Poi).all():
	print   node id=\+ str(poi.idmd5) + \ lat=\ + str(poi.lat)  + \ lon=\ + str(poi.lon)  +  \
	print tag k=\name\ v=\+ poi.keywords  +\/
	print   /node
print /osm
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: shr unstable lite missing opkg

2009-08-15 Thread Sebastian Krzyszkowiak
On 8/15/09, Fernando Martins ferna...@cmartins.nl wrote:
 Hi,

 I just installed latest unstable from August, 8th, but opkg isn't
 included. I looked in /bin, /usr/bin.

 How can I fix this?? Could someone send me the binary?

 TIA,
 Fernando

opkg-cl update; opkg-cl upgrade

-- 
Sebastian Krzyszkowiak
dos

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


Re: shr unstable lite missing opkg

2009-08-15 Thread Fernando Martins
Sebastian Krzyszkowiak wrote:
 On 8/15/09, Fernando Martins ferna...@cmartins.nl wrote:
   
 Hi,

 I just installed latest unstable from August, 8th, but opkg isn't
 included. I looked in /bin, /usr/bin.

 How can I fix this?? Could someone send me the binary?

 TIA,
 Fernando
 

 opkg-cl update; opkg-cl upgrade

   
Thanks I was not following the list and had relied in vain on google. I 
saw later a post about opkg being a link to opkg-cl.

Regards,
Fernando

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


Re: X forwarding doesn't work

2009-08-15 Thread Sebastian Krzyszkowiak
On 8/15/09, Joshua Judson Rosen roz...@geekspace.com wrote:
 Michael Tansella michael-tanse...@gmx.de writes:

 I want to start midori in the freerunner and forward the GUI tt my Linux
 Host
 (Kubuntu)

 I tried it the following way, but it starts on the freerunner instead of
 the
 host, any idea?:


 simarill...@simarillion-laptop:~$ ssh -l root -X -v 192.168.5.202
 [...]
 r...@om-gta02 ~ $midori

 My guess is that /etc/profile on the FreeRunner is overriding the
 $DISPLAY environment-variable that sshd sets up, or something along
 those lines. You didn't mention which distribution you're using
 (OM2008.x? OM2009? SHR?), so I can't be sure, but...:

 In SHR (which is what I run), this is what happens: ssh request X11
 forwarding, sshd sets up forwarding and sets $DISPLAY to
 localhost:10 (for the first connection--other simultaneous
 connections get higher numbers), my shell starts and sources
 /etc/profile, /etc/profile contains a line that does
 export DISPLAY=localhost:0.

 It wasn't always like this; I imagine that this was added to
 /etc/profile as a bugfix because people didn't like having to do
 export DISPLAY=:0 to launch apps (and have them display locally on
 the FreeRunner) from SSH logins.

 Perhaps a better option would be to change /etc/profile so that it
 instead does:

 if [ $DISPLAY =  ]
 then
 export DISPLAY=localhost:0
 fi

 ... or something equivalent. Something like this would also work:

 logger -t login Login with DISPLAY on ${DISPLAY:=localhost:0}

 That posts a note about the login, and which DISPLAY value it used, to
 syslog. The := means `if the variable already has a value, use that
 value; otherwise assign the following value to it'.

I just sent patch fixing that. Hopefully next images will have that fixed.

-- 
Sebastian Krzyszkowiak
dos

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


Re: X forwarding doesn't work

2009-08-15 Thread Boris Wong
Michael Tansella wrote:
 Hi,

 I want to start midori in the freerunner and forward the GUI tt my Linux Host 
  
 (Kubuntu)

 I tried it the following way, but it starts on the freerunner instead of the 
 host, any idea?:


 simarill...@simarillion-laptop:~$ ssh -l root -X -v 192.168.5.202
   
I had this problem too, did so many things to the display variable but 
didn't work. This did though, runing the command in the same ssh call:

ssh -l root -X -v 192.168.5.202 midori

-Boris


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


[litephone] entering numbers during a call

2009-08-15 Thread Ali
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?


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


Re: `X forwarding doesn't work' fix

2009-08-15 Thread Joshua Judson Rosen
Sebastian Krzyszkowiak seba.d...@gmail.com writes:

 On 8/15/09, Joshua Judson Rosen roz...@geekspace.com wrote:
 
  In SHR (which is what I run), this is what happens: ssh request X11
  forwarding, sshd sets up forwarding and sets $DISPLAY to
  localhost:10 (for the first connection--other simultaneous
  connections get higher numbers), my shell starts and sources
  /etc/profile, /etc/profile contains a line that does
  export DISPLAY=localhost:0.
[...]

 I just sent patch fixing that. Hopefully next images will have that fixed.

Thank you, Sebastian :)

-- 
Don't be afraid to ask (Lf.((Lx.xx) (Lr.f(rr.


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