maemopad exits suddenly when clicking on Save icon

2008-02-18 Thread Jakov
Hi there, I'm using Maemo 4.0 Chinook. After I load maemopad, click on Save icon, this application suddenly exits. The msg in the console is: [sbox-CHINOOK_ARMEL: ~/maemopad-2.1] run-standalone.sh src/maemopad qemu: Unsupported syscall: 264 /home/testx64/.osso/current-gtk-key-theme:1: Unable

Re: maemopad exits suddenly when clicking on Save icon

2008-02-18 Thread Jakov
Thank you, I also have Chinook X_86. Is it supposed to work? In fact, I tried to switch to X_86 target. But when I ran maemopad, it said: /scratchbox/tools/bin/misc_runner: SBOX_CPUTRANSPARENCY_METHOD not set Could you do me a favor by telling me how to set it up? Thanks a lot! On Feb 18,

Re: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-18 Thread Frantisek Dufka
Tapani Pälli wrote: Hello; ext Tobias Oberstein wrote: Hello tableteers, I've done some initial experiments hacking my N800/OS2008 and ran into a couple of issues: When using the supplied SDL library for doing timer-based frame rendering, there seems to be - heavy tearing

RE: maemopad exits suddenly when clicking on Save icon

2008-02-18 Thread josh.soref
Jakov wrote: I'm using Maemo 4.0 Chinook. After I load maemopad, click on Save icon, this application suddenly exits. The msg in the console is: [sbox-CHINOOK_ARMEL: ~/maemopad-2.1] run-standalone.sh src/maemopad qemu: Unsupported syscall: 264 This is the problem, you need a version of

Re: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-18 Thread Siarhei Siamashka
On Feb 17, 2008 9:56 PM, Tobias Oberstein [EMAIL PROTECTED] wrote: [...] I've read a lot of bits on the web 'bout mplayer, vsync, omapfb etc. and tried to assemble a minimal example of using direct framebuffer access for gfx output. Q: I can't get the tearing away (only fixed at certain

Re: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-18 Thread Frantisek Dufka
Siarhei Siamashka wrote: those interested in the topic, documentation for the Epson LCD controller used in N8x0 (S1D13745) is available here: http://vdc.epson.com/index.php?option=com_docmantask=cat_viewgid=38Itemid=40 And for 770 (S1D13742) here

Re: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-18 Thread Eero Tamminen
Hi, I'll comment things others haven't yet commented on. ext Tobias Oberstein wrote: Q: btw - how can I shutdown Maemo Launcher/Hildon/Matchbox/Xomap? Whenever I do one of /etc/init.d/maemo-launcher stop /etc/init.d/x-server stop the device will automatically reboot. Yes, the SW

RE: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-18 Thread josh.soref
Tobias wrote: Q: Where can I find the sources to the OS2008 SDL? Eero wrote: Where all the other sources are i.e. from the maemo.org repository: http://repository.maemo.org/pool/maemo4.0/free/source/libs/ Or you could search for them:

810 not always obeying redirects from websites

2008-02-18 Thread Simon Moore
We appear to be getting an issue on the 810 where it is ignoring redirects (i.e. CGI.redirect in perl) when the page doing the redirect takes say 2 seconds plus from being requested to delivering the redirect. This does not affect any desktop browsers we have tested and we have tested most

RE: 810 not always obeying redirects from websites

2008-02-18 Thread Simon Moore
Just done some more tests and the problem seems to go away on G wireless network and only be present on a B wireless network - so maybe it is related to wireless rather than browser. Has anyone else had these symptoms? I don't have a site to test with setup it is on an internal network.

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-18 Thread Eero Tamminen
Hi, ext Jakov wrote: I have a simple app with socket communication. In Maemo 3.x it worked well. But the problem comes when I use Maemo 4.0 This line is ok when initializing: gtk_label_set_text (GTK_LABEL(communication_tab-label_connect), Connect); The label has text Connect; When

Re: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-18 Thread Siarhei Siamashka
On Feb 18, 2008 9:39 AM, Tapani Pälli [EMAIL PROTECTED] wrote: When using the supplied SDL library for doing timer-based frame rendering, there seems to be - heavy tearing Tearing unfortunately happens because there is no vsync available for framebuffer driver to use. Could you please

Re: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-18 Thread Tapani Pälli
Hello; ext Siarhei Siamashka wrote: On Feb 18, 2008 9:39 AM, Tapani Pälli [EMAIL PROTECTED] wrote: When using the supplied SDL library for doing timer-based frame rendering, there seems to be - heavy tearing Tearing unfortunately happens because there is no vsync available for

RE: 810 not always obeying redirects from websites

