Re: [Maemo App Dev]How to make my app UI different

2008-02-22 Thread 陈凯
Thanks for your advice. Though maemo is based on GTK+, I think it is a little bit different. I wrote a simple app and used gtkrc to change the color of a button when being active. In ubuntu it works fine while it has no effect when ported to maemo( a default style button is shown instead ). I

Re: [Maemo App Dev]How to make my app UI different

2008-02-22 Thread Tapani Pälli
Hello; ext 陈凯 wrote: Thanks for your advice. Though maemo is based on GTK+, I think it is a little bit different. I wrote a simple app and used gtkrc to change the color of a button when being active. In ubuntu it works fine while it has no effect when ported to maemo( a default style button

Re: Is there any way to build Maemo applications which can run on N800 outside of the scratchbox

2008-02-22 Thread Martin Grimme
With Python it's possible to dynamically detect if you're on maemo or not and load the real maemo stuff or just some proxies. This is the way I develop MediaBox on my Linux desktop. With C it's possible too, but a bit more complicated. Cheers, Martin 2008/2/21, Ryan Pavlik [EMAIL PROTECTED]:

Re: WLAN Horrible Roaming Performance (N800, OS2008), Software or Hardware Problem ?

2008-02-22 Thread Kalle Valo
ext Siarhei Siamashka [EMAIL PROTECTED] writes: With a simple patch that just retries operation on such error, wireless connection got stable. After a long test with the test script, no problems were detected. The following lines could be occasionally seen in dmesg log and it proves that

Re: WLAN Horrible Roaming Performance (N800, OS2008), Software or Hardware Problem ?

2008-02-22 Thread Kalle Valo
ext Benno Senoner [EMAIL PROTECTED] writes: An easy way to confirm, if this is a TCP problem or something else, is to run ping in the background and see how long timeouts (ie. how much you see packet loss) you get with it. ICMP ping does not have any of problems that TCP has. Yes I did and

Re: [Maemo App Dev]How to make my app UI different

2008-02-22 Thread Ross Burton
On Mon, 2008-02-18 at 22:01 +0800, 陈凯 wrote: I am a newbiee on Maemo and have some experience in app dev. Though maemo platform provides a great amount of amazing UI looking, I would like my app looks somewhat different from ordinary maemo app. A cool example is Skype for maemo platform. I

Re: [Maemo App Dev]How to make my app UI different

2008-02-22 Thread Frantisek Dufka
Ross Burton wrote: Why would you want to make your application look and feel different from every other application? An integrated system where all of the applications for a coherent whole is far easier to use than one where every application has buttons with different colours and fonts.

Re: WLAN Horrible Roaming Performance (N800, OS2008), Software or Hardware Problem ?

2008-02-22 Thread Kalle Valo
ext Frantisek Dufka [EMAIL PROTECTED] writes: [50622.038146] We haven't got a READY interrupt from WAKEUP. (firmware crashed?) [50622.038269] Try again... [50622.038330] succeeded!!! I'm attaching the same patch here. It is not very clean, but it does the job (for Nokia 770). Not seeing

Re: Confused: Python bindings to D-Bus - OSSO.RPC or DBUS module? Also: wlancond question

2008-02-22 Thread Kalle Valo
ext Nadav Aharony [EMAIL PROTECTED] writes: Second issue- controlling the WLAN connection From my reading I saw that for the networking stuff I would need to connect to wlancond and to ICD. I saw discussions about them not being open source, but that there is some API available. icd is

Re: WLAN Horrible Roaming Performance (N800, OS2008), Software or Hardware Problem ?

2008-02-22 Thread Frantisek Dufka
Kalle Valo wrote: Also CPU usage is very high because of busyloop when waiting till DMA transfer is done. Tasklet, which executes the code can't be easily preempted, as far as I understand kernel documentation. Maybe it is possible to split tasklet into several parts, one of them could be

Re: WLAN Horrible Roaming Performance (N800, OS2008), Software or Hardware Problem ?

2008-02-22 Thread Kalle Valo
ext Siarhei Siamashka [EMAIL PROTECTED] writes: A while ago I looked for various kernel docs to see what's happening in the wlan driver and what can be done to reduce cpu load. My impression was that tasklet can be only preempted by hardware interrupts, so it is impossible to sleep in it and

Re: WLAN Horrible Roaming Performance (N800, OS2008), Software or Hardware Problem ?

2008-02-22 Thread Siarhei Siamashka
On 22 February 2008, Frantisek Dufka wrote: Kalle Valo wrote: Also CPU usage is very high because of busyloop when waiting till DMA transfer is done. Tasklet, which executes the code can't be easily preempted, as far as I understand kernel documentation. Maybe it is possible to split

Re: WLAN Horrible Roaming Performance (N800, OS2008), Software or Hardware Problem ?

2008-02-22 Thread Frantisek Dufka
Kalle Valo wrote: ext Siarhei Siamashka [EMAIL PROTECTED] writes: A while ago I looked for various kernel docs to see what's happening in the wlan driver and what can be done to reduce cpu load. My impression was that tasklet can be only preempted by hardware interrupts, so it is impossible

RE: Developing applications in Flash

2008-02-22 Thread josh.soref
Alfie wrote: I notice that the Getting Started applet is a full screen Flash application. yep Does anyone know how this is achieved, specifically: - How to add to start menu - How to add to desktop This is basically a distinct application/applet. - How to

Regarding serial USB interface

2008-02-22 Thread nisha jain
Hi All, I am trying to implement a simple c routine to collect data from some sensors and transfer it to Nokia 800 using serial USB port. I have a reference peace of code and after modification i am able to collect data but while porting it to Nokia800 while compiling in ARMEL mode i am getting

Extras repository survey

2008-02-22 Thread Niels Breet
Hi developers, While talking about a 'better' extras repository, Misha, Ed and I have come up with some questions that we would like to have answered. We have created a small survey (only 10 yes/no statements) at our new project page on garage. This survey will help giving us better insight into

Maemo-garage emails get damaged when being read with kmail

2008-02-22 Thread Till Harbaum / Lists
Hi, i have a very bizarre problem. Whenever i receive an email from garage.maemo.org, this email gets completely messed up when being received by kmail. These emails are fine before and i can e.g. read them without any problem from my n810 (which leaves them on the server). If i then read them

Re: Using the scrollbar on the N810

2008-02-22 Thread Richard Booth
Hi Eero Yes I do get multiple taps while dragging. I'm running 50-2. I have a short video here to show you what I mean, http://video.google.com/videoplay?docid=-9012993319746862469 I've added this video link to bug 2961. Kind regards Richard On Thu, 21 Feb 2008 10:36:35 +0200 Eero Tamminen