Re: [maemo-developers] How to access Addressbook from python or c?

2006-07-27 Thread Thanos Panousis
I don't know if you are already familiar with the projects gnokii and gammu(a kind of gnokii fork). For gammu, there is also some python binding to access  libgammu.I would suppose that that library implements most of the functionality that has ever been achieved conserning linux and phones.(that i

Re: [maemo-developers] sounds through pygtk?

2006-07-26 Thread Thanos Panousis
/06, Vladislav Grinchenko <[EMAIL PROTECTED]> wrote: Thanos,do you have an access to hildon_play_system_sound()?That's what I use to play a quick sound bite. -VladOn Tue, 2006-07-25 at 18:58 +0200, Thanos Panousis wrote:> Hello list,>> I am searching for a way to produce sounds in

[maemo-developers] sounds through pygtk?

2006-07-25 Thread Thanos Panousis
Hello list,I am searching for a way to produce sounds in a pygtk application running on maemo. Like, a callback to a function that produces a dialog box, with a bell sound.Found no way to do it in python though. Any suggestions? ___ maemo-developers mail

Re: [maemo-developers] Apt-got my way into a reboot loop??

2006-07-19 Thread Thanos Panousis
r the frustrated post, getting the development environment broken while in the middle of something is not much fun..:)On 7/19/06, Kalle Vahlman <[EMAIL PROTECTED] > wrote:2006/7/19, Thanos Panousis <[EMAIL PROTECTED] >:> Hello again list,>> I just survived a reboot loop the

[maemo-developers] Apt-got my way into a reboot loop??

2006-07-19 Thread Thanos Panousis
Hello again list,I just survived a reboot loop the the device got into, after reflashing the firmware. After setting EVERYTHING up again, the same situation:After finishing all the configuration and getting back to development, I: 1. added some repositories2.through ssh as root I did an apt-get upd

Re: [maemo-developers] Developing directly on the 770

2006-07-18 Thread Thanos Panousis
Well that is an overkill.Anybody experienced with sshfs? Its pretty damn cool.On 7/18/06, Christian Henz < [EMAIL PROTECTED]> wrote:On Tuesday 18 July 2006 15:54, Thanos Panousis wrote: > Hello list,>> I would like to ask the list for a general developing question. I need to>

Re: [maemo-developers] Developing directly on the 770

2006-07-18 Thread Thanos Panousis
Yes, that is what I am resorting to right now;But it sucks, you need to: save on local disk, scp to remote disk, execute on remote disk.If a mount was possible, only 1 and 3 are needed. On 7/18/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: Hi Thanos!> What other alternatives have you ppl been usi

[maemo-developers] Developing directly on the 770

2006-07-18 Thread Thanos Panousis
Hello list, I would like to ask the list for a general developing question. I need to set up some kind of shared directory between the 770 and my developing PC. This way I can write a python script on my PC editor, save on the shared directory directly which would lie on the 770, and then just run

[maemo-developers] Gazpacho impressions

2006-07-15 Thread Thanos Panousis
Hello list,I started using the Gazpacho user interface builder yesterday. I have to point out the troubles that I came into, which made me fall back in straight procedural hildon gui building(OK, I also wanted to get a better understanding of the process). 1. There are some errors in the tutorial.

[maemo-developers] Re: Gazpacho and Xephyr

2006-07-12 Thread Thanos Panousis
Sorry for the follow up.I figured that it has something to do with input method. Even if I set it to X input method instead of osso, I see no improvment over the previous mentioned problems. On 7/12/06, Thanos Panousis <[EMAIL PROTECTED]> wrote: Hello list,I just completed a fresh reinstall

[maemo-developers] Gazpacho and Xephyr

2006-07-12 Thread Thanos Panousis
Hello list,I just completed a fresh reinstall of the SDK/rootstraps/packages; I am getting started using gazpacho for a py-gtk app. I am running it as recommended on the howto, inside a Xephyr window. I am experiencing a few problems, does anyone have an idea why? 1) at first the gazpacho window in

Re: [maemo-developers] sources/signatures prob

2006-07-11 Thread Thanos Panousis
You'll probably want to run:gpg –recv-key CBFC2BECC6903E72gpg –armor –export CBFC2BECC6903E72 | apt-key add - This should make this warning go away  :)This is what I get with your commands. Sorry but I 'm not familiar with gpg.nokia770-26:~# gpg --recv-key CBFC2BECC6903E72gpg: no remote program exe

[maemo-developers] sources/signatures prob

2006-07-11 Thread Thanos Panousis
Hello everybody and congratulations to a very helpful and vibrant list.I am trying to get python installed, so that I start writing a pygtk app(in spite of all the previous posted discouraging facts about slooowness:). This is my sources.list file:#maemo:essentialdeb http://catalogue.tableteer.nok

Re: [maemo-developers] Re: 802.11g Ad-Hoc Link?

2006-07-10 Thread Thanos Panousis
Just a question regarding ad-hoc connections:Does the 770 support ad-hoc mode directly? Or do you have to install the iwtools and then enable adhoc mode from xterm? I could see an adhoc network of mine with the 770, do I need to install wireless tools or was it something with my network... On 7/7/0

[maemo-developers] 770 as a Bluetooth Headset?

2006-07-06 Thread Thanos Panousis
Wild question:Would it be possible to use the Nokia 770 to act a bluetooth _headset_ to an ordinary bluetooth phone? I mean actually talking on the nokia 770 device that is bluetooth-connected to a GSM phone that carries the call. I guess that would be accomplished through the HSP profile, which is

Re: [maemo-developers] Python and menu entry

2006-07-04 Thread Thanos Panousis
D'ohYep that fixed it. I wish there was a bit more verbosity while parsing the desktop files at startup. Thanks so much for a quick answer.On 7/4/06, Santtu Lakkala <[EMAIL PROTECTED]> wrote:Thanos Panousis wrote: > 2. in /usr/share/applications/hildon the file "smsit.desktop">> [desktop Entry

[maemo-developers] Python and menu entry

2006-07-04 Thread Thanos Panousis
I have a dummy pyGTK application and I trying to get it to show up in the applications menu of the latest developer SDK. I have done the following:1. the application resides in  /home/indio/smsit/ and its executable is the file "smsit" without any .py extention. This file has exec perms. 2. in /usr

Re: [maemo-developers] glade-python-hildon

2006-06-28 Thread Thanos Panousis
ook into hildonmodule to see how it works (its simple) andtry to apply the idea in your code. Thanks,OsvaldoPS. I'm accepting patches to improve hildonglade module :)PS/2: I lost the sample application in a HD fail :/On 6/28/06, Thanos Panousis < [EMAIL PROTECTED]> wrote:> Hello

[maemo-developers] glade-python-hildon

2006-06-28 Thread Thanos Panousis
Hello list,I am novice GTK/glade developer. I have a dummy application written in pyGTK, and want to hildonize it.The tutorial in the maemo site, descibes the way to do this for the gPodder application. However, this application has been written using a "non-standard" blend of pyGTK and glade: it

[maemo-developers] Installation Prob

2006-06-14 Thread Thanos Panousis
Hello, I will present myself to this list in the worst possible way :). I have an SDK installation problem to ask..I went through the installation process described in the tutorial. In the point where it says Copy rootstrap to "/scratchbox/packages/" directory: # cp Maemo_Dev_Platform_RS_v2.0