Re: [SHR-U] Paroli working now

2009-09-10 Thread Marcel
Am Mittwoch, den 09.09.2009, 12:50 +0200 schrieb Laszlo KREKACS: 
 After you need to start paroli manually after each boot.
 You can also create a similar file to 80ophonekitd.

Installing paroli-autostart does what the name suggests for me.

 To do this, go into wrench-Input -key bindings
 And delete all the two keybindigs (power button, aux button).
 
 Then copypaste these rules to rules.yaml:
 http://paste.pocoo.org/show/138541/
 
 Then restart frameworkd to take effect.

Thanks for the hint!

 Im glad there are interested people in paroli, and got their hand dirty
 to try it out!

Same here.



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


Re: [SHR-U] Paroli working now

2009-09-10 Thread Marcel
On automatic startup via paroli-autostart package, Paroli shows this to
me:

can't init service Wifi :
org.moblin.connman.Error: .InvalidProperty

Tried again by restarting paroli without reboot in between, then the
error doesn't occur. Enabling wifi from paroli-settings seems to work,
although Networks doesn't show any of them while iwlist scan is
successful. Already had that problem on 2009t5...

wifi.py 108 wifi INFO setting power of wifi device
[...]
wifi.py 116 wifi INFO new status active
[...]
wifi.py 200 wifi INFO power active

BTW: Using **pending_return in dbus_connection_send_with_reply_setup()
without pending_setup is deprecated and strongly discouraged
is damn annoying. Just need to say that once again. :/

--
Marcel


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


Re: [SHR-U] Paroli working now

2009-09-10 Thread Laszlo KREKACS
On Thu, Sep 10, 2009 at 12:32 PM, Marcel tan...@googlemail.com wrote:
 On automatic startup via paroli-autostart package, Paroli shows this to
 me:

 can't init service Wifi :
 org.moblin.connman.Error: .InvalidProperty

 Tried again by restarting paroli without reboot in between, then the
 error doesn't occur. Enabling wifi from paroli-settings seems to work,
 although Networks doesn't show any of them while iwlist scan is
 successful. Already had that problem on 2009t5...

 wifi.py 108 wifi     INFO     setting power of wifi device
 [...]
 wifi.py 116 wifi     INFO     new status active
 [...]
 wifi.py 200 wifi     INFO     power active

 BTW: Using **pending_return in dbus_connection_send_with_reply_setup()
 without pending_setup is deprecated and strongly discouraged
 is damn annoying. Just need to say that once again. :/


Im not sure we should do all settings in paroli.
The paroli-settings application was always meant
to be independant (but style matching) to paroli.

So I dont know the right place of wifi enabling/disabling, managing
is in paroli settings. Maybe we should reduce the settings to
change wallpaper(not implemented), color costumization (not implemented yet),
ringtone, volume adjustement, pin code enable/disable, roaming settings,
gprs settings, and thats about it.

Time settings, wifi Im not sure at all, paroli has any business in
these domains...

Anyway I should raise this question to the paroli mailing list, and see
what other paroli developers think.

In short: Im not really interested fixing wifi management inside paroli,
as I dont see a future of this setting.

Can you manage to get wifi working by other method? (shr settings, anything).

Best regards,
 Laszlo

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


Re: [SHR-U] Paroli working now

2009-09-09 Thread rakshat hooja
On Wed, Sep 9, 2009 at 2:25 PM, Marcel tan...@googlemail.com wrote:

 G'morning,

 I just upgraded paroli and noticed the package is fixed (- contains
 tichy) and working now. Thanks to whoever did that! :)

 --
 Marcel



So i basically need to do

opkg install paroli


to get a working paroli on my SHR-U or do I need to disable some things too?

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


Re: [SHR-U] Paroli working now

2009-09-09 Thread Marcel
Am Mittwoch, den 09.09.2009, 14:58 +0530 schrieb rakshat hooja:
 
 
 On Wed, Sep 9, 2009 at 2:25 PM, Marcel tan...@googlemail.com wrote:
 G'morning,
 
 I just upgraded paroli and noticed the package is fixed (-
 contains
 tichy) and working now. Thanks to whoever did that! :)
 
 --
 Marcel
 
 
 
 So i basically need to do 
 
 opkg install paroli 
 
 
 to get a working paroli on my SHR-U or do I need to disable some
 things too?

Paroli is split into several packages, I'm not sure which are absolutely
nessecary, just installed all of them. :D Then you would need to disable
the SHR-specific telephony apps which I haven't gotten round to because
I need it to work today and cannot fiddle with it. There are
instructions on the wiki though.

--
Marcel


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


Re: [SHR-U] Paroli working now

2009-09-09 Thread Risto H. Kurppa
On Wed, Sep 9, 2009 at 12:41 PM, Marceltan...@googlemail.com wrote:
 Paroli is split into several packages, I'm not sure which are absolutely
 nessecary, just installed all of them. :D Then you would need to disable
 the SHR-specific telephony apps which I haven't gotten round to because
 I need it to work today and cannot fiddle with it. There are
 instructions on the wiki though.

Sounds awesome!

Check http://wiki.openmoko.org/wiki/Paroli#Paroli_on_SHR_unstable and
please update if needed!

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-U] Paroli working now

2009-09-09 Thread Laszlo KREKACS
 to get a working paroli on my SHR-U or do I need to disable some things too?

When the package will be upgraded more, there will be only one package (I hope).
IF you have a calculator app, then it is already the newest package.

Angus is working on paroli packaging, however he is really busy these days,
so there are some delays of the package update.

If you want to try out the newest thing you can always check out the git
version, and copy the folder as is to the phone, and cd into the scripts/
dir and run: ./paroli -e fso

((you need to build the gui, which is ./build.sh in the scripts dir. You have
to installed edje-utils for it))

As far as shr integration, paroli works pretty good, most urgent things
was already fixed. If you want to disable shr telephony app, you should
disable ophonekitd from starting. (ophonekitd is not part of frameworkd!,
just name coincidance)

To disable it, you want to comment all lines in:
/etc/X11/Xsession.d/80ophonekitd

After you need to start paroli manually after each boot.
You can also create a similar file to 80ophonekitd.

I use it since 2 days now, without any serious problem.
Although the automatic suspend is broken. I need to suspend it
manually each time. (it seems ophonekitd provided this feature).

You can find out how to configure oeventsd to do it.

In om2009, I always suspended via the power button, as it was not
reliable there either. So to restoring it, you want to disable e popup window
(suspend, shutdown, etc).

To do this, go into wrench-Input -key bindings
And delete all the two keybindigs (power button, aux button).

Then copypaste these rules to rules.yaml:
http://paste.pocoo.org/show/138541/

Then restart frameworkd to take effect.

Im glad there are interested people in paroli, and got their hand dirty
to try it out!

Best regards,
 Laszlo

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


Re: [SHR-U] Paroli working now

2009-09-09 Thread Laszlo KREKACS
FYI, paroli can be also run on the desktop. Just start:
cd scripts
./paroli -e fallback

So it does not want to reach freesmartphone nor want to use dbus.

You only need python-elementary installed. packages.enlightenment.org is
the right place to gather all required packages. (I got ubuntu packages there)

Laszlo

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