[maemo-developers] flasher not flashing rootfs?

2006-12-12 Thread DJ Delorie
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

Re: [maemo-developers] maemo mplayer development and its possible future use on Nokia 770

2006-12-12 Thread Siarhei Siamashka
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

[maemo-developers] python + osso_browser + non-blocking

2006-12-12 Thread Jason Monroe Martin
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

Re: [maemo-developers] python + osso_browser does work.

2006-12-12 Thread Marius Gedminas
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

Re: [maemo-developers] Complete source tree for maemo.

2006-12-12 Thread Miko Nieminen
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

Re: [maemo-developers] python + osso_browser does work.

2006-12-12 Thread Dave Cridland
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

Re: [maemo-developers] python + osso_browser does work.

2006-12-12 Thread Osvaldo Santana
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

Re: [maemo-developers] python + osso_browser does work.

2006-12-12 Thread Marius Gedminas
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

Re: [maemo-developers] python + osso_browser does work.

2006-12-12 Thread Luciano Miguel Wolf
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

[maemo-developers] Complete source tree for maemo.

2006-12-12 Thread Pandit Panburana
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 ___

Re: [maemo-developers] gconf notifications?

2006-12-12 Thread ratna
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;