Re: 3d chipset...

2007-06-29 Thread Frantisek Dufka
Guard][an wrote: there are bus and memory bandwidth considerations that somehow make the use of the 3d chipset useless on the current hardware can someone confirm this ? Well the problem is in pushing full frames from internal framebuffer in SRAM to external memory on video chip. This means

Re: Features to improve the platform

2007-06-28 Thread Frantisek Dufka
Murray Cumming wrote: Debugging connection requests and disconnects is incredibly awkward on the device only. You have to use an xterm because you can't ssh in, because the whole point is that the connection is going up and down and changing to different Access Points. You don't need

Re: N800 experimental host mode patches available

2007-06-06 Thread Frantisek Dufka
Kees Jongenburger wrote: On a side note I followed the HowTo EASILY Boot From MMC card and I now have boot from usb disk should that work with the same patch? In theory yes but you need to have correct modules and root device name set for the bootmenu item in bootmenu.conf, it won't work out

Re: N800 experimental host mode patches available

2007-06-06 Thread Frantisek Dufka
Frantisek Dufka wrote: I was thinking about building short usb female to female adapter so it could work together with normal mini-usb cable. Also the alternative is one of gender changers (example here http://usbfirewire.com/uconverters.html) The female to female can be used with two

Re: Identifying platform in Python code

2007-06-05 Thread Frantisek Dufka
Daniel Stone wrote: On Mon, Jun 04, 2007 at 09:49:39PM +0200, ext Frantisek Dufka wrote: Jeffrey Barish wrote: How do I determine in my code that I am running on the N800? Neither os.name nor sys.platform gets the job done. The former returns posix, the latter linux2, and I get the same

Re: Identifying platform in Python code

2007-06-04 Thread Frantisek Dufka
Jeffrey Barish wrote: How do I determine in my code that I am running on the N800? Neither os.name nor sys.platform gets the job done. The former returns posix, the latter linux2, and I get the same strings when I run on Ubuntu. Check /etc/osso_software_version file. This is the firmware

Re: What's wrong with folder browsing?

2007-05-22 Thread Frantisek Dufka
Gustavo Sverzut Barbieri wrote: I don't like the timer thing, but yes, it can help and I've already considered it. As for reboot, remember that on reboot, it's not re-parsed (files are not opened), just re-scanned (stat and compare mtimes). We must do this stat in order to check for files

Re: What's wrong with folder browsing?

2007-05-21 Thread Frantisek Dufka
Gustavo Sverzut Barbieri wrote: Just hack scripts (both init.d and dbus/service) and launch it with lower priority, it should be the default in next release. This still puts big stress on memory subsystem and slows device by flushing caches. - data is deleted when SD is removed in order

IT OS 2007 Hacker edition

2007-05-17 Thread Frantisek Dufka
Carlos Guerreiro wrote: We will keep working on the IT OS 2007 Hacker edition for the 770. We will go through IT OS 2006 bugs submitted in maemo’s Bugzilla, trying to solve at least the most relevant and the ones already fixed in the official IT OS 2007. We will release the fixes in updated

Re: IT OS 2007 Hacker edition

2007-05-17 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: is there any progress? Where should we discuss issues/suggestions related to this? https://garage.maemo.org/projects/os2007on770/ You don't need to ask permission to push there. :) Right, so correct place for discussion should be here

Re: IT OS 2007 Hacker edition

2007-05-17 Thread Frantisek Dufka
Daniel Stone wrote: On Thu, May 17, 2007 at 04:08:53PM +0200, ext Frantisek Dufka wrote: As for kernel few examples are - proper YUV420 support in framebuffer update ioctl, stock N770 kernel has this broken, fix is easy, would be useful for mplayer Sure, I have no problem with this; I

Re: N800 experimental host mode patches available

2007-05-09 Thread Frantisek Dufka
Hello, any tips how to make custom mini-B to female A cable so that N800 switches mode automatically? Which two wires I need to shortcut in the cable? I can see the pinout here http://pinouts.ru/Slots/USB_pinout.shtml but don't see USB ID pin. Is it the fifth pin on mini-b connector (which

N770 tearsync problems

2007-05-07 Thread Frantisek Dufka
Hello, last week I tried to backport tearsync support from n800 kernel source to latest 2.6.16 released for n770. The result compiles fine and boots on device and works great until one actually tries to use the tearsync feature. It doesn't work correctly. First framebuffer update with

Re: N800 Video playback

2007-05-03 Thread Frantisek Dufka
Siarhei Siamashka wrote: If decoding time for each frame will never exceed 28-29ms (which is a tough limitation, cpu usage is not uniform), video playback without dropping any frames will be possible even with tearsync enabled. Would a double or multiple buffering help with this? Does

Re: Toolchain upgrade? (Was: Instructions cache flush on ARM)

2007-05-03 Thread Frantisek Dufka
Siarhei Siamashka wrote: I'm not going to statically link with glibc, but only with libstdc++ (standard c++ library). There are a few known tricks to make gcc link with libstdc++ statically, but dynamically with all the rest of libraries. One of them is creating a symlink to libstdc++.a in some

Re: Xsp pixel-doubling solutions for Nokia 770?

2007-05-03 Thread Frantisek Dufka
Eero Tamminen wrote: ext Markku Vire wrote: If we need one fullscreen app, why not to launch a new X-session that uses this lower, pixel-doubled resolution and then run our SDL game there? Other applications would not recognize anything. Same problem as using framebuffer directly. How user

Re: N800 Video playback

2007-05-02 Thread Frantisek Dufka
Kalle Vahlman wrote: I put the deb up at: http://iki.fi/zuh/xserver-xomap_1.1.99.3-0.zuh2_armel.deb until I get it to the repository. This version also has the composite extension enabled, but AFAIK it does not depend on the libs or change server behaviour if composite is not specifically

Re: Documenting maemo pearls (was Re: N800 Video playback)

2007-05-02 Thread Frantisek Dufka
Daniel Stone wrote: If there's anything you want to know directly, just ask on the list. I tend to deal with email when I'm not actively coding/building/etc, which is how I justify it. A wiki would require me to sit down for a while and really think about stuff, and I don't really have huge

Re: Fwd: Compiling latest kernel (from kernel.org, linux-omap git version) in n800

2007-05-02 Thread Frantisek Dufka
Leandro Melo de Sales wrote: Guillerm, thanks for your reply. So, about the use of --force-vermagic with busybox modprobe... What should I have to do to make busybox modprobe support --force-vermagic? get modprobe source code, and...? How about to use n770? There is slightly quicker/easier

Re: N800 Video playback

2007-05-01 Thread Frantisek Dufka
Frantisek Dufka wrote: [sbox-SDK_ARMEL: ~/x/xorg-server-1.1.99.3] patch -p1 ../xomap_yuv420patch.diff patching file hw/kdrive/omap/Makefile.am Hunk #1 FAILED at 1. Hunk #2 FAILED at 34. 2 out of 2 hunks FAILED -- saving rejects to file hw/kdrive/omap/Makefile.am.rej patching file hw/kdrive

Re: Xsp pixel-doubling solutions for Nokia 770?

2007-04-30 Thread Frantisek Dufka
Eero Tamminen wrote: And if the game doesn't disable the double pixeling properly (e.g. if it crashes or freezes), user needs to reboot the device. Not very nice either... So what happened to idea mentioned here year ago to modify Xsp (or whatever) API so that pixel doubling is flag of

recompiling x server

2007-04-30 Thread Frantisek Dufka
Daniel Stone wrote: It's completely safe to upgrade from a deb if it's not broken. If you set up a standard Maemo build environment and run apt-get source xorg-server and apt-get build-dep xorg-server, it should work just fine, in theory. In reality in 2.2 arm target there are unmet

Re: recompiling x server

2007-04-30 Thread Frantisek Dufka
Daniel Stone wrote: On Mon, Apr 30, 2007 at 06:13:48PM +0200, ext Frantisek Dufka wrote: Then x-server builds fine and produce debs. What is strange that /usr/bin/Xomap on device with latest IT2006 firmware has ~600kb but my executable in debian/xserver-xomap/usr/bin/Xomap has 1.2MB. When

Re: Next steps in the future of our beloved Nokia 770

2007-04-30 Thread Frantisek Dufka
Quim Gil wrote: We will keep working on the IT OS 2007 Hacker edition for the 770. Excellent decision. Thank you. This could help close the gap between N770 and N800 users and avoid platform fragmentation and maybe even make life easier for developers. But maybe not, see below. So what

Re: Boot Screen and Start App at Boot up

2007-04-27 Thread Frantisek Dufka
J B wrote: First, I have been unable to replace the first of the 3 boot up screens. Which is the second one you have replaced? AFAIK the first one is stored directly in bootloader since it is shown before kernel boots. The second one is in initfs in /mnt/initfs/usr/share/images/logo-nokia

Re: Fwd: Compiling latest kernel (from kernel.org, linux-omap git version) in n800

2007-04-26 Thread Frantisek Dufka
Andreas Orfanos wrote: It is against Open Source Software ethics to keep kernel modules proprietary. True Definitely there is a GPL violation here. False Nokia's tables exist today because people kept those GPL moral obligations. True but the opposite may be also true i.e. there

Re: Continuous reboot problem with the N770 hacker edition

2007-04-26 Thread Frantisek Dufka
Rainer Dorsch wrote: Hi Markku, I have no idea how I can replace the binary when the N770 is rebooting itself before the desktop is up :-( Is that possible? http://maemo.org/maemowiki/HowTo_EASILY_Boot_From_MMC_card If you haven't this installed then it is almost impossible to recover now

Re: Continuous reboot problem with the N770 hacker edition

2007-04-26 Thread Frantisek Dufka
Eero Tamminen wrote: That shouldn't happen. Happened to me with N770 and IT2006. Just one solid hangup while web browsing, watchdog reboot and I had infinite reboot loop. Also I have lost some gconf preferences more times when device rebooted randomly. Missing preference may cause crash

Re: Request: Please consider open-sourcing more of the applications

2007-04-23 Thread Frantisek Dufka
Hanno Zulla wrote: Quim Gil schrieb: On Mon, 2007-04-23 at 12:18 +0200, ext Hanno Zulla wrote: Or is there anything else next to this source-dump on an external developer's website? http://www.bleb.org/software/n800/os2007-src/ Is something like

Re: N800 Video playback

2007-04-20 Thread Frantisek Dufka
Daniel Stone wrote: Which Epson docs? fanoush.wz.cz/maemo/S1D13745A01SpecRev1.0.gm.zip Got it from Epson Electronics like the one mentioned here http://maemo.org/pipermail/maemo-developers/2006-December/006638.html ___ maemo-developers mailing

Re: N800 experimental host mode patches available

2007-04-20 Thread Frantisek Dufka
Larry Battraw wrote: This will of course affect battery life, but your average USB key, keyboard, or mouse shouldn't draw too much. Not sure how you can get it in linux but at least in XP you can check usb hub properties in device manager and see power requirements reported by connected

Re: getty over serial is running

2007-04-19 Thread Frantisek Dufka
Eero Tamminen wrote: Hi, ext Kalle Vahlman wrote: Mystery solved. There is clear bug in the script. While the comment above dd talks about reading it writes to /dev/ttyS0 creating 1 byte regular file in /dev. #test if we can read ttyS0, we have serial console if dd

n800 - most libraries compiled witout -fPIC, intentional?

2007-04-18 Thread Frantisek Dufka
Hello, I tried prelink on latest N800 firmware and it looks like most libraries (gtk,dbus,SDL,..) are not compiled with -fPIC. I see Cannot prelink against non-PIC shared library error message for most libraries. Is this a bug or is there a reason? In previous version it was just libSDL,

wtmp, getty over serial running, Re: n800 - most libraries compiled witout -fPIC, intentional?

2007-04-18 Thread Frantisek Dufka
Eero Tamminen wrote: It was a (new) bug noticed too little time before the latest release so there was not enough time to find the root cause fix re-build everything needed. The effect is a couple of secs lost at bootup and a couple of MB of RAM lost after device is up (compared to system

Re: wtmp, getty over serial running, Re: n800 - most libraries compiled witout -fPIC, intentional?

2007-04-18 Thread Frantisek Dufka
Eero Tamminen wrote: Also there are other issues with the firmware. It looks like /var/run/wtmp growing problem is back (was in some n770 firmware but was solved if I remember correctly). Sorry, it is in /var/log ___ maemo-developers mailing list

Re: wtmp

2007-04-18 Thread Frantisek Dufka
Kemal Hadimli wrote: On 4/18/07, Eero Tamminen [EMAIL PROTECTED] wrote: Sorry, it is in /var/log That I have, but it's only 6kB after several days of device being on/online. mine was 62-megs (of course what i did immediately is ln -sf /dev/null /var/log/wtmp) (latest firmware) OK, so I

Re: wtmp, getty over serial running, Re: n800 - most libraries compiled witout -fPIC, intentional?

2007-04-18 Thread Frantisek Dufka
Eero Tamminen wrote: Are you building your own kernel which is newer than the one coming with the latest release?I heard that with some of the newer versions /etc/init.d/ttyusb0 could start getty and the script needs to be updated for newer kernel. Own kernel from bora 3.1 repository with

getty over serial is running

2007-04-18 Thread Frantisek Dufka
Frantisek Dufka wrote: Eero Tamminen wrote: Are you building your own kernel which is newer than the one coming with the latest release?I heard that with some of the newer versions /etc/init.d/ttyusb0 could start getty and the script needs to be updated for newer kernel. Well, I do have

gtk-server quick test

2007-04-17 Thread Frantisek Dufka
Hello, I guess I need to create blog, this is typical material for it :-) After the discussion about language bindings here in the list I finally tried gtk-server. It compiles fine in scratchbox but needs ffcall (available in debian). Good news is that it runs fine (at least on os2007on770)

Re: Kernel compilation (Bora 3.1)

2007-04-17 Thread Frantisek Dufka
Leandro Melo de Sales wrote: Hi all, I'm trying to compile kernel to n800. I followed the instructions in http://www.maemo.org/platform/docs/howtos/howto_kernel_guide_bora.html, but I can't. After create MaemoKernel target, update the apt repository, I tried to install kernel-source-rx-34 as

Re: Boot bora as root

2007-04-17 Thread Frantisek Dufka
Paul Klapperich wrote: By nature of it being a wiki, IMHO you should go ahead and do whatever you want. I'm still now sure what benefit this gives you on an embedded device that doesn't ask for authentication anyway. Yes, some rationale in such wiki page would be nice. I admit I'm baffled

closed stuff Re: 0xFFFF: GPL-licensed flasher for n770 and n800

2007-04-13 Thread Frantisek Dufka
Daniel Stone wrote: On Thu, Apr 12, 2007 at 06:59:55PM -0700, ext Carl Worth wrote: On Sat, 7 Apr 2007 12:07:33 +0200, pancake wrote: The past week I released a gpl-licensed flasher for both Nokia Internet Tablets. Fantastic! I've been very much looking forward to the time where there would

scummvm, Re: N770 OS2007 hacker edition made it to the title page of Linux Weekly News

2007-04-13 Thread Frantisek Dufka
Hanno Zulla wrote: There are three different developers who independently ported ScummVM to Maemo by now. Also, I fear that soon there will be apps that run on previous IT OS distributions but never make it to the current release. Who is the third one? First was Tomas Junnonen who started

Re: Failing to connect with flasher

2007-04-11 Thread Frantisek Dufka
pancake wrote: BTW If you are able to boot Maemo but you're not able to connect to NOLO you should probably think on reflashing nolo from the device (using mtdtools). Did you try? Maybe this is not a good idea. I'm not sure bootloader (mtd0) partition is safe to write with mtdutils. So far

Re: Kernel for Maemo N800 and dual boot

2007-04-10 Thread Frantisek Dufka
Kalle Vahlman wrote: - tweak the config with 'make menuconfig HOSTCC=host-gcc' - build the image with 'make HOSTCC=host-gcc' I'm not sure if the HOSTCC is needed for 'make', but make menuconfig most likely needs it (to find ncurses). Tried the trick with host-gcc but it doesn't work for me

Re: Installing NFS

2007-04-10 Thread Frantisek Dufka
Jeffrey Barish wrote: According to the directions in http://maemo.org/maemowiki/HowToNFS_06?highlight=%28NFS%29 I need to install a kernel with NFS support to enable NFS. This seems to be the right one as I have an N800: In fact you don't need another kernel. You just need nfs kernel

Re: IT2007 Hacker Edition - First impression

2007-04-10 Thread Frantisek Dufka
Kees Jongenburger wrote: I was just disappointed that simple but nice sdl games don't work because of the sounds configuration.(the missing mp3 dsp thing). I This can be fixed by simple configuration change, see os2007on770 tracker

Re: libimlayout package

2007-04-10 Thread Frantisek Dufka
Tomas Junnonen wrote: ext Kimitake Abe wrote: Hi, I'm searching libimlayout package that is mentioned How to extend Hildon Input Methods document page. Where can I get it? The document is slightly wrong, what you actually want is the libimlayouts-generator package. If you used the installer

Re: Failing to connect with flasher

2007-04-10 Thread Frantisek Dufka
Jeffrey Barish wrote: ioctl(3, USBDEVFS_IOCTL, 0xbfd27320)= -1 ENOTTY (Inappropriate ioctl for device) I have no such line when trying flasher-3.0 in ubuntu 6.10. Attached is gzipped output of strace -o flasher.out ./flasher-3.0 --query-root-device It was run as root. flasher.out.gz

Re: How to detect that connectivity is lost

2007-04-04 Thread Frantisek Dufka
Kalle Valo wrote: Frantisek Dufka [EMAIL PROTECTED] writes: What about the connection strength from ConIc StatisticsEvent [1]? Maybe he can use it after some experimentation to find the lowest acceptable level. Or maybe simple shell script pinging your default gateway in regular intervals

Re: No more 770 bug activity?

2007-04-04 Thread Frantisek Dufka
Dave Neuer wrote: I am talking about the open source code they used in the product and their modifications to it which they are LEGALLY obligated to provide, just all gathered up in one repo. Umm, that's already available but it doesn't solve problems with closed stuff. And we won't get the

wiki spam Re: OT: Re: No more 770 bug activity?

2007-04-04 Thread Frantisek Dufka
Neil MacLeod wrote: Off topic: Interesting links have been added to the end of this page (which is linked by the HowTo above): http://maemo.org/maemowiki/ModifyingRootImage Looks like the page has been hacked on 27 March. I've lost track of what's going on with Wiki, Midgard etc. so have

Re: Kernel for Maemo N800 and dual boot

2007-04-04 Thread Frantisek Dufka
Kalle Vahlman wrote: Is it possible to setup n800 to boot from a menu list like grub on something similar? Yes, see http://maemo.org/maemowiki/HowTo_EASILY_Boot_From_MMC_card One difference from desktop PC is that there is only one kernel (stored in one kernel partition /dev/mtd2, see

Re: No more 770 bug activity?

2007-04-03 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: Or in other words: what 770 users are *really* missing today and how this could be brought to the device. I'm really missing *stable* device. I know this is hard to achieve but the OS2007 hacker edition seems to fix at least one [1] annoying bug for me and feels more

Re: No more 770 bug activity?

2007-04-03 Thread Frantisek Dufka
Rainer Dorsch wrote: Is there any chance to have a community maintained release? If I remember correctly some drivers are missing to get there, Yoe can get clear picture of current state (i.e. what are those closed parts) from http://maemo.org/maemowiki/Os2007On770

metalayer-crawler - good idea?

2007-04-03 Thread Frantisek Dufka
Eero Tamminen wrote: Search Maemo Bugzilla, there's some env variable which controls what directories it searches. Maybe automatic media scanning is not such great idea after all? Do you plan to have this optional and perhaps have some explicit method of invoking it preferably even on

Re: metalayer-crawler - good idea?

2007-04-03 Thread Frantisek Dufka
Eero Tamminen wrote: Hi, ext Frantisek Dufka wrote: When rootfs is on mmc I can see frantic activity of mmcqd kernel deamon (doing writes?) for couple of minutes when booting or inserting the card (2 GB of mp3 files). Crawler doesn't write to the MMC, it only reads it (it writes to sqlite

Re: No more 770 bug activity?

2007-04-03 Thread Frantisek Dufka
Dave Neuer wrote: The current hacker edition looks like the best candidate to become a more continued solution. Some people here have got a deep look at it. What do you think? No, that's totally bogus: a binary-only distro that's supported by a community which doesn't have access to the

hacker edition, Re: No more 770 bug activity?

2007-04-02 Thread Frantisek Dufka
Quim Gil wrote: There is the IT OS hacker edition, but it's not official and the official development in Nokia is currently focused in the maemo 3.x, IT OS 2007 and what is coming next. Hello Quim, any word about future of os2007on770? Would be nice to get answers to questions asked here

Re: How to detect that connectivity is lost

2007-03-28 Thread Frantisek Dufka
Lauro wrote: On 3/28/07, Patrik Flykt [EMAIL PROTECTED] wrote: Hi, On Wed, 2007-03-28 at 00:39 +0200, ext Tomas wrote: corresponding dbus signal) from the current IAP when WIFI signal is so low that data transmission becomes impossible? What about the connection strength from

Re: Opera draws fonts as blocks on specific pages when booting from mmc

2007-03-28 Thread Frantisek Dufka
Frantisek Dufka wrote: Could be something with filesystem layout (i.e. order in which the files are created in directories)? True that tar and mkfs.jffs2 create files is specific/same order but rsync makes it more random so the directory enumeration when not sorted is different? This old

Re: Using the external bugzilla

2007-03-28 Thread Frantisek Dufka
Tommi Komulainen wrote: On Wed, 2007-03-28 at 11:41 +0200, ext Sebastian Spaeth wrote: Daniel Stone wrote: You got it. The majority of the bug work happens before product release: going by what's in the changelogs, the external database has roughly 2% of the bugs as the internal one. That

Re: Modifying the Root Filesystem [NOKIA 770]

2007-03-28 Thread Frantisek Dufka
ludovic arnold wrote: I think use rsync (cf /Frantisek Dufka/ http://arcknowledge.com/cgi-bin/namazu.cgi?query=%2Bfrom%3Adufkaf%40seznam.czidxname=gmane.comp.handhelds.maemo.develsort=date%3Alate ) : # rsync -e ssh -avHx --delete n770:/ rootfs/ While the basic idea is good there are two

Re: How to get application icons in task navigator

2007-03-23 Thread Frantisek Dufka
Alessandro Pasotti wrote: I tried several times (with OS2005, 2006, 2007 and 2007 hackers edition) to get rid of this without success. This howto don't work: http://maemo.org/maemowiki/GameDevelopment#head-c91f345718121fbd009c639728f9de0104308789 It does work for me since IT2005 days and

Re: How to get application icons in task navigator

2007-03-23 Thread Frantisek Dufka
Frantisek Dufka wrote: As for the shortcut file, make sure there are no extra spaces in the line with application name (just in case). I mean the 'StartupWMClass=app' line. ___ maemo-developers mailing list maemo-developers@maemo.org https

Re: How to get application icons in task navigator

2007-03-23 Thread Frantisek Dufka
Alessandro Pasotti wrote: Is the wrapper script mandatory? Don't know. Never tried without it. I find setting variable inside executable to be not very elegant solution, but that's just me :-) Also maybe setting it in your code may be too late and has no effect since SDL reads this

Re: Support for frame buffer in N800

2007-03-21 Thread Frantisek Dufka
Sampath Goud wrote: Hi, I want to know if there is frame buffer support in N800. Yes. No support for console on framebuffer but generic framebuffer support shoud be there. Check /proc/fb. Maybe you are using wrong device? There are three on N800 (one on N770). Not sure why it is like this

Re: Launch maemo browser in fullscreen mode

2007-03-20 Thread Frantisek Dufka
Tomàs Jiménez Lozano wrote: There is really no way to maximize an application in general (and maemo browser in particular) emulating the HW Key press? Yes this brute force approach could work too. You could use uinput kernel driver (used with serial bluetooth keyboards) to feed proper

Re: Requesting addition to HowTo_EASILY_Boot_From_MMC_card wiki page

2007-03-16 Thread Frantisek Dufka
मयंक जैन (makuchaku) wrote: Anyone including you :-) But I cannot find the Edit page link or something similar... Oh, maybe someone changed wiki edit settings due to spam recently? It wasn't like this some time ago. Then you need to create user (i.e. the 'Login' link on left).

Re: Requesting addition to HowTo_EASILY_Boot_From_MMC_card wiki page

2007-03-16 Thread Frantisek Dufka
मयंक जैन (makuchaku) wrote: Hi, I was playing around with the dual boot options it works perfectly. I then gave it a shot with ext3 partition, instead of ext2 as mentioned in the page. Initially, I wasnt able to mount the ext3 partition but was able to do so after insmod'ing jbd.ko and then

wiki locked? Re: Requesting addition to HowTo_EASILY_Boot_From_MMC_card wiki page

2007-03-16 Thread Frantisek Dufka
मयंक जैन (makuchaku) wrote: But I cannot find the Edit page link or something similar... Oh, maybe someone changed wiki edit settings due to spam recently? It wasn't like this some time ago. Then you need to create user (i.e. the 'Login' link on left). I'm already logged into the Wiki :)

