Re: [SHR-unstable] Failing to get a GPS fix on FSO. Ublox works..

2009-09-10 Thread rakshat hooja
On Thu, Sep 10, 2009 at 1:36 AM, Risto H. Kurppa ri...@kurppa.fi wrote:

 Hi!

 1) install latest SHR unstable
 ( 2) upgrade)
 2) install omgps

 - now when you try to get a fix with only omgps (using ublox), it
 works in a reasonable time (30-50s or so)
 But trying to find satellites with the SHR settings - Position it's
 hopeless.
 I've put it on manual  on. It keeps me waiting for ages with all the
 fields showing 'unknown' except Fix that shows invalid or something
 like that..  And no fix for minutes if ever.
 And the same goes with Tangogps (using FSO) - no fix..


I get fix in 50sec-1min on SHR-U

my rootfs is

http://build.shr-project.org/shr-unstable/images/om-gta02/old/full-om-gta02.jffs2


I think its a 22nd August build.  Non opkg upgraded. I leave the automatic
setting for GPS in SHR Settings.

Rakshat
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] Failing to get a GPS fix on FSO. Ublox works..

2009-09-10 Thread rakshat hooja
On Thu, Sep 10, 2009 at 12:51 PM, rakshat hooja raks...@gmail.com wrote:



 On Thu, Sep 10, 2009 at 1:36 AM, Risto H. Kurppa ri...@kurppa.fi wrote:

 Hi!

 1) install latest SHR unstable
 ( 2) upgrade)
 2) install omgps

 - now when you try to get a fix with only omgps (using ublox), it
 works in a reasonable time (30-50s or so)
 But trying to find satellites with the SHR settings - Position it's
 hopeless.
 I've put it on manual  on. It keeps me waiting for ages with all the
 fields showing 'unknown' except Fix that shows invalid or something
 like that..  And no fix for minutes if ever.
 And the same goes with Tangogps (using FSO) - no fix..


 I get fix in 50sec-1min on SHR-U

 my rootfs is


 http://build.shr-project.org/shr-unstable/images/om-gta02/old/full-om-gta02.jffs2


 I think its a 22nd August build.  Non opkg upgraded. I leave the automatic
 setting for GPS in SHR Settings.

 Rakshat



And my kernel is

http://build.shr-project.org/shr-unstable/images/om-gta02/uImage-2.6.29-oe11+gitr119838+2d158aae9d8d36f575504f59884ed8e80802efe2-r3.5-om-gta02.bin

Rakshat


-- 
--
Please use Firefox as your web browser. Its protects you from spyware and is
also a very feature rich browser.
www.firefox.com
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] Failing to get a GPS fix on FSO. Ublox works..

2009-09-10 Thread Rui Miguel Silva Seabra
On Thu, Sep 10, 2009 at 12:05:53AM +0300, Risto H. Kurppa wrote:
 On Wed, Sep 9, 2009 at 11:18 PM, Rui Miguel Silva Seabrar...@1407.org wrote:
 
  Did you reboot twice? You need to do so!
 
 Have rebooted ~twice a day for about a week now :) (I've had the SHR
 installation for ~week)
 
 - that doesn't solve this.
 
 (and OK, I have some stuff installed and it's not a clean SHR so can't
 really confirm without reflashing..)

I did an opkg upgrade a couple of days ago and rebooted only once.

Things appeared to be working, but they weren't really working that well.

After a second reboot it worked (as) fine as ever since.

Rui

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] Failing to get a GPS fix on FSO. Ublox works..

2009-09-09 Thread Rui Miguel Silva Seabra
On Wed, Sep 09, 2009 at 11:06:03PM +0300, Risto H. Kurppa wrote:
 Hi!
 
 1) install latest SHR unstable
 ( 2) upgrade)
 2) install omgps
 
 - now when you try to get a fix with only omgps (using ublox), it
 works in a reasonable time (30-50s or so)
 But trying to find satellites with the SHR settings - Position it's hopeless.
 I've put it on manual  on. It keeps me waiting for ages with all the
 fields showing 'unknown' except Fix that shows invalid or something
 like that..  And no fix for minutes if ever.
 And the same goes with Tangogps (using FSO) - no fix..
 
 Removing AGPS data - is there a rule the visibility of the button
 follows? Sometimes it's there when I start the position, sometimes
 it's gone.
 
 Anyway: I think something weird's happening in FSO gps interface.
 
 Anyone experienced the same?

Did you reboot twice? You need to do so!

Rui

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] Failing to get a GPS fix on FSO. Ublox works..

2009-09-09 Thread Risto H. Kurppa
On Wed, Sep 9, 2009 at 11:18 PM, Rui Miguel Silva Seabrar...@1407.org wrote:

 Did you reboot twice? You need to do so!

Have rebooted ~twice a day for about a week now :) (I've had the SHR
installation for ~week)

- that doesn't solve this.

(and OK, I have some stuff installed and it's not a clean SHR so can't
really confirm without reflashing..)


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


swap partition seems faster than a swap file (Re: [SHR-Unstable] swapon: swapfile has holes)

2009-09-06 Thread Timo Juhani Lindfors
Matthias Huber matthias.hu...@wollishausen.de writes:
 afaik, it is much faster than file.

On a computer with 256M ram and compact flash as storage I ran

#include stdio.h
#include stdlib.h
#include string.h
#include assert.h

#define BUFSIZE (400*1024*1024)

int main(int argc, char *argv[]) {
  char *p;
  int i;
  int ret;

  puts(allocating memory);
  p = malloc(BUFSIZE);
  assert(p);

  puts(writing to memory);
  for (i = 0; i  BUFSIZE; i++) {
p[i] ^= 3;
  }

  puts(reading from memory);
  for (i = 0; i  BUFSIZE; i++) {
ret ^= p[i];
  }
  return ret;
}

with both cases. It seems that partition is somewhat faster indeed:

256M swap partition:

$ for i in 1 2 3 4; do time ./a.out ; done
allocating memory
writing to memory
reading from memory

real3m47.793s
user0m27.282s
sys 0m5.592s
allocating memory
writing to memory
reading from memory

real3m16.614s
user0m27.114s
sys 0m5.624s
allocating memory
writing to memory
reading from memory

real3m10.966s
user0m27.010s
sys 0m5.456s
allocating memory
writing to memory
reading from memory

real3m14.328s
user0m27.106s
sys 0m5.160s

256M swap file:

allocating memory
writing to memory
reading from memory

real6m19.494s
user0m27.630s
sys 0m6.956s
allocating memory
writing to memory
reading from memory

real3m49.047s
user0m27.698s
sys 0m5.028s
allocating memory
writing to memory
reading from memory

real4m18.462s
user0m27.442s
sys 0m5.296s
allocating memory
writing to memory
reading from memory

real4m1.905s
user0m27.858s
sys 0m4.928s

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-Unstable] swapon: swapfile has holes

2009-09-06 Thread Greg Bonett
On Sat, 05 Sep 2009 10:57:32 +0200
Matthias Huber matthias.hu...@wollishausen.de wrote:

 Greg Bonett schrieb:
  Hi there,
  I just installed SHR unstable and I'm impressed at how usable and
  responsive it is.  However, while I was performing a opkg operation
  I ran out of memory so I tried to add a swap file. 
  When following the instructions at:
  http://wiki.openmoko.org/wiki/SHR_User_Manual#SwapSpace
  I get the error:
  swapon: /swapfile: Invalid argument
  and dmesg shows:
  swapon: swapfile has holes
 
  I've tried files on the sd card and also on the internal memory.
  Any suggestions?
 

 i could imagine, it must be at one extent, so you should try two
 things:
 
 * format your sdcard and make the swapfile on the newly created fs.
 *** but if you are formatting the card, you can make a real swap
 _partition_ also.
 

I ended up making a swap partition and it seems to be working without
any problems.  Thanks for the help.

-Greg

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] Does mount nfs filesystem works

2009-09-05 Thread Laszlo KREKACS
On Sat, Sep 5, 2009 at 6:38 AM, Marc Bantleopenm...@rcie.de wrote:
 Can anybody confirm if nfs mount or not on freerunner?

Finally I could find my old uSD card, and restored om2009.
IT works like a charm under om2009.


 Works here using mount from BusyBox V1.13.2
 package and kernel/modules 2.6.29-oe11+gitr119839.

 Some months ago I had similar problems with mount
 binary from util-linux package IIRC.

I installed util-linux package, but still mount -t nfs timeouts
when I want to mount...


 Cheers,
 Marc

Thx for your comment,
 Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] Does mount nfs filesystem works

2009-09-05 Thread Laszlo KREKACS
On Sat, Sep 5, 2009 at 10:34 AM, Laszlo
KREKACSlaszlo.krekacs.l...@gmail.com wrote:
 Finally I could find my old uSD card, and restored om2009.
 IT works like a charm under om2009.

We are talking about a command like this:

 mount -t nfs 192.168.0.200:/home/lama/Asztal/down/openmoko/paroli
/usr/share/nfs-paroli/

Best regards,
 Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-Unstable] swapon: swapfile has holes

2009-09-05 Thread Matthias Huber
Greg Bonett schrieb:
 Hi there,
 I just installed SHR unstable and I'm impressed at how usable and
 responsive it is.  However, while I was performing a opkg operation I
 ran out of memory so I tried to add a swap file. 
 When following the instructions at:
 http://wiki.openmoko.org/wiki/SHR_User_Manual#SwapSpace
 I get the error:
 swapon: /swapfile: Invalid argument
 and dmesg shows:
 swapon: swapfile has holes

 I've tried files on the sd card and also on the internal memory.
 Any suggestions?

   
i could imagine, it must be at one extent, so you should try two things:

* format your sdcard and make the swapfile on the newly created fs.
*** but if you are formatting the card, you can make a real swap
_partition_ also.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-Unstable] swapon: swapfile has holes

2009-09-05 Thread Laszlo KREKACS
On Sat, Sep 5, 2009 at 10:57 AM, Matthias
Hubermatthias.hu...@wollishausen.de wrote:
 *** but if you are formatting the card, you can make a real swap
 _partition_ also.

I prefer the file over partition, because you can make bigger or shrink
whenever you want. And giving a separate partition is just a luxury, when
you can only create four (above that serious tweaking is necessary).


Best regards,
 Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-Unstable] swapon: swapfile has holes

2009-09-05 Thread Matthias Huber
Timo Juhani Lindfors schrieb:
 Matthias Huber matthias.hu...@wollishausen.de writes:
   
 *** but if you are formatting the card, you can make a real swap
 _partition_ also.
 

 What are the advantages of a swap partition? The only one I can think
 of is that it can be used for software suspend.

   
afaik, it is much faster than file.

-- 
MatzeHuber

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-Unstable] swapon: swapfile has holes

2009-09-05 Thread Laszlo KREKACS
On Sat, Sep 5, 2009 at 11:45 AM, Matthias
Hubermatthias.hu...@wollishausen.de wrote:
 afaik, it is much faster than file.

Benchmark it!;)
I think glamo is enough bottleneck to make all the two the same slowiness...

But just guessing.

Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-Unstable] swapon: swapfile has holes

2009-09-05 Thread David Garabana Barro
O Sábado, 5 de Setembro de 2009, Timo Juhani Lindfors escribiu:
 Matthias Huber matthias.hu...@wollishausen.de writes:
  *** but if you are formatting the card, you can make a real swap
  _partition_ also.
 
 What are the advantages of a swap partition? The only one I can think
 of is that it can be used for software suspend.

If you have more than a distro installed, you can use *the same* partition for 
all distros.
You will only waste space onece ;)


-- 
David Garabana Barro
jabber  google talk ID:da...@garabana.com
Clave pública PGP/GPG:  http://davide.garabana.com/pgp.html


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-Unstable] swapon: swapfile has holes

2009-09-05 Thread David Garabana Barro
O Sábado, 5 de Setembro de 2009, Laszlo KREKACS escribiu:
 
 I prefer the file over partition, because you can make bigger or shrink
 whenever you want. And giving a separate partition is just a luxury, when
 you can only create four (above that serious tweaking is necessary).

