Re: regarding installing new applications

2007-10-13 Thread Detlef Schmicker
There might be a caching problem, if the system time of your development computer and N770 are different. Try to reboot N770. Am Samstag, den 13.10.2007, 22:51 -0400 schrieb harini satyanarayanan: > Hi, > I am new to maemo and N770. I thought whenever a new application > is installed it will

regarding installing new applications

2007-10-13 Thread harini satyanarayanan
Hi, I am new to maemo and N770. I thought whenever a new application is installed it will directly show up in the extras menu. Recently I tried to install a sample hello-world application by building the debian packages from scratch, I was able to install the application, but it does not show

Re: Can't find py-gpsbt for Gregale

2007-10-13 Thread Lauro Moura
On 10/13/07, Darius Jack <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks for your kind explanations. > What is a source/repository of missing libraries and how can I install them > if not availiable as .deb packages ? > > (for Nokia 770 OS2006) > I searched without success for some debs. So, the obvio

Does dspmp3sink not exist on the SDK

2007-10-13 Thread George Nachman
Hi Maemo Developers, I'm writing an app that needs to play MP3s. This function call is returning NULL when I run it on my PC in my development environment (in contradistinction to running it on an actual device): gst_element_factory_make ("dspmp3sink", "sink"); I suspect that I may not have the

Re: Can't find py-gpsbt for Gregale

2007-10-13 Thread Darius Jack
Hi, Thanks for your kind explanations. What is a source/repository of missing libraries and how can I install them if not availiable as .deb packages ? (for Nokia 770 OS2006) Darius Lauro Moura <[EMAIL PROTECTED]> wrote: On 10/13/07, Darius Jack wrote: > Hi, > > already emailed Luciano, deve

Re: Can't find py-gpsbt for Gregale

2007-10-13 Thread Lauro Moura
On 10/13/07, Darius Jack <[EMAIL PROTECTED]> wrote: > Hi, > > already emailed Luciano, developer of py-gpsbt 3 times. > Is it ported to OS2007 only ? > Tried to install on my Nokia 770 > and failed > Hi Darius. > > Hi again, (to Luciano) > > downloaded python2.5-gpsbt package > but o

Sardine status update?

2007-10-13 Thread Neil MacLeod
Hi For some time now I've not been able to update the an N800 with Sardine - the hildon-application-framework has unmet dependencies, and continuing the upgrade results in an apparently upgraded device (ie. no major or obvious errors) however the device fails to boot - the progress bar gets to

Re: Can't find py-gpsbt for Gregale

2007-10-13 Thread Darius Jack
Hi, already emailed Luciano, developer of py-gpsbt 3 times. Is it ported to OS2007 only ? Tried to install on my Nokia 770 and failed Hi again, (to Luciano) downloaded python2.5-gpsbt package but on install the following packages are missing libgpsbt >=0.1 libgpsbtmgr >=0.1 My OS is

Qt on Maemo

2007-10-13 Thread Jean-Luc Biord
Hi all, I want to port Qt4 on Maemo tablets. To have applications which works correctly, I would like to provide a virtual keyboard. Include the Gtk keyboard in Qt seems to hard. So, I want to write my keyboard. For this, I need to know the name of files where the virtual keyboard load the cha

Compiling kernel modules for N800 without full scratchbox

2007-10-13 Thread Tony Lindgren
Hi all, Maybe this information is available somewhere else too, but in case it's not... If anybody is interested in just compiling kernel modules without installing full scratchbox, here's a short description of how to do it. Modules compiled this way will work with the 2.6.18 release kernel. Do

Re: N800 experimental host mode patches updated

2007-10-13 Thread Tony Lindgren
Hi, * Frantisek Dufka <[EMAIL PROTECTED]> [071013 00:48]: > Tony Lindgren wrote: > >> It needs a gadget loaded to be active because it runs in OTG mode. >> For some reason g_file_storage is not loaded automatically, do things >> work if you run /usr/sbin/osso-usb-mass-storage-enable.sh after booti

unable to install debian package on N770

2007-10-13 Thread harini satyanarayanan
Hi, I am new to maemo and N770. I am currently using the OS 2006 on the N770 and Ubuntu on my laptop on which the maemo scratchbox environment is set-up. I am trying to port some sample application/program onto the N770. I actually created a debian package(inside the sbox) of the sample hello-w

Re: N800 experimental host mode patches updated

2007-10-13 Thread Frantisek Dufka
Tony Lindgren wrote: > It needs a gadget loaded to be active because it runs in OTG mode. > For some reason g_file_storage is not loaded automatically, do things > work if you run /usr/sbin/osso-usb-mass-storage-enable.sh after booting? > > If I run that, peripheral and host modes work. > Yes,