Re: Requesting addition to HowTo_EASILY_Boot_From_MMC_card wiki page

2007-03-16 Thread Frantisek Dufka
मयंक जैन (makuchaku) wrote: Since this page deals with modifying the initfs, the method to undo this should also be mentioned... (Thanks to s-ndh-c on #maemo to help me out with this) 1) Unpack the flasher image ./flasher-3.0 -F blah.bin --unpack 2) Flash with the initfs image ./flasher-3.0

Re: DVD content playback possible or not? Re: Wishlist (was:Re: N800 and USB host mode)

2007-03-09 Thread Frantisek Dufka
Hanno Zulla wrote: Playback resolution is the problem and the hardware limitations will not allow us to use the N800 screen as it is. That's a pity, alhtough I understand the reasons for these limitations. In fact the screen _is_ used in its full resolution. Well sort of. The pixel doubling

Re: RFC: n800 suspend to ram

2007-03-07 Thread Frantisek Dufka
Hello Mike, nice work, did you notice any differences in power consumption? I think main idea behind not having proper suspend on Nokia tablets is that power management is so good there is no need for something like this. All hardware should go to low power state when not used so there should

Re: Device Soft Reset + App autostart

2007-03-04 Thread Frantisek Dufka
Acadia Secure Networks wrote: All, it would be useful to have a GUI capability to tell the N800 OS to reboot without having to power down. This is in fact implemented, but disabled by default. You can uncomment reboot item in /etc/systemui/systemui.xml (effective after next reboot). Then

Re: OS 2007 / 770 hacker edition with sound and video

2007-03-02 Thread Frantisek Dufka
Carlos Guerreiro wrote: Markku is organizing the patches them in the OS2007 on 770 garage project, against the source code in Maemo 3.0: https://garage.maemo.org/projects/os2007on770/ Many problems remain, some of which will likely be on free components. All open source code for the attempt

Re: OS 2007 / 770 hacker edition with sound and video

2007-03-02 Thread Frantisek Dufka
Marius Gedminas wrote: What applications do you miss? Porting OS2006 apps to OS2007 should be pretty trivial, if the sources are available. None, this was just example how people (non developers) may think. I believe not everything in application catalog 2006 (including WIP) simply works

Re: Maemo at Google's Summer of Code 2007?

2007-02-27 Thread Frantisek Dufka
Edgard Lima wrote: What has to be done is a usb gadget driver on N800 side and it would make the usb port work as UVC (usb video class) device, so Windows, Mac and Linux (with linux-uvc module loaded) would work with it. I'm not sure N800 gadget drivers sources are available on maemo

Re: N800 WLAN driver sources

2007-02-20 Thread Frantisek Dufka
Frederic Crozat wrote: And there is also pda.h which could be firmware... Not exactly. Firmware loading is in source sm_drv_spi.c function int sm_drv_spi_upload_firmware(struct net_device *dev) see also (in same file) table struct sm_drv_firmware_file { u8 chip_type; u8*

Re: OS 2007 / 770 hacker edition with sound and video

2007-02-20 Thread Frantisek Dufka
Carlos Guerreiro wrote: Finally, patches are most welcome, preferably attached to the Garage project's (https://garage.maemo.org/projects/os2007on770) tracker. Sorry for stupid question, but patches to what? Where are the sources (including your specific changes to make it work)? The garage

Re: [maemo-developers] Porting Qt to Maemo

2007-02-08 Thread Frantisek Dufka
Andrea Grandi wrote: I wonder if it would be possible to realize a real port of Qt into Maemo and make it run on Nokia 770/800. Well, N770 has very little spare RAM so each wasted megabyte counts but N800 should be OK with few megabytes of Qt overhead. I guess for N800 it would be really

Re: [maemo-developers] Dream Scenario (Re: Maemo roadmap, SDK improvements...)

2007-02-07 Thread Frantisek Dufka
Dave Neuer wrote: it seems like I can already package up a new image using the closed-source flasher, no? No :-) But once created, you can unpack it. Or you can flash each part seperately. Frantisek ___ maemo-developers mailing list

Re: [maemo-developers] Xvideo support for Nokia 770?

2007-02-07 Thread Frantisek Dufka
Siarhei Siamashka wrote: 6. Try porting vorbis decoder (tremor) to DSP Thanks to Johannes Sandvall and Erik Montnémery this was already done http://fanoush.wz.cz/maemo/sandvall-thesis.pdf http://fanoush.wz.cz/maemo/sandvall-tremor.patch we just need a way to output audio fom dsp task and

Re: [maemo-developers] Kernel guide for maemo (and other devel docs)

2007-02-06 Thread Frantisek Dufka
Komal Shah wrote: Why on the world we can't do make menuconfig? You can, but there was a bug with linking ncurses. Maybe that's why it is not mentioned in the document at all. Not sure if this is still in 3.0 ARM target. It was still there when I recompiled RX-34 kernel but I'm not sure

Re: [maemo-developers] Kernel guide for maemo (and other devel docs)

2007-02-06 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: This is a call to kernel lovers, _http://maemo.org/platform/docs/howtos/howto_kernel_guide_bora.html_ Any suggestions to improve this documentation? If you see a clear gap please tell us. Noticed this some time ago. Thanks. Looks like is is based on or contains

Re: [maemo-developers] CPUfreq not used?

2007-02-05 Thread Frantisek Dufka
Sven YANG wrote: Hi, I'm wondering whether CPUfreq is really implemented. N800 uses the TI OMAP2420 chip, which supports CPUfreq and the code has been included in the kernel distribution. However, when I check the kernel configuration file, n800_defconfig, CONFIG_CPU_FREQ is not set.

Re: [maemo-developers] Maemo roadmap, SDK improvements...

2007-02-05 Thread Frantisek Dufka
Andrew J. Barr wrote: Thanks for writing this. Others have said the same things before, maybe this time Nokia will listen to at least some of these requests/suggestions. OK, since nobody mentioned it yet and DSP is here to stay (at least with n800) let's add also this one to the end of the

Re: [maemo-developers] Re: Span filesystem across both SD cards?

2007-02-02 Thread Frantisek Dufka
sebastian maemo wrote: Don't you get pretty soon the no-more-free-memory advertisement after installing octave and abiword? Wouldn't you like to install anything you like and more? http://fanoush.wz.cz/maemo/#initfs http://maemo.org/maemowiki/HowTo_GetStartedWithSardine You need bigger card

Re: [maemo-developers] Re: Span filesystem across both SD cards?

2007-02-02 Thread Frantisek Dufka
sebastian maemo wrote: Since it is IMPOSSIBLE (unless you tell me how) to install an application in MMC. I thought I just gave a hint how to do that in my last mail :-) True that internal flash won't be used at all when booting from the card but you can consider this being an advantage. You