2008-02-18 Thread josh.soref
Simon wrote: Just done some more tests and the problem seems to go away on G wireless network and only be present on a B wireless network - so maybe it is related to wireless rather than browser. Has anyone else had these symptoms? I don't have a site to test with setup it is on an

Re: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-18 Thread Siarhei Siamashka
On Feb 18, 2008 1:28 PM, Tapani Pälli [EMAIL PROTECTED] wrote: Could you please verify and confirm this information? Framebuffer driver from OS2007 supported tearsync (via OMAPFB_FORMAT_FLAG_TEARSYNC flag as Frantisek mentioned), and it was used at least for video. Well, I have noticed

Re: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-18 Thread Frantisek Dufka
Siarhei Siamashka wrote: N800 hardware definitely supports tearsync. And 770 should too according to the schematics floating on the net. Only the code never made to official 770 kernel but is/was part of released N800 kernel. Sadly last time I tried and ported this code back to 770 kernel it

Kiosk Mode Intranet Web Client

2008-02-18 Thread F. Warnecke
Hello Community, I'm new to this list and couldn't find this topic in the archive. We have Nokia 770s in use as web-clients for an intranet application. The tablets are mount stationary on the users desks and connected to power permanently. Their only job is to connect to a pre-defined WLAN and

Re: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-18 Thread Tapani Pälli
Hello; ext Siarhei Siamashka wrote: On Feb 18, 2008 1:28 PM, Tapani Pälli [EMAIL PROTECTED] wrote: Could you please verify and confirm this information? Framebuffer driver from OS2007 supported tearsync (via OMAPFB_FORMAT_FLAG_TEARSYNC flag as Frantisek mentioned), and it was used at

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

2008-02-18 Thread Siarhei Siamashka
On Feb 14, 2008 8:43 AM, Kalle Valo [EMAIL PROTECTED] wrote: [...] other users reported it too as Luca Olivetti pointed out. and it seems like the problem and fix is described here: http://internettablettalk.com/forums/showpost.php?p=134914postcount=15 at least for the 770 the fix

