Re: FSO Control - New Project and Initial Package

2008-10-31 Thread yves mahe
Hi,

nice work !

digger vermont wrote:
 
 * I'd like to launch this with a POWER button press but I can not
   figure out how to set the DISPLAY environment when launching a
   GUI with a rule in oevents.  You can try though.  Put a rule in
   /etc/freesmartphone/oevents/rules.yaml like this:
 
   trigger: InputEvent()
   filters:
   - HasAttr(switch, POWER)
   - HasAttr(event, pressed)
   actions: Command(fso-control)
 
1) I think we have a conflict with zhone about pressing the POWER button.
2) In the fso-control shell, the line fso-control.py don't find 
fso-control.py, even with the cd ( I have seen it with the line :

---
fso-control.py 1/home/root/fso-control1.txt 2/home/root/fso-control2.txt
---
)


For me, this lines work :

/usr/bin/fso-control

#!/bin/sh
cd /usr/share/fso-control
export PYTHONPATH=`pwd`
export DISPLAY=:0
/usr/share/fso-control/fso-control.py

/etc/freesmartphone/oevents/rules.yaml
--
-
 trigger: InputEvent()
 filters:
  - HasAttr(switch, AUX)
  - HasAttr(event, pressed)
 actions: Command('fso-control')


Friendly,
Yves


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


Re: [Om2008.9] GPS pre-fetching maps from openstreetmap.org

2008-10-29 Thread yves mahe
Check http://neo1973-germany.de/svn/pylgrim/osmdump.py

(For now, it seems to be down)


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


Re: [FSO-testing] Good news for 19/10/2008 image

2008-10-21 Thread yves mahe
Markus Schlichting wrote:
 Hi,
 found it ;-)
 
 FSO images can be found at
 http://downloads.freesmartphone.org/fso-unstable/images/ 
 

Maybe you will prefer a more stable image :
http://downloads.freesmartphone.org/fso-testing/images/

Friendly,
Yves MAHE


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


Re: [FSO-testing] Good news for 19/10/2008 image

2008-10-20 Thread yves mahe
[EMAIL PROTECTED] wrote:
 Houray,

 I test the last FSO image and good things have been done :

- suspend/resume works.
 what do you mean by work?
 do you mean that you can suspend?
 or do you mean that when you suspend and you press the button again it
 comes back 100% of the time and that it doesn't misses calls(so 100% of
 the times it comes out of suspend when there is a call)
 Thanks in advance for your response.

I don't use yet my FR as my daily phone. I have done some tests 
yesterday with my SIM inside :
within 2 hours, FSO wakes up fine on 4 voice calls but not on 1 SMS. On 
1 voice call, due to a zhone bug I think, I was not able to answer 
because the screen was stuck on the suspend screen (keep pressed, let 
go, suspending, waking up)

Without SIM, FSO ALWAYS manually wakes up after manually suspend

Friendly,
Yves MAHE


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


[FSO-testing] Good news for 19/10/2008 image

2008-10-19 Thread yves mahe
Houray,

I test the last FSO image and good things have been done :

   - suspend/resume works.
   - consumption in suspend mode for 7h :
- With WIFI disabled before, my battery loose 5%
- With WIFI enabled before, my battery loose 80%
   - wakeup from suspend on calls is OK
   - sounds on calls are OK :
- ring
- no acoustic echo for me
- volume a bit high

The bad :
   - automatic suspend don't work
   - python-etk lists are broken (already reported)

FSO team, keep it up !!

Yves Mahe


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


[FSO] python-etk lists broken in rev 36540

2008-10-18 Thread yves mahe
Hi,

last upgrade and last image (18/10/2008) bring me last revision 
(svnr36540) of Enlightenment.

Now, python-etk lists no more appear. Even with sample 15-list.py of 
python-etk-samples. C example etk_test works as usual.

For such problems, where can I warn somebody or fill a ticket ?

Thanks.
Yves Mahe

PS : from where come this svn revision code ? Current revision code of 
Enlightenment's svn seems to be slightly greater (36770)


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


Re: Back to the basics: improving user experience