Four???
You can create up to 7:

r...@om-gta02 ~ $ fdisk -l /dev/mmcblk0

Disk /dev/mmcblk0: 7969 MB, 7969177600 bytes
246 heads, 62 sectors/track, 1020 cylinders
Units = cylinders of 15252 * 512 = 7809024 bytes

Device Boot  Start End  Blocks   Id  System
/dev/mmcblk0p1   1   6   45725   83  Linux
/dev/mmcblk0p2   7 108  777852   83  Linux
/dev/mmcblk0p3 109 313 1563330   83  Linux
/dev/mmcblk0p4 3141020 53915825  Extended
/dev/mmcblk0p5 314 390  587171   83  Linux
/dev/mmcblk0p6 391 994 4606073   83  Linux
/dev/mmcblk0p7 9951020  198245   82  Linux swap / 
Solaris

-- 
David Garabana Barro
jabber  google talk ID:da...@garabana.com
Clave pública PGP/GPG:  http://davide.garabana.com/pgp.html


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-Unstable] swapon: swapfile has holes

2009-09-05 Thread William Kenworthy
On Sat, 2009-09-05 at 11:45 +0200, Matthias Huber wrote:
 Timo Juhani Lindfors schrieb: 
  Matthias Huber matthias.hu...@wollishausen.de writes:

   *** but if you are formatting the card, you can make a real swap
   _partition_ also.
   
  
  What are the advantages of a swap partition? The only one I can think
  of is that it can be used for software suspend.
  

 afaik, it is much faster than file.
 
 -- 
 MatzeHuber

I use swapfiles occasionally on my desktop when it looks like I need
more swap (large graphics - gimp) - I would disagree that a swap
partition is much faster - experience shows its more like much, much,
much ... faster :)

Not of much use on th FR, but swap partitions on different drives having
the same priority use a parallel striping for read/write (like raid0)
for a speedup.

BillK


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] Does mount nfs filesystem works

2009-09-05 Thread Laszlo KREKACS
On Sat, Sep 5, 2009 at 10:48 AM, Laszlo
KREKACSlaszlo.krekacs.l...@gmail.com wrote:
 IT works like a charm under om2009.

With the help of blindcoder at #openmoko-cdevel channel, it turned out,
that I need to install portmap software to be able to use nfs mounting.

Sadly portmap is not available on shr. He was kind enough, and builded
for me one:
wget http://pallas.crash-override.net/~blindcoder/portmap_6.0-r3_armv4t.ipk
opkg install portmap_6.0-r3_armv4t.ipk
/etc/init.d/portmap restart

And after it works like a charm.

There is an error message though when starting the portmap daemon:

r...@om-gta02 ~ $ /etc/init.d/portmap restart
/etc/init.d/portmap: line 47: pmap_dump: not found
Stopping portmap daemon: portmap.
Starting portmap daemon: portmap.
/etc/init.d/portmap: line 47: pmap_set: not found
r...@om-gta02 ~ $

According to blindcoder they should only be run when
 /var/run/portmap.upgrade-state exists, which doesn't exists on Fr.


Could some shr people include this package in shr?

Best regards,
 Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] Does mount nfs filesystem works

2009-09-04 Thread Marc Bantle
Hi,

Laszlo KREKACS schrieb:
 Now mount -t nfs just hangs on the freerunner using
 shr unstable. However I do not know, if it is really
 shr's problem, as I touched quit a bit my networking
 setup these days.

 Can anybody confirm if nfs mount or not on freerunner?

Works here using mount from BusyBox V1.13.2
package and kernel/modules 2.6.29-oe11+gitr119839.

Some months ago I had similar problems with mount
binary from util-linux package IIRC.

Cheers,
Marc


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable 20090808] what the... opkg not found?

2009-08-24 Thread Patryk Benderz
Dnia 2009-08-23, nie o godzinie 09:28 -0700, jeremy jozwik pisze:
 r...@om-gta02 / $ opkg upgrade
 -sh: opkg: not found
you might want to try to use an alias:
# alias opkg='opkg-cl'


-- 
Kind Regards

Patryk Benderz
IT Specialist
Linux Registered User #377521
+48 22 538 6292

ERSTE Securities Polska S.A.
ul. Królewska 16
Warszawa 00-103
KRS 065121
NIP 526-10-27-638
REGON 011136053
Kapitał akcyjny: 15.500.000 złotych (w pełni opłacony)

This message and any attached files are confidential and intended solely
for the addressee(s). Any publication, transmission or other use of the
information by a person or entity other than the intended addressee is
prohibited. If you receive this in error please contact the sender and
delete the material. The sender does not accept liability for any errors
or omissions as a result of the transmission.


Email secured by Check Point

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable 20090808] what the... opkg not found?

2009-08-23 Thread Vikas Saurabh
 r...@om-gta02 / $ opkg upgrade
 -sh: opkg: not found

 help!

Most probably, you did an upgrade when opkg (a soft link) got missed
in the build. Try opkg-cl. It would get fixed as soon as you are done
with the upgrade

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable 20090808] what the... opkg not found?

2009-08-23 Thread jeremy jozwik
On Sun, Aug 23, 2009 at 9:30 AM, Vikas Saurabhvikas.saur...@gmail.com wrote:
 Most probably, you did an upgrade when opkg (a soft link) got missed
 in the build. Try opkg-cl. It would get fixed as soon as you are done
 with the upgrade

yikes... ok opkg-cl works and a soft link from that to opkg works. is
that what you mean by fix?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable 20090808] what the... opkg not found?

2009-08-23 Thread Vikas Saurabh
 yikes... ok opkg-cl works and a soft link from that to opkg works. is
 that what you mean by fix?

it was just a build system bugthe soft link would come up
automatically with the upgrade. Basically just use opkg-cl once and
forget that it even exists.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable 20090808] what the... opkg not found?

2009-08-23 Thread Krzysztof 'soltys' Koros'cik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
jeremy jozwik pisze:
 On Sun, Aug 23, 2009 at 9:30 AM, Vikas Saurabhvikas.saur...@gmail.com
wrote:
 Most probably, you did an upgrade when opkg (a soft link) got missed
 in the build. Try opkg-cl. It would get fixed as soon as you are done
 with the upgrade

 yikes... ok opkg-cl works and a soft link from that to opkg works. is
 that what you mean by fix?


It's fixed in feed opkg update  opkg instal opkg libopkg0 fixes that

- --
Krzysztof 'soltys' Koroscik
jid: sol...@szluug.org
e-mail: sol...@szluug.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iEYEARECAAYFAkqReFwACgkQNbd+EcfTCIQhtgCdFae6lM6OA4JSZac0a0cDzIX6
EzEAnjiuZYk0Of1oDJKE8fNcXJebDPb4
=fDrw
-END PGP SIGNATURE-


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: shr unstable lite missing opkg

2009-08-15 Thread Sebastian Krzyszkowiak
On 8/15/09, Fernando Martins ferna...@cmartins.nl wrote:
 Hi,

 I just installed latest unstable from August, 8th, but opkg isn't
 included. I looked in /bin, /usr/bin.

 How can I fix this?? Could someone send me the binary?

 TIA,
 Fernando

opkg-cl update; opkg-cl upgrade

-- 
Sebastian Krzyszkowiak
dos

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: shr unstable lite missing opkg

2009-08-15 Thread Fernando Martins
Sebastian Krzyszkowiak wrote:
 On 8/15/09, Fernando Martins ferna...@cmartins.nl wrote:
   
 Hi,

 I just installed latest unstable from August, 8th, but opkg isn't
 included. I looked in /bin, /usr/bin.

 How can I fix this?? Could someone send me the binary?

 TIA,
 Fernando
 

 opkg-cl update; opkg-cl upgrade

   
Thanks I was not following the list and had relied in vain on google. I 
saw later a post about opkg being a link to opkg-cl.

Regards,
Fernando

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] navit won't run

2009-07-24 Thread Tim Abell
I just timed that install of navit-dev
53 minutes.
meh.

real53m 25.40s
user6m 54.57s
sys 23m 41.86s

Tim

arne anka wrote:
 On Fri, 03 Jul 2009 06:31:22 +0200, Tim Abell t...@timwise.co.uk wrote:

   
 opkg install navit-dev
 (installs *lots* of dedpedencies)
 

 of course -- it is a devel package.
 to me your symptoms sound like you didn't have a working configuration (ie  
 navit.xml).
 maybe navit-dev simply installed something working?

 ___
 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: [shr-unstable] omgps track disappearance

2009-07-20 Thread mqy

Hi jeremy,

I can confirm omgps does not issue any 'rm' commands.
Do you link .omgps or other folds to some SD card partition? If so, that may
be caused by hardware failure.
I has similar bad experience, with SD card corruption.
Check /media/ to see if your partitions are mounted. 
If you have a card reader, unplug SD card and try restore from a PC.

May your dear data with you.

best regards,
  mqy


jeremy jozwik wrote:
 
 hello list. just saturday i went on a fairly long trip which i tracked
 via omgps. just this morning i was reviewing the track. and now, only
 a few minutes ago i was looking around in the track folder and
 discovered there was no files of any size.
 
 along with that /.omgps seems to have disappeared as well.
 
 im pritty peeved off that my tracks are gone, is there any hope of
 getting them back?
 
 [no rm commands were issued in the last 5 days. so im really confused]
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--omgps-track-disappearance-tp3292182p3292351.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


Re: [shr-unstable] omgps track disappearance

2009-07-20 Thread jeremy jozwik
On Mon, Jul 20, 2009 at 4:00 PM, mqymeng.qing...@gmail.com wrote:

 Hi jeremy,

 I can confirm omgps does not issue any 'rm' commands.
 Do you link .omgps or other folds to some SD card partition? If so, that may
 be caused by hardware failure.
 I has similar bad experience, with SD card corruption.
 Check /media/ to see if your partitions are mounted.
 If you have a card reader, unplug SD card and try restore from a PC.

 May your dear data with you.

 best regards,
  mqy

i did have a link from .omgps/track to mmcblk0p2. the partition was
mounted and i could move around the folder system. when i went into
the track folder and issued an LS command nothing came up. i tore out
the sd card right after i discovered the issue.

is this a good source for an attempt at pc restoration?
http://www.linux.com/archive/articles/58142

also, is this a formatting issue or just a bug?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] omgps track disappearance

2009-07-20 Thread mqy

jerem,

