[maemo-developers] osso_initialize()

2006-02-01 Thread Tomi Ollila
Hi I've tried to get my "menu-launched" program to work. System keeps kill-9:ing my prog since it was not communicating properly using D-BUS messages Currently I am using the "dbus escape hax" like: if (fork()) { sleep(4); _exit(0); } close(0); close(1); close(2); setsid(); to get the progra

[maemo-developers] scalability: HildonSeekbar

2006-02-01 Thread Kuisma Salonen
Hi, I've started to see how the Hildon widgets could be improved to scale them better to different kind of devices, started with HildonSeekbar (also done few others too but don't have diffs yet). So there is patch to allow HildonSeekbar theming to adjust it's size in the maemo bugzilla as at

Re: [maemo-developers] osso_initialize()

2006-02-01 Thread Tomas Frydrych
The osso debus service name handling is badly designed and cannot handle properly quialified names; to get your app working: * The full name of your service has to be com.nokia.revsh * the desktop file *must not* contain fully qualified name: X-Osso-Serivce=revsh * the service file *must* conta

Re: [maemo-developers] Small linux distro for maemo development?

2006-02-01 Thread Eugene Sandulenko
On Tue, 31 Jan 2006 01:04:41 -0700 Greg Morgan <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jason Martin wrote: > > Is it possible to use something like Damn Small linux installed on a > > hard drive to do maemo development? Is everything contained in the > > s

[maemo-developers] mplayer working

2006-02-01 Thread Pedro Ayala
Hi all,I have mplayer working in my nokia 770. I first tried with the official mplayer and I have a problem because no libXv lib is in the device.After that I look for mplayer for zaurus, they have it prepared without libXv dependecie so just follow the steps at http://kirk.math.twsu.edu/family

Re: [maemo-developers] Error compiling kernel by following HowTo_KernelCompilation wiki

2006-02-01 Thread Ed Bartosh
On Wed, 2006-02-01 at 00:41, ext Benno Senoner wrote: > Hi all, > I'm trying to recompile the kernel for the Nokia 770, I followed > the kernel compilation howto: > http://maemo.org/maemowiki/HowTo_KernelCompilation > > but when I issue dpkg-buildpackage -rfakeroot -uc -us -sa -d Try to use dpkg

Re: flashing from windows, flasher source ? Re: [maemo-developers] Flasher Documentation -- In Progress.

2006-02-01 Thread Ed Bartosh
On Tue, 2006-01-31 at 15:56, ext Frantisek Dufka wrote: > Hello Ed, > > Is the flasher source available? Is this 'flashing some parts of the > image' functionality available in windows version of the flasher? > Unfortunately flasher source isn't available AFAIK. I never used windows flasher, so

Re: [maemo-developers] mplayer working

2006-02-01 Thread Pedro Ayala
sure I know man!!! right now i'm watching xdtv straming tv width xvid (320x240 low quality, 20fps and bitrate 250) on fullscreen in my nokia  770 mplayer http://192.168.1.100:62437 -nosound -zoom this is what makes nokia gratuate !!!2006/2/1, Laurent Lieben <[EMAIL PROTECTED]>: i had a look at V

[maemo-developers] Gnumeric 1.6.2 and goffice 0.2 Released

2006-02-01 Thread Eduardo de Barros Lima
Hi, with this new gnumeric stable release, I have released a working package for Nokia 770. Aditional information can be found at my blog: http://etrunko.blogspot.com/2006/01/gnumeric-162-released.html Hope you enjoy it. Best Regards, Eduardo (etrunko). -- Eduardo de Barros Lima INd

Re: [maemo-developers] osso_initialize()

2006-02-01 Thread Tomi Ollila
Tomas Frydrych <[EMAIL PROTECTED]> writes: > The osso debus service name handling is badly designed and cannot handle > properly quialified names; to get your app working: > > * The full name of your service has to be com.nokia.revsh > > * the desktop file *must not* contain fully qualified name:

Re: [maemo-developers] Gnumeric 1.6.2 and goffice 0.2 Released

2006-02-01 Thread Larry Battraw
Hi Eduardo, Thanks for the build! Are the maemo-specific patches in GNOME cvs yet? Also, it looks like the .deb you've released is missing /var/lib/install/usr/share/gnumeric/1.6.2/HILDON_Gnumeric-gtk.xml Once I copied over the file from the 1.6.1 install it worked fine. Thanks- Larry On

Re: [maemo-developers] Gnumeric 1.6.2 and goffice 0.2 Released

2006-02-01 Thread Eduardo de Barros Lima
On 2/1/06, Larry Battraw <[EMAIL PROTECTED]> wrote: >Hi Eduardo, > Hi Larry, > Thanks for the build! Are the maemo-specific patches in GNOME cvs > yet? Yes, gnumeric has Maemo support included in its code since version 1.6.1, as I published in the following post: http://etrunko.blogspot.com

[maemo-developers] maemo = gtk?

2006-02-01 Thread gunawan
Hi all, I just want to ask, why must we use GTK under maemo programming?? Isn’t there another??   Second section, I need GTK program about transferring file via bluez ? Can u give me any example…   I ‘ll wait 4 your reply….. thanks a lot..

Re: [maemo-developers] Flasher Documentation -- In Progress.

2006-02-01 Thread Greg Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ed Bartosh wrote: > On Tue, 2006-01-31 at 00:51 -0700, ext Greg Morgan wrote: > > I like wikis. ;-) Edit; Save; Instant publication; Includes CVS; and > no Docbook to learn. > > I have been working on the seed document that was out on the wiki. I