2008-10-17 Thread yves mahe
Marco Trevisan (Treviño) wrote:
 Leonti Bielski wrote:
 But what about PIM stack?
 There is a project from GSOC, but it's either dead or just being
 developed really slow. What if some time OM is spending on ASU get to
 develop PIM stack for FSO? Or even make a 0.9 release of FSO even
 earlier as planned?
 
 This is what I'd like to write. But there's a think I'd like to remark
 here too (I've already said on the devel list), imho we should move to a
 PIM stack that is compatible with the Qtopia one not to break
 compatibility and support for multi-boot also from an high level
 application point of view.
 That PIM stack is quite good and accessible with easy instruments
 (practically all is done with a sqlite3 database, and the same can be
 easily doable with new python stack too).
 
 Imho this should be a key point. It's quite obvious that a good PIM
 stack is vital for a portable device.
 

+1 to use the Qtopia sqlite3 database for the PIM (it may be a 
recommendation of the community) and develop one (or many) python stack 
outside of the low-level stack ( suspend/resume, GSM, GPRS, SMS, GPS, 
sounds, screen, accelerometers)


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


Re: Editing text files

2008-10-13 Thread yves mahe
Stefan Monnier wrote:
 How do people edit text files on their FreeRunner (other than via an
 SSH-over-USB connection)?
 `sed' seems to be about as good as I can get, since `vi' requires the
 ESC key to do anything useful, but the keyboard doesn't seem to provide
 any way to enter it (but even if it did, motion with hjkl is about as
 painful as it gets).
 Clearly, we can do much better.
 
 
 Stefan

in FSO, I edit with leafpad. It's possible to edit a text file directly 
from filemanager (gpe)

Some help (in french) to get it work.
http://sites.google.com/site/pythonopenmoko/leafpad-et-filemanager

Yves MAHE


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


[FSO-testing] FR now wake up

2008-10-10 Thread yves mahe
Hi,

This night, opkg update brings me:
- suspend mode seems to work (kernel update). My FR sleeps all the night
   and now wake up on call
- E update with new ETK widgets : check buttons, radio buttons and text
   view

Bad news:
- no sound on call
- no more red/blue LED while charging

Good work, FSO community

Yves MAHE


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


Re: gcc for Native compilation on Openmoko

2008-09-04 Thread yves mahe
Masoom Alam wrote:
 Hi Every one,
 
 I am a new bie playing arround openmoko. I was wondering that no gcc is 
 available `on native openmoko platform. Can any body point out that is 
 there has been some efforts in this regard, and point me out a link.
 
By default, it's not the function of a mobile phone to compile programs. 
  So a lot of current Linux utilities have been dropped to fit in the 
Flash memory.

To install gcc :

opkg install gcc

Maybe you will need to install also :

opkg install make gcc-symlinks cpp

Regards
Yves Mahe


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


Re: gcc for Native compilation on Openmoko

2008-09-04 Thread yves mahe
Masoom Alam wrote:
 I got the following errors:
 
 Nothing to be done
 An error ocurred, return value: 4.
 Collected errors:
 Cannot find package make.
 Check the spelling or perhaps run 'opkg update'
 Cannot find package gcc-symlinks.
 Check the spelling or perhaps run 'opkg update'
 Cannot find package cpp.
 Check the spelling or perhaps run 'opkg update'
 
 
 Any clue?

Did you try 'opkg update' ?

You need to have the good feeds in /etc/opkg depending on your software 
version.

See
http://wiki.openmoko.org/wiki/Package_management
http://wiki.openmoko.org/wiki/Om_2008.8_Installer#How_to_add_a_Repository_.3F

Hope this helps


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


Re: Flashing Om2008.8 rootfs under Windows is *LONG*

2008-09-02 Thread yves mahe
Nishit Dave wrote:
 
 I'm using Windows XP with 512 MB RAM on my laptop.  rootfs flashing 
 takes between 1-2 hours IIRC. 
 

I'm using Windows XP with 1280 MB RAM on my laptop (Centrino 1.7 GHz). 
rootfs flashing takes 1h15 .


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


Re: illume-config-illume on 2008.8-updates

2008-09-01 Thread yves mahe
Yorick Moko wrote:

 you can just opkg install url_to_the_*.ipk

It seems to have conflicts with illume :

[EMAIL PROTECTED]:~# opkg install 
http://downloads.openmoko.org/repository/testing/all/illume-config-illume_0.0+svnr35693-r13_all.ipk
Downloading 
http://downloads.openmoko.org/repository/testing/all/illume-config-illume_0.0+svnr35693-r13_all.ipk
Installing illume-config-illume (0.0+svnr35693-r13) to root...
Collected errors:
  * Package illume-config-illume wants to install file 
/usr/share/enlightenment/data/config/illume/module.battery.cfg
 But that file is already provided by package  * illume
  * Package illume-config-illume wants to install file 
/usr/share/enlightenment/data/config/illume/module.illume.cfg
 But that file is already provided by package  * illume
  * Package illume-config-illume wants to install file 
/usr/share/enlightenment/data/config/illume/e.cfg
 But that file is already provided by package  * illume

I need to do : opkg -force-overwrite install 
http://downloads.openmoko.org/repository/testing/all/illume-config-illume_0.0+svnr35693-r13_all.ipk

After a reboot and even with export QTOPIA_NO_VIRTUAL_KEYBOARD=1 in 
/etc/X11/Xsession.d/89qtopia , I get no illume's keyboard nor tools icon 
  in the upper left corner.




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


Re: illume-config-illume on 2008.8-updates

2008-09-01 Thread yves mahe
yves mahe wrote:
 I need to do : opkg -force-overwrite install 
 http://downloads.openmoko.org/repository/testing/all/illume-config-illume_0.0+svnr35693-r13_all.ipk
 
 After a reboot and even with export QTOPIA_NO_VIRTUAL_KEYBOARD=1 in 
 /etc/X11/Xsession.d/89qtopia , I get no illume's keyboard nor tools icon 
   in the upper left corner.

After rm -rf ~/.e/e/config/illume as said by Rasterman [1], the tools 
icon (wrench) appears and is functional but always no illume's keyboard.

[1]: 
http://lists.openmoko.org/pipermail/community/2008-September/028949.html

Yves Mahé


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


Re: illume-config-illume on 2008.8-updates

2008-09-01 Thread yves mahe
yves mahe wrote:
 yves mahe wrote:
 I need to do : opkg -force-overwrite install 
 http://downloads.openmoko.org/repository/testing/all/illume-config-illume_0.0+svnr35693-r13_all.ipk

 After a reboot and even with export QTOPIA_NO_VIRTUAL_KEYBOARD=1 in 
 /etc/X11/Xsession.d/89qtopia , I get no illume's keyboard nor tools icon 
   in the upper left corner.
 
 After rm -rf ~/.e/e/config/illume as said by Rasterman [1], the tools 
 icon (wrench) appears and is functional but always no illume's keyboard.
 
 [1]: 
 http://lists.openmoko.org/pipermail/community/2008-September/028949.html
 
 Yves Mahé

I spoke too quickly : I did'nt see that illume-config has now a new 
option : Keyboard which default is None. Choosing Default activate the 
illume's keyboard.

Thanks Raster


To resume on 2008-8 update :

1. opkg install -force-overwrite install 
http://downloads.openmoko.org/repository/testing/all/illume-config-illume_0.0+svnr35693-r13_all.ipk
2. opkg install illume-config (get qwery button)
3. echo 'E_PROFILE=-profile illume'  /etc/enlightenment/default_profile
(switch to the illume profile from asu)
4. rm -rf ~/.e/e/config/illume
5. add export QTOPIA_NO_VIRTUAL_KEYBOARD=1 in
  /etc/X11/Xsession.d/89qtopia
6. Reboot

It should work
Yves Mahe


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


Re: Fennec on Openmoko

2008-09-01 Thread yves mahe
Josh Thompson wrote:
 For anyone else like myself that's not using the debian distro, I was able to 
 download the debian package files for Midori (armel version) from
 
 http://packages.debian.org/unstable/web/midori
 
 to an Ubuntu box, extract them from the deb file
 
 dpkg -x filname.deb extract to dir
 
 create a tarball, copy that over to my FR and extract it.  I also had to 
 download the package for libgtksourceview to get it to work.
 
 I'm using 2007.2.  I do have a problem when I click Go-Location... that I 
 can't see whereever I'm supposed to enter the URL.  However, if I just type 
 it in using the keyboard followed by Enter, it will go to the URL.
 
 Josh
 

Bad luck but it's not working with 2008.8 updates

[EMAIL PROTECTED]:~# midori
midori: symbol lookup error: midori: undefined symbol: 
gtk_tool_item_set_tooltip_text


Yves Mahe


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


Re: illume-config-illume on 2008.8-updates

2008-09-01 Thread yves mahe
Alexandre Girard wrote:
 Thanks for the hint, it works great to get back the illume keyboard!
 
 Only problem: my openmoko is going suspend after 30 sec, even with the  
 suspend off in Settings.
 
 If it might help you to get the source of the problem, I'm seeing a  
 giant X befre it goes suspend.
 
 Hope it´s not a big issue...
 
 Alex
 

Already discussed in thread Om2008.8 - latest update - FR suspends 
after 30 secs - unconditionally


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


Tichy and pygame on OM2008.8 update

2008-08-29 Thread yves mahe
Hi,

I finally install pygame and tichy on OM2008.8 update (27/08/2008)

I used

- opkg install 
http://www.angstrom-distribution.org/unstable/armv4t/base/libsmpeg-0.4-0_0.4.4+0.4.5cvs20040311-r0_armv4t.ipk
- opkg install 
http://www.angstrom-distribution.org/unstable/armv4t/python/python-pygame_1.7.1-ml2_armv4t.ipk

I lazily patch tichy here in tichy/tichy/timeservice/timeservice.py
line 45
 # self.event_id = gobject.timeout_add_seconds(1, 
self.time_changed)
 self.event_id = gobject.timeout_add(1, self.time_changed)

Yves Mahé


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


Re: Tichy and pygame on OM2008.8 update

2008-08-29 Thread yves mahe

I tried to use cython for the tichy's GUI because it's  really slow:

opkg install gcc make gcc-symlinks

and the make fails :

[EMAIL PROTECTED]:~/tichy/tichy/guic# make
cc -c -fPIC -I. -I/usr/include/python2.5/ 
-L/usr/local/openmoko/arm/usr/lib/ -O3 -fno-strict-aliasing geo.c -o geo.o
cc: error trying to exec 'cc1': execvp: No such file or directory
make: *** [geo.o] Error 1


I will investigate later.
Yves Mahé


yves mahe wrote:
 Hi,
 
 I finally install pygame and tichy on OM2008.8 update (27/08/2008)
 
 I used
 
 - opkg install 
 http://www.angstrom-distribution.org/unstable/armv4t/base/libsmpeg-0.4-0_0.4.4+0.4.5cvs20040311-r0_armv4t.ipk
 - opkg install 
 http://www.angstrom-distribution.org/unstable/armv4t/python/python-pygame_1..7.1-ml2_armv4t.ipk
 
 I lazily patch tichy here in tichy/tichy/timeservice/timeservice.py
 line 45
  # self.event_id = gobject.timeout_add_seconds(1, 
 self.time_changed)
  self.event_id = gobject.timeout_add(1, self.time_changed)
 
 Yves Mahé


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


Re: GUI for cell ID, signal strenght

2008-08-25 Thread yves mahe
Yorick Moko wrote:
 I know there is such a program and I have seen screenshots of it a
 long time ago, but I can't find it on the wiki/google.
 Does anybody know where I can find this program?
 
 Thanks!
 y

Maybe 
http://blogs.gnome.org/thos/2008/07/01/openmoko-freerunner-test-application/

Yves Mahe


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


Raster's keyboard disappear after installation of some packages

2008-08-23 Thread yves mahe
Hi,

I use the raster's image (15/08/08) and after installing some packages, 
the great keyboard from Rasterman is replaced by the boring keyboard 
from 2008.8.

How can I restore the raster's keyboard ?

Thanks

Yves Mahe


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


Re: Booting OM 2008.08 from SD - Re: Openmoko Om 2008.8 Release

2008-08-21 Thread yves mahe
Olivier Berger wrote:
 
 Now, I have found a way to boot to OM 2008.8 from SD (actually VFAT +
 EXT3).
 
 But I'm too unable to use network over USB now (works fine if
 rebooting to 2007.2 in flash).
 
 

Hi,

I've just received my Freerunner yesterday.

FYI,

I'm able to boot to OM 2008.8 from SD and to use use network over USB 
with Windows XP ( with VFAT and EXT3 as described here ( 
http://wiki.openmoko.org/wiki/Qtopia#Preparing_the_SD_card and 
http://wiki.openmoko.org/wiki/Booting_from_SD#Prepare_the_SD_card )

Today, I try the Raster version of OM 2008.8 ( 
http://download.enlightenment.org/misc/ ) from SD and I can't use 
network over USB anymore.


Best regards,
Yves Mahe


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


Complete stack reload with Neo Base

2007-06-29 Thread Yves MAHE

I plan to buy a Neo Base but I just want to know if it's possible
to upgrade and reload the OpenMoko stack (kernel and all around) without 
Neo Advanced ?


Yves Mahé



begin:vcard
fn:Yves MAHE
n:MAHE;Yves
org:ZINDEP
adr:;;25 rue de l'ancienne Mairie;BOURGBARRE;;35230;France
email;internet:[EMAIL PROTECTED]
tel;work:08 73 85 77 64
tel;cell:06 80 15 95 25
url:http://zindep.com
version:2.1
end:vcard

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