Re: N810 discount code frustration

2008-06-03 Thread Frantisek Dufka
Vivia Nikolaidou wrote: > Anyway, here is the story: All this is very unfortunate and it is too late now but you could have done some things better to minimize those issues. I'm not sure about N810 program but with N800 there was a FAQ page http://maemo.org/community/wiki/n800developerdeviceprog

Re: sqlite3 CLI?

2008-06-02 Thread Frantisek Dufka
Marius Gedminas wrote: > Do you know the reason for that? No. I also wondered why someone took the time to edit debian files to remove it from the build, it does not look like the most productive thing to do :-) Maybe it saves some trees? > > Is there a bug filed on bugs.maemo.org for restorin

Re: sqlite3 CLI?

2008-06-02 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: > Which package do I need to install to have the sqlite3 command-line tool > available ? > There is no such package in SDK repository, you should install sqlite3 but this one is disabled in maemo patch for sqlite3 so you need to rebuild it from source and revert part o

Re: developing xkb mappings

2008-05-21 Thread Frantisek Dufka
Frantisek Dufka wrote: > xev is (or was?) in package x-debug-tools in maemo repository (chinook, > bora, ...) > > However it is not mentioned here > http://maemo.org/development/tools/ Correction, it is hidden under 'x-debug-tools' with link to separate page http://ma

Re: developing xkb mappings

2008-05-21 Thread Frantisek Dufka
Tim Tisdall wrote: > Neither "showkey" nor "xev" are > already in Maemo and there doesn't seem to be anything in the package > handler containing these. xev is (or was?) in package x-debug-tools in maemo repository (chinook, bora, ...) However it is not mentioned here http://maemo.org/developm

Re: Let's do something together in LinuxTag

2008-05-14 Thread Frantisek Dufka
Jose Manrique Lopez de la Fuente wrote: > Is the irc meeting log available somewhere? > Something is here http://maemo.org/maemo-meeting/maemo-meeting-2008-05-13.html but it appears to be cut at midnight. I couldn't attend so actually I'm not sure if there was anything interesting past midnight.

Re: dsme, Re: Would like to know the status of (was RE: Corporate ownership of open source projects [LWN])

2008-05-07 Thread Frantisek Dufka
nick loeve wrote: > Yep, I have been reading the archives and have compiled a shortlist of > info based on past discussions (mainly that you have started! ). I > guess I might start documenting what is known already and try and get > it all in one place. Yes, please do if you can. I am guilty of n

dsme, Re: Would like to know the status of (was RE: Corporate ownership of open source projects [LWN])

2008-05-07 Thread Frantisek Dufka
nick loeve wrote: > 2. Is it possible to at least get some basic documentation of what bme > and dsme are doing (beyond obvious basics)? There is a lot of info. Search list archives for dsme (or bme) http://www.gossamer-threads.com/lists/maemo/ If you still have some specific question not answered

Gecko version? Re: Diablo, do we need a separate repository?