Re: [maemo-developers] Re: Span filesystem across both SD cards?

2007-02-02 Thread Frantisek Dufka
sebastian maemo wrote: But it still doesn't work. Why? Just because I've got IT2006.49-2 and Fran's initfs-flasher is updated just to prior version (39-14) or next version (N800). I had no time to upgrade my N700 yet. Send me /mnt/initfs/linuxrc file privately. Or try to apply

Re: [maemo-developers] Re: Span filesystem across both SD cards?

2007-02-02 Thread Frantisek Dufka
Jon Smirl wrote: Maybe future secondary apps could be built to install into /opt instead of /usr and then /opt get added to the search path. That would make it much easier to get the apps onto the mmc card. You would symlink /opt to the mmc card and then install the app. Some files needs to

Re: [maemo-developers] New list spin-off?

2007-01-31 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: Please have your say. Well, there are more frequent lists than this one - linux-kernel is one extreme example :-) I think more lists produce more confusion than single one. In fact I'd vote for joining maemo-users and developers as there is no really significant

Re: [maemo-developers] OS 2007 / 770 hacker edition

2007-01-26 Thread Frantisek Dufka
Carlos Guerreiro wrote: Did you try to leave old kernel from 2.2006 and backport changes needed (if any) from rx-34 kernel? Seems easier than using rx-34 kernel directly (arch/arm/omap1/ is outdated). What newer kernel gives us? If I remember correctly Markku considered this at some point.

