Re: When is the next and more powerful openmoko releasing

2010-08-12 Thread Petr Vanek
>as far as i know, openmoko is no longer working on phones. > >Unfortunately the freedom loving people are doomed to either work on >anti-vendor-ports (such as HTC devices etc.) or live with one of the >semi-free alternatives (Palm Pre, Nokia N900). Right now there is no >device rivaling the FreeR

Re: Hackable1 rev5 is out !

2009-12-31 Thread Petr Vanek
On Fri, 01 Jan 2010 03:39:55 +1100 Philip Rhoades (PR) wrote: >Looks good but the WiFi doesn't connect for me and I can't do manual >network setups because there is no visual keyboard for the terminal? kbd is under the aux button Petr ___ devel mai

Re: [RFC] Qi Bootmenu

2009-11-27 Thread Petr Vanek
for a more complex GUI will be the image size, and >likely some impact on boot speed. Currently my image takes 12 seconds >from power on to the gui, though that should go down when we're using >a minimal kernel and initrd - rather than rootfs. I've no idea what >the difference in boot speed will

pyqt for shr

2009-10-22 Thread Petr Vanek
hi, does anybody have pyqt package for shr? i would like to try it first, before asking the devs to build it with the image... apparently there is a recipe for oe but i don't have the bandwith to try building it now... help appreciated thank you Petr

Re: [RFC] Qi Bootmenu

2009-10-09 Thread Petr Vanek
>I think this is no real improvement over the situation as it is now. >Qi already supports boot selection via AUX which skips a partition >although it is a bit cumbersome. agree >At the moment I prefer a 'full-featured' solution, if this proves to >be unuseable speed wise we can still fallback to

Re: [RFC] Qi Bootmenu

2009-10-09 Thread Petr Vanek
>On Fri, Oct 09, 2009 at 09:43:39AM +0200, mobi phil wrote: >> Hello, >> >> maybe time for fbui (http://home.comcast.net/~fbui/) ? I think Zack >> Smith, the author would be happy to help you. > >To quote from the web page: "It currently only works with kernel 2.6.9, >although I've got it partial

Re: OPIMD: List of available attributes documented?

2009-08-05 Thread Petr Vanek
>Also when adding phone number that's good to prefix it with 'tel:', >and 'mail:' with e-mails. > >Could someone add what I wrote here to wiki somewhere? :) i added it into http://wiki.openmoko.org/wiki/Opimd why would one want to prefix numbers and emails in fields and then parse it away again?

Re: touchpad on OM

2009-07-20 Thread Petr Vanek
MB> Thanks, actually it was doing middle click instead of right. If you MB> reinstall from the same url, it should work. What application can MB> you test right click in on OM? I've only tested on my desktop. testing on claws-mail (gtk). tried the new version - works like a charm :), actually, y

Re: touchpad on OM

2009-07-20 Thread Petr Vanek
>I've implemented this as part of literki. The touchpad area is of >course transparent, and the pointer is just a little x-shaped window. >The pointer is a bit shaky, because of noise coming from the finger >input. It's also a bit slow on some windows, vala-terminal in >particular. I'm not sure if

Re: ANN: freesmartphone.org MS 5.5

2009-07-19 Thread Petr Vanek
>The Freesmartphone.org team is proud to release milestone 5.5 codenamed >'In Transit...'. this is a great achievement! thanks to the whole team! Petr ___ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/dev

Re: Launcher - Movingfunctionality into Illume / Future

2009-06-28 Thread Petr Vanek
> I started Launcher to see what features / ideas come up for a home > page >cum launcher on these phones. Right now launcher only provides the >following :- > * missed call / new sms notifications > * category based views of applications c_c, i use it all the time since you've released the first

Re: e-libs version numbering

2009-06-24 Thread Petr Vanek
>Btw. IMHO you should not care about building packages for SHR or OM. >We both will happily add all wanted packages to our feed... > >Btw. current intone does not build from SVN... it has some problems >with id3lib. Could you please fix that :) yes, if launcher could be in shr feeds, please :) -