2008-05-06 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: > The only major changes are feature updates to the browser (not actually > a new browser, it's still based on the same old gecko as 2008) Sorry for hijacking thread, this is certainly not central to this discussion. Does the "it's still based on the same old gecko as 200

Re: Corporate ownership of open source projects [LWN]

2008-05-04 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: > A possible interim solution is to use one like nVidia has used for years > for their closed video card drivers. Provide a binary object that > implements all the core functionality of the chip, with a public API. > Then have an open source kernel module wrapper that cal

Re: Corporate ownership of open source projects [LWN]

2008-05-04 Thread Frantisek Dufka
Igor Stoppa wrote: > -serial console: > that can be obtained with some hacking by attaching a level shifter and > a serial connector to the serial pads exposed, it would be enough to > release schematic and layout (although i think there are already > unofficial howtos) For 770 those pin are know

kernel patches, Re: DSP framebuffer access on N8x0

2008-04-30 Thread Frantisek Dufka
Simon Pickering wrote: > This requires two things, a kernel patch, and adding a FRAMEBUFFER section > to the /lib/dsp/avs_kernelcfg.cmd file. See > https://bugs.maemo.org/show_bug.cgi?id=3123 for the patch. Nice. I've been thinking about garage project named kernel-hacks or something, that would

Re: [maemo-developers] Nokia SDL color format for pixels

2008-04-15 Thread Frantisek Dufka
Michael Stepanov wrote: > int bpp = surface->format->BytesPerPixel; You can check also other fields of SDL_PixelFormat structure to get R,G,B color components. Interesting field names are Uint8 Rloss; Uint8 Gloss; Uint8 Bloss; Uint8 Rshift; Uint8

Re: [maemo-developers] Nokia SDL color format for pixels

2008-04-15 Thread Frantisek Dufka
Michael Stepanov wrote: > So, how in that situation I can get correct color? It is already correct. The color format is RGB565. What 'correct' means to you in this context? If you need the value in different format you need to convert it. ___ maemo-de

Re: [maemo-developers] Nokia SDL color format for pixels

2008-04-15 Thread Frantisek Dufka
Michael Stepanov wrote: > In case of Nokia that method returns *(Uint16 *)p. But instead of 6 > hexadecimals it returns only 4. For example, for white color it returns > instead of F. The same, for the rest of colors. > > Any idea why? > Some typo in your mail? Uint16 is 16 bit value,

Re: radare 0.9.4 for maemo

2008-03-18 Thread Frantisek Dufka
Andrew Flegg wrote: > On Tue, Mar 18, 2008 at 2:49 AM, pancake <[EMAIL PROTECTED]> wrote: >> I have managed to build vala 0.1.8 (svn) in scratchbox and updated >> the radare package. > > Are your vala packages in extras(-devel)? I know jott compiled some > for 0.1.6 at: > > http://sse2.net/v

usb networking with N810, Re: Nokia flasher parameters/boot sequence repair

2008-03-13 Thread Frantisek Dufka
Tuomas Kulve wrote: > "It also allows you to start ssh and telnet server in the device and > login over usb before even root filesystem is mounted so you can fix > system which is not booting properly." By the way, can anyone confirm it is working with current N810 firmware for linux (CDC) or XP

Re: Launch image to increase feeling of responsiveness (a la iPhone)

2008-03-11 Thread Frantisek Dufka
Andrew Flegg wrote: > and it opened very quickly in less > than 2 seconds. Yes, expectations differ widely :-) For me anything above 1 second is slow and needs improvement. Anything above .5 second is bearable but not ideal. This is bad habit from PalmOS and old days when computers were fast :

Re: Launch image to increase feeling of responsiveness (a la iPhone)

2008-03-11 Thread Frantisek Dufka
Michael Wiktowy wrote: > Well, I have news for you ... that <3s standard for showing a basic UI > has already been met (with the N800 and N810 running OS2008 at least). Actually OS2007 is faster here with my N800 in this regard. When launched repeatedly, both Application Manager and File Mananger

Re: Launch image to increase feeling of responsiveness (a la iPhone)

2008-03-10 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: > When I and tired of waiting it is usually when launching gmail. > the think I do in between is to start a second web-browser. How would that > look > with the "startup"picks? Well the idea (not sure how real it is) was that doing the snapshot would be part of applicati

Re: Launch image to increase feeling of responsiveness (a la iPhone)

2008-03-10 Thread Frantisek Dufka
Mika Yrjölä wrote: > Then there is also the question of theming; even if the application > would have separate skeleton startup images for several themes (eating > the precious storage space), consistency still goes out of the window > if user installs a new, probably different-looking theme. One

Re: devloping/using bitmap fonts on osso_xterm