I mean omgps does not auto delete normal files such as track log.
As of recovery, I know EXT3 is difficult to recover :(
Read carefully including comments!

mqy


jeremy jozwik wrote:
 
 On Mon, Jul 20, 2009 at 4:00 PM, mqymeng.qing...@gmail.com wrote:

 Hi jeremy,

 I can confirm omgps does not issue any 'rm' commands.
 Do you link .omgps or other folds to some SD card partition? If so, that
 may
 be caused by hardware failure.
 I has similar bad experience, with SD card corruption.
 Check /media/ to see if your partitions are mounted.
 If you have a card reader, unplug SD card and try restore from a PC.

 May your dear data with you.

 best regards,
  mqy
 
 i did have a link from .omgps/track to mmcblk0p2. the partition was
 mounted and i could move around the folder system. when i went into
 the track folder and issued an LS command nothing came up. i tore out
 the sd card right after i discovered the issue.
 
 is this a good source for an attempt at pc restoration?
 http://www.linux.com/archive/articles/58142
 
 also, is this a formatting issue or just a bug?
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--omgps-track-disappearance-tp3292182p3292486.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


Re: [shr-unstable] omgps track disappearance

2009-07-20 Thread mqy

jeremy,

You said .omgps directory is empty, do you mean only empty subdirectories?
Let me explain how omgps works on directories:

At start up, it check if .omgps/ exists. If not, it create .omgps/ and
subdirectories, such as track/ screenshots/, etc.

But if you link .omgps to another directory in SD card, the link file exists
even if SD card fails to mount.
Broken soft link file should trigger error dialog on omgps startup.

If your partition is ext3, see this link
http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html

 mqy


jeremy jozwik wrote:
 
 hello list. just saturday i went on a fairly long trip which i tracked
 via omgps. just this morning i was reviewing the track. and now, only
 a few minutes ago i was looking around in the track folder and
 discovered there was no files of any size.
 
 along with that /.omgps seems to have disappeared as well.
 
 im pritty peeved off that my tracks are gone, is there any hope of
 getting them back?
 
 [no rm commands were issued in the last 5 days. so im really confused]
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--omgps-track-disappearance-tp3292182p3292601.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


Re: [shr-unstable] omgps track disappearance

2009-07-20 Thread jeremy jozwik
On Mon, Jul 20, 2009 at 4:42 PM, mqymeng.qing...@gmail.com wrote:

 jeremy,

 You said .omgps directory is empty, do you mean only empty subdirectories?
 Let me explain how omgps works on directories:

 At start up, it check if .omgps/ exists. If not, it create .omgps/ and
 subdirectories, such as track/ screenshots/, etc.

 But if you link .omgps to another directory in SD card, the link file exists
 even if SD card fails to mount.
 Broken soft link file should trigger error dialog on omgps startup.

 If your partition is ext3, see this link
 http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html

  mqy

on that part i was in error. i was running cd /.omgps instead of cd ~/.omgps.

the omgps folders exist as does the softlink to the sd card partition.
thanks for that link too. ill have to hope everything is there when i
get home and attempt a recover

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] omgps track disappearance

2009-07-20 Thread mqy

ok, hope this disaster can remind all of us: alway backup important data as
early as possible:)


jeremy jozwik wrote:
 
 On Mon, Jul 20, 2009 at 4:42 PM, mqymeng.qing...@gmail.com wrote:

 jeremy,

 You said .omgps directory is empty, do you mean only empty
 subdirectories?
 Let me explain how omgps works on directories:

 At start up, it check if .omgps/ exists. If not, it create .omgps/ and
 subdirectories, such as track/ screenshots/, etc.

 But if you link .omgps to another directory in SD card, the link file
 exists
 even if SD card fails to mount.
 Broken soft link file should trigger error dialog on omgps startup.

 If your partition is ext3, see this link
 http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html

  mqy
 
 on that part i was in error. i was running cd /.omgps instead of cd
 ~/.omgps.
 
 the omgps folders exist as does the softlink to the sd card partition.
 thanks for that link too. ill have to hope everything is there when i
 get home and attempt a recover
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--omgps-track-disappearance-tp3292182p3292703.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


Re: [shr-unstable] omgps track disappearance

2009-07-20 Thread jeremy jozwik
On Mon, Jul 20, 2009 at 4:59 PM, mqymeng.qing...@gmail.com wrote:

 ok, hope this disaster can remind all of us: alway backup important data as
 early as possible:)

yargh! it wasnt even 72 hours from creation!
i knew i should have copied off those files when i ssh'ed this morning...

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] Ring tone on SMS

2009-07-16 Thread Sebastian Krzyszkowiak
On 7/16/09, c_c cchan...@yahoo.com wrote:

 Hi
  If you were using notify_message.mp3 - it's no longer there in
 /usr/share/sounds. Select another one - or copy it back from an old tarball.
 HTH

It is there, but as notify_message.wav. And default config was using
Arkanoid_PSID.sid, which isn't there now.

@Adam:
I suggest reviewing conf changes when upgrading. Default configuration
has been changed, so it's your fault that your sms ringtone isn't
played ;)

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] Ring tone on SMS

2009-07-16 Thread Adam Jimerson
On Thursday 16 July 2009 08:37:15 am Sebastian Krzyszkowiak wrote:
 On 7/16/09, c_c cchan...@yahoo.com wrote:
  Hi
   If you were using notify_message.mp3 - it's no longer there in
  /usr/share/sounds. Select another one - or copy it back from an old
  tarball. HTH

 It is there, but as notify_message.wav. And default config was using
 Arkanoid_PSID.sid, which isn't there now.

 @Adam:
 I suggest reviewing conf changes when upgrading. Default configuration
 has been changed, so it's your fault that your sms ringtone isn't
 played ;)


According to SHR settings it is set up to use notify_message.wav (did a 
reflash recently) but notify_message.wav is not in /usr/share/sounds so that 
would be my problem.  Looking through the sounds that is on the phone by 
default a lot of them are quite funny.  Would the wav file be in one of the 
old SHR-Unstable tarball or would I need to get it from somewhere else.
-- 
We must plan for freedom, and not only for security, if for no other reason 
than only freedom can make security more secure.  Karl Popper


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] Ring tone on SMS

2009-07-15 Thread c_c

Hi
 If you were using notify_message.mp3 - it's no longer there in
/usr/share/sounds. Select another one - or copy it back from an old tarball.
HTH
-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--Ring-tone-on-SMS-tp3266721p3266950.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


Re: [shr-unstable] phone profile

2009-07-13 Thread Helge Hafting
Joshua Judson Rosen wrote:
 jeremy jozwik jerjoz.for...@gmail.com writes:
 is there a config file that i can alter to make my shr-settings phone
 profiles stay put even after a shutdown? it i set to vibrate, shutdown
 and turn on at a later time phone settings will always default back to
 default
 
 Isn't that why it's called default?
 
Default is what you get after flashing. default is what you
get when you don't customize.  And that is fine.

The phone is not supposed to revert back to default just because
the user boots it. If you make _changes_, they should stick!

Helge Hafting

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] phone profile

2009-07-13 Thread William Kenworthy
On Mon, 2009-07-13 at 10:58 +0200, Helge Hafting wrote:
 Joshua Judson Rosen wrote:
  jeremy jozwik jerjoz.for...@gmail.com writes:
  is there a config file that i can alter to make my shr-settings phone
  profiles stay put even after a shutdown? it i set to vibrate, shutdown
  and turn on at a later time phone settings will always default back to
  default
  
  Isn't that why it's called default?
  
 Default is what you get after flashing. default is what you
 get when you don't customize.  And that is fine.
 
 The phone is not supposed to revert back to default just because
 the user boots it. If you make _changes_, they should stick!
 
 Helge Hafting
 

Yeah, thats way I think it should work too - however you can get a
usable situation by changing the settings for default to your common
situation (which then become sticky and last through a reboot/most
upgrades).  That way if want silent for default - change all the default
settings to silent and it will boot up as that.  Counter-intuitive ...

BillK




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] phone profile

2009-07-12 Thread Joshua Judson Rosen
jeremy jozwik jerjoz.for...@gmail.com writes:

 is there a config file that i can alter to make my shr-settings phone
 profiles stay put even after a shutdown? it i set to vibrate, shutdown
 and turn on at a later time phone settings will always default back to
 default

Isn't that why it's called default?

-- 
Don't be afraid to ask (Lf.((Lx.xx) (Lr.f(rr.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] phone profile

2009-07-12 Thread jeremy jozwik
On Sun, Jul 12, 2009 at 11:49 AM, Joshua Judson
Rosenroz...@geekspace.com wrote:
 jeremy jozwik jerjoz.for...@gmail.com writes:

 is there a config file that i can alter to make my shr-settings phone
 profiles stay put even after a shutdown? it i set to vibrate, shutdown
 and turn on at a later time phone settings will always default back to
 default

 Isn't that why it's called default?

 --
 Don't be afraid to ask (Lf.((Lx.xx) (Lr.f(rr.


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


no. i said i set the phone to vibrate mode. and when it turns on it
automaticly changes to default [noise making] profile

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] phone profile

2009-07-12 Thread Joshua Judson Rosen
jeremy jozwik jerjoz.for...@gmail.com writes:

 On Sun, Jul 12, 2009 at 11:49 AM, Joshua Judson
 Rosenroz...@geekspace.com wrote:
  jeremy jozwik jerjoz.for...@gmail.com writes:
  
   is there a config file that i can alter to make my shr-settings phone
   profiles stay put even after a shutdown? it i set to vibrate, shutdown
   and turn on at a later time phone settings will always default back to
   default
 
  Isn't that why it's called default?
 
 no. i said i set the phone to vibrate mode. and when it turns on it
 automaticly changes to default [noise making] profile

Actually, you said that it defaults back to default, hence my
response (i.e.: what else would it default to? Wouldn't defaulting to
something else make that thing... `default'?).

Have you tried just setting the ring volume in `Default' to zero?

I may have misunderstood, but I took the `Default' profile to be
similar to the `turn-on volume' setting on my car's audio-system.

Apologies if I was curt, before.

-- 
Don't be afraid to ask (Lf.((Lx.xx) (Lr.f(rr.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] phone profile

2009-07-12 Thread jeremy jozwik
On Sun, Jul 12, 2009 at 1:43 PM, Joshua Judson
Rosenroz...@geekspace.com wrote:
 jeremy jozwik jerjoz.for...@gmail.com writes:

 On Sun, Jul 12, 2009 at 11:49 AM, Joshua Judson
 Rosenroz...@geekspace.com wrote:
  jeremy jozwik jerjoz.for...@gmail.com writes:
  
   is there a config file that i can alter to make my shr-settings phone
   profiles stay put even after a shutdown? it i set to vibrate, shutdown
   and turn on at a later time phone settings will always default back to
   default
 
  Isn't that why it's called default?

 no. i said i set the phone to vibrate mode. and when it turns on it
 automaticly changes to default [noise making] profile

 Actually, you said that it defaults back to default, hence my
 response (i.e.: what else would it default to? Wouldn't defaulting to
 something else make that thing... `default'?).

 Have you tried just setting the ring volume in `Default' to zero?

 I may have misunderstood, but I took the `Default' profile to be
 similar to the `turn-on volume' setting on my car's audio-system.

 Apologies if I was curt, before.

 --
 Don't be afraid to ask (Lf.((Lx.xx) (Lr.f(rr.


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


yes. that is why i would like to know if there is a conf file
someplace that overrides the shr-settings profiles. any changes i make
to the profiles, if restarting the phone those changes do not
re-enable. they re-set to noise making profiles.

sorry for the default confusion. thats what the phone states in the
profile drop down when turning back on. even though prior to shutdown
it was set to vibrate.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] ophonekitd not starting by default

2009-07-11 Thread ivvmm
Klaus 'mrmoku' Kurzmann wrote:

 
 do you have fsousaged installed? It might just be that it does not get 
 installed automatically while upgrading... Would be a missing dependency 
 then. 
 If you don't have it... opkg install fsousaged.

Well, the package was already installed and that did not work. So had to
reflash.

Thanks everyone.



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] stopwatch?

2009-07-10 Thread Christian Rüb
Hi,

you mean here [1]?
we currently only package for SHR unstable (but most of them should also run 
on other FSO based images). Best is to check date of Packages file.

I hope you all read the own risk part :)

Cheers,
 Christian

[1] http://openmoko.senfdax.de/

 thanks for those links. how many other repositories are there?

 On Thu, Jul 9, 2009 at 12:32 AM, Christian Rübchristian.r...@gmx.net 
wrote:
  list, im looking for a stopwatch app. i remember my old days of
  om2008.12 that there was a stopwatch app under the settings [?]
 
  anything like this, or soon to be like this for shr?
 
  you might want to try stopwatch [1] (needed QT packages are also there)
  sources here [2]
  It's made by a friend who is also on this ML
 
  [1] http://openmoko.senfdax.de/shr-unstable/
  [2] http://git.senfdax.de/?p=stopwatch;a=summary
 
 
  Cheers,
   Christian
 
  ___
  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


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] ophonekitd not starting by default

2009-07-10 Thread ivvmm
Robin Paulson wrote:
 i upgraded to the latest shr-unstable earlier, and it appears
 ophonekitd is not being started at boot. when the fr starts, there is
 no service connection, and an error message when i run shr-settings.
 hitting 'start' sets everything right
 
 should there be a link in /etc/init.d/ ? i can't see anything there -
 what prompts ophonekitd to start?
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 