Re: Touch based Dual Boot Menu

2009-03-10 Thread Petr Vanek
WA> Sounds cool. Screenshots, for those of us with more curiosity WA> than time to play ? WA> WA> - Werner Werner, you might recognize this tkinter script :) http://vanous.penguin.cz/files/om/menu/menu.jpg Petr ___ devel mailing list devel@lists.ope

Re: Touch based Dual Boot Menu

2009-03-10 Thread Petr Vanek
AG> Not 100% certain but stripping the 64-byte U-Boot header that we add AG> will certainly devolve it somewhat. AG> AG> | I am not really sure i understand what happens here (build AG> script): | AG> | ${CROSS_COMPILE}objcopy -O binary -R .note -R .comment -S AG> | $1/arch/arm/boot/compressed/vm

Re: Touch based Dual Boot Menu

2009-03-05 Thread Petr Vanek
AG> AG> make ARCH=arm menuconfig thank you. is there a way to make zImage out of uImage again? I am not really sure i understand what happens here (build script): ${CROSS_COMPILE}objcopy -O binary -R .note -R .comment -S $1/arch/arm/boot/compressed/vmlinux $1/linux.bin mkimage -A arm -O l

Re: Touch based Dual Boot Menu

2009-03-03 Thread Petr Vanek
On Tue, 3 Mar 2009 07:09:06 -0300 Werner Almesberger (WA) wrote: WA> Petr Vanek wrote: WA> > dear kernel boys, is there a minimal _keep_fr_just_alive_ kernel WA> > config somewhere? then we only need to add fb and filesystems WA> WA> You could try to

Re: Touch based Dual Boot Menu

2009-03-03 Thread Petr Vanek
get to TK> the bootmenu. There is no touchscreen TK> support yet, but we accept patches ;) huh, i cannot even get the kernel so small... dear kernel boys, is there a minimal _keep_fr_just_alive_ kernel config somewhere? then we only need to add fb and filesystem

Re: Touch based Dual Boot Menu

2009-03-01 Thread Petr Vanek
PF> Probably you can save some 3 sec here by commenting out boot from PF> uSD in Qi. To me personally boot time doesn't matter much, btw. i tried that yesterday but it failed to boot altogether... will still give it a shot, Petr ___ devel mailing li

Re: Touch based Dual Boot Menu

2009-03-01 Thread Petr Vanek
On Sun, 1 Mar 2009 18:27:42 +0100 Petr Vanek (PV) wrote: >AG> Where is the time mainly going, loading kernel + initramfs, or boot >AG> action, or userspace? >AG> > >uSD card removed, using qi: > >Sun Mar 1 18:23:49 CET 2009 pwr pressed >Sun Mar 1 18:23:51 CET

Re: Touch based Dual Boot Menu

2009-03-01 Thread Petr Vanek
18:23:55 CET 2009 aux led off Sun Mar 1 18:24:00 CET 2009 first touchscreen line Sun Mar 1 18:24:01 CET 200 X -- Petr Vanek ___ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/devel

Re: eliminating udev

2009-03-01 Thread Petr Vanek
>> M'L> Try busybox's mdev. We shipped this once but had some problems >> on GTA01. M'L> I'd love to see that being utilized again. Please >> provide patches M'L> against OE, if possible. >> >> thank you, this is working for me :) much better speed. > >Cool... Please could you explain how to use t

Re: Touch based Dual Boot Menu

2009-03-01 Thread Petr Vanek
M'L> You're already using initramfs? Yes -- Petr Vanek ___ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/devel

Re: Touch based Dual Boot Menu

2009-03-01 Thread Petr Vanek
WA> This size is still a bit on the large side, tough. Andy and I have WA> been discussing this thing last week and we think that one could WA> bring the size down considerably by using SDL instead of X. The WA> tricky bit is to reduce the number of dependencies on other WA> libraries. I think Guil

Re: Touch based Dual Boot Menu