2008-03-05 Thread Frantisek Dufka
Tomi Ollila wrote: > Hi > > Does osso_xterm support a bitmap font wrapped in a sfnt (TrueType or > OpenType wrapper)? > > I tried the following command: > > fonttosfnt -v -o fatFixedBitmap.ttf fat7x16-iso10646-1.bdf > fat8x16-iso10646-1.bdf > > ( above files available at http://www.iki.fi/too/

Re: error while configuring kernel

2008-02-25 Thread Frantisek Dufka
Vinod Hegde wrote: > hi everyone, > I am getting the following error when i tried apt-get update in > MaemoKernel.. Just in case you missed it in the tutorial - "It is not mandatory to set up a separate target for kernel compilation, but this example does it in case the default armel target has

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

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 >> cou

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: 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 leas

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 u

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

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_docman&task=cat_view&gid=38&Itemid=40 And for 770 (S1D13742) here http://vdc.epson.com/index.php?option=com_

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

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

2008-02-17 Thread Frantisek Dufka
Michael Flaig wrote: > Hi, > > sorry can't say much about the other things... > >> 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. > > There is

Re: RE : Re: Fullscreen and flash, new question

2008-02-14 Thread Frantisek Dufka
Hi, you forgot to cc the list Frédéric Charrier wrote: >> Instead of workarounds you mentioned it could be done via custom >> application that just embeds browser engine and flash plugin like the >> getting started tutorial present on the device. Or even custom >> (browser) >> engine with enough

Re: Fullscreen and flash, new question

2008-02-14 Thread Frantisek Dufka
Frédéric Charrier wrote: > Hi everyone, > > as Carlos Pinto, I want to display my Flash application in fullscreen > mode. > Instead of workarounds you mentioned it could be done via custom application that just embeds browser engine and flash plugin like the getting started tutorial present o

Re: N810: shift+fn+N or M generate two keycodes each

2008-02-12 Thread Frantisek Dufka
Santtu Lakkala wrote: > Shift-fn-n and -m both produce $€, so same b0rkedness can be observed > here too. Ok, thanks. Reported as http://bugs.maemo.org/show_bug.cgi?id=2933 ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.

N810: shift+fn+N or M generate two keycodes each

2008-02-12 Thread Frantisek Dufka
Hi, I have device with german keys. I've been playing with changing /usr/share/11/xkb/symbols/nokia_vndr/rx-44 and adding my custom keymappings. Mapped 'Tab' '`' '|' to Fn + 'space' ',' '.' with no problem. Also found that there is third and fourth column duplicated and one could in fact press

Re: New release of Python2.5 for Maemo

2008-01-17 Thread Frantisek Dufka
Luciano Miguel Wolf wrote: > What's planned? > --- > Next release is planned to have a beta version of Python-Launcher. It is > a daemon that loads heavy modules, like pygtk, and just fork every time > python is called. This reduces the startup time of applications using > pygtk. Ju

Re: Compiling new kernel for N810

2008-01-17 Thread Frantisek Dufka
David Hautbois wrote: > The kernel-source-rx-34-2.6.21.0 package >Is it the N810 kernel source ? Yes but providing a link or telling us what version you used could help with troubleshooting your issue :-) The osso63.1 one is known to have this problem at least with N800. Kernel for latest fi

Re: Frequencies scaling with OS2008

2008-01-09 Thread Frantisek Dufka
Klaus.K Pedersen (Nokia-M/Helsinki) wrote: > On Wed, 2008-01-02 at 13:30 +0100, ext Frantisek Dufka wrote: >> Igor Stoppa wrote: >>> On Mon, 2007-12-31 at 17:37 +0100, ext Frantisek Dufka wrote: >>>> Igor Stoppa wrote: >>>>> Having the audio path open

Re: Announcement: OS2008 2.2007.50-2 source repository

2008-01-05 Thread Frantisek Dufka
Murray Cumming wrote: >> Thank you. So Chinook and os2008 is different thing now. > > That makes no sense to me - it's contradictory to everything we've heard > before. I don't understand why a new repository has been created. > To me it makes sense to have it separated. os2008 is repository wi

Re: Announcement: OS2008 2.2007.50-2 source repository

2008-01-04 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: > Hi, > > The source code for open source components of OS2008 version 2.2007.50-2 > have been uploaded to a new repository. To be able to find the sources, > please point your browser to > > _http://repository.maemo.org/pool/os2008/free_ > Thank you. So Chinook and o

Re: Frequencies scaling with OS2008

2008-01-03 Thread Frantisek Dufka
Klaus.K Pedersen (Nokia-M/Helsinki) wrote: > So what you are seeing is that the "DSP task policy" is active even > though there are no dynamic dsp task loaded? No, not exactly. First thing - I did not know there is a way to output audio without loading dynamic dsp tasks (named pcm and possibly a

Re: correct kernel source for RX-34_2008SE_2.2007.50-2 ?

2008-01-02 Thread Frantisek Dufka
Neil Jerram wrote: > It also reveals a cultural or management failing at Nokia. Such steps > (making correct source available) should be properly planned into the > development process. Once you do that, you'll find that they don't > actually take any significant time. Yes it may be cultural dif

Re: correct kernel source for RX-34_2008SE_2.2007.50-2 ?

2008-01-02 Thread Frantisek Dufka
inode0 wrote: > If the alternative is to not get new firmware released until later > when source is ready to go at the same time I think getting firmware > as soon as possible and showing some patience while waiting for the > source is the preferable arrangement for most users. I suppose not > ever

Re: Frequencies scaling with OS2008

2008-01-02 Thread Frantisek Dufka
Igor Stoppa wrote: > On Mon, 2007-12-31 at 17:37 +0100, ext Frantisek Dufka wrote: >> Igor Stoppa wrote: >>> Having the audio path open, but no dsp tack loaded (arm audio) sets the >>> clock to 400MHz. >> Interesting, so, umm, there is way to play audio from A

Re: Frequencies scaling with OS2008

2008-01-01 Thread Frantisek Dufka
Simon Pickering wrote: > It would be interesting to see whether the mp3 task (for example) can > decode in real time when the DSP is run at 133MHz or are your > audio/video sync problems because it's running too slowly? This would > remove some load from the CPU and allow us to use the DSP f

Re: correct kernel source for RX-34_2008SE_2.2007.50-2 ?

2008-01-01 Thread Frantisek Dufka
Another update. I checked also kernel from first OS2008 beta kernel version in firmware is SW version in image: RX-34_2008SE_1.2007.44-4_PR_MR0 Image 'kernel', size 1529984 bytes Version 2.6.21.0-200744osso2 debian/changelog: kernel-source-rx-34 (2.6.21.0-osso55) unstable; urgency=low

correct kernel source for RX-34_2008SE_2.2007.50-2 ?

2008-01-01 Thread Frantisek Dufka
Hello, some time ago I noticed there is osso63.1 version of kernel source here http://repository.maemo.org/pool/chinook/free/source/k/kernel-source-rx-34/ and thought it is source of kernel for latest 2008 firmware. But it is not! First I noticed my N800's external mmc slot doesn't work with this

Re: python2.5 - unnecessary multiple processes forked

2007-12-31 Thread Frantisek Dufka
Jayesh Salvi wrote: > I guess there isn't much to do - for an app programmer at least. I found > the same behavior with osso_pdfviewer. It also uses hildon's > FileChooserDialog. But even before that dialog is invoked, multiple > processes are forked. ... and they do not disappear until their pa

Re: python2.5 - unnecessary multiple processes forked

2007-12-31 Thread Frantisek Dufka
Jayesh Salvi wrote: > I can't > imagine any valid reason for gtk/hildon to fork more processes just to > show a GUI dialog. Does anyone know? I'm not sure but think it is because of gnome-vfs. Don't know proper terminology but maybe each vfs 'provider' in the dialog (like mmc, phone etc.) sta

Re: Frequencies scaling with OS2008

2007-12-31 Thread Frantisek Dufka
Igor Stoppa wrote: > Having the audio path open, but no dsp tack loaded (arm audio) sets the > clock to 400MHz. Interesting, so, umm, there is way to play audio from ARM side directly? What I tried is to play BBC radio in home screen applet which activated only pcm2 task and arm clock dropped fr

Re: Frequencies scaling with OS2008

2007-12-30 Thread Frantisek Dufka
Krischan Keitsch wrote: > I was wondering if the device really needs to run at 300MHz (220MHz dsp) for > mp3 playback? Is the max dsp power needed for such a task? Or would 220MHz > (177MHz dsp) or 165MHz (85MHz dsp) be sufficient? Would a lower dsp scaling > save even more battery? Well, yes i

Re: Bluez utilities - where get it

2007-12-27 Thread Frantisek Dufka
Arkady Glazov wrote: > Hi, > > Can I get same bluez utils from standart repositories? I need in > hcitool and rfcomm for binding console to my TomTom Go 910. Or, I > should compile them from source itself? What the version BlueZ i > should compile then? > If all you need is 'hcitool scan' and r

Re: point ou9t, [please, the way to go ...

2007-12-25 Thread Frantisek Dufka
Well, if Chinook SDK page [1] with installer script (which should download correct versions of everything) doesn't work for you for some reason, you can try Maemo VMWare appliance [2] with SDK already preinstalled. 1. http://maemo.org/development/sdks/maemo_4_0_chinook_sdk.html 2. https://garag

Re: How to port SDIO stack to N800/ N810 OSs ?

2007-12-16 Thread Frantisek Dufka
Darius Jack wrote: > It would be nice to have that solution incorporated into N800s one day. Well, even if you get SDIO stack working, most or even all SDIO cards are longer than memory cards so they are not very practical with N800 due to location of the slot. __

Re: Ogg Vorbis / Theora Language Removed From HTML5 Spec

2007-12-15 Thread Frantisek Dufka
Raphaël Jacquot wrote: (But I'd guess that a fair number of maemo-developers are LWN subscribers, so hopefully my post is useful for them.) >>> http://lwn.net/SubscriberLink/261694/.../ >> Do NOT spread the word ... > > don't worry, it won't escape the internet ;-) Well actually this l

Re: USB Host mode and OS2008

2007-12-11 Thread Frantisek Dufka
Juuso Räsänen wrote: > I also tried with a recompiled kernel with CONFIG_USB_OTG_WHITELIST disabled. > It "removed" some of the above "warnings" but otherwise I didn't notice any > difference in the behaviour. What does this whitelist actually mean?? I'm puzzled by this too. In OS2007 this had

Re: N810: 2GB internal flash and boot from MMC ?

2007-12-11 Thread Frantisek Dufka
Igor Stoppa wrote: > > It's a GBA chip. > Oh, so it is similar/same solution like those eMMC chips mentioned at http://www.mmca.org/home after all. I was afraid of that but still was secretly hoping for inaccessible simplified mmc slot with glued real card or something, this could still save

Re: N810: 2GB internal flash and boot from MMC ?

2007-12-10 Thread Frantisek Dufka
Uwe Koch wrote: > ...and supposed this method (the initfs of that method) will adopted to the > N810 firmware. Oh and it is already adopted since the day we had N810 firmware booting on N800. Not sure if someone tried with N810 but the initfs flasher should work with both N810 and OS2008 based

Re: N810: 2GB internal flash and boot from MMC ?

2007-12-10 Thread Frantisek Dufka
N810 internal 2GB storage looks to linux kernel like normal MMC card. You just can't remove it :-) It is similar/same like having 2gb card in N800 internal slot. Still I wonder how it looks on the board. I hope it can be replaced somehow. ___ maemo-de

770 mmc hardware question - sdhc bugfix needed for high capacity cards?

2007-12-10 Thread Frantisek Dufka
Hi, this is question mainly to @nokia.com kernel people familiar with 770 and N800 MMC code and/or OMAP1 vs OMAP2 power management (like those ones who fixed bug http://bugs.maemo.org/show_bug.cgi?id=1204#c120) Is the MMC_POWER_STANDBY feature implemented in OMAP MMC driver for latest N800 2.6

Re: Bugfix in cx3110

2007-12-07 Thread Frantisek Dufka
Steven Walter wrote: > While reading through the wireless card driver (what source is > available), I noticed what is almost certainly a bug: Great. There better place for this - http://garage.maemo.org/mailman/listinfo/cx3110x-devel Or maybe even bugzilla? Regards, Frantisek

Re: Static and dynamic linkage

2007-12-04 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: > > Which would mean having to deal with SQLite as a dependency of this > package... > I have similar problem with ScummVM. I really do not want to deal with all the dependencies and maintain them in Maemo extras repository so I am linking libmad, Tremor, FLAC, libmpe

Re: Static and dynamic linkage

2007-11-28 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: > Is there a standard way to ask for a specific library to be linked in > statically and the rest to be dynamic? > > Specifically, I want to statically link in the SQLite library but leave > the rest of the linkage as is. > It may work in your case but in general there

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

2007-11-20 Thread Frantisek Dufka
Nils Faerber wrote: > I had a quite longish discussion with TI DSP OSS support about a year > ago. And after some weeks of back an forth the guy said, that they (TI) > would have no problem with open source code being developed with this > toolchain and even binary versions of the code being redis

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

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: 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

installable deb package, Re: Data corruption on N770

2007-11-16 Thread Frantisek Dufka
Frantisek Dufka wrote: > I am also working now on packaging this module as installable deb for > OS2006 users. > Hello, I have created installable deb package for OS2006 and older hacker editions. If possible please test and report problems here. There is one mor

Re: new hacker edition Re: Data corruption on N770

2007-11-15 Thread Frantisek Dufka
Joni Valtanen wrote: > Propably best to copy wlan driver > from https://bugs.maemo.org/show_bug.cgi?id=2006 and path your initfs > yourself. I'm not sure whether you compiled driver yourself from sources and patches attached or just took the preliminary one uploaded by me and copied it to HE i

new hacker edition Re: Data corruption on N770

2007-11-15 Thread Frantisek Dufka
Hi Joni, thanks for fixing this in latest hacker edition. Is there any reason why older initfs was used again? There is latest -49 OS2006 firmware with changelog telling something about wi-fi certification (so there were some further fixes?) but this and previous hacker edition used older -38

Re: SDL App runs for some seconds and then dies

2007-11-14 Thread Frantisek Dufka
Eero Tamminen wrote: > Easiest is to fix your .desktop file. Which in other words means that you should remove D-BUS service declaration in the .desktop file if you don't implement it in your application. See also http://maemo.org/community/wiki/gamedevelopment/#7179b7084dd3339e008879a088142aae

Re: OS2008 download?

2007-11-14 Thread Frantisek Dufka
Ferenc Szekely wrote: > Yep, Marius is right. Nokia will release an image for N800 soon. The > image for N810 (or parts of it) is (are) not meant for N800. > Still it seems to work with no major issues and is very useful for developers with N800 for testing and polishing chinook stuff right now.

Re: Data corruption on N770 in OS2007 HE

2007-11-10 Thread Frantisek Dufka
Alex DAMIAN wrote: > Any idea about what I'm doing wrong ? Hard to guess without any details posted but you might try to make it directly on the device if you already got the initfs flashing script with mtd-utils. sudo gainroot #copy initfs mkdir -p mnt mount -t jffs2 -o ro /dev/mtdblock3 mnt c

Re: Data corruption on N770

2007-11-08 Thread Frantisek Dufka
Levi Bard wrote: > Fantastic. I've been having to reflash roughly once a week due to > spontaneously occurring reboot loops. Has this bug always been there, > or will reverting to an earlier 2007HE help avoid it? Well maybe you can't blame this bug for every crash but yes it is there for long t

Re: Data corruption on N770

2007-11-07 Thread Frantisek Dufka
Neil MacLeod wrote: > Until this bug is eliminated any device instability while WiFi is enabled can > be attributed to it. > Well it is slightly worse. Also some device instability even when wifi is off can be attributed to it if wi-fi was enabled at least once on this device. Like this examp

Re: Data corruption on N770 in OS2007 HE

2007-11-07 Thread Frantisek Dufka
Alex DAMIAN wrote: > I hoped for an error in dpkg > routines which handle the status file; now you made my day, I need a > better tablet :) Or just replace cx3110x.ko in /mnt/initfs/lib/modules/current/ with quick fix attached to the bug https://bugs.maemo.org/attachment.cgi?id=594 Or if you d

Re: Data corruption on N770 in OS2007 HE

2007-11-07 Thread Frantisek Dufka
Alex DAMIAN wrote: > Does anyone else experience these issues ? Ahything random can happen with wi-fi connected 770 due to this https://bugs.maemo.org/show_bug.cgi?id=2006 It doesn't matter which system (2006 or 200HE) you use. BTW this problem can be caused by any other bug too, but since ^@ l

Re: About the upcoming maemo user karma

2007-11-05 Thread Frantisek Dufka
Frantisek Dufka wrote: > Having same e-mail account everywhere is not very nice. Please consider > allowing more of them. Reported now as http://bugs.maemo.org/show_bug.cgi?id=2212 ___ maemo-developers mailing list maemo-developers@maemo.org

Re: About the upcoming maemo user karma

2007-11-05 Thread Frantisek Dufka
Henri Bergius wrote: > There will be recount every night, so once you have linked your > garage, bugzilla, maemo.org and mailing list accounts together (mostly > by using a consistent email address everywhere), your stats will start > to show up nicely. Few days ago I changed my email in maemo pro

Re: ARM MMU questions

2007-10-29 Thread Frantisek Dufka
Simon Pickering wrote: > Of course, I'd just not realised that the name of the memory section > was used to perform the framebuffer sharing. I had expected to have to > make an explicit call to the DSP memory ioctl to do this. I don't know for sure, it was just a guess that could explain why it

Re: ARM MMU questions

2007-10-29 Thread Frantisek Dufka
Simon Pickering wrote: > If I try to name my memory section FRAMEBUFFER (same code, just changing > the name in the command file), I'm back to the original problematic sort > of output: > > dsp_dld output: > > dsp_dld: event detected. > dsp_dld: event detected. > device sharedmem is requesting f

WPA? Re: WLAN connectivity using only wireless-tools

2007-10-29 Thread Frantisek Dufka
Kalle Valo wrote: >> I don't see any PSM lines for example, while with the ITOS I do. > > Yeah, you have to enable PSM with the power iwconfig parameter. > Otherwise PSM is disabled. > Interestingly this parameter need values less than 1 for sensible timeout, something like "iwconfig wlan0 powe

Re: Re :Re: Regarding Enabling of USB on restart of NokiaN800

2007-10-29 Thread Frantisek Dufka
priyank kumar chourasia wrote: > Hi Kimmo, > Thanks for replying, I tried by modifying /etc/init.d/ke-recv by adding > OSSO_KE_RECV_IGNORE_CABLE=1 but the problem still persist. Did you really add "export OSSO_KE_RECV_IGNORE_CABLE=1" as suggested by Kimmo and not just "OSSO_KE_RECV_IGNORE_CABLE

Re: Developing for all IT platforms

2007-10-25 Thread Frantisek Dufka
Frantisek Dufka wrote: > can I make one single click install file for IT2006, 7 and 8? > Will old AMs ignore extra sections for IT2008? Umm, sorry, there was example provided by Santtu earlier in this thread so it seems to be possible. But still, it would be nice to have some real examp

Re: Developing for all IT platforms

2007-10-25 Thread Frantisek Dufka
Marius Vollmer wrote: > "ext Santtu Lakkala" <[EMAIL PROTECTED]> writes: > >> I didn't find documentation for chinook .install files, [...] > > Here: > > http://hildon-app-mgr.garage.maemo.org/install.html > Thanks for the link. I'm not sure from the syntax in last compatibility chapter -

Re: ARM MMU questions

2007-10-24 Thread Frantisek Dufka
Simon Pickering wrote: > (i.e. see my shared memory example code I sent to the list > a few weeks ago, which runs on both 770 and N800). Yes, I've seen it. Please don't stop with such examples :-) > Yes, that's why it's not mapped, but there shouldn't necessarily be any > reason why it can't be r

Re: ARM MMU questions

2007-10-24 Thread Frantisek Dufka
Simon Pickering wrote: > Hello all, > > I'm looking to share the framebuffer between the ARM CPU and DSP and > therefore would like to ask a few questions about the ARM MMU and in > particular TLBs. Most probably it is related to DSP MMU not ARM MMU but I am not sure. Until now I thought TLB (tr

Maemo Downloads, Re: N810 maemo device program open for submissions

2007-10-23 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: > That was not the point. Please read my initial problem description. The > problem is, that if your application catalog entry states that you have > packages for multiple OS version (my current packages support OS2006 and > OS2007) and you search for packages for OS 20

Re: N810 maemo device program open for submissions

2007-10-18 Thread Frantisek Dufka
Danilo Cesar wrote: > Or, is there other options to developers who lives outside the countries > that maemo program covers? Yes, I believe the terms are worded in such way that you can apply if you have someone in one of those countries who will buy the device for you. See point 2 in http://mae

Re: chinook

2007-10-18 Thread Frantisek Dufka
Jonathan Greene wrote: > does anyone have anything built to test? love to try some apps on the > N810 ... Umm, if you are bored, could you try ScummVM? Click http://fanoush.wz.cz/maemo/scummvm_0.10.0-4_armel.deb or see http://maemo.org/community/wiki/scummvm http://fanoush.wz.cz/maemo/#scummvm f

Re: N810 maemo device program open for submissions

2007-10-18 Thread Frantisek Dufka
Hello Quim, maybe wiki page with questions&answers would be good again. Q: Is the code really tied to specific country or only to region (US/Europe) like before? Can I change the country in future? The form needs to fill specific country in field "Nokia shop to get the device from". Can I sele

Re: Nokia N810 Q

2007-10-18 Thread Frantisek Dufka
David Weinehall wrote: >> Is the internal 2GB card slot still user accessible next to the battery? > > No. > Is it SD/MMC compatible i.e. similar/same to those eMMC mentioned here http://www.mmca.org/home ? Or to put it differently - which kernel driver is used for this? MMC or mtd or somethin

Re: N800 experimental host mode patches updated

2007-10-17 Thread Frantisek Dufka
Juuso Räsänen wrote: > What is the role of this latter file? kernel modules (i.e. drivers), you need to extract it somewhere and use insmod (as root) to add some of them to kernel at runtime (depends on device you want to use). For usb storage you need to insert those in drivers/scsi/ and dri

Re: N800 experimental host mode patches updated

2007-10-13 Thread Frantisek Dufka
Tony Lindgren wrote: > It needs a gadget loaded to be active because it runs in OTG mode. > For some reason g_file_storage is not loaded automatically, do things > work if you run /usr/sbin/osso-usb-mass-storage-enable.sh after booting? > > If I run that, peripheral and host modes work. > Yes,

Re: N800 experimental host mode patches updated

2007-10-12 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: > I didn't test this particular kernel but I did use host mode a few days > ago. I had to disable CONFIG_USB_OTG_WHITELIST to make it work. > Thanks, just tried and it didn't help. Still the same. Also found later that this kernel with host mode patches kills also normal

Re: N800 experimental host mode patches updated

2007-10-12 Thread Frantisek Dufka
OK, my attempt is here http://fanoush.wz.cz/maemo/4.2007-usbhost-kernel.tar.gz http://fanoush.wz.cz/maemo/4.2007-usbhost-modules.tar.gz It boots, has 48Mhz MMC mode enabled but without the mmc clock debug patch since it is printed very often (at least when one boots from MMC). I have actually ne

Re: N800 experimental host mode patches updated

2007-10-12 Thread Frantisek Dufka
Tony Lindgren wrote: > Anybody else here willing to provide the compiled kernels? Maybe throw > in also the MMC patches from http://intr.overt.org/blog/?p=63 :) Just finished the crypto API enabled kernel http://www.internettablettalk.com/forums/showthread.php?p=81758#post81758 so I guess I'll ju

Re: General bugs being assigned to ITOS2007HE in Garage, not Bugzilla

2007-10-01 Thread Frantisek Dufka
Noticed that too for bugs reported by me. Bugs are generic and apply to N800 too. Definititely a bit strange, some explanation would be appreciated. The original bug remains open in Bugzilla so I hope it is not the end. Frantisek ___ maemo-developers

N800 shuts down after 364 seconds in initfs

2007-09-18 Thread Frantisek Dufka
Hello, as already mentioned here I have implemented USB networking recovery mode in bootmenu. It works fine with 770 but unfortunately N800 doesn't like staying in initfs too long. After few tests it looks like the device shuts down exactly 6 minutes and 4 seconds after linux kernel is booted.

<    1   2   3   4   5   6   >