The last messages in /var/log/ophonekitd.log say:

---8-
Unknown internal dbus error: Activation of org.freesmartphone.ousaged
timed out, 80 (dbus-glib-error-quark), code 20
** (process:1547): DEBUG: list_resources_callback()

** WARNING **: Unknown error, try again in 10s
aborting...
---8-

How to solve this?



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] ophonekitd not starting by default

2009-07-10 Thread Petr Vanek
---8-
Unknown internal dbus error: Activation of org.freesmartphone.ousaged
timed out, 80 (dbus-glib-error-quark), code 20
** (process:1547): DEBUG: list_resources_callback()

** WARNING **: Unknown error, try again in 10s
aborting...
---8-

How to solve this?


i had some similar strange issues in the middle of this week, upgrade
didn't help but reflashing did. followed update didn't break anything.
updating previous system on card didn't fix it...

so try reflashing...
Petr


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] ophonekitd not starting by default

2009-07-10 Thread The Digital Pioneer
whineBut reflashing is a ton of work. You have to completely re-cusotmize
the system!! :'(/whine
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] ophonekitd not starting by default

2009-07-10 Thread Sebastian Krzyszkowiak
Did you updated framework configs? Latest ousaged - fsousaged
migration needs changes in config, otherwise it won't work.

On 7/10/09, The Digital Pioneer digitalpion...@gmail.com wrote:
 whineBut reflashing is a ton of work. You have to completely re-cusotmize
 the system!! :'(/whine


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] ophonekitd not starting by default

2009-07-10 Thread The Digital Pioneer
On Fri, Jul 10, 2009 at 11:29 AM, Sebastian Krzyszkowiak 
seba.d...@gmail.com wrote:

 Did you updated framework configs? Latest ousaged - fsousaged
 migration needs changes in config, otherwise it won't work.


Well, here's the pertinent section from my frameworkd.conf:

 [ousaged]
disable = 1

[fsousage]

[fsousage.controller]

(EOF)

-- 
Thanks,

The Digital Pioneer

--

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] The date in Dates is incorrect

2009-07-10 Thread Adam Jimerson
On Wednesday 08 July 2009 09:21:17 pm W.Kenworthy wrote:
 On Wed, 2009-07-08 at 15:05 -0400, Adam Jimerson wrote:
  On Wednesday 08 July 2009 01:50:04 am jeremy jozwik wrote:
   its no minor bug. in the PST8PDT timezone the day would get switched
   after 6 pm. which is completely unhelpful. i put an email on the
   pimlico mailing list and have no response in over 2 months. have since
   switched to gpe-calendar
 
  I have tried gpe-calendar have found a major issue with it usability wise
  for me it is slow and unresponsive, also between it and ffalrams I think
  it messed up the ata deamon so now I have to do a weird work around for
  ffalarms to both schedule and alarm and to have it go off:

 Immediately after booting, restart atd and everything works fine.

 /etc/init.d/atd restart

 Seems it starts too early in the boot process.


That does the trick ffalamrs works correctly after doing that, I wonder if 
someone can do something to fix this issue with atd and release an updated 
package in the shr feeds.
We must plan for freedom, and not only for security, if for no other reason 
than only freedom can make security more secure.  Karl Popper


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] ophonekitd not starting by default

2009-07-10 Thread Klaus 'mrmoku' Kurzmann
Am Freitag 10 Juli 2009 18:33:34 schrieb The Digital Pioneer:
 On Fri, Jul 10, 2009 at 11:29 AM, Sebastian Krzyszkowiak 

 seba.d...@gmail.com wrote:
  Did you updated framework configs? Latest ousaged - fsousaged
  migration needs changes in config, otherwise it won't work.

 Well, here's the pertinent section from my frameworkd.conf:

  [ousaged]
 disable = 1

 [fsousage]

 [fsousage.controller]

 (EOF)

do you have fsousaged installed? It might just be that it does not get 
installed automatically while upgrading... Would be a missing dependency then. 
If you don't have it... opkg install fsousaged.
-- 

Klaus 'mrmoku' Kurzmann

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] ophonekitd not starting by default

2009-07-10 Thread Petr Vanek
On Fri, 10 Jul 2009 18:56:03 +0200
Klaus 'mrmoku' Kurzmann m...@mnet-online.de (K'K) wrote:

Am Freitag 10 Juli 2009 18:33:34 schrieb The Digital Pioneer:
 On Fri, Jul 10, 2009 at 11:29 AM, Sebastian Krzyszkowiak 

 seba.d...@gmail.com wrote:
  Did you updated framework configs? Latest ousaged - fsousaged
  migration needs changes in config, otherwise it won't work.

i have actually found the issue with my shr-u not working - the uSD
card got corrupted somehow, fsck fixed it all and now everything is
alright again... symptoms - dbus not working, no gsm.

hope this helps to someone

Petr


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] ophonekitd not starting by default

2009-07-10 Thread The Digital Pioneer

 i have actually found the issue with my shr-u not working - the uSD

 card got corrupted somehow, fsck fixed it all and now everything is
 alright again... symptoms - dbus not working, no gsm.

 hope this helps to someone


Now THAT is weird, because mine was corrupted about a week ago, and it was
causing Intone to screw up... :\
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] stopwatch?

2009-07-09 Thread Christian Rüb
 list, im looking for a stopwatch app. i remember my old days of
 om2008.12 that there was a stopwatch app under the settings [?]

 anything like this, or soon to be like this for shr?

you might want to try stopwatch [1] (needed QT packages are also there)
sources here [2]
It's made by a friend who is also on this ML

[1] http://openmoko.senfdax.de/shr-unstable/
[2] http://git.senfdax.de/?p=stopwatch;a=summary


Cheers,
 Christian

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Opkg.org?! (was: Re: [SHR-unstable] Neote 0.2.0 released)

2009-07-09 Thread Marcel
Am Donnerstag, 9. Juli 2009 04:27:58 schrieb Robin Paulson:
 2009/7/9 Marcel tan...@googlemail.com:
  What comes to my mind seeing the google code link there:
  Please, everyone who writes code out there: Put your packages up on
  opkg.org so that people like me get new versions of your software
  when you release them.

 it does? as far as i can see, opkg doesn't work at all. when i do an
 opkg upgrade, no new versions are downloaded. the only was to get them
 is manually.

 yes, i've got the feed on my fr, there's a relevant conf file in
 /etc/opkg

 are you saying it works on your phone?

Damn, you're right. And if it worked, it'd have borked my intone already, 
that requires libid3 which in turn requires libstdc++ and libgcc1 = 
4.3.3, om2k9 only contains 4.1.2 :/
You won.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] ophonekitd not starting by default

2009-07-09 Thread Petr Vanek
On Thu, 9 Jul 2009 23:54:01 +1200
Robin Paulson robin.paul...@gmail.com (RP) wrote:

i upgraded to the latest shr-unstable earlier, and it appears
ophonekitd is not being started at boot. when the fr starts, there is
no service connection, and an error message when i run shr-settings.
hitting 'start' sets everything right

should there be a link in /etc/init.d/ ? i can't see anything there -
what prompts ophonekitd to start?


IIRC it starts with X, look at /etc/X

Petr



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] ophonekitd not starting by default

2009-07-09 Thread The Digital Pioneer

 i upgraded to the latest shr-unstable earlier, and it appears
 ophonekitd is not being started at boot. when the fr starts, there is
 no service connection, and an error message when i run shr-settings.
 hitting 'start' sets everything right


I'll second that, it's doing it to me too.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] stopwatch?

2009-07-09 Thread The Digital Pioneer
Anyone interested in porting that to Elementary from Qt? Not that I don't
like Qt, but I prefer to keep my apps in Elm because they play nicer with my
theme.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] stopwatch?

2009-07-09 Thread jeremy jozwik
thanks for those links. how many other repositories are there?

On Thu, Jul 9, 2009 at 12:32 AM, Christian Rübchristian.r...@gmx.net wrote:
 list, im looking for a stopwatch app. i remember my old days of
 om2008.12 that there was a stopwatch app under the settings [?]

 anything like this, or soon to be like this for shr?

 you might want to try stopwatch [1] (needed QT packages are also there)
 sources here [2]
 It's made by a friend who is also on this ML

 [1] http://openmoko.senfdax.de/shr-unstable/
 [2] http://git.senfdax.de/?p=stopwatch;a=summary


 Cheers,
  Christian

 ___
 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: [shr-unstable] ophonekitd not starting by default

2009-07-09 Thread jeremy jozwik
on 20090624 it starts, just takes about 4 min for the system to sort
its self out.

if i try to do anything shr-settings related before the screen auto
dimms for the first time is usually get a service not running

On Thu, Jul 9, 2009 at 6:22 AM, The Digital
Pioneerdigitalpion...@gmail.com wrote:
 i upgraded to the latest shr-unstable earlier, and it appears
 ophonekitd is not being started at boot. when the fr starts, there is
 no service connection, and an error message when i run shr-settings.
 hitting 'start' sets everything right

 I'll second that, it's doing it to me too.

 ___
 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: [shr-unstable] ophonekitd not starting by default

2009-07-09 Thread Adam Jimerson
On Thursday 09 July 2009 11:45:46 am jeremy jozwik wrote:
 on 20090624 it starts, just takes about 4 min for the system to sort
 its self out.

 if i try to do anything shr-settings related before the screen auto
 dimms for the first time is usually get a service not running


I have been having this problem as well after upgrading last night it seems to 
have gone away on my system.
-- 
We must plan for freedom, and not only for security, if for no other reason 
than only freedom can make security more secure.  Karl Popper


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] The date in Dates is incorrect

2009-07-08 Thread Adam Jimerson
On Wednesday 08 July 2009 01:50:04 am jeremy jozwik wrote:
 its no minor bug. in the PST8PDT timezone the day would get switched
 after 6 pm. which is completely unhelpful. i put an email on the
 pimlico mailing list and have no response in over 2 months. have since
 switched to gpe-calendar

I have tried gpe-calendar have found a major issue with it usability wise for 
me it is slow and unresponsive, also between it and ffalrams I think it messed 
up the ata deamon so now I have to do a weird work around for ffalarms to both 
schedule and alarm and to have it go off:

To schedule an alarm I have to do the following:
1. select the remove alarm option and do the 4 digit thing else I got an error 
that the ata deamon not working
2. schedule the alarm then restart the phone else it doesn't show up in 
ffalrams

To get the alarm to sound I have to wait a couple minutes after the alarm 
should have gone off then restart my phone then as illume starts loading the 
alram will sound.  I have been unable to track down the exact cause all I know 
is it started doing this after installing gpe-calendar, both use the ata 
deamon IIRC.  Sense then I have upgraded ffalrams to the latest version and 
the problem still exists.

Another reason why I use Dates is because I use PISI to sync it to my Google 
calendar.
-- 
We must plan for freedom, and not only for security, if for no other reason 
than only freedom can make security more secure.  Karl Popper


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] The date in Dates is incorrect

2009-07-08 Thread Jeff Sadowski
On Wed, Jul 8, 2009 at 1:05 PM, Adam Jimersonvend...@gmail.com wrote:
 On Wednesday 08 July 2009 01:50:04 am jeremy jozwik wrote:
 its no minor bug. in the PST8PDT timezone the day would get switched
 after 6 pm. which is completely unhelpful. i put an email on the
 pimlico mailing list and have no response in over 2 months. have since
 switched to gpe-calendar


Is this only an issue with PST8PDT?
could it be a zone file issue?