2009-02-28 Thread Petr Vanek
>> More specifically, that you don't actually change the boot loader >> but make a small Linux system that does nothing but bring up the >> menu and then execute the respective choice with kexec. >> >I wrote a little C programm for this for zaurus pda. It has no >touchscreen suppport, but you m

Re: eliminating udev

2009-02-28 Thread Petr Vanek
M'L> Try busybox's mdev. We shipped this once but had some problems on GTA01. M'L> I'd love to see that being utilized again. Please provide patches M'L> against OE, if possible. thank you, this is working for me :) much better speed. -- Petr Vanek Customer Ser

eliminating udev

2009-02-28 Thread Petr Vanek
i am trying to customize rootfs - i use the Xserver (Xglamo) that requires /dev/input/touchscreen0 which works OK with udev but udev is quite _expensive_ to use just for this single device.. is there a way to go around it ? thank you -- Petr Vaněk ___

framework ousage delay for gps

2009-02-06 Thread Petr Vanek
Hi, i am not sure what the right process would be so i am just dropping a line here @ devel: when process requests GPS device via frameworkd, after release it is mediately released (AFAIK). Would it be possible to introduce a delay when the device would be still held say for several seconds (perh

Re: [Shr-devel] sreen and suspend mode

2009-01-25 Thread Petr Vanek
On Sun, 25 Jan 2009 01:50:13 +0100 Nicola Mfb (NM) wrote: >2009/1/24 Michael 'Mickey' Lauer > >> If you're on a new frameworkd, try adding the following rule: >> >>while: PowerStatus() >>filters: Not(HasAttr(status, "discharging")) >>actions: OccupyResource(Display) >> > >I cannot te

Re: Touch based Dual Boot Menu

2009-01-08 Thread Petr Vanek
please excuse my questions (perhaps too stupid for you): On Sat, 27 Dec 2008 03:27:17 -0200 Werner Almesberger (WA) wrote: >More specifically, that you don't actually change the boot loader >but make a small Linux system that does nothing but bring up the >menu and then execute the respective c

Re: [debian] armel qemubuilder - VFS: Unable to mount root fs

2008-12-16 Thread Petr Vanek
Hi, i downloaded images from http://people.debian.org/~aurel32/qemu/armel/ and all works well now so don't worry about this anymore for me... but for the future it might be interesting to know what's actually up... Petr On Tue, 16 Dec 2008 18:04:10 +0100 Petr Vanek (PV) wrote: &g

[debian] armel qemubuilder - VFS: Unable to mount root fs

2008-12-16 Thread Petr Vanek
Hi, i am having troubles creating debian image with qemubuilder. I have followed the instructions [1] but no luck - [0.00] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Could you please point me to the right direction? Thank you Petr [1] http://wiki.debi

Re: Openmoko Bug #1841: white screen of death (WSOD) after resume

2008-12-05 Thread Petr Vanek
> Here is the Kernel which i compiled for me with the patch from > 11/26/08 > > Works very well for me, no WSOD since then. Nicolas is my hero :) > > http://music-starvation.de/openmoko/uImage_no_deep_sleep_11262008.bin > Thank you for the link, it's working for me to!!! Guys, where am i going t

Re: Openmoko Bug #1841: white screen of death (WSOD) after resume

2008-12-04 Thread Petr Vanek
>|> http://rapidshare.com/files/169488908/uImage_screenhack_own.bin.html >|> >|> patched by Mokel23 a member of Freeyourphone.de >| >| This file is neither allocated to a Premium Account, or a Collector's >| Account, and can therefore only be downloaded 10 times. >| >| This limit is reached. >| >|

Re: Openmoko Bug #1841: white screen of death (WSOD) after resume

2008-12-04 Thread Petr Vanek
On Thu, 04 Dec 2008 17:29:36 - "Openmoko Public Trac" <[EMAIL PROTECTED]> (OPT) wrote: >#1841: white screen of death (WSOD) after resume >---+ > Reporter: Rorschach | Owner: openmoko-devel > Type: defect