Re: Fwd: Network library on Maemo 4

2007-11-19 Thread Patrik Flykt
Hi, On Mon, 2007-11-19 at 11:46 -0300, ext Lauro Moura wrote: > > Does the libconic library handle TCP sockets ? libconic deals only with requesting a network connection from icd. No sockets of any kind are handled. > So, looks like that the bora/3.2 guide and examples can work without

Re: To use or not to use Glade to design GUI for Maemo applications...

2007-11-19 Thread Andrea Grandi
Hi, > This is the method I'm using for my C and Ruby Gtk apps as well: > create the UI using glade, then if necessary reparent the toplevel > container to a hildon window, and manually replace any other widgets > (e.g. GtkSpinButton => HildonNumberEditor) in code. It's less optimal how can I rep

Re: N810 availability?

2007-11-19 Thread Quim Gil
Hi, On Mon, 2007-11-19 at 21:50 +, ext Andrew Flegg wrote: > Hi, > > With the N810 being launched in the US[1] and getting into the hands > of users[2], it seems that both the rest of the world; and device > programme discount codes are being missed out[3]. We are silently working to get all

Not able to flash N800

2007-11-19 Thread Vipin Kumar Tyagi
Hi, I am not able to Flash N800 with rootfs image using flasher-3.0 by command $ ./flasher-3.0 -r -f -R and got the error mentioned below. USB device found found at bus 005, device address 005 Found device RX-34, hardware revision 1301 NOLO version 1.1.6 Version of 'sw-release': Sending and fl

cannot resolve repository

2007-11-19 Thread Bryan Kate
I know the solution to this problem is all over the net, but I still cannot seem to fix it. I get the following error when I try to run 'apt-get update' on any target in scratchbox. [sbox-CHINOOK_ARMEL: ~] > apt-get update Ign file: chinook Release.gpg Ign file: chinook Release E

Re: Confused about Application Catalog

2007-11-19 Thread Mike Morrison
> This seems a retrograde step as it is useful to just have one page for > comments, one page to update if the app moves, etc. Was it announced here > and I missed it? I have noticed quite a few issues with the new site as well. I was going to wait for an official announcement before I started fi

Re: PowerVR

