Re: Could not install Maemo 4.1.1

2008-10-20 Thread Jakov Holmes
Look like you have Internet connection problem. Same to me before. I also have Ubuntu 64-bit 8.04. I installed manually. There're 2 links I used: http://www.scratchbox.org/documentation/user/scratchbox-1.0/html/installdoc.html http://tablets-dev.nokia.com/4.1.1/INSTALL.txt After you download

Re: Can't configure a sample project in Maemo 4.1.1

2008-10-19 Thread Jakov Holmes
Dear Sharah and Alberto, Thank you very much. Both of you have helped me a lot to solve my problem. Have a great day! Best regards, Jakov Holmes On 10/17/08, Alberto Garcia [EMAIL PROTECTED] wrote: On Fri, Oct 17, 2008 at 05:48:13AM -0700, Sarah Newman wrote: You want libosso-email

Can't configure a sample project in Maemo 4.1.1

2008-10-17 Thread Jakov Holmes
as said at http://tablets-dev.nokia.com/diablo/INSTALL.txt Then I don't know how to continue. I did a lot web search, but go no result. Could you tell me how to do please? Thank you very much! Best regards, Jakov ___ maemo-developers mailing list maemo

Re: modification for the makefile

2008-02-26 Thread Jakov
You can take a look at the maemopad (ver 2.1 for now) to see a standard makefile - I think you can only modify the makefile.am, other makefile.* will be generated by running autogen.sh (a user file in maemopad). Hope it helps. On Wed, Feb 27, 2008 at 5:59 AM, Jason Edgecombe [EMAIL PROTECTED]

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-26 Thread Jakov
OK, thanks to Markku, I solved the problem. It's due to passing wrong param prototype. Thanks, On Tue, Feb 19, 2008 at 4:28 PM, Jakov [EMAIL PROTECTED] wrote: Oh, I see. Thanks, Jussi. Now I can install the application. However, it turns to the above problem. When I click a button

Re: Assertion failed unexpectedly

2008-02-25 Thread Jakov
you cannot connect callback_do_test (3 parameters) to clicked signal (2 parameters). This will lead to you application accessing arbitrary data. Hope this helps, -Markku- Jakov wrote: Hi, I have a very simple app running on Maemo 4.0 with a textbox and a button. As I click

Re: Assertion failed unexpectedly OR BUG in maemo 3.x?

2008-02-25 Thread Jakov
3.x. Is it a BUG? Don't know if 3.xis open now. Thanks a lot one more time, Markku Vire! Have a nice day! On Mon, Feb 25, 2008 at 6:31 PM, Jakov [EMAIL PROTECTED] wrote: Oh my God! I didn't realize that for a long time! This morning after such a stupid prob, I removed maemo 4.0 and installed

Assertion failed unexpectedly

2008-02-24 Thread Jakov
the code of 4 files (interface.*, callbacks.*) in my project /src/ui, I follow the structure of maemopad-2.1 http://paste.org/index.php?id=2098 If you're interested in solving this problem, please help me out. Thanks very much! Best regards, Jakov

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

2008-02-20 Thread Jakov
Thanks, I setup and run maemopad well on X86. But for my application, it still exits suddenly with error: Segmentation fault (core dumped) Don't know why... BR, Jakov On Feb 19, 2008 3:16 PM, Jakov [EMAIL PROTECTED] wrote: Thank you. But as I know, on the target device (N800), it works

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

2008-02-19 Thread Jakov
thinking about downgrading to OS2007. Too bad, right? OS2008 looks nice... On Feb 19, 2008 1:51 AM, Julius Luukko [EMAIL PROTECTED] wrote: 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

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-19 Thread Jakov
just make again and run. Ah, I also modify some include lines of code for suitable with new hildon. is it a problem related to qemu? Any hint for me? Thanks, On Feb 19, 2008 3:49 PM, Jussi Kukkonen [EMAIL PROTECTED] wrote: Jakov wrote: Oops, installed the old deb file. Now I repack my app to new

maemopad exits suddenly when clicking on Save icon

2008-02-18 Thread Jakov
-window_open.wav' [error 3] Audio File Library: could not open file '/usr/share/sounds/ui-window_close.wav' [error 3] I'd like to know if anyone has the same problem to me. Thanks, Jakov ___ maemo-developers mailing list maemo-developers@maemo.org https

Re: maemopad exits suddenly when clicking on Save icon

2008-02-18 Thread Jakov
, 2008 4:23 PM, [EMAIL PROTECTED] wrote: 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

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: Segmentation fault in callback functions - maemo 4.0

2008-02-18 Thread Jakov
applications in Application Manager but can't connect to any server so it said no application available. How can I solve this problem? Thanks again. Jakov On Feb 18, 2008 6:04 PM, Eero Tamminen [EMAIL PROTECTED] wrote: Does it work on the target device? (ARM scratchbox target is really meant

Can't start Maemo

2008-02-14 Thread Jakov
and help me to fix this problem. Thanks in advance! Jakov ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: What maemo and scratchbox could we use on Fedora 8?

2008-01-09 Thread Jakov
Thank you very much, Tomi! Can't wait, I'll check it now, and report to you all later. Have a nice day! Cheers, Jakov On Jan 9, 2008 4:42 PM, Tomi Ollila [EMAIL PROTECTED] wrote: On Wed 09 Jan 2008 10:26, Marx Anthony [EMAIL PROTECTED] writes: Hi there, I ever asked a similar question

Re: What maemo and scratchbox could we use on Fedora 8?

2008-01-09 Thread Jakov
/scratchbox/login, it will give you some error message. So to workaround this, you have to specify vdso=0 as a kernel parameter. HTH! S. On Jan 9, 2008 10:53 AM, Jakov [EMAIL PROTECTED] wrote: Thank you very much, Tomi! Can't wait, I'll check it now, and report to you all later. Have

Re: What maemo and scratchbox could we use on Fedora 8?

2008-01-09 Thread Jakov
/scratchbox/login, it will give you some error message. So to workaround this, you have to specify vdso=0 as a kernel parameter. HTH! S. On Jan 9, 2008 10:53 AM, Jakov [EMAIL PROTECTED] wrote: Thank you very much, Tomi! Can't wait, I'll check it now, and report to you all later. Have

Re: What maemo and scratchbox could we use on Fedora 8?

2008-01-09 Thread Jakov
for someone like me before. ;) Thank you all! Cheers, Jakov On Jan 10, 2008 12:16 AM, Jakov [EMAIL PROTECTED] wrote: # su - # echo 0 /proc/sys/vm/vdso_enabled Is it so, Stelian? Or could you explain for more? Thanks very much for your info! It could be a big encouragement for me! For my