Re: Representing libraries, applications by Finite State Machine or block diagrams (don't delete

2007-11-26 Thread Igor Stoppa
Hi, On Mon, 2007-11-26 at 00:46 +, ext Darius Jack wrote: Hi, if there any chance to have applications written for Nokia tablet represented by block diagrams or by Finite State Machine like that http://www.tcpipguide.com/free/t_DHCPGeneralOperationandClientFiniteStateMachine.htm To

Re: Representing libraries, applications by Finite State Machine or block diagrams (don't delete

2007-11-26 Thread Kees Jongenburger
On Nov 26, 2007 1:46 AM, Darius Jack [EMAIL PROTECTED] wrote: Hi, if there any chance to have applications written for Nokia tablet represented by block diagrams or by Finite State Machine like that http://www.tcpipguide.com/free/t_DHCPGeneralOperationandClientFiniteStateMachine.htm To

RE: N810 availability?

2007-11-26 Thread quim.gil
Hi, Is there anything you can do a little less silently? Such as comment (or even *hint*) as to what the delay *is*? Now we can comment that there is an OS2008 beta for the N800 targetting basically you, the developers: http://maemo.org/news/announcements/view/os2008beta_for_n800.html . It is

Re: N810 availability?

2007-11-26 Thread Andrew Flegg
On Nov 26, 2007 2:43 PM, [EMAIL PROTECTED] wrote: Now we can comment that there is an OS2008 beta for the N800 targetting basically you, the developers: http://maemo.org/news/announcements/view/os2008beta_for_n800.html . It is also said there that the OS2008 final for the N800 is expected to

Re: N810 availability?

2007-11-26 Thread Brian Waite
On Monday 26 November 2007, [EMAIL PROTECTED] wrote: Hi, Is there anything you can do a little less silently? Such as comment (or even *hint*) as to what the delay *is*? Now we can comment that there is an OS2008 beta for the N800 targetting basically you, the developers:

Re: selectively disabling virtual keyboard

2007-11-26 Thread Austin Che
On Sat, Nov 24, 2007 at 10:28:28AM -0500, Austin Che wrote: Is is possible to create a text box that doesn't show the virtual keyboard when it receives the focus? Make it read-only. I don't think this is exactly the effect I need. I want something like the device lock screen

Re: debugging spontaneous reboot issues with N800/N810

2007-11-26 Thread Eero Tamminen
Hi, ext Aleksandr Koltsoff wrote: Thanks Kalle Eero for the enlightening comments info, much appreciated. Eero Tamminen wrote: ext Kalle Valo wrote: 3) Asterisk marks the application that caused the last wd timeout operation? (so in this case, the spontaneous reboot was caused by dsp_dld

Re: N810 availability?

2007-11-26 Thread Eero Tamminen
Hi, ext Brian Waite wrote: On Monday 26 November 2007, [EMAIL PROTECTED] wrote: Is there anything you can do a little less silently? Such as comment (or even *hint*) as to what the delay *is*? Now we can comment that there is an OS2008 beta for the N800 targetting basically you, the

web based local application GUIs

2007-11-26 Thread Jesse Guardiani
I've been thinking a lot lately about Kagu Media Player's future. The project has come a long way and all of us devs have learned a lot in the process. But Canola is coming out soon (or so it seems) and we're reaching the limit of what is maintainable with a pygame based UI. I've decided that I'd

Re: web based local application GUIs

2007-11-26 Thread Jesse Guardiani
Jesse Guardiani jesse at guardiani.us writes: I've seen this page discussing WWW applications as local applications on Maemo: http://maemo.org/community/wiki/serverbrowserappdevelopment/ But I couldn't find the mailing list discussion it references. Another good URL along the same lines:

Re: USB host mode on N800

2007-11-26 Thread Tony Lindgren
* Brad Midgley [EMAIL PROTECTED] [071123 21:14]: Sebastian Is it any harder or easier to get the host mode cable sorted out with the n810 and its new connector? The N810 has micro-AB connector, so can use a standard micro-A cable. Micro-A cables or converters do no still seem to be widely

Re: web based local application GUIs

2007-11-26 Thread Igor Stoppa
Hi, On Mon, 2007-11-26 at 13:11 -0500, ext Jesse Guardiani wrote: [snip] This would mean that the Kagu backend process would be a daemon (aka a service, depending on your education environment). If possible, please no, not another daemon. We are already plagued by a large number of (mostly

Re: web based local application GUIs

2007-11-26 Thread Jesse Guardiani
Let's please try to avoid stop energy in this thread. http://www.userland.com/whatIsStopEnergy On demand sounds great in theory, but let's think about it for a second: How do you start on-demand a web app? (HTTPD daemon) How do you play the next track when the current track finishes playing?

Re: web based local application GUIs

2007-11-26 Thread Igor Stoppa
On Mon, 2007-11-26 at 15:31 -0500, ext Jesse Guardiani wrote: Let's please try to avoid stop energy in this thread. http://www.userland.com/whatIsStopEnergy Nice link. But I don't think it applies here. I _did_ propose an alternative. Of course you are free to ignore it, but your energy would

Re: installing .deb to N800

2007-11-26 Thread Neil Jerram
Tripti Gupta [EMAIL PROTECTED] writes: It is like: (Reading database ... 16712 files and directories currently installed.) Unpacking myapp (from myapp_1.0_armel.deb) ... dpkg: error processing myapp_1.0_armel.deb (--install): corrupted filesystem tarfile - corrupted package archive

Re: selectively disabling virtual keyboard

2007-11-26 Thread Julius Luukko
Austin Che wrote: On Sat, Nov 24, 2007 at 10:28:28AM -0500, Austin Che wrote: Is is possible to create a text box that doesn't show the virtual keyboard when it receives the focus? Make it read-only. I don't think this is exactly the effect I need. I want something like the

Re: web based local application GUIs

2007-11-26 Thread Jesse Guardiani
On 11/26/07, Igor Stoppa [EMAIL PROTECTED] wrote: On demand sounds great in theory, but let's think about it for a second: How do you start on-demand a web app? (HTTPD daemon) How do you play the next track when the current track finishes playing? (Kagu daemon, or FastCGI Kagu daemon +

N800/OS2008 dpkg --force-all not really forcing

2007-11-26 Thread william maddler
Hi all, quick question. Just rebuilt net-tools package (I need real netstat, and also default one is not actually working bug #2389). When I try to install the new deb, using --force-all (to override Busybox) i get the following message: Nokia-N800-44-4:~#

Re: selectively disabling virtual keyboard

2007-11-26 Thread Austin Che
Julius Luukko [EMAIL PROTECTED] wrote wisely: Hello Austin and all, I don't think that synthetizing key presses is the way to go. You can get a similar effect as is in the device lock screen by setting your GTK_ENTRY's editable property to FALSE: myentry=gtk_entry_new();

Re: App catalog (was Re: extras: autobuilders)

2007-11-26 Thread Neil Jerram
[...apologies for this very delayed reply...] Quim Gil [EMAIL PROTECTED] writes: On Mon, 2007-11-12 at 20:16 +, ext Neil Jerram wrote: There's an interesting meta-point, also. The current existence of the Application Catalog partly (largely?) reflects the fact that not all 3rd party

Re: web based local application GUIs

2007-11-26 Thread Austin Che
I've decided that I'd really like to separate the frontend code from the backend code so we can have multiple frontends (pygame, gtk, etk, cli, WWW, etc). This would mean that the Kagu backend process would be a daemon (aka a service, depending on your education environment). And the

Re: N810 availability?

2007-11-26 Thread Stelian Iancu
On 11/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Is there anything you can do a little less silently? Such as comment (or even *hint*) as to what the delay *is*? Now we can comment that there is an OS2008 beta for the N800 targetting basically you, the developers:

Is it possible to make a well-behaved pyGame app with maemo-python ?

2007-11-26 Thread Fred Pacquier
By well-behaved I mean an app which appears as an icon in the taskbar like a proper Hildon app. I have copied and modified .desktop and .service files of such apps made with PyGTK, but pyGame seems different. If the .desktop doesn't reference an osso service, the app starts from the menu, but

Re: web based local application GUIs

2007-11-26 Thread John Mitchell
Jesse, Not trying to throw stop energy into the mix, just reflecting on some of your points. You did ask for comments. So here are a few. :-) On 11/26/07, Jesse Guardiani [EMAIL PROTECTED] wrote: On 11/26/07, Igor Stoppa [EMAIL PROTECTED] wrote: On demand sounds great in theory, but

Re: web based local application GUIs

2007-11-26 Thread Jesse Guardiani
On 11/26/07, John Mitchell [EMAIL PROTECTED] wrote: Jesse, Not trying to throw stop energy into the mix, just reflecting on some of your points. You did ask for comments. So here are a few. :-) No, you're fine. I'm willing to explain my rationale. On 11/26/07, Jesse Guardiani [EMAIL

Re: web based local application GUIs

2007-11-26 Thread Tomi Ollila
On Mon 26 Nov 2007 22:16, Igor Stoppa [EMAIL PROTECTED] writes: Hi, On Mon, 2007-11-26 at 13:11 -0500, ext Jesse Guardiani wrote: [snip] This would mean that the Kagu backend process would be a daemon (aka a service, depending on your education environment). If possible, please no, not