2007-11-19 Thread Simon Pickering
> After doing this the kernel module can be modprobed (move it to > /lib/modules/`uname -r'/) and it creates sysfs entries. I think there > should be a /dev entry created, I have to look into the name and > numbers and see if I need to create it myself (it may be that the > driver waits for a conn

Re: N810 availability?

2007-11-19 Thread Antonio Di Cello
Actually there is considerable confusion is not yet clear when it will be distributed in europe the new n810. So what I understand many people want to know when they can use the discount code that have obtained. If you have any info ufficial let us know. They are all eager to test the n

Re: N810 availability?

2007-11-19 Thread Alfredo J. Fabretti
Well, I'm waiting to get the N810 to test some applications I'm developing. I don't have the N800 so it's not an option of testing for me. BTW, anyone knows how much the N810 device program discount is? On Nov 19, 2007 6:50 PM, Andrew Flegg <[EMAIL PROTECTED]> wrote: > Hi, > > With the N810 being

N810 availability?

2007-11-19 Thread Andrew Flegg
Hi, With the N810 being launched in the US[1] and getting into the hands of users[2], it seems that both the rest of the world; and device programme discount codes are being missed out[3]. Is there an update on timescales for widespread availability? Although the SDK's been available for a while,

Re: new pygtk module with glade support

2007-11-19 Thread Luciano Miguel Wolf
Hi Jesse, Looks like we have a problem here. I did everything under sbox, using the final SDK. Developers just need to run an "apt-get update && apt-get upgrade" and this new pygkt will be installed. But now I've noticed that ApplicationManager doesn't allow to update libglade(from 2.4 to 2.6).

Re: new pygtk module with glade support

2007-11-19 Thread Jesse Guardiani
What are the install instructions for this? I refreshed my chinook app mngr and didn't see pygtk listed, though I have pymaemo installed On 11/19/07, Luciano Miguel Wolf <[EMAIL PROTECTED]> wrote: > > Hi all, > > A new PyGTK, with glade support, is available at chinook extras > repository. It

PowerVR

2007-11-19 Thread Simon Pickering
Hello all, As some of you may know there's a 2.6.x package of binaries available from Ti for the OMAP2430 (the link for the OMAP2420 re-directs to these files). http://focus.ti.com/general/docs/wtbu/wtbugencontent.tsp?templateId=6123&navigationId=12700&contentId=27458 Specifically: OpenSource

Re: installing .deb to N800

2007-11-19 Thread Tripti Gupta
Another thing.. I tried to do the same with a maemopad package i built using the source present in repository, thinking may be my package has issues. Same error! --- Marcelo Lira <[EMAIL PROTECTED]> wrote: > What messages you got when installing on the device? > > -- > Marcelo Lira dos Santos >

Re: Generated .deb package doesn't contain the executable file (was SPIM ported to Chinook)

2007-11-19 Thread Andrea Grandi
Hi, > Try it changing "$(MAKE) DESTDIR=$(CURDIR)/debian/spim install" for > "$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install" I just tried this too, but it still doesn't work :( It's not a so important package, I know, but I just would like to understand what's wrong with it. Thanks again! -- An

new pygtk module with glade support

2007-11-19 Thread Luciano Miguel Wolf
Hi all, A new PyGTK, with glade support, is available at chinook extras repository. It was generated using libglade2-0 (2.6.2-1indt1). Other bugfixes and unstable modules, like python-launcher, will be released using the new "extras-devel" repository. This way we can test it widely before offi

Re: Generated .deb package doesn't contain the executable file (was SPIM ported to Chinook)

2007-11-19 Thread Daniel Martín Yerga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 19 Nov 2007 20:22:21 +0100 "Andrea Grandi" <[EMAIL PROTECTED]> wrote: > > Another thing that I have noticed is that if debian/compat is 4, > > DESTDIR it would be like yours 'DESTDIR=$(CURDIR)/debian/spim', > > but if there isn't debian/compat

Re: installing .deb to N800

2007-11-19 Thread Tripti Gupta
Note: forwarded message attached. Get easy, one-click access to your favorites. Make Yahoo! your homepage. http://www.yahoo.com/r/hs --- Begin Message --- It is like: (Reading database ... 16712 files a

Re: Generated .deb package doesn't contain the executable file (was SPIM ported to Chinook)

2007-11-19 Thread Andrea Grandi
Hi, > In the debian/rules of Debian distro for spim, the install order is > 'dh_install' instead of '$(MAKE) DESTDIR=$(CURDIR)/debian/spim install' > in your debian/rules file. That could be the problem. I suppose > changing only it should give you the same problem, I do not know. yes I tried to

Re: installing .deb to N800

2007-11-19 Thread Marcelo Lira
What messages you got when installing on the device? -- Marcelo Lira dos Santos http://setanta.wordpress.com @CInLUG: http://www.cin.ufpe.br/~cinlug @Ciência Livre: http://www.ciencialivre.pro.br @INdT: http://www.indt.org.br ___ maemo-developers mailin

installing .deb to N800

2007-11-19 Thread Tripti Gupta
I am wondering if what I am doing is correct.. as finally my device is not installing the package. I am creating .deb on scratchbox with ARMEL target. The .deb created on X86 target successfully installs on my SDK and I can see it working. Now i want to see it on my N800. Just a .deb created on AR

Re: Confused about Application Catalog

2007-11-19 Thread Frantisek Dufka
Graham Cobb wrote: > Do I create a new page (even though the "unix name" > will be the same)? Yes. Not sure about unix name but it seems to work. > > This seems a retrograde step as it is useful to just have one page for > comments, one page to update if the app moves, etc. Exactly. I feel

Confused about Application Catalog

2007-11-19 Thread Graham Cobb
I went to update the Application Catalog entries for the GPE applications to make them available for OS2008 and have ended up very confused. It looks as though each application now has a completely separate page for each OS version. Is that right? I am sure that in the past we had a single pa

Re: Fwd: Network library on Maemo 4

2007-11-19 Thread Lauro Moura
On 11/19/07, Pierre Lamain <[EMAIL PROTECTED]> wrote: > There is something I don't understand. > Does the libconic library handle TCP sockets ? > Terje, I really need your documents and examples ;) > A diff from 3.2 and 4.0 libconic's headers show that the only changes are in the comments (Renamin

Re: installable deb package, Re: Data corruption on N770

2007-11-19 Thread Frantisek Dufka
Rainer Dorsch wrote: > thanks for providing the package for OS2006, that is great news. I installed > it and it did not break anything as far as I can tell. Thanks for the report. > The only thing I am > surprised is that the module is reported as cx3110x by lsmod: Yes, it is just renamed on

Re: Fwd: Network library on Maemo 4

2007-11-19 Thread Pierre Lamain
There is something I don't understand. Does the libconic library handle TCP sockets ? Terje, I really need your documents and examples ;) Pierre ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo

Re: Generated .deb package doesn't contain the executable file (was SPIM ported to Chinook)

2007-11-19 Thread Daniel Martín Yerga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. On Sun, 18 Nov 2007 22:32:41 +0100 "Andrea Grandi" <[EMAIL PROTECTED]> wrote: > This is the generated debian/control file: http://pastebin.ca/781435 > this is the SPIM Makefile: http://pastebin.ca/781447 > and this is the generated debian/rules:

Re: Maemo on other platforms

2007-11-19 Thread Darius Jack
Ok. But Moblin stays for: (from http://moblin.org/community_hw.php) The platform we are considering is the Samsung Q1 Ultra*, based on Intel's Mobile Internet Device. Moblin - Samsung supported project (Intel) vs. maemo - Nokia supported project (TI) ? Darius Adilson Oliveira <[EMAIL PROTE

Re: TI frees its DSP toolchain for open source apps (?) - linuxdevices

2007-11-19 Thread Simon Pickering
>> We do already have a Linux Ti toolchain ( >> https://www-a.ti.com/downloads/sds_support/targetcontent/LinuxDspTools/index.html) >> which is for the C55x only (i.e. is useful to us). I'm not sure the release >> of another (similar afaict) toolchain for the C54x will make any odds to us >> (ex

Re: TI frees its DSP toolchain for open source apps (?) - linuxdevices

2007-11-19 Thread Frantisek Dufka
Simon Pickering wrote: > I'm not all together sure how this (the Google SoC project) differs > from the dspgateway, except perhaps for the choice of DSP. Why have yet > another way of bridging between ARM and DSP? Either C54x architecture is more limited (no MMU? no space for multitasking core

mamona release

2007-11-19 Thread pancake
Hi Rodrigo! I'm glad to see the first mamona release. I have noticed that the instructions for using 0x are incorrect. We want to provide users with a fully free stack, and it would be confusing them to make them think they need the privative flasher, when that hasn't been true anymore. S

Re: New developer - lots of questions

2007-11-19 Thread Mohammed Hassan
On Fri, 2007-11-16 at 21:49 +0200, ext Igor Stoppa wrote: [snip] > If disk space is not an issue for you, maybe you can do like me and > use > a chrooted environment for each sdk (i use it because I have a full > 64bit system, but scratchbox is only 32 bit). I prefer this solution > since it makes

Re: TI frees its DSP toolchain for open source apps (?) - linuxdevices

2007-11-19 Thread Simon Pickering
>> FYI: Just found this news from TI about freeing the DSP toolchain to open >> source developers, >> >> http://www.linuxdevices.com/news/NS4338556106.html >> >> http://open.neurostechnology.com/node/1020 I'm not all together sure how this (the Google SoC project) differs from the dspgateway, ex

Re: SPIM (MIPS assembly emulator) ported to Chinook: could someone test it?

2007-11-19 Thread Tor
Oops, replied to Kalle only which wasn't the addressee really.. sorry about that, Kalle. New try: > Or if you don't want to install the package: > > dpkg --contents package.deb Or dpkg-deb -c ___ maemo-developers mailing list maemo-developers@maemo.org

Re: Clock() function of time.h

2007-11-19 Thread Dionysis Petromanolakis
Dear All, I send once more my previous email... Also, have you any ideas for an alternative function to use in order to count time in Nokia 770? Regards, Dionysis Dionysis Petromanolakis wrote: > Hello everyone, > > has anyone used the "clock()" function in Maemo? If yes, do you think > that

Re: Error shutting down os2008 in n800

2007-11-19 Thread Jose Antonio Vacas Martinez
Yes, I know that it's a hack and things like that may happen. I only want to send information in order to prevent a bug in the final version. I cannot wait final version, it's so goood. On Nov 19, 2007 9:08 AM, Kalle Valo <[EMAIL PROTECTED]> wrote: > "ext Jose Antonio Vacas Martinez" <[EMAIL P

Re: Error shutting down os2008 in n800

2007-11-19 Thread Kalle Valo
"ext Jose Antonio Vacas Martinez" <[EMAIL PROTECTED]> writes: > I've installed os2008 in mi n800 (following this > recipe) > and it works really, really good (goog jobs nokia!!). > Only got a weird behaviour: when shutting down using