If you try a different timezone does it work correctly?


 I have tried gpe-calendar have found a major issue with it usability wise for
 me it is slow and unresponsive, also between it and ffalrams I think it messed
 up the ata deamon so now I have to do a weird work around for ffalarms to both
 schedule and alarm and to have it go off:

 To schedule an alarm I have to do the following:
 1. select the remove alarm option and do the 4 digit thing else I got an error
 that the ata deamon not working
 2. schedule the alarm then restart the phone else it doesn't show up in
 ffalrams

 To get the alarm to sound I have to wait a couple minutes after the alarm
 should have gone off then restart my phone then as illume starts loading the
 alram will sound.  I have been unable to track down the exact cause all I know
 is it started doing this after installing gpe-calendar, both use the ata
 deamon IIRC.  Sense then I have upgraded ffalrams to the latest version and
 the problem still exists.

 Another reason why I use Dates is because I use PISI to sync it to my Google
 calendar.
 --
 We must plan for freedom, and not only for security, if for no other reason
 than only freedom can make security more secure.  Karl Popper

 ___
 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: [SHR-unstable] The date in Dates is incorrect

2009-07-08 Thread jeremy jozwik
what distro? ive noticed after a suspend on shr-unstable atd gets
messy. so i go into shr-settings and restart the atd deamon and all is
well.

On Wed, Jul 8, 2009 at 12:05 PM, Adam Jimersonvend...@gmail.com wrote:
 On Wednesday 08 July 2009 01:50:04 am jeremy jozwik wrote:
 its no minor bug. in the PST8PDT timezone the day would get switched
 after 6 pm. which is completely unhelpful. i put an email on the
 pimlico mailing list and have no response in over 2 months. have since
 switched to gpe-calendar

 I have tried gpe-calendar have found a major issue with it usability wise for
 me it is slow and unresponsive, also between it and ffalrams I think it messed
 up the ata deamon so now I have to do a weird work around for ffalarms to both
 schedule and alarm and to have it go off:

 To schedule an alarm I have to do the following:
 1. select the remove alarm option and do the 4 digit thing else I got an error
 that the ata deamon not working
 2. schedule the alarm then restart the phone else it doesn't show up in
 ffalrams

 To get the alarm to sound I have to wait a couple minutes after the alarm
 should have gone off then restart my phone then as illume starts loading the
 alram will sound.  I have been unable to track down the exact cause all I know
 is it started doing this after installing gpe-calendar, both use the ata
 deamon IIRC.  Sense then I have upgraded ffalrams to the latest version and
 the problem still exists.

 Another reason why I use Dates is because I use PISI to sync it to my Google
 calendar.
 --
 We must plan for freedom, and not only for security, if for no other reason
 than only freedom can make security more secure.  Karl Popper

 ___
 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: [SHR-unstable] The date in Dates is incorrect

2009-07-08 Thread jeremy jozwik
nope, works on jakarta too.

On Wed, Jul 8, 2009 at 12:11 PM, Jeff Sadowskijeff.sadow...@gmail.com wrote:
 On Wed, Jul 8, 2009 at 1:05 PM, Adam Jimersonvend...@gmail.com wrote:
 On Wednesday 08 July 2009 01:50:04 am jeremy jozwik wrote:
 its no minor bug. in the PST8PDT timezone the day would get switched
 after 6 pm. which is completely unhelpful. i put an email on the
 pimlico mailing list and have no response in over 2 months. have since
 switched to gpe-calendar


 Is this only an issue with PST8PDT?
 could it be a zone file issue?

 If you try a different timezone does it work correctly?


 I have tried gpe-calendar have found a major issue with it usability wise for
 me it is slow and unresponsive, also between it and ffalrams I think it 
 messed
 up the ata deamon so now I have to do a weird work around for ffalarms to 
 both
 schedule and alarm and to have it go off:

 To schedule an alarm I have to do the following:
 1. select the remove alarm option and do the 4 digit thing else I got an 
 error
 that the ata deamon not working
 2. schedule the alarm then restart the phone else it doesn't show up in
 ffalrams

 To get the alarm to sound I have to wait a couple minutes after the alarm
 should have gone off then restart my phone then as illume starts loading the
 alram will sound.  I have been unable to track down the exact cause all I 
 know
 is it started doing this after installing gpe-calendar, both use the ata
 deamon IIRC.  Sense then I have upgraded ffalrams to the latest version and
 the problem still exists.

 Another reason why I use Dates is because I use PISI to sync it to my Google
 calendar.
 --
 We must plan for freedom, and not only for security, if for no other reason
 than only freedom can make security more secure.  Karl Popper

 ___
 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


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] The date in Dates is incorrect

2009-07-08 Thread jeremy jozwik
happens... on jakarta too. as well as hong kong. somehow dates just
does not get the time/ day properly after so many hours.

ive brought this up on several occasions.

On Wed, Jul 8, 2009 at 12:14 PM, jeremy jozwikjerjoz.for...@gmail.com wrote:
 nope, works on jakarta too.

 On Wed, Jul 8, 2009 at 12:11 PM, Jeff Sadowskijeff.sadow...@gmail.com wrote:
 On Wed, Jul 8, 2009 at 1:05 PM, Adam Jimersonvend...@gmail.com wrote:
 On Wednesday 08 July 2009 01:50:04 am jeremy jozwik wrote:
 its no minor bug. in the PST8PDT timezone the day would get switched
 after 6 pm. which is completely unhelpful. i put an email on the
 pimlico mailing list and have no response in over 2 months. have since
 switched to gpe-calendar


 Is this only an issue with PST8PDT?
 could it be a zone file issue?

 If you try a different timezone does it work correctly?


 I have tried gpe-calendar have found a major issue with it usability wise 
 for
 me it is slow and unresponsive, also between it and ffalrams I think it 
 messed
 up the ata deamon so now I have to do a weird work around for ffalarms to 
 both
 schedule and alarm and to have it go off:

 To schedule an alarm I have to do the following:
 1. select the remove alarm option and do the 4 digit thing else I got an 
 error
 that the ata deamon not working
 2. schedule the alarm then restart the phone else it doesn't show up in
 ffalrams

 To get the alarm to sound I have to wait a couple minutes after the alarm
 should have gone off then restart my phone then as illume starts loading the
 alram will sound.  I have been unable to track down the exact cause all I 
 know
 is it started doing this after installing gpe-calendar, both use the ata
 deamon IIRC.  Sense then I have upgraded ffalrams to the latest version and
 the problem still exists.

 Another reason why I use Dates is because I use PISI to sync it to my Google
 calendar.
 --
 We must plan for freedom, and not only for security, if for no other reason
 than only freedom can make security more secure.  Karl Popper

 ___
 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



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] The date in Dates is incorrect

2009-07-08 Thread Adam Jimerson
On Wednesday 08 July 2009 03:11:49 pm Jeff Sadowski wrote:
 On Wed, Jul 8, 2009 at 1:05 PM, Adam Jimersonvend...@gmail.com wrote:
  On Wednesday 08 July 2009 01:50:04 am jeremy jozwik wrote:
  its no minor bug. in the PST8PDT timezone the day would get switched
  after 6 pm. which is completely unhelpful. i put an email on the
  pimlico mailing list and have no response in over 2 months. have since
  switched to gpe-calendar

 Is this only an issue with PST8PDT?
 could it be a zone file issue?

 If you try a different timezone does it work correctly?

No I am in EST and have this issue so may not be a zone issue

-- 
We must plan for freedom, and not only for security, if for no other reason 
than only freedom can make security more secure.  Karl Popper


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] The date in Dates is incorrect

2009-07-08 Thread Adam Jimerson
On Wednesday 08 July 2009 03:14:20 pm jeremy jozwik wrote:
 what distro? ive noticed after a suspend on shr-unstable atd gets
 messy. so i go into shr-settings and restart the atd deamon and all is
 well.


I'm using shr-unstable, that is why I have [SHR-unstable] in the subject, both 
ffalrams and ata deamon installed form the shr feeds.

 On Wed, Jul 8, 2009 at 12:05 PM, Adam Jimersonvend...@gmail.com wrote:
  On Wednesday 08 July 2009 01:50:04 am jeremy jozwik wrote:
  its no minor bug. in the PST8PDT timezone the day would get switched
  after 6 pm. which is completely unhelpful. i put an email on the
  pimlico mailing list and have no response in over 2 months. have since
  switched to gpe-calendar
 
  I have tried gpe-calendar have found a major issue with it usability wise
  for me it is slow and unresponsive, also between it and ffalrams I think
  it messed up the ata deamon so now I have to do a weird work around for
  ffalarms to both schedule and alarm and to have it go off:
 
  To schedule an alarm I have to do the following:
  1. select the remove alarm option and do the 4 digit thing else I got an
  error that the ata deamon not working
  2. schedule the alarm then restart the phone else it doesn't show up in
  ffalrams
 
  To get the alarm to sound I have to wait a couple minutes after the alarm
  should have gone off then restart my phone then as illume starts loading
  the alram will sound.  I have been unable to track down the exact cause
  all I know is it started doing this after installing gpe-calendar, both
  use the ata deamon IIRC.  Sense then I have upgraded ffalrams to the
  latest version and the problem still exists.
 
  Another reason why I use Dates is because I use PISI to sync it to my
  Google calendar.
  --
  We must plan for freedom, and not only for security, if for no other
  reason than only freedom can make security more secure.  Karl Popper
 
  ___
  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

-- 
We must plan for freedom, and not only for security, if for no other reason 
than only freedom can make security more secure.  Karl Popper


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] The date in Dates is incorrect

2009-07-08 Thread jeremy jozwik
right. sorry about that :/   best i can say right now is restarting
the service from the shr-settings app

On Wed, Jul 8, 2009 at 2:36 PM, Adam Jimersonvend...@gmail.com wrote:
 On Wednesday 08 July 2009 03:14:20 pm jeremy jozwik wrote:
 what distro? ive noticed after a suspend on shr-unstable atd gets
 messy. so i go into shr-settings and restart the atd deamon and all is
 well.


 I'm using shr-unstable, that is why I have [SHR-unstable] in the subject, both
 ffalrams and ata deamon installed form the shr feeds.

 On Wed, Jul 8, 2009 at 12:05 PM, Adam Jimersonvend...@gmail.com wrote:
  On Wednesday 08 July 2009 01:50:04 am jeremy jozwik wrote:
  its no minor bug. in the PST8PDT timezone the day would get switched
  after 6 pm. which is completely unhelpful. i put an email on the
  pimlico mailing list and have no response in over 2 months. have since
  switched to gpe-calendar
 
  I have tried gpe-calendar have found a major issue with it usability wise
  for me it is slow and unresponsive, also between it and ffalrams I think
  it messed up the ata deamon so now I have to do a weird work around for
  ffalarms to both schedule and alarm and to have it go off:
 
  To schedule an alarm I have to do the following:
  1. select the remove alarm option and do the 4 digit thing else I got an
  error that the ata deamon not working
  2. schedule the alarm then restart the phone else it doesn't show up in
  ffalrams
 
  To get the alarm to sound I have to wait a couple minutes after the alarm
  should have gone off then restart my phone then as illume starts loading
  the alram will sound.  I have been unable to track down the exact cause
  all I know is it started doing this after installing gpe-calendar, both
  use the ata deamon IIRC.  Sense then I have upgraded ffalrams to the
  latest version and the problem still exists.
 
  Another reason why I use Dates is because I use PISI to sync it to my
  Google calendar.
  --
  We must plan for freedom, and not only for security, if for no other
  reason than only freedom can make security more secure.  Karl Popper
 
  ___
  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

 --
 We must plan for freedom, and not only for security, if for no other reason
 than only freedom can make security more secure.  Karl Popper

 ___
 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: [SHR-unstable] Neote 0.2.0 released

2009-07-08 Thread jeremy jozwik
just popped this in last night, version 0.1 that is. have to say it
works rather smooth. patiently awaiting drawn notes implementation