Re: D-Bus running on ARM Platform (ERROR: Couldn't connect to session bus)

2008-02-18 Thread Trilok Soni
Hi Juha, On Feb 18, 2008 11:23 AM, Juha Kuikka [EMAIL PROTECTED] wrote: Hi Trilok, I found on that it is a compiler problem by reading the assembler it generates from the C-code. I started suspecting it when a values of a struct were different on caller and callee. Problem was caused by a

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

2008-02-18 Thread 陈凯
Hi, folks! 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 wonder how to make that effect or

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

2008-02-18 Thread Bin Chen
On Mon, Feb 18, 2008 at 10:01 PM, 陈凯 [EMAIL PROTECTED] wrote: Hi, folks! 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

Re: Kiosk Mode Intranet Web Client

2008-02-18 Thread Eero Tamminen
Hi, ext F. Warnecke wrote: I'm new to this list and couldn't find this topic in the archive. We have Nokia 770s in use as web-clients for an intranet application. The tablets are mount stationary on the users desks and connected to power permanently. Their only job is to connect to a

Re: Kiosk Mode Intranet Web Client

2008-02-18 Thread Simon Moore
Here is a program and source that will make nokia 770 go full screen and a script to start the browser. i.e. run the start browser script then tell it to go fullscreen. Call it in a shell script with this preceding the program export DISPLAY=:0.0 so it knows what display you are talking about

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

2008-02-18 Thread Frantisek Dufka
Siarhei Siamashka wrote: I'm sorry. For some unknown reason, I thought that I notified you about this problem long ago, but appears that we only discussed this issue privately with Frantisek Dufka :( I think it was discussed also in the Memory corruption during WLAN use bug too -

Howto build perl-modules in scratchbox?

2008-02-18 Thread Cord Beermann
Hi. Maybe i'm blind, but i can't find a way to build Module-Packages in scratchbox. The problem is that scratchbox has an own perl of version 5.8.4, while the maemo-sdk has perl version 5.8.3. when i try to build packages the build-process takes the scratchbox-perl (because of the

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-18 Thread Jakov
Yeah, it's the same to the N800 device. When I clicked on the button, the app exited at once. I used only ARMEL target for testing (simulation) and made .deb and installed on N800 device. On 2/18/08, Eero Tamminen [EMAIL PROTECTED] wrote: Hi, ext Jakov wrote: I have a simple app with socket

Re: Howto build perl-modules in scratchbox?

2008-02-18 Thread Eero Tamminen
Hi, ext Cord Beermann wrote: Maybe i'm blind, but i can't find a way to build Module-Packages in scratchbox. The problem is that scratchbox has an own perl of version 5.8.4, while the maemo-sdk has perl version 5.8.3. when i try to build packages the build-process takes the scratchbox-perl

Re: undefined symbol: _Py_TrueStruct

2008-02-18 Thread Lauro Moura
On 2/14/08, Sergio Galán [EMAIL PROTECTED] wrote: Thanks, The code works, but only inside scratchbox, not in the N800. In Scratchbox I see all the error messages so I can try to solve the problems, but, ¿Does someone know how to see error messages from graphical applications which are running

VS: Re: maemopad exits suddenly when clicking on Save icon

2008-02-18 Thread Julius Luukko
Hi Jakov, You have to rebuild your application for X86 architecture. You are now trying to run an ARMEL binary with X86. So make clean; make -- Julius - Alkuperäinen viesti - Lähettäjä: Jakov [EMAIL PROTECTED] Vastaanottaja: [EMAIL PROTECTED], maemo-developers@maemo.org Lähetetty: Ma

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-18 Thread Eero Tamminen
Hi, ext Jakov wrote: Yeah, it's the same to the N800 device. When I clicked on the button, the app exited at once. I used only ARMEL target for testing (simulation) and made .deb and installed on N800 device. I guess in that case there's a bug in your application. Was it also a segfault like

Re: Request for Enhancements on maemo development VM image

2008-02-18 Thread Marcelo Lira
Almost forgot, the image will have 20Gb this time. -- Marcelo Lira dos Santos http://setanta.wordpress.com INdT: http://www.indt.org.br CInLUG: http://www.cin.ufpe.br/~cinlug ___ maemo-developers mailing list maemo-developers@maemo.org

Re: Request for Enhancements on maemo development VM image

2008-02-18 Thread Marcelo Lira
And this I totally forgot. [1] http://setanta.wordpress.com/2008/01/29/resizing-maemo-sdk-vmware-appliance-virtual-hd/ -- Marcelo Lira dos Santos http://setanta.wordpress.com INdT: http://www.indt.org.br CInLUG: http://www.cin.ufpe.br/~cinlug ___

Re: Request for Enhancements on maemo development VM image

2008-02-18 Thread Marcelo Lira
Jason, Frank, thanks for the tips for resizing the image, certainly shorter than the method I learned[1]. I'm working on the next version of the VM, and it is expected to be released till next Wednesday. Regards, -- Marcelo Lira dos Santos http://setanta.wordpress.com INdT:

Using the scrollbar on the N810

2008-02-18 Thread Richard Booth
Hi all Is there a hidden setting somewhere to improve the scrollbar sensitivity in the web browser on the N810? I find it tricky to use the web browser in full screen mode. If I try to grab the bar with the stylus and scroll down I can end up leaving the scroll bar behind, with a series of

GLIBCXX_3.4.9

2008-02-18 Thread Anselm R Garbe
Hi there, I attempted to deploy a C++ program cross-compiled with sb2 and arm-2007q3 (g++-4.2.x) on a N800 device which has been upgraded to chinook already. But unfortunately it seems that arm-2007q3 uses a newer libstdc++ than present in the chinook environment. I got /usr/lib/libstdc++.so.6:

Re: Request for Enhancements on maemo development VM image

2008-02-18 Thread Jason Edgecombe
Marcelo Lira wrote: And this I totally forgot. [1] http://setanta.wordpress.com/2008/01/29/resizing-maemo-sdk-vmware-appliance-virtual-hd/ nice howto. There is text field adapter in header of the vmdk file. That might explain the ide vs scsi drive. I think gparted would be less scary

Re: Using the scrollbar on the N810

2008-02-18 Thread Neil MacLeod
Richard Booth wrote: How do others find it? Rich Exactly the same as you - when I grab the scrollbar thumbtrack, instead of the events being processed by the scrollbar widget the events appear to be processed by the main page of the application, such that when I drag the thumbtrack

radare 0.9.3 package for OS2008

2008-02-18 Thread pancake
I have released today radare 0.9.3 together with the maemo package for os2008. Here are some screenshots and the package for download: http://radare.nopcode.org/img/maemo/ Actually there is no integration with Maemo, but I plan to do it for better 'desktop' integration. The debugger from

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-18 Thread Jakov
Hi, Oops, installed the old deb file. Now I repack my app to new .deb file. But I can't install with this file, the problem reported: Unable to install testapp Application packages missing: hildon-fm1 (=1.14)

Re: Using the scrollbar on the N810

2008-02-18 Thread Frantisek Dufka
Neil MacLeod wrote: Richard Booth wrote: How do others find it? Rich Exactly the same as you - when I grab the scrollbar thumbtrack, instead of the events being processed by the scrollbar widget the events appear to be processed by the main page of the application At least on my