D INTERFACE SET_INTERFACE value index 0002 length
Flashing my rootfs:
[desktop]
$ ./flasher-2.0 -r 20061212-174533-rootfs.jffs2 -f
flasher v0.8.1 (May 30 2006)
USB device found found at bus 003, device address 015
Found device SU-18, hardware revision 1802
NOLO version 0.9.14
Ver
On Tuesday 12 December 2006 01:57, you wrote:
> My original goal of posting the previous message was an attempt to find a
> volunteer who would like to try developing such a frontend.
>
> I don't have that much time to devote to mplayer development myself. Up
> until this moment I even could not c
import osso
def my_call_back(*args):
print args
# 'req' = my app name ??
appcxt=osso.Context('req', '1.0', False)
appcxt.rpc_async_run_with_defaults('osso_browser', 'load_url',
my_call_back, user_data=None, rpc_args=(('http://www.yahoo.com', )))
# or this
#appcxt.rpc_async_run('com.no
On Tue, Dec 12, 2006 at 01:15:43PM -0300, Osvaldo Santana wrote:
> >Would it be possible to package readline.so separately so that
> >Python developers can apt-get install python-readline, while regular
> >users can save half a meg?
>
> It's possible to make another package with the readline.so mo
On Tue, 2006-12-12 at 04:09 -0800, Pandit Panburana wrote:
> Hello,
>
> Is the complete source tree available for maemo? From the web, I
> only see source files for applications but not complete kernel and
> some other components such as X server etc.
All of the code is not available, like lo
On Tue Dec 12 16:15:43 2006, Osvaldo Santana wrote:
It's possible to make another package with the readline.so module,
but
the Python interactive mode will not use it.
To enable the readline in Python interactive mode we need to link
the
interpreter itself against libreadline/libncurses.
A
On 12/12/06, Marius Gedminas <[EMAIL PROTECTED]> wrote:
On Tue, Dec 12, 2006 at 11:46:10AM -0300, Luciano Miguel Wolf wrote:
> ext Marius Gedminas wrote:
[cut]
> Hi Marius and developers,
>
> Its possible to add support to readline but this will take 600k (5% of
> total package size). The new d
On Tue, Dec 12, 2006 at 11:46:10AM -0300, Luciano Miguel Wolf wrote:
> ext Marius Gedminas wrote:
> >On Mon, Dec 11, 2006 at 03:09:20PM -0500, Jason Monroe Martin wrote:
> >>The following code works in maemo 2.1
> >
> ...
> >
> >Aargh, can we please have a Python with readline support in the next O
ext Marius Gedminas wrote:
On Mon, Dec 11, 2006 at 03:09:20PM -0500, Jason Monroe Martin wrote:
The following code works in maemo 2.1
...
Aargh, can we please have a Python with readline support in the next OS
update?
Marius Gedminas
Hi Marius and developers,
Its possible to add suppor
Hello,
Is the complete source tree available for maemo? From the web, I only see
source files for applications but not complete kernel and some other components
such as X server etc.
Thank you,
-Pandit
___
Hi,
The main function should have a main loop running this will fix the problem.
in your graphical app you had the gtk_main_run so it was working
below patch in gcont_test.c would fix the problem.
int main(int argc, char **argv)
{
//Initialize GConf
GMainLoop *loop = NULL;
11 matches
Mail list logo