On Wed, Jul 8, 2009 at 3:44 PM, Valery Febvrevfeb...@easter-eggs.com wrote:
 Hello,

 Neote 0.2.0 was released.

 Changes:
 * Added Search through notes

 Package: http://neote.googlecode.com/files/neote_0.2.0-r0_all.ipk

 

 Neote is a note taking application.

 Its interface aims to be easy and finger friendly.
 It's written in Python/Elementary and uses SQLite for storing data.
 Notes can be organized using custom categories that you can add, rename
 and delete at any time.

 It should run on any system with a revision of python-elementary equal
 or greater to 40756.
 I think that SHR-unstable is the only candidate.

 Homepage: http://code.google.com/p/neote/

 Screenshots: http://code.google.com/p/neote/wiki/Screenshots

 --
 Valéry Febvre

 ___
 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


Opkg.org?! (was: Re: [SHR-unstable] Neote 0.2.0 released)

2009-07-08 Thread Marcel
What comes to my mind seeing the google code link there:
Please, everyone who writes code out there: Put your packages up on 
opkg.org so that people like me get new versions of your software when you 
release them.
This way here each and every package gets downloaded separately from gcode 
or somewhere else and we have to check manually for updates (which at 
least I don't have time and motivation to do).

--
Marcel

Am Donnerstag, 9. Juli 2009 00:44:35 schrieb Valery Febvre:
 Hello,

 Neote 0.2.0 was released.

 Changes:
  * Added Search through notes

 Package: http://neote.googlecode.com/files/neote_0.2.0-r0_all.ipk

 
===
=

 Neote is a note taking application.

 Its interface aims to be easy and finger friendly.
 It's written in Python/Elementary and uses SQLite for storing data.
 Notes can be organized using custom categories that you can add, rename
 and delete at any time.

 It should run on any system with a revision of python-elementary equal
 or greater to 40756.
 I think that SHR-unstable is the only candidate.

 Homepage: http://code.google.com/p/neote/

 Screenshots: http://code.google.com/p/neote/wiki/Screenshots


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Opkg.org?! (was: Re: [SHR-unstable] Neote 0.2.0 released)

2009-07-08 Thread Rui Miguel Silva Seabra
I've been trying to do just that, but it means lots of things to do :)

On Thu, Jul 09, 2009 at 12:55:48AM +0200, Marcel wrote:
 What comes to my mind seeing the google code link there:
 Please, everyone who writes code out there: Put your packages up on 
 opkg.org so that people like me get new versions of your software when you 
 release them.
 This way here each and every package gets downloaded separately from gcode 
 or somewhere else and we have to check manually for updates (which at 
 least I don't have time and motivation to do).
 
 --
 Marcel
 
 Am Donnerstag, 9. Juli 2009 00:44:35 schrieb Valery Febvre:
  Hello,
 
  Neote 0.2.0 was released.
 
  Changes:
   * Added Search through notes
 
  Package: http://neote.googlecode.com/files/neote_0.2.0-r0_all.ipk
 
  
 ===
 =
 
  Neote is a note taking application.
 
  Its interface aims to be easy and finger friendly.
  It's written in Python/Elementary and uses SQLite for storing data.
  Notes can be organized using custom categories that you can add, rename
  and delete at any time.
 
  It should run on any system with a revision of python-elementary equal
  or greater to 40756.
  I think that SHR-unstable is the only candidate.
 
  Homepage: http://code.google.com/p/neote/
 
  Screenshots: http://code.google.com/p/neote/wiki/Screenshots
 
 
 ___
 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: Opkg.org?! (was: Re: [SHR-unstable] Neote 0.2.0 released)

2009-07-08 Thread Marcel
May I help you somehow? :)

Am Donnerstag, 9. Juli 2009 01:05:15 schrieb Rui Miguel Silva Seabra:
 I've been trying to do just that, but it means lots of things to do :)

 On Thu, Jul 09, 2009 at 12:55:48AM +0200, Marcel wrote:
  What comes to my mind seeing the google code link there:
  Please, everyone who writes code out there: Put your packages up on
  opkg.org so that people like me get new versions of your software
  when you release them.
  This way here each and every package gets downloaded separately from
  gcode or somewhere else and we have to check manually for updates
  (which at least I don't have time and motivation to do).
 
  --
  Marcel
 
  Am Donnerstag, 9. Juli 2009 00:44:35 schrieb Valery Febvre:
   Hello,
  
   Neote 0.2.0 was released.
  
   Changes:
* Added Search through notes
  
   Package: http://neote.googlecode.com/files/neote_0.2.0-r0_all.ipk
 
  
=
 ==
 
  =
  
   Neote is a note taking application.
  
   Its interface aims to be easy and finger friendly.
   It's written in Python/Elementary and uses SQLite for storing data.
   Notes can be organized using custom categories that you can add,
   rename and delete at any time.
  
   It should run on any system with a revision of python-elementary
   equal or greater to 40756.
   I think that SHR-unstable is the only candidate.
  
   Homepage: http://code.google.com/p/neote/
  
   Screenshots: http://code.google.com/p/neote/wiki/Screenshots
 
  ___
  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: Opkg.org?! (was: Re: [SHR-unstable] Neote 0.2.0 released)

2009-07-08 Thread Rui Miguel Silva Seabra
Can you write something that would automate the process of uploading info
about a new package? That would be awesome.

I'm trying to use 
http://pyglet.googlecode.com/svn/trunk/tools/upload/googlecode_upload.py
in order to automate releasing software into google code.


On Thu, Jul 09, 2009 at 01:12:58AM +0200, Marcel wrote:
 May I help you somehow? :)
 
 Am Donnerstag, 9. Juli 2009 01:05:15 schrieb Rui Miguel Silva Seabra:
  I've been trying to do just that, but it means lots of things to do :)
 
  On Thu, Jul 09, 2009 at 12:55:48AM +0200, Marcel wrote:
   What comes to my mind seeing the google code link there:
   Please, everyone who writes code out there: Put your packages up on
   opkg.org so that people like me get new versions of your software
   when you release them.
   This way here each and every package gets downloaded separately from
   gcode or somewhere else and we have to check manually for updates
   (which at least I don't have time and motivation to do).
  
   --
   Marcel
  
   Am Donnerstag, 9. Juli 2009 00:44:35 schrieb Valery Febvre:
Hello,
   
Neote 0.2.0 was released.
   
Changes:
 * Added Search through notes
   
Package: http://neote.googlecode.com/files/neote_0.2.0-r0_all.ipk
  
   
 =
  ==
  
   =
   
Neote is a note taking application.
   
Its interface aims to be easy and finger friendly.
It's written in Python/Elementary and uses SQLite for storing data.
Notes can be organized using custom categories that you can add,
rename and delete at any time.
   
It should run on any system with a revision of python-elementary
equal or greater to 40756.
I think that SHR-unstable is the only candidate.
   
Homepage: http://code.google.com/p/neote/
   
Screenshots: http://code.google.com/p/neote/wiki/Screenshots
  
   ___
   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

-- 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Opkg.org?! (was: Re: [SHR-unstable] Neote 0.2.0 released)

2009-07-08 Thread Marcel
You mean on opkg.org, right? Going to take a look at it... Seems like I 
need to get into HTTP from what I see in googlecode_upload.py *g*

Am Donnerstag, 9. Juli 2009 01:22:12 schrieb Rui Miguel Silva Seabra:
 Can you write something that would automate the process of uploading
 info about a new package? That would be awesome.

 I'm trying to use
 http://pyglet.googlecode.com/svn/trunk/tools/upload/googlecode_upload.p
y in order to automate releasing software into google code.

 On Thu, Jul 09, 2009 at 01:12:58AM +0200, Marcel wrote:
  May I help you somehow? :)
 
  Am Donnerstag, 9. Juli 2009 01:05:15 schrieb Rui Miguel Silva Seabra:
   I've been trying to do just that, but it means lots of things to do
   :)
  
   On Thu, Jul 09, 2009 at 12:55:48AM +0200, Marcel wrote:
What comes to my mind seeing the google code link there:
Please, everyone who writes code out there: Put your packages up
on opkg.org so that people like me get new versions of your
software when you release them.
This way here each and every package gets downloaded separately
from gcode or somewhere else and we have to check manually for
updates (which at least I don't have time and motivation to do).
   
--
Marcel
   
Am Donnerstag, 9. Juli 2009 00:44:35 schrieb Valery Febvre:
 Hello,

 Neote 0.2.0 was released.

 Changes:
  * Added Search through notes

 Package:
 http://neote.googlecode.com/files/neote_0.2.0-r0_all.ipk
 
  
=
 
   ==
   
=

 Neote is a note taking application.

 Its interface aims to be easy and finger friendly.
 It's written in Python/Elementary and uses SQLite for storing
 data. Notes can be organized using custom categories that you
 can add, rename and delete at any time.

 It should run on any system with a revision of
 python-elementary equal or greater to 40756.
 I think that SHR-unstable is the only candidate.

 Homepage: http://code.google.com/p/neote/

 Screenshots: http://code.google.com/p/neote/wiki/Screenshots
   
___
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


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Opkg.org?! (was: Re: [SHR-unstable] Neote 0.2.0 released)

2009-07-08 Thread Rui Miguel Silva Seabra
And googlecode_upload works for google (although I hacked my copy to use the
password... it should just fetch it from the local subversion data, anyway.

My local script looks like:

$ cat upload.sh 
VERSION=$1
RELEASE=$2
PROJECT=yourProjectNameGoesHere

ACCOUNT=your google account goes here

function upload() {
~/bin/googlecode_upload.py -s $1 -p $PROJECT -u $ACCOUNT $2
}

cd /tmp
if test -f $PROJECT-$VERSION.tar.gz ; then
upload Source of $VERSION $PROJECT-$VERSION.tar.gz
gpg --yes -b -a elmdentica-$VERSION.tar.gz
upload Digital signature of source of $VERSION 
$PROJECT-$VERSION.tar.gz.asc
else
echo source not found
fi

echo ${PROJECT}_$VERSION-${RELEASE}_armv4t.ipk
if test -f ${PROJECT}_$VERSION-${RELEASE}_armv4t.ipk ; then
upload Om2009 Package of $VERSION 
${PROJECT}_$VERSION-${RELEASE}_armv4t.ipk
gpg --yes -b -a ${PROJECT}_$VERSION-${RELEASE}_armv4t.ipk
upload Digital signature of package of $VERSION 
${PROJECT}_$VERSION-${RELEASE}_armv4t.ipk.asc
else
echo package not found
fi


On Thu, Jul 09, 2009 at 01:28:48AM +0200, Marcel wrote:
 You mean on opkg.org, right? Going to take a look at it... Seems like I 
 need to get into HTTP from what I see in googlecode_upload.py *g*
 
 Am Donnerstag, 9. Juli 2009 01:22:12 schrieb Rui Miguel Silva Seabra:
  Can you write something that would automate the process of uploading
  info about a new package? That would be awesome.
 
  I'm trying to use
  http://pyglet.googlecode.com/svn/trunk/tools/upload/googlecode_upload.p
 y in order to automate releasing software into google code.
 
  On Thu, Jul 09, 2009 at 01:12:58AM +0200, Marcel wrote:
   May I help you somehow? :)
  
   Am Donnerstag, 9. Juli 2009 01:05:15 schrieb Rui Miguel Silva Seabra:
I've been trying to do just that, but it means lots of things to do
:)
   
On Thu, Jul 09, 2009 at 12:55:48AM +0200, Marcel wrote:
 What comes to my mind seeing the google code link there:
 Please, everyone who writes code out there: Put your packages up
 on opkg.org so that people like me get new versions of your
 software when you release them.
 This way here each and every package gets downloaded separately
 from gcode or somewhere else and we have to check manually for
 updates (which at least I don't have time and motivation to do).

 --
 Marcel

 Am Donnerstag, 9. Juli 2009 00:44:35 schrieb Valery Febvre:
  Hello,
 
  Neote 0.2.0 was released.
 
  Changes:
   * Added Search through notes
 
  Package:
  http://neote.googlecode.com/files/neote_0.2.0-r0_all.ipk
  
   
 =
  
==

 =
 
  Neote is a note taking application.
 
  Its interface aims to be easy and finger friendly.
  It's written in Python/Elementary and uses SQLite for storing
  data. Notes can be organized using custom categories that you
  can add, rename and delete at any time.
 
  It should run on any system with a revision of
  python-elementary equal or greater to 40756.
  I think that SHR-unstable is the only candidate.
 
  Homepage: http://code.google.com/p/neote/
 
  Screenshots: http://code.google.com/p/neote/wiki/Screenshots

 ___
 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
 
 
 ___
 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: [SHR-unstable] The date in Dates is incorrect

2009-07-08 Thread W.Kenworthy
On Wed, 2009-07-08 at 15:05 -0400, Adam Jimerson wrote:
 On Wednesday 08 July 2009 01:50:04 am jeremy jozwik wrote:
  its no minor bug. in the PST8PDT timezone the day would get switched
  after 6 pm. which is completely unhelpful. i put an email on the
  pimlico mailing list and have no response in over 2 months. have since
  switched to gpe-calendar
 
 I have tried gpe-calendar have found a major issue with it usability wise for 
 me it is slow and unresponsive, also between it and ffalrams I think it 
 messed 
 up the ata deamon so now I have to do a weird work around for ffalarms to 
 both 
 schedule and alarm and to have it go off:
 

Immediately after booting, restart atd and everything works fine.

/etc/init.d/atd restart

Seems it starts too early in the boot process.

BillK




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Opkg.org?! (was: Re: [SHR-unstable] Neote 0.2.0 released)

2009-07-08 Thread Robin Paulson
2009/7/9 Marcel tan...@googlemail.com:
 What comes to my mind seeing the google code link there:
 Please, everyone who writes code out there: Put your packages up on
 opkg.org so that people like me get new versions of your software when you
 release them.

it does? as far as i can see, opkg doesn't work at all. when i do an
opkg upgrade, no new versions are downloaded. the only was to get them
is manually.

yes, i've got the feed on my fr, there's a relevant conf file in /etc/opkg

are you saying it works on your phone?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] missing dependency for latest update

2009-07-07 Thread Michael Pilgermann
Petr,
have you found a solution to get around these problems.
I have tried a couple of things - including some re-installation of 
libframeworkd packages; not ending up in a GSM capable status (error message 
with new handler or what ever) ...

Any ideas?
Mike

 Original-Nachricht 
 Datum: Mon, 6 Jul 2009 00:35:27 +0200
 Von: Petr Vanek van...@penguin.cz
 An: community@lists.openmoko.org
 Betreff: Re: [shr-unstable] missing dependency for latest update

 When I launch Shr Setttings after a reboot, I get a message openkitd
 not running, would you like to start it or something like this. So I
 click on the button start, and then after a while, I get the gsm
 network back.
 
 tried several times during the day... will see tomorrow...
 
 Petr
 
 
 
 ___
 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: [SHR-unstable] Neote 0.1.0 released

2009-07-07 Thread Michele Brocco
On Tue, Jul 7, 2009 at 1:51 AM, Valery Febvrevfeb...@easter-eggs.com wrote:
 Hello,

 I'm happy to announce the first working release of Neote.

 Neote is a note taking application.

 Its interface aims to be easy and finger friendly.
 It's written in Python/Elementary and uses SQLite for storing data.
 Notes can be organized using custom categories that you can add, rename
 and delete at any time.

 Currently, only text note type is available.
 Future plans:
 * Search
 * Draw notes
 * Record voice notes

 It should run on any system with a revision of python-elementary equal
 or greater to 40756.
 I think that SHR-unstable is the only candidate.


 Homepage: http://code.google.com/p/neote/

 Screenshots: http://code.google.com/p/neote/wiki/Screenshots

 Package: http://neote.googlecode.com/files/neote_0.1.0-r0_all.ipk

Very nice app! It would be just great that the package creates the
directory .config/neote if this does not exist. Otherwise the app does
not start (at least here with SHR unstable).

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] missing dependency for latest update

2009-07-07 Thread Petr Vanek
have you found a solution to get around these problems.
I have tried a couple of things - including some re-installation of
libframeworkd packages; not ending up in a GSM capable status (error
message with new handler or what ever) ...

i have successfully updated last night with the gsm working but no
autosuspend. installing the missing framework config shr ]1[ helped,
today my phone worked flawlessly during the day (many calls and several
messages).

Petr

]1[ http://build.shr-project.org/shr-unstable/ipk/om-gta02/frameworkd-config-
  shr_0.8.5.1+gitr1472+bdcd9fff733e1a317f8ea35eb6759eb13cde392e-
  82+060495f1ddcf6db79c1cd9d12e51b47adac8e2ed-r6_om-gta02.ipk


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] Neote 0.1.0 released

2009-07-07 Thread Valery Febvre
Alex Teiche wrote:
 That is very cool!  I have been looking for an app like this, thank you!
 
 Is it possible to import pictures or annotations(allow for a quick 
 drawing maybe) into notes?

No, but draw notes are in todo list.

Valéry

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] Neote 0.1.0 released

2009-07-07 Thread Valery Febvre
Michele Brocco wrote:
 On Tue, Jul 7, 2009 at 1:51 AM, Valery Febvrevfeb...@easter-eggs.com wrote:
 Hello,

 I'm happy to announce the first working release of Neote.

 Neote is a note taking application.

 Its interface aims to be easy and finger friendly.
 It's written in Python/Elementary and uses SQLite for storing data.
 Notes can be organized using custom categories that you can add, rename
 and delete at any time.

 Currently, only text note type is available.
 Future plans:
 * Search
 * Draw notes
 * Record voice notes

 It should run on any system with a revision of python-elementary equal
 or greater to 40756.
 I think that SHR-unstable is the only candidate.


 Homepage: http://code.google.com/p/neote/

 Screenshots: http://code.google.com/p/neote/wiki/Screenshots

 Package: http://neote.googlecode.com/files/neote_0.1.0-r0_all.ipk

 Very nice app! It would be just great that the package creates the
 directory .config/neote if this does not exist. Otherwise the app does
 not start (at least here with SHR unstable).

Fixed in 0.1.0

Homepage: http://code.google.com/p/neote/
Package: http://neote.googlecode.com/files/neote_0.1.1-r0_all.ipk

-- 
Valéry

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] Neote 0.1.0 released

2009-07-07 Thread Valery Febvre
jeremy jozwik wrote:
 looks great, are the notes path savable or does neote just toss them
 in some corner of the system?

Notes are saved in a SQLite database in ~/.config/neote/neote.db

-- 
Valéry

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] The date in Dates is incorrect

2009-07-07 Thread Robin Paulson
2009/7/8 Adam Jimerson vend...@gmail.com:
 Hello I have been using Dates on SHR, installed from the SHR feeds, for a
 while now but I have just recently noticed a problem with it.  The day that
 it thinks it is is off by +1, what I mean is according to the SHR the date
 is 07/07/2009 (which is correct for another hour) but dates says that it is
 07/08/2009.  Has anyone else noticed this problem or do I just have a bad
 install?

yeah, i get this too. i used the 'date' command on the cli to make
sure my fr was set up correctly, and that reported the correct time.

looks like a minor bug in dates. i'm in nz, maybe it's reading the
system time (london) rather than the local time?

i used to get this in another calendar programme (i forget which)
also. maybe the bugs are connected?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] The date in Dates is incorrect

2009-07-07 Thread jeremy jozwik
its no minor bug. in the PST8PDT timezone the day would get switched
after 6 pm. which is completely unhelpful. i put an email on the
pimlico mailing list and have no response in over 2 months. have since
switched to gpe-calendar

On Tue, Jul 7, 2009 at 8:36 PM, Robin Paulsonrobin.paul...@gmail.com wrote:
 2009/7/8 Adam Jimerson vend...@gmail.com:
 Hello I have been using Dates on SHR, installed from the SHR feeds, for a
 while now but I have just recently noticed a problem with it.  The day that
 it thinks it is is off by +1, what I mean is according to the SHR the date
 is 07/07/2009 (which is correct for another hour) but dates says that it is
 07/08/2009.  Has anyone else noticed this problem or do I just have a bad
 install?

 yeah, i get this too. i used the 'date' command on the cli to make
 sure my fr was set up correctly, and that reported the correct time.

 looks like a minor bug in dates. i'm in nz, maybe it's reading the
 system time (london) rather than the local time?

 i used to get this in another calendar programme (i forget which)
 also. maybe the bugs are connected?

 ___
 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: [SHR-unstable]

2009-07-06 Thread Robin Paulson
2009/7/5 Klaus 'mrmoku' Kurzmann m...@mnet-online.de:
 shr team chooses which packages to include, so yes they are
 responsible for what they produce.
 yep, we're responsible for deciding to bump the revision of E we use.

right, good. we can work with that

 as raster's pointed out, these releases aren't for public consumption
 but for testing only. you could very easily stick to the blessed
 releases, and not break every shr install out there on every update.
 quoting raster:
 Eina, Evas, Ecore, Embryo, Edje, E_Dbus, Efreet and Enlightenment have had a
 snapshot release (snapshot 061), Elementary 0.5.0, and can be downloaded from
 http://download.enlightenment.org/snapshots/2009-06-14 . If
 you are taking source from SVN - http://svn.enlightenment.org, then
 use SVN revision 41040.

 We're taking E source from SVN - so we did what he recommended and upgraded E
 to 41040.

i don't know then - the last discussion i was involved in on this, i
interpreted what he said differently. that might be my fault though

 fixing this. it's really frigging annoying.
 believe me - it frigging annoys me too. Just the way you phrased your mail it
 sounded like it is SHR deliberately deciding to rename libraries. Which is not
 true.

yeah, i was partly being flippant. guess it doesn't carry on email

 The real problem might just be that SHR has no stable release yet. Because in
 the end we're talking about SHR *unstable*. And we have to bump the

yes, that's true. i can totally accept an unstable release which has
unknown bugs - that's part of using unstable. but a team repeatedly
releasing packages with the *same* bug and saying we know it's
broken, we're not going to fix it, it's a good decision (to
paraphrase mwester iirc), but not explaining why is something else
entirely, particularly when several make the same complaint

also of course, many are using unstable because in a lot of ways, it's
so much better than testing. i switched because it was *more* stable
than testing. if testing could be relied upon, i'm sure plenty would
dwitch, and you wouldn't get people like me complaining about this

 enlightenment version we use from time to time to get fixes and enhancments,
 don't you agree?

yes, but if i can't use the software written against enlightenment,
it's not much use getting those enhancements, is it? we can't file bug
reports if the ABI is changing more rapidly than the software written
to use it. i've got to the point now where i can't be bothered getting
any of the e stuff to work. it seems to break so often, with no
discernible improvement.

 So, this time we took care to rebuild all packages that needed rebuilding.
 This fixes the packages which are in our feed only though. Problems come from
 packages you install from other sources.

 What could we do about that? Yes, we could add some compatability lib package
 that adds symlinks from for example libevas-ver-svn-02.so.0 to libevas.so.0.
 Raster would hate us for that btw. because this could theoretically lead to

yes, i understand that now. it's what everyone does anyway though

 bogus bugreports from programs linked against an older lib but running with
 the newer one. The ABI in enlightenment world is *not stable* yet. Don't know
 how probable that would be though...\

well, stable is what you make of it. if you want to bless svnrev 40894
or whatever, then do that. then, rather than releasing a new blessed
svn every two weeks with different names, skip some. is it more
important to shr team to get shr stable via bug reports, or to get e
stable via bug reports? you're not obliged to follow what e team
wants. an yes, raster would hate that idea.

 I would propose two things:

 a) bug us to get all those packages you want into the SHR feed. This gives us
 the possibility to cleanly rebuild them whenever needed (and spank us if we
 fail to do so :)

right, everything made by c_c: intone, tasks, launcher

 b) find a volunteer to do a script adding those links or even a package. We
 certainly could ping that volunteer *before* doing such an upgrade - to give
 him/her time to do that script