Re: [maemo-developers] OS 2007 / 770 hacker edition

2007-01-25 Thread Frantisek Dufka
Hello Carlos and Markku this is pretty cool :-) Have a look at Markku’s notes (http://maemo.org/maemowiki/Os2007On770) if you are interested in the gory details. He’ll be updating these notes as he continues to work on this. Quite interesting reading. Found some of those bits about initfs

Re: [maemo-developers] to Nokia: simple method to gain a gamingaudience on 770/800

2007-01-25 Thread Frantisek Dufka
Raul Fernandes Herbster wrote: Yeah... and besides that, no specific tutorials for maemo game programming are available. We have to try using the same techniques as we do at Desktop games. This idea could be improved. You mean something like this http://maemo.org/maemowiki/GameDevelopment ?

Re: [maemo-developers] to Nokia: simple method to gaina gamingaudience on 770/800

2007-01-25 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: And also this from ot list of developer docs: http://maemo.org/platform/docs/howtos/howto_game_startup_bora.html Althought I never considered this game startup/pause screen a good idea worth of implementing in any game but it is probably just me :-) To me it seem

Re: [maemo-developers] Europe vs US discount codes?

2007-01-24 Thread Frantisek Dufka
Kemal Hadimli wrote: Maybe it's a new thing. Wasn't like that in March, I used a Turkish credit card on a Sweden shipping address. Just tried on german Nokia e-shop and the country field both for delivery and credit card information in last step is hardcoded to 'Deutschland'. Even if I had

[maemo-developers] examining n800 kernel

2007-01-16 Thread Frantisek Dufka
Hi, I've been looking at the n800 kernel source in bora repository to figure out what n800 is like comparing to the n770. Here is a summary of some things I found. As I don't have the device I may be wrong with something that could be easily verified. kernel is 2.6.18-omap1 - everybody

Re: [maemo-developers] Cairo performance comparison, 770 / N800 / PXA-320

2007-01-14 Thread Frantisek Dufka
Marius Gedminas wrote: On Sun, Jan 14, 2007 at 07:53:06PM +0200, Marius Gedminas wrote: On Sun, Jan 14, 2007 at 12:11:37AM +0200, Siarhei Siamashka wrote: Also Nokia 770 runs not at 220MHz as stated on your page, but at something closer to 250MHz as shown by this test code program (and

Re: [maemo-developers] Bootmenu updated, experimental n800 support

2007-01-14 Thread Frantisek Dufka
Thanks to penguinbait on ITT forum it works fine now on N800. There was only one problem, keyboard was not working in menu. Looks like /dev/input/event2 is used on N800 for keys. It is fixed now. I hope I will test it myself some day ;-) Frantisek

<    1   2   3   4   5   >