Re: SHR phoneui-contacts buddy icons
Am Mittwoch, 5. Mai 2010 00:36:59 schrieb Robin Paulson: On 5 May 2010 00:30, Bernd Prünster bernd.pruens...@gmail.com wrote: I was wondering what are the green one eyed alien that appear next to the contact name in Contacts list. I thought that it was an icon to replace with your friends photos, but I don't find where to change it. Sorry again for the silly question. Add a Photo field in the contact view. upon editing that field a file browser will appear to choose the picture the following would be potentially useful: add a user to contacts, let's call him 'John Smith' take a photo of John place the photo in /home/$user/.contact_photos/John Smith.jpg then, on using contacts/dialler/messages/etc., john's photo automatically appears problem with this aproach is a naming one. The calculation of the display name has gotten complex in between. And then... if you change some component the photo will no longer be shown. Something like /home/$user/.contact_photos/EntryId.jpg would work. But right now the EntryId of a contact is not user visible (and there should be no reason for it to be). Btw. the filebrowser to select the foto is fixed. -- Klaus 'mrmoku' Kurzmann ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: latest SHR unstable: neo theme not working well, can't close apps anymore, qwo keyboard breaks starter
On Wed, May 5, 2010 at 7:20 AM, Lars Hennig n...@el-hennig.de wrote: I am really looking forward to the upgrade of neo theme to illume2 ;-) And how you close an application in illume2?;-) For me the top shelf does not slide down anymore (dunno, what should be the method to close the applications) Best regards, Laszlo ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Re: latest SHR unstable: neo theme not working well, can't close apps anymore, qwo keyboard breaks starter
And how you close an application in illume2?;-) For me the top shelf does not slide down anymore (dunno, what should be the method to close the applications) For me it does not automatically, but as workaraound you can start shr_elm_softkey from the terminal and then it works fine. -- n...@el-hennig.de Lubarsky's Law of Cybernetic Entomology: There's always one more bug. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Community Updates 2010-05-01 released
On Wed, May 5, 2010 at 12:34 AM, Tomas Nackaerts tomas.nackae...@gmail.com wrote: Hello, I've just released the Community Updates 2010-05-01. This release was put together by: * Kukide * Martix * Multi * Valos * Faltantornillos * Booxter * Toams Thank you everyone for this! r -- | risto h. kurppa | risto at kurppa dot fi | http://risto.kurppa.fi ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: latest SHR unstable: neo theme not working well, can't close apps anymore, qwo keyboard breaks starter
Am Mittwoch, den 05.05.2010, 01:26 +0200 schrieb Bernd Prünster: Jan Girlich wrote: Wooha, after playing around too much with my installation today I broke it and reflashed my Freerunner with the lastest SHR unstable. And am stuck! Where do you guys keep up to date regarding the changes in the SHR apps? i don't... since the switch to fsogsmd+fsotld+etc... my neo is in a vegetative state I installed shr-theme-neo again and noticed that the background and symbol font on the starter are black and thus the app names are unreadable. (i'm the author of the neo theme ...at least illume and elm) i dont bother with illume2 for now ... i'm waiting till these issues are ironed out then i'll adapt the theme... what good does eye candy do when underlaying stuff is broken? :-P because of the current situation dont expect any theme updates until the current regressions are ironed out. you might want to try to switch to illume1 - window management and neo theme works there (go to illume settings - [i forgot the category] - profile and select illume-shr) I changed the theme under Look - Themes to illume-shr and go with this until the neo theme is fixed again. Thanks Jan signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: latest SHR unstable: neo theme not working well, can't close apps anymore, qwo keyboard breaks starter
Am Mittwoch, den 05.05.2010, 08:36 +0200 schrieb Laszlo KREKACS: On Wed, May 5, 2010 at 7:20 AM, Lars Hennig n...@el-hennig.de wrote: I am really looking forward to the upgrade of neo theme to illume2 ;-) And how you close an application in illume2?;-) For me the top shelf does not slide down anymore (dunno, what should be the method to close the applications) That's the same problem I tried to describe in my original post as well. I can't close any app anymore. Like the messages app. Open it once, not able to close, open something else so messages moves away from your current screen, then you don't have any means of switching to the currently running messages app anymore and can't open a new one because you can't start the app twice. Stuck. ssh into the phone/reboot. Cheers Jan signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Re: latest SHR unstable: neo theme not working well, can't close apps anymore, qwo keyboard breaks starter
Am Mittwoch, den 05.05.2010, 09:39 +0200 schrieb n...@el-hennig.de: And how you close an application in illume2?;-) For me the top shelf does not slide down anymore (dunno, what should be the method to close the applications) For me it does not automatically, but as workaraound you can start shr_elm_softkey from the terminal and then it works fine. Thanks! Jan signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Re: Re: latest SHR unstable: neo theme not working well, can't close apps anymore, qwo keyboard breaks starter
For me it does not automatically, but as workaraound you can start shr_elm_softkey from the terminal and then it works fine. I found an even better way to workaraounf this problem automatically: I created a wrapper /usr/bin/shr_elm_softkey.sh that is called from /etc/X11/Xsession.d/89shr_elm_softkey and that waits some time until it starts shr_elm_softkey The wrapper loks like this: ---8- #!/bin/sh export DISPLAY=localhost:0 sleep 60 exec /usr/bin/shr_elm_softkey ---8- The Xsession-Skript is the following: ---8- #!/bin/sh -e DISPLAY=:0.0 /usr/bin/shr_elm_softkey.sh ---8- -- n...@el-hennig.de Lubarsky's Law of Cybernetic Entomology: There's always one more bug. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Community Updates 2010-05-01 released
* Kukide * Martix * Multi * Valos * Faltantornillos * Booxter * Toams Thanks everybody :) -- Patryk LeadMan Benderz Linux Registered User #377521 () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments Email secured by Check Point ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Pisi won't synchronize.
This got fixed. Please upgrade to 0.5.3. If you are not on SHR-U; here is the link for manual download: http://build.shr-project.org/shr-unstable/ipk/all/pisi_0.5.3-r0.4_all.ipk Best Michael Original-Nachricht Datum: Wed, 5 May 2010 08:23:02 +0200 Von: Lieven Van Poeck lieven.van.po...@gmail.com An: community community@lists.openmoko.org Betreff: Pisi won\'t synchronize. Hello, I installed Dates today on my Freerunner with SHR unstable and wanted to synchronize Dates with my Google Calendar. I used the example conf (put it in /home/root/.pisi/conf )but Pisi doesn't start synchronizing. This is the output when I start pisigui in a terminal window: r...@om-gta02 ~ # pisigui Configuring Starting synchronization My configuration is: Mode is 0 - calendar In case of conflicts I use the following strategy: Skip Traceback (most recent call last): File /bin/pisigui, line 296, in startSync config, configfolder = pisi.readConfiguration() File /opt/pisi/pisi.py, line 57, in readConfiguration pisiprogress.getCallback(). verbose(Reading configfile: %s %(configfile) ) NameError: global name 'configfile' is not defined Thanks in advance for your help. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Re: Re: latest SHR unstable: neo theme not working well, can't close apps anymore, qwo keyboard breaks starter
On Wed, May 05, 2010 at 12:57:41PM +0200, n...@el-hennig.de wrote: For me it does not automatically, but as workaraound you can start shr_elm_softkey from the terminal and then it works fine. I found an even better way to workaraounf this problem automatically: I created a wrapper /usr/bin/shr_elm_softkey.sh that is called from /etc/X11/Xsession.d/89shr_elm_softkey and that waits some time until it starts shr_elm_softkey The wrapper loks like this: ---8- #!/bin/sh export DISPLAY=localhost:0 sleep 60 exec /usr/bin/shr_elm_softkey ---8- The Xsession-Skript is the following: ---8- #!/bin/sh -e DISPLAY=:0.0 /usr/bin/shr_elm_softkey.sh ---8- There is strace for not working http://build.shr-project.org/tests/jama/shr_elm.log.no and working start http://build.shr-project.org/tests/jama/shr_elm.log.yes As TAsn confirmed shr_elm_softkey needs illume module to be loaded before it's started. Your workaround works, but be aware that in that 60s you have to finish first run wizard (after reflash or .e removal). TAsn is checking possibilities for shr_elm_softkey autostarted by e17 itself. snip The best approach (imo), would be to make an app.desktop file, put it in /usr/share/applications (or standard place for your platform). Then in /etc/skel make a ./e/e/applications/startup/.order file with app.desktop listed in it. Then when new users get created, the ~/.e/e/applications/startup/.order file gets copied into users home dir and the QP app will get started every time they start E. /snip Shorter version of same workaround (not pushed because 20s is as bad as 60s for first start). sed -i 's#^DISPLAY=:0.0 /usr/bin/shr_elm_softkey#sh -c sleep 20 \\ /usr/bin/shr_elm_softkey#g' /etc/X11/Xsession.d/89shr_elm_softkey DISPLAY is also already set by /etc/profile.. -- uin:136542059jid:martin.ja...@gmail.com Jansa Martin sip:jama...@voip.wengo.fr JaMa ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Re: Re: Re: latest SHR unstable: neo theme not working well, can't close apps anymore, qwo keyboard breaks starter
TAsn is checking possibilities for shr_elm_softkey autostarted by e17 itself. That's probably the most elegant way. What I would like then, is to have the sliding shelf in the same style as the indicator, the capability of holding gadgets in the sliding shelf (like the IBar) and a possibility to configure the height of the shelf, if that is possible. -- n...@el-hennig.de Lubarsky's Law of Cybernetic Entomology: There's always one more bug. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
[SHR-U] root homedir ?
Hi Since I updated this week, in some occassions, root has homedir / instead of /home/root. This happens for example when starting vala-terminal. Its set ok in /etc/passwd. su root will fix it. Nevertheless, it messed up /, I now have /Desktop, /.e, /.ash_history, etc. Is it just me ? curious, *-pike ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
GSM Phone Simulation
Hello, Can you guys please guide on how to simulate gsm calls in the emulator. In openmoko.org, I found that gsm calls can be emulated through phonesim. I have enabled phonesim while building the qemu by --enable-phone-sim (found here QPE 4.3.0 plus QEMU « Account of my unadventureshttp://unadventure.wordpress.com/2007/10/28/qpe-430-plus-qemu/) compiler flags. But I cannot run the phonesim gui. Q1.How do I run the phonesim gui app. I tried downloading the source compiling it, but it needs qt installed. I downloaded the qt sdk from nokia (qt source sdk).Compiled and installed,but no use.Please sugggest a way to run the phonesim gui. Q2.Can I make calls between the simulator (like in android). If so how.? Q3.Is there any app like phonesim used to emulate gsm? Not the atinterface, because in the link I mentioned above it says that atinterface run on qtopia, and is used to expose the modem. *Please help regarding this issue.* Thank You Regards Saravana.L * * *My Steps* 1.Download the kernel (Mine:2.6.28.10). Make the kernel by setting the options in the configuration.(I enabled all the options except the first one which says ' Enable support for usb gadgets' , as this option was not found) 2.Install the kernel. 3.modprobe, and adding gadget to fstab. mounting /dev/gadget After that I checked my config-host.h in qemu (it has CONFIG_GADGETS =1).( I did some google search and found this) Then started the emulator by rebuilding it(make qemu). After the emulator starts when I enter this in the qemu_moniter 'usb_add gadget:1', then it hangs. *Error Log:* In the emulator it says 'Could not remove USB Device 0.5' In the shell it says 'gadget_ep_setup: endpoint configuration failed :-22' 's3c_udc_handle_packet: EP0 overrun' 'pcf_write:automatic: fast -charge enabled' 's3c_udc_handle_packet: EP0 overrun' I have checked this in Ubuntu 9.04 - Jaunty Jackalope - Quad Core I have also tried this in the weekend in my vmware in macos - Ubuntu Karmic 9.10 (Kernel tried - 2.6.31.10) In both the os the same problem occurs. Please help regarding this issue, as I am stuck getting the shell of the simulator to send command and pppd is also not working.. The terminal in the simulator, is not so good.I cannot also install any other terminal package without the shell. Regards Saravanan.L ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: GNU/Linux Wrist Watch
Esben Stien b...@esben-stien.name writes: Does something like this exist?. If not, please, someone start making it. Why Linux? I would like my watch to consume as little energy as possible... -Timo ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: GNU/Linux Wrist Watch
10 seconds of googling linux based wrist watch brings this; I know I'm a slow typer http://www.freeos.com/articles/3800 On Wed, May 5, 2010 at 12:44 PM, Timo Juhani Lindfors timo.lindf...@iki.fi wrote: Esben Stien b...@esben-stien.name writes: Does something like this exist?. If not, please, someone start making it. Why Linux? I would like my watch to consume as little energy as possible... -Timo ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
RE: GNU/Linux Wrist Watch
What about http://www.dynawa.org/? milan -Original Message- From: community-boun...@lists.openmoko.org [mailto:community-boun...@lists.openmoko.org] On Behalf Of Timo Juhani Lindfors Sent: Wednesday, May 05, 2010 8:44 PM To: List for Openmoko community discussion Subject: Re: GNU/Linux Wrist Watch Esben Stien b...@esben-stien.name writes: Does something like this exist?. If not, please, someone start making it. Why Linux? I would like my watch to consume as little energy as possible... -Timo ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: GNU/Linux Wrist Watch
It isn't quite a watch, and it (probably) doesn't run Linux, but I saw this[1] today and thought, I'd like one of those on my wrist, as long as I don't have to run a ton of proprietary software to read and process the data it captures. [1] http://www.cambridgeconsultants.com/news_pr219.html ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
[QtMoko] Call for Alternate Lockscreen
Hi all, i am using QtMoko a long time now (thanks a lot Radek!!) and im very happy with it, but i would love to see some grafical changes. :) A year ago i saw Th30z OpenMoko Preview on youtube [1] and liked its layout and the locker in special. Unfortunately the developer isnt working on that any longer. Currently im fighting with my toolchain and Qt in general and Theming and can provide such a alternate lockscreen in late march 2023 myself. (;)) Is there any Qt- Geek out there who wants to help the QtMoko community? The last tarball with locker sources is here [2] and the actual plain framework (Mokotouch) is here [3]. Thanks in advance Sascha [1] http://www.youtube.com/watch?v=yr821OgnvYc [2] http://telefoninux.org/uploads/theo/ (MokoTouch.tar.bz2) [3] http://code.google.com/p/mokotouch/ ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: Pisi won't synchronize.
Many thanks for your help. Lieven On Wed, May 5, 2010 at 3:31 PM, Michael Pilgermann kichka...@gmx.de wrote: This got fixed. Please upgrade to 0.5.3. If you are not on SHR-U; here is the link for manual download: http://build.shr-project.org/shr-unstable/ipk/all/pisi_0.5.3-r0.4_all.ipk Best Michael ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [QtMoko] Debian package for v22
Thanks - Thank you for your attention. -- View this message in context: http://openmoko-public-mailinglists.1958.n2.nabble.com/QtMoko-Debian-package-for-v22-tp5004685p5012579.html Sent from the Openmoko Community mailing list archive at Nabble.com. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
GSM Phone Simulation on Emulator
Hello, Can you guys please guide on how to simulate gsm calls in the emulator. In openmoko.org, I found that gsm calls can be emulated through phonesim. I have enabled phonesim while building the qemu by --enable-phone-sim (found here QPE 4.3.0 plus QEMU « Account of my unadventureshttp://unadventure.wordpress.com/2007/10/28/qpe-430-plus-qemu/) compiler flags. But I cannot run the phonesim gui. Q1.How do I run the phonesim gui app. I tried downloading the source compiling it, but it needs qt installed. I downloaded the qt sdk from nokia (qt source sdk).Compiled and installed,but no use.Please sugggest a way to run the phonesim gui. Q2.Can I make calls between the simulator (like in android). If so how.? Q3.Is there any app like phonesim used to emulate gsm? Not the atinterface, because in the link I mentioned above it says that atinterface run on qtopia, and is used to expose the modem. *Please help regarding this issue.* Thank You Regards Saravana.L ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
[SHR] Advanced Geocaching Error
I really like this app for geocaching (it is probably the app I show off the most to people on the freerunner!) and was dismayed when I found that it had stopped downloading the caches correctly in the most recent version. However, not wanting to work on my finals, I decided to track down why this was. The error it seems is on line 545 of geocaching.py (located at: /usr/lib/site-python/advancedcaching/core.py) The regex used to find the lat/lon is not taking into account the possibility of a negative value. Changing the line to the following will fix the error and allow you to download caches again! coords = re.compile('lat=(-?[0-9.]+)amp;lon=(-?[0-9.]+)amp;').search(line) Hope this helps anyone else that was having this problem...and enjoy caching! -Dan Staley ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community