b) is me. tell me what you want, and i'm glad to help. better than
trying to get endless users fixing it each upgrade by individually
creating symlinks

i realise now that what you're doing is not entirely insane - until
now no-one's explained it and the reasons behind it anywhere near as
well as you have.

cheers

rob

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] screen flickering

2009-07-06 Thread rhn
On Mon, 6 Jul 2009 10:58:52 -0700 (PDT), mqy meng.qing...@gmail.com
wrote:
 hi:
 
 SHR unstable version is 20090624. I've seen this problem for several
times
 when omgps running.
 I often switch current page to menu which avoid refreshing views -- to
 save power.
 
 The whole screen gets blur. Fortunately in this case I can click the
'exit'
 button, but have to restart.
 
 Each time I saw the problem the only thing I'm sure that 
 1) the outdoor air temperature is high (30 centi degrees)
 2) the phone was put in a portable bag, I have to say the color is black
:)
 
 I'm wondering it is caused by high temperature? Anybody has similar
 problem?

I saw two incarnations of that.

The first one I encountered was the screen flickering, but not getting
blurred. It happened several times, each time (save one or two) the FR was
charging and feeling a bit hot. On powering off, the screen was black at
first, then, slowly, grey vertical bars appeared in various shades of gray.

The other one seemed more like a software failure - half of the screen was
blurred. It seemed like the image was being shifted a feww pixels in some
direction and then back to normall all the time.

-- 
Cheers,
rhn

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable] screen flickering

2009-07-06 Thread mqy

hehe, I'm not alone :)

My problem is similar to the second one you described -- whole screen image
moves back and forth frequently.
I saw colored vertical bars 5 months ago, it is triggered drawing part of
pixmap to window.

regards,
  mqy


rhn-2 wrote:
 
 I saw two incarnations of that.
 
 The first one I encountered was the screen flickering, but not getting
 blurred. It happened several times, each time (save one or two) the FR was
 charging and feeling a bit hot. On powering off, the screen was black at
 first, then, slowly, grey vertical bars appeared in various shades of
 gray.
 
 The other one seemed more like a software failure - half of the screen was
 blurred. It seemed like the image was being shifted a feww pixels in some
 direction and then back to normall all the time.
 
 -- 
 Cheers,
 rhn
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 

-- 
View this message in context: 
http://n2.nabble.com/-SHR-unstable--screen-flickering-tp3214539p3214860.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


Re: [SHR-unstable] Neote 0.1.0 released

2009-07-06 Thread Alex Teiche
That is very cool!  I have been looking for an app like this, thank you!

Is it possible to import pictures or annotations(allow for a quick drawing
maybe) into notes?

Cheers!

Alex

On Mon, Jul 6, 2009 at 4:51 PM, Valery Febvre vfeb...@easter-eggs.comwrote:

 Hello,

 I'm happy to announce the first working release of Neote.

 Neote is a note taking application.

 Its interface aims to be easy and finger friendly.
 It's written in Python/Elementary and uses SQLite for storing data.
 Notes can be organized using custom categories that you can add, rename
 and delete at any time.

 Currently, only text note type is available.
 Future plans:
 * Search
 * Draw notes
 * Record voice notes

 It should run on any system with a revision of python-elementary equal
 or greater to 40756.
 I think that SHR-unstable is the only candidate.


 Homepage: http://code.google.com/p/neote/

 Screenshots: http://code.google.com/p/neote/wiki/Screenshots

 Package: http://neote.googlecode.com/files/neote_0.1.0-r0_all.ipk

 --
 Valéry Febvre

 ___
 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: [SHR-unstable] Neote 0.1.0 released

2009-07-06 Thread jeremy jozwik
looks great, are the notes path savable or does neote just toss them
in some corner of the system?

On Mon, Jul 6, 2009 at 5:40 PM, Alex Teichexelap...@gmail.com wrote:
 That is very cool!  I have been looking for an app like this, thank you!

 Is it possible to import pictures or annotations(allow for a quick drawing
 maybe) into notes?

 Cheers!

 Alex

 On Mon, Jul 6, 2009 at 4:51 PM, Valery Febvre vfeb...@easter-eggs.com
 wrote:

 Hello,

 I'm happy to announce the first working release of Neote.

 Neote is a note taking application.

 Its interface aims to be easy and finger friendly.
 It's written in Python/Elementary and uses SQLite for storing data.
 Notes can be organized using custom categories that you can add, rename
 and delete at any time.

 Currently, only text note type is available.
 Future plans:
 * Search
 * Draw notes
 * Record voice notes

 It should run on any system with a revision of python-elementary equal
 or greater to 40756.
 I think that SHR-unstable is the only candidate.


 Homepage: http://code.google.com/p/neote/

 Screenshots: http://code.google.com/p/neote/wiki/Screenshots

 Package: http://neote.googlecode.com/files/neote_0.1.0-r0_all.ipk

 --
 Valéry Febvre

 ___
 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



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] missing dependency for latest update

2009-07-05 Thread Petr Vanek
$ opkg upgrade
 * ERROR: Cannot satisfy the following dependencies for
frameworkd-config-shr-dev:
 *  frameworkd-config-shr (=
0.8.5.1+gitr1473+130fb4c50f81b803d42b32c69f20e0713930f741-82+060495f1ddcf6db79c1cd9d12e51b47adac8e2ed-r6)
*

there's no frameworkd-config-shr package of any revision in
http://build.shr-project.org/shr-unstable/ipk/armv4t/ - is this a
mistake in the dependencies, or a missing package?


i ran into the same thing... does your phone work? I get No service...

Petr


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] missing dependency for latest update

2009-07-05 Thread David Ford
just ignore it, force it, or play hop skotch.  i ignored this for about
a month before forcing it.

Petr Vanek wrote:
 $ opkg upgrade
 * ERROR: Cannot satisfy the following dependencies for
 frameworkd-config-shr-dev:
 *  frameworkd-config-shr (=
 0.8.5.1+gitr1473+130fb4c50f81b803d42b32c69f20e0713930f741-82+060495f1ddcf6db79c1cd9d12e51b47adac8e2ed-r6)
 *

 there's no frameworkd-config-shr package of any revision in
 http://build.shr-project.org/shr-unstable/ipk/armv4t/ - is this a
 mistake in the dependencies, or a missing package?
 
 i ran into the same thing... does your phone work? I get No service...

 Petr

   

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] missing dependency for latest update

2009-07-05 Thread Robin Paulson
2009/7/5 Petr Vanek van...@penguin.cz:
there's no frameworkd-config-shr package of any revision in
http://build.shr-project.org/shr-unstable/ipk/armv4t/ - is this a
mistake in the dependencies, or a missing package?


 i ran into the same thing... does your phone work? I get No service...

yep. so far all is good

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-unstable]

2009-07-05 Thread Klaus 'mrmoku' Kurzmann
Am Sonntag 05 Juli 2009 00:39:27 schrieb Robin Paulson:
 2009/7/5 Klaus 'mrmoku' Kurzmann m...@mnet-online.de:
   Running
   $ find /usr -name libelementary.so*
   gives nothing.
 
  it'll be there, but called something else. the shr team change the
  name every so often, by adding a string of letters to the name of all
  the e libraries. it's probably something like:
 
  no, NOT so. It is NOT the SHR team and you know that. It is enlightenment
  upstream that changes libnames with every freeze they do right now. That
  will change when they release something stable.
 
  And yes, we could work around that. Though we do not have the proper
  manpower to do that :(

 well, that's only half the story, isn't it?

 shr team chooses which packages to include, so yes they are
 responsible for what they produce.
yep, we're responsible for deciding to bump the revision of E we use.


 as raster's pointed out, these releases aren't for public consumption
 but for testing only. you could very easily stick to the blessed
 releases, and not break every shr install out there on every update.
quoting raster:
Eina, Evas, Ecore, Embryo, Edje, E_Dbus, Efreet and Enlightenment have had a
snapshot release (snapshot 061), Elementary 0.5.0, and can be downloaded from
http://download.enlightenment.org/snapshots/2009-06-14 . If
you are taking source from SVN - http://svn.enlightenment.org, then
use SVN revision 41040.

We're taking E source from SVN - so we did what he recommended and upgraded E 
to 41040.


 or, if you need help doing something, and don't have the manpower -
 ask. i'm sure there are many willing volunteers who would work on
 fixing this. it's really frigging annoying.
believe me - it frigging annoys me too. Just the way you phrased your mail it 
sounded like it is SHR deliberately deciding to rename libraries. Which is not 
true. 

The real problem might just be that SHR has no stable release yet. Because in 
the end we're talking about SHR *unstable*. And we have to bump the 
enlightenment version we use from time to time to get fixes and enhancments, 
don't you agree?

So, this time we took care to rebuild all packages that needed rebuilding. 
This fixes the packages which are in our feed only though. Problems come from 
packages you install from other sources.

What could we do about that? Yes, we could add some compatability lib package 
that adds symlinks from for example libevas-ver-svn-02.so.0 to libevas.so.0.
Raster would hate us for that btw. because this could theoretically lead to 
bogus bugreports from programs linked against an older lib but running with 
the newer one. The ABI in enlightenment world is *not stable* yet. Don't know 
how probable that would be though...

I would propose two things:

a) bug us to get all those packages you want into the SHR feed. This gives us 
the possibility to cleanly rebuild them whenever needed (and spank us if we 
fail to do so :)

b) find a volunteer to do a script adding those links or even a package. We 
certainly could ping that volunteer *before* doing such an upgrade - to give 
him/her time to do that script

What do you think?
-- 
Klaus 'mrmoku' Kurzmann

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] missing dependency for latest update

2009-07-05 Thread kimaidou
I get no service neither. ...
Should I install something ?

2009/7/5 Robin Paulson robin.paul...@gmail.com

 2009/7/5 Petr Vanek van...@penguin.cz:
 there's no frameworkd-config-shr package of any revision in
 http://build.shr-project.org/shr-unstable/ipk/armv4t/ - is this a
 mistake in the dependencies, or a missing package?
 
 
  i ran into the same thing... does your phone work? I get No service...

 yep. so far all is good

 ___
 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: [shr-unstable] missing dependency for latest update

2009-07-05 Thread Cameron Frazier
On Sun, 2009-07-05 at 12:05 +0200, kimaidou wrote:
 I get no service neither. ...
 Should I install something ?


I ran a `opkg upgrade -force-depends` and everything seems to be working
ok on my end.

Toaster


signature.asc
Description: This is a digitally signed message part
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] missing dependency for latest update

2009-07-05 Thread kimaidou
ok, it worked !
thanks

2009/7/5 Cameron Frazier frazier.came...@gmail.com

 On Sun, 2009-07-05 at 12:05 +0200, kimaidou wrote:
  I get no service neither. ...
  Should I install something ?


 I ran a `opkg upgrade -force-depends` and everything seems to be working
 ok on my end.

 Toaster

 ___
 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: [shr-unstable] missing dependency for latest update

2009-07-05 Thread Petr Vanek
  I get no service neither. ...
  Should I install something ?


 I ran a `opkg upgrade -force-depends` and everything seems to be
 working ok on my end.


not really for me, i had to revert back to my backed up system before
the update. 

i will try to update again tonight...

Petr


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] missing dependency for latest update

2009-07-05 Thread kimaidou
I just discovered a thing :
I think the no service is not related to the update of this frameworkd
thing.

When I launch Shr Setttings after a reboot, I get a message openkitd not
running, would you like to start it or something like this. So I click on
the button start, and then after a while, I get the gsm network back.

Hope it helps

2009/7/5 Petr Vanek van...@penguin.cz

   I get no service neither. ...
   Should I install something ?
 
 
  I ran a `opkg upgrade -force-depends` and everything seems to be
  working ok on my end.


 not really for me, i had to revert back to my backed up system before
 the update.

 i will try to update again tonight...

 Petr


 ___
 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


  1   2   3   4   >