Re: QtMoko v14

2009-10-08 Thread Yorick Moko
didn't know navit worked under Qtmoko!
does it fully work?

On Wed, Oct 7, 2009 at 10:53 PM, ghislain ghisl...@basetrend.nl wrote:


 Hi!

 I really like QtMoko and V14 is an improvement!

 Every time a new version arrives I provide the Freerunner Community in the
 Netherlands with an alternative download on  http://www.openmobile.nl/
 openmobile.nl  (this site is in Dutch).
 I also changes some basic things to the standard QtMoko version:
 * I create an sdCard installer (Android alike, by flashing qi, rootfs,
 kernel)
 * I add some packages (pkg-fso-keyring vim ntpdate nfs-common mtd-utils
 flite)
 * I add a working version of Navit  (under QX), with speech (flite) with an
 working map (Benelux) on the sdCard under the MapsNavit folder
 * I change the defaults of the fstab (swap on 2nd partition of sdCard),
 nfs-mount to host (192.168.1.200) /media/jffs2

 Maybe this is handy for the rest of the community too? Take a look at the
 latest (V14) installer-image:
 http://www.openmobile.nl/pages/downloads.php#qtm14 QtMoko V14 Installer
 Image  and let me know if this is something you all like or if there need
 to
 be some changes.





 --
 View this message in context:
 http://n2.nabble.com/QtMoko-v14-tp3781291p3784396.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

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


Re: 1024#

2009-10-08 Thread ivanshirok...@gmail.com
Mikhail Umorin пишет:
 On Wednesday 07 October 2009 13:23:48 Eric Olson wrote:
   
 Mikhail,

 This should all be on one line:
   print '[%s] Signal : cid=%s, lac=%s' %
  (datetime.datetime.now(),status['cid'],status['lac'] )

 Eric

 

 Thanks, that worked. I even warmed up the phone with a heating pad and ran 
 the script for a couple of minutes (with deep sleep = always, of course) -- 
 and no lines in the log file! I got  A6, so, I guess, I am lucky!
   
Did u set ti_calypso_deep_sleep = always
 ___
 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: USB networking with Ubuntu 9.04

2009-10-08 Thread Sander van Grieken
Why use a script that you need to run manually each time?

It can be done automatically just by putting the right stuff in 
/etc/network/interfaces:

auto eth2
iface eth2 inet static
  address 192.168.0.200
  netmask 255.255.255.0
  post-up iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -j MASQUERADE
  post-up echo 1  /proc/sys/net/ipv4/ip_forward
  post-up route add -host 192.168.0.202 dev eth2
  post-up dnsmasq
  pre-down echo 0  /proc/sys/net/ipv4/ip_forward
  pre-down iptables -t nat -D POSTROUTING -s 192.168.0.0/24 -j MASQUERADE
  pre-down killall dnsmasq


when you plug in the FR, eth2 will activate automatically..

grtz
Sander


On Thursday 08 October 2009 03:24:06 Cristian Gómez wrote:
 Hi Tony, thanks for giving a try to the script. I'm glad it helped you. I
 just create a sub-section on the wiki page [1] where I put the script to
 help others to get connected easily.
 
 Cheers
 
 [1] http://wiki.openmoko.org/wiki/USB_Networking#Connection_Script
 
 /***
 * Don't Worry...Be Linux
 * Cristian Gómez Alvarez
 * Ingeniero en Sistemas y Computación
 * Universidad de Caldas
 * Comunidad de Software Libre Manizales
 * IEEE/WIE Student Member
 * Linux User #463617
 * Mi Blog: http://cristianpark.sehablalinux.com/
 /
 
 
 2009/10/7 Tony Berth tonybe...@googlemail.com
 
  On Wed, Oct 7, 2009 at 10:27 AM, Matthias Huber 
 
  matthias.hu...@wollishausen.de wrote:
   Tony Berth schrieb:
 
  Bingo. Thanks A LOT!
 
  Is it possible to update the Wiki with that one. I think this will be a
  great help to the whole community
 
   if you would tell me wich of / or both tricks did it on your system ?
 
  but i had to add this two lines to my /etc/ufw/ufw.conf
 
  ufw allow from 192.168.0.202
  ufw allow to 192.168.0.202
 
 
  another trial with iptables needs to load some modules too:
 
  #!/bin/sh
 
  MOKO=192.168.0.202
 
  echo 1  /proc/sys/net/ipv4/ip_forward
   modprobe ipt_MASQUERADE
 
  iptables -I FORWARD -j ACCEPT -d ${MOKO}/32
  iptables -I FORWARD -j ACCEPT -s ${MOKO}/32
  iptables -I POSTROUTING -t nat -j MASQUERADE -s ${MOKO}/32
 
  what works was the script Cristian Gomez included in his reply!
 
  Just for the records, the first time I run that script it does assign the
  192.168.0.200 IP to eth1 but can't ping/access 192.168.0.202! Then:
 
  - I disconnect Openmoko
  - connect it again
  - re-run the script and voila the connection is there!
 
  Thanks
 
  Tony
 
 
  ___
  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: QtMoko v14

2009-10-08 Thread ghislain

Hi,

Yes, Navit does fully work.
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v14-tp3781291p3787702.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


[QtMoko v14] importing contacts

2009-10-08 Thread Michael Zanetti
Hi all!

I decided to try QtMoko. It looks quite nice. Its fast and at a first look it 
makes a rather complete impression. However I tried to import my contacts but 
it didn't work.

I exported my addressbook from Kontact into one vcard and copied it over to 
the neo. Then I called this on the neo:

LD_LIBRARY_PATH=/opt/qtmoko/lib/ /opt/qtmoko/bin/addressbook 
/tmp/addressbook.vcf

This opened up a dialog asking me to import all my contacts and even showed 
the first 3 of them correctly in the dialog. I confirmed and it seemed to 
import everything successfully. But the contacts are not shown in the 
addressbook.

I remember on om2008 there was an option in the menu to select contacts from 
sim or from internal database. This option seems to be missing in qtmoko.

Anyone has an idea how I can bring my contacts to show up in qtmokos 
addressbook? I couldn't find much information about QtMoko in the wiki.

Thanks
Michael


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


QtMoko v14 GPRS

2009-10-08 Thread Nekron

Hi Radek,

thanks for your great updates on QtMoko which makes it my fav Freerunner
distribution I use. 

Now that I got an O2 mobile flat I tried yesterday to set up GPRS. I
noticed a few things which are maybe unclear or not (yet) working.

- if I set the GPRS mode to allways online. After a few seconds or maybe a
minute QTM gui freezes and I have to restart it (a bug has already been
filled)
- I found a workaround using the when needed option and setting the
timeout to never which makes my GPRS connection stay always online :-)
- GSM multiplexing is not working. When I am online I can not receive
calls. How hard would it to integrate gsm07mux for this?
- when I place a call beeing online the GPRS connection stops working.
However when I try to connect again after my call has finished I do not get
GPRS working again and have to reboot QTE.

Good things I noticed:

- the email client works best with IMAP IDLE so you can have email push
enabled
- when QTM is suspended it wakes up when the imap server sends a
notification and gets the new mail. Well, I havent checked out if I stay
longer than 30 mins suspended and this works, too

Cheers and please keep up your good work!
Nek


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


Re: HOWTO: Sharing SHR-U GPRS to *buntu laptop

2009-10-08 Thread Michael 'Mickey' Lauer
 Alternatively, use
 org.freesmartphone.Network.StartConnectionSharingWithInterface usb0

 and find a dhcp server running on the FR with everything else
 preconfigured.

I'm having a couple of problems with this:

$ mdbus -s
org.freesmartphone.Network.StartConnectionSharingWithInterface usb0

Service name not found

As per mdbus --help, you need a busname and an objectname before the method -- 
you can gather these by recursively calling mdbus -s ...

and how would you turn it off again?

This is not implemented yet :) Add me a ticket and I'll do it.

Cheers,

:M:


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


Re: QtMoko v14

2009-10-08 Thread Radek Polak
ghislain wrote:

 Every time a new version arrives I provide the Freerunner Community in the
 Netherlands with an alternative download on  http://www.openmobile.nl/
 openmobile.nl  (this site is in Dutch).

Great, thanks. This is very welcome. In fact i dont know how much
bandwidth is allowed on my (activationrecord.net) server so every mirror
is welcome.

 I also changes some basic things to the standard QtMoko version:
 * I create an sdCard installer (Android alike, by flashing qi, rootfs,
 kernel)

Nice!

 * I add some packages (pkg-fso-keyring vim ntpdate nfs-common mtd-utils
 flite)

pkg-fso-keyring should have already in my image, but until now i was
lazy to figure out how to install it :)

 * I add a working version of Navit  (under QX), with speech (flite) with an
 working map (Benelux) on the sdCard under the MapsNavit folder
 * I change the defaults of the fstab (swap on 2nd partition of sdCard),
 nfs-mount to host (192.168.1.200) /media/jffs2
 
 Maybe this is handy for the rest of the community too? Take a look at the
 latest (V14) installer-image: 
 http://www.openmobile.nl/pages/downloads.php#qtm14 QtMoko V14 Installer
 Image  and let me know if this is something you all like or if there need to
 be some changes.

Nice pages, good work, thanks!

Radek


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


Re: QtMoko v14 GPRS

2009-10-08 Thread Radek Polak
Nekron wrote:

 - if I set the GPRS mode to allways online. After a few seconds or maybe a
 minute QTM gui freezes and I have to restart it (a bug has already been
 filled)
 - I found a workaround using the when needed option and setting the
 timeout to never which makes my GPRS connection stay always online :-)

If it has workaround then it's usually on the bottom of my todo list :)
Thanks for the report, it will take some time, but i hope i will get to
it :)

 - GSM multiplexing is not working. When I am online I can not receive
 calls. How hard would it to integrate gsm07mux for this?

That would be nice but also a lot of work. Using FSO would make it
easier to port to new devices and the FSO codebase seems to be quite
stable and maintained.

 - when I place a call beeing online the GPRS connection stops working.
 However when I try to connect again after my call has finished I do not get
 GPRS working again and have to reboot QTE.

Same here...

 Cheers and please keep up your good work!
 Nek

I will try :)

Regards

Radek


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


Re: 1024#

2009-10-08 Thread Mikhail Umorin
On Thursday 08 October 2009 03:18:23 ivanshirok...@gmail.com wrote:
 Mikhail Umorin пишет:
  On Wednesday 07 October 2009 13:23:48 Eric Olson wrote:
  Mikhail,
 
  This should all be on one line:
print '[%s] Signal : cid=%s, lac=%s' %
   (datetime.datetime.now(),status['cid'],status['lac'] )
 
  Eric
 
  Thanks, that worked. I even warmed up the phone with a heating pad and
  ran the script for a couple of minutes (with deep sleep = always, of
  course) -- and no lines in the log file! I got  A6, so, I guess, I am
  lucky!

 Did u set ti_calypso_deep_sleep = always


Yes, I did. I ran the script overnight (ca. 12 hours) and this is what I got:

[2009-10-07 21:51:05.999018] Signal : cid=2B04, lac=2775
[2009-10-07 21:51:43.439188] Signal : cid=4508, lac=2775
[2009-10-07 21:57:45.501663] Signal : cid=2DF1, lac=2775
[2009-10-07 21:58:09.491458] Signal : cid=4508, lac=2775
[2009-10-07 21:58:32.559254] Signal : cid=2DF1, lac=2775
[2009-10-07 21:58:51.403635] Signal : cid=4508, lac=2775
[2009-10-07 22:08:04.577409] Signal : cid=2DF1, lac=2775
[2009-10-07 22:08:27.640410] Signal : cid=4508, lac=2775
[2009-10-07 22:27:56.636141] Signal : cid=2DF1, lac=2775
[2009-10-07 22:28:32.396817] Signal : cid=4508, lac=2775
[2009-10-07 22:30:09.581581] Signal : cid=4508, lac=2775
[2009-10-07 22:30:11.996154] Signal : cid=4508, lac=2775
[2009-10-07 22:37:01.968110] Signal : cid=4508, lac=2775
[2009-10-07 22:37:04.771834] Signal : cid=4508, lac=2775
[2009-10-07 22:38:38.016193] Signal : cid=4508, lac=2775
[2009-10-07 22:38:40.456745] Signal : cid=2DF1, lac=2775
[2009-10-07 22:38:59.501991] Signal : cid=4508, lac=2775
[2009-10-07 22:42:20.996318] Signal : cid=4506, lac=2775
[2009-10-07 22:42:41.712490] Signal : cid=4508, lac=2775
[2009-10-07 22:46:37.117484] Signal : cid=2DF1, lac=2775
[2009-10-07 22:47:37.377656] Signal : cid=4508, lac=2775
[2009-10-07 22:48:08.620849] Signal : cid=4508, lac=2775
[2009-10-07 22:48:11.086460] Signal : cid=2DF1, lac=2775
[2009-10-07 22:48:24.942362] Signal : cid=4508, lac=2775
[2009-10-07 22:56:21.373120] Signal : cid=4506, lac=2775
[2009-10-07 22:56:34.555647] Signal : cid=4508, lac=2775
[2009-10-07 22:57:32.640541] Signal : cid=4508, lac=2775
[2009-10-07 22:57:34.357571] Signal : cid=4508, lac=2775
[2009-10-07 23:00:00.492293] Signal : cid=4508, lac=2775
[2009-10-07 23:00:02.896863] Signal : cid=4508, lac=2775
[2009-10-07 23:00:32.467281] Signal : cid=4508, lac=2775
[2009-10-07 23:00:34.916526] Signal : cid=4508, lac=2775
[2009-10-07 23:02:17.305925] Signal : cid=4506, lac=2775
[2009-10-07 23:02:43.192305] Signal : cid=4508, lac=2775
[2009-10-07 23:04:19.394357] Signal : cid=4508, lac=2775
[2009-10-07 23:04:21.135537] Signal : cid=4508, lac=2775
[2009-10-07 23:05:49.777196] Signal : cid=4508, lac=2775
[2009-10-07 23:05:51.518800] Signal : cid=4508, lac=2775
[2009-10-07 23:07:29.914118] Signal : cid=4506, lac=2775
[2009-10-07 23:08:10.858446] Signal : cid=4508, lac=2775
[2009-10-07 23:08:39.108456] Signal : cid=4506, lac=2775
[2009-10-07 23:08:48.990273] Signal : cid=4508, lac=2775
[2009-10-07 23:09:09.703847] Signal : cid=2DF1, lac=2775
[2009-10-07 23:09:58.673736] Signal : cid=4508, lac=2775
[2009-10-07 23:10:37.900469] Signal : cid=4508, lac=2775
[2009-10-07 23:10:39.648699] Signal : cid=2DF1, lac=2775
[2009-10-07 23:10:53.301876] Signal : cid=4508, lac=2775
[2009-10-07 23:11:40.357405] Signal : cid=2DF1, lac=2775
[2009-10-07 23:12:32.612333] Signal : cid=4508, lac=2775
[2009-10-07 23:14:03.482989] Signal : cid=2DF1, lac=2775
[2009-10-07 23:14:33.618424] Signal : cid=4508, lac=2775
[2009-10-07 23:16:29.897189] Signal : cid=2DF1, lac=2775
[2009-10-07 23:17:30.151953] Signal : cid=4508, lac=2775
[2009-10-07 23:18:11.762712] Signal : cid=4508, lac=2775
[2009-10-07 23:18:13.486081] Signal : cid=4506, lac=2775
[2009-10-07 23:18:45.666565] Signal : cid=4506, lac=2775
[2009-10-07 23:18:47.392123] Signal : cid=4508, lac=2775
[2009-10-07 23:19:17.667250] Signal : cid=4508, lac=2775
[2009-10-07 23:19:19.516853] Signal : cid=4508, lac=2775
[2009-10-07 23:19:51.562417] Signal : cid=4508, lac=2775
[2009-10-07 23:19:53.302078] Signal : cid=4508, lac=2775
[2009-10-07 23:21:40.612072] Signal : cid=4506, lac=2775
[2009-10-07 23:21:54.268411] Signal : cid=4508, lac=2775
[2009-10-07 23:22:24.095872] Signal : cid=4508, lac=2775
[2009-10-07 23:22:25.828675] Signal : cid=4508, lac=2775
[2009-10-07 23:22:54.225873] Signal : cid=4508, lac=2775
[2009-10-07 23:22:55.967579] Signal : cid=4508, lac=2775
[2009-10-07 23:24:39.508603] Signal : cid=2DF1, lac=2775
[2009-10-07 23:24:53.180934] Signal : cid=4508, lac=2775
[2009-10-07 23:25:22.072722] Signal : cid=4508, lac=2775
[2009-10-07 23:25:24.496914] Signal : cid=4508, lac=2775
[2009-10-07 23:25:55.956373] Signal : cid=4508, lac=2775
[2009-10-07 23:25:58.397659] Signal : cid=2DF1, lac=2775
[2009-10-07 23:26:12.263459] Signal : cid=4508, lac=2775
[2009-10-07 23:26:43.803461] Signal : cid=2DF1, lac=2775
[2009-10-07 23:27:17.694092] Signal : cid=4508, 

Re: Fwd: buzzfix in India

2009-10-08 Thread c_c

Hi Guys,
  I will be in Delhi from the 13th till the 20th. I would like to take my FR
in for the buzzfix at Baig Electronics preferably on the 13th/14th or the
15th if possible.
  Can you let me know what I need to do?
Thanks
-- 
View this message in context: 
http://n2.nabble.com/Re-Fwd-buzzfix-in-India-tp380p3788946.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: 1024#

2009-10-08 Thread Rui Miguel Silva Seabra
either you are in a zone with weak signal from 4508 and 2DF1 (so you
jump frequently from one to the other) or yes, you probably are suffering
from #1024 :(

On Thu, Oct 08, 2009 at 10:33:50AM -0500, Mikhail Umorin wrote:
 On Thursday 08 October 2009 03:18:23 ivanshirok...@gmail.com wrote:
  Mikhail Umorin пишет:
   On Wednesday 07 October 2009 13:23:48 Eric Olson wrote:
   Mikhail,
  
   This should all be on one line:
 print '[%s] Signal : cid=%s, lac=%s' %
(datetime.datetime.now(),status['cid'],status['lac'] )
  
   Eric
  
   Thanks, that worked. I even warmed up the phone with a heating pad and
   ran the script for a couple of minutes (with deep sleep = always, of
   course) -- and no lines in the log file! I got  A6, so, I guess, I am
   lucky!
 
  Did u set ti_calypso_deep_sleep = always
 
 
 Yes, I did. I ran the script overnight (ca. 12 hours) and this is what I got:
 
 [2009-10-07 21:51:05.999018] Signal : cid=2B04, lac=2775
 [2009-10-07 21:51:43.439188] Signal : cid=4508, lac=2775
 [2009-10-07 21:57:45.501663] Signal : cid=2DF1, lac=2775
 [2009-10-07 21:58:09.491458] Signal : cid=4508, lac=2775
 [2009-10-07 21:58:32.559254] Signal : cid=2DF1, lac=2775
 [2009-10-07 21:58:51.403635] Signal : cid=4508, lac=2775
 [2009-10-07 22:08:04.577409] Signal : cid=2DF1, lac=2775
 [2009-10-07 22:08:27.640410] Signal : cid=4508, lac=2775
 [2009-10-07 22:27:56.636141] Signal : cid=2DF1, lac=2775
 [2009-10-07 22:28:32.396817] Signal : cid=4508, lac=2775
 [2009-10-07 22:30:09.581581] Signal : cid=4508, lac=2775
 [2009-10-07 22:30:11.996154] Signal : cid=4508, lac=2775
 [2009-10-07 22:37:01.968110] Signal : cid=4508, lac=2775
 [2009-10-07 22:37:04.771834] Signal : cid=4508, lac=2775
 [2009-10-07 22:38:38.016193] Signal : cid=4508, lac=2775
 [2009-10-07 22:38:40.456745] Signal : cid=2DF1, lac=2775
 [2009-10-07 22:38:59.501991] Signal : cid=4508, lac=2775
 [2009-10-07 22:42:20.996318] Signal : cid=4506, lac=2775
 [2009-10-07 22:42:41.712490] Signal : cid=4508, lac=2775
 [2009-10-07 22:46:37.117484] Signal : cid=2DF1, lac=2775
 [2009-10-07 22:47:37.377656] Signal : cid=4508, lac=2775
 [2009-10-07 22:48:08.620849] Signal : cid=4508, lac=2775
 [2009-10-07 22:48:11.086460] Signal : cid=2DF1, lac=2775
 [2009-10-07 22:48:24.942362] Signal : cid=4508, lac=2775
 [2009-10-07 22:56:21.373120] Signal : cid=4506, lac=2775
 [2009-10-07 22:56:34.555647] Signal : cid=4508, lac=2775
 [2009-10-07 22:57:32.640541] Signal : cid=4508, lac=2775
 [2009-10-07 22:57:34.357571] Signal : cid=4508, lac=2775
 [2009-10-07 23:00:00.492293] Signal : cid=4508, lac=2775
 [2009-10-07 23:00:02.896863] Signal : cid=4508, lac=2775
 [2009-10-07 23:00:32.467281] Signal : cid=4508, lac=2775
 [2009-10-07 23:00:34.916526] Signal : cid=4508, lac=2775
 [2009-10-07 23:02:17.305925] Signal : cid=4506, lac=2775
 [2009-10-07 23:02:43.192305] Signal : cid=4508, lac=2775
 [2009-10-07 23:04:19.394357] Signal : cid=4508, lac=2775
 [2009-10-07 23:04:21.135537] Signal : cid=4508, lac=2775
 [2009-10-07 23:05:49.777196] Signal : cid=4508, lac=2775
 [2009-10-07 23:05:51.518800] Signal : cid=4508, lac=2775
 [2009-10-07 23:07:29.914118] Signal : cid=4506, lac=2775
 [2009-10-07 23:08:10.858446] Signal : cid=4508, lac=2775
 [2009-10-07 23:08:39.108456] Signal : cid=4506, lac=2775
 [2009-10-07 23:08:48.990273] Signal : cid=4508, lac=2775
 [2009-10-07 23:09:09.703847] Signal : cid=2DF1, lac=2775
 [2009-10-07 23:09:58.673736] Signal : cid=4508, lac=2775
 [2009-10-07 23:10:37.900469] Signal : cid=4508, lac=2775
 [2009-10-07 23:10:39.648699] Signal : cid=2DF1, lac=2775
 [2009-10-07 23:10:53.301876] Signal : cid=4508, lac=2775
 [2009-10-07 23:11:40.357405] Signal : cid=2DF1, lac=2775
 [2009-10-07 23:12:32.612333] Signal : cid=4508, lac=2775
 [2009-10-07 23:14:03.482989] Signal : cid=2DF1, lac=2775
 [2009-10-07 23:14:33.618424] Signal : cid=4508, lac=2775
 [2009-10-07 23:16:29.897189] Signal : cid=2DF1, lac=2775
 [2009-10-07 23:17:30.151953] Signal : cid=4508, lac=2775
 [2009-10-07 23:18:11.762712] Signal : cid=4508, lac=2775
 [2009-10-07 23:18:13.486081] Signal : cid=4506, lac=2775
 [2009-10-07 23:18:45.666565] Signal : cid=4506, lac=2775
 [2009-10-07 23:18:47.392123] Signal : cid=4508, lac=2775
 [2009-10-07 23:19:17.667250] Signal : cid=4508, lac=2775
 [2009-10-07 23:19:19.516853] Signal : cid=4508, lac=2775
 [2009-10-07 23:19:51.562417] Signal : cid=4508, lac=2775
 [2009-10-07 23:19:53.302078] Signal : cid=4508, lac=2775
 [2009-10-07 23:21:40.612072] Signal : cid=4506, lac=2775
 [2009-10-07 23:21:54.268411] Signal : cid=4508, lac=2775
 [2009-10-07 23:22:24.095872] Signal : cid=4508, lac=2775
 [2009-10-07 23:22:25.828675] Signal : cid=4508, lac=2775
 [2009-10-07 23:22:54.225873] Signal : cid=4508, lac=2775
 [2009-10-07 23:22:55.967579] Signal : cid=4508, lac=2775
 [2009-10-07 23:24:39.508603] Signal : cid=2DF1, lac=2775
 [2009-10-07 23:24:53.180934] Signal : cid=4508, lac=2775
 [2009-10-07 23:25:22.072722] Signal : cid=4508, lac=2775
 [2009-10-07 

Re: How to transfer my contacts from my QtExtended GTA01 to my SHR GTA02

2009-10-08 Thread Michele Brocco
you can copy your qtopia_db.sqlite file from the qtopia folder on your
home (i guess it was /home/root/Applications/Qtopia) directory to shr
and then use pisi (http://wiki.openmoko.org/wiki/Pisi)

under shr afaik there is no addressbook that comprehensively supports
all fields supported on qtopia yet (correct me if I am wrong). but u
can sync at least with your sim card and u will have all the numbers
as single entries.

hope this helps

On 10/4/09, Pablo Miño pablodanielm...@gmail.com wrote:
 Dear community,

 I need to transfer my contacts from my QtExtended 4.4.2 GTA01 to my
 SHR GTA02 I have been failing all the time.
 Can anyone point me in the right direction? Is it possible to scp
 files from one to another? Thank you very much.

 --
 Pablo Miño

 ___
 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: [QtMoko v14] importing contacts

2009-10-08 Thread Torfinn Ingolfsen
Hi,

On Thu, Oct 8, 2009 at 2:36 PM, Michael Zanetti michael_zane...@gmx.netwrote:

 I exported my addressbook from Kontact into one vcard and copied it over to
 the neo. Then I called this on the neo:

 LD_LIBRARY_PATH=/opt/qtmoko/lib/ /opt/qtmoko/bin/addressbook
 /tmp/addressbook.vcf


FWIW, I did this (but via a ssh'ed shell):

r...@neo:~# source /opt/*qtmoko*/qpe.env

r...@neo:/root# DISPLAY=:0 LD_LIBRARY_PATH=/opt/*qtmoko*/lib /opt/*qtmoko*
/bin/*addressbook* /home/root/Documents/phone.vcf

If you do the work from the terminal on the Neo, you shouldn't need to
source qpe.env, I think.

HTH
-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: How to transfer my contacts from my QtExtended GTA01 to my SHR GTA02

2009-10-08 Thread Torfinn Ingolfsen
Hi,

On Thu, Oct 8, 2009 at 8:24 PM, Michele Brocco ssj2mi...@gmail.com wrote:

 you can copy your qtopia_db.sqlite file from the qtopia folder on your
 home (i guess it was /home/root/Applications/Qtopia) directory to shr
 and then use pisi (http://wiki.openmoko.org/wiki/Pisi)


Does anyone know if Pisis will work under QtMoko?
It looks like it could import my address book (.vcf).

-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: USB networking with Ubuntu 9.04

2009-10-08 Thread Tony Berth
did try that and did work when I was using a debian 5 box but no chance with
ubuntu 9.04 :(

Thanks

Tony

On Thu, Oct 8, 2009 at 1:21 PM, Sander van Grieken san...@3v8.net wrote:

 Why use a script that you need to run manually each time?

 It can be done automatically just by putting the right stuff in
 /etc/network/interfaces:

 auto eth2
 iface eth2 inet static
   address 192.168.0.200
   netmask 255.255.255.0
   post-up iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -j MASQUERADE
  post-up echo 1  /proc/sys/net/ipv4/ip_forward
  post-up route add -host 192.168.0.202 dev eth2
  post-up dnsmasq
  pre-down echo 0  /proc/sys/net/ipv4/ip_forward
  pre-down iptables -t nat -D POSTROUTING -s 192.168.0.0/24 -j MASQUERADE
  pre-down killall dnsmasq


 when you plug in the FR, eth2 will activate automatically..

 grtz
 Sander


 On Thursday 08 October 2009 03:24:06 Cristian Gómez wrote:
  Hi Tony, thanks for giving a try to the script. I'm glad it helped you. I
  just create a sub-section on the wiki page [1] where I put the script to
  help others to get connected easily.
 
  Cheers
 
  [1] http://wiki.openmoko.org/wiki/USB_Networking#Connection_Script
 
  /***
  * Don't Worry...Be Linux
  * Cristian Gómez Alvarez
  * Ingeniero en Sistemas y Computación
  * Universidad de Caldas
  * Comunidad de Software Libre Manizales
  * IEEE/WIE Student Member
  * Linux User #463617
  * Mi Blog: http://cristianpark.sehablalinux.com/
  /
 
 
  2009/10/7 Tony Berth tonybe...@googlemail.com
 
   On Wed, Oct 7, 2009 at 10:27 AM, Matthias Huber 
  
   matthias.hu...@wollishausen.de wrote:
Tony Berth schrieb:
  
   Bingo. Thanks A LOT!
  
   Is it possible to update the Wiki with that one. I think this will be
 a
   great help to the whole community
  
if you would tell me wich of / or both tricks did it on your system ?
  
   but i had to add this two lines to my /etc/ufw/ufw.conf
  
   ufw allow from 192.168.0.202
   ufw allow to 192.168.0.202
  
  
   another trial with iptables needs to load some modules too:
  
   #!/bin/sh
  
   MOKO=192.168.0.202
  
   echo 1  /proc/sys/net/ipv4/ip_forward
modprobe ipt_MASQUERADE
  
   iptables -I FORWARD -j ACCEPT -d ${MOKO}/32
   iptables -I FORWARD -j ACCEPT -s ${MOKO}/32
   iptables -I POSTROUTING -t nat -j MASQUERADE -s ${MOKO}/32
  
   what works was the script Cristian Gomez included in his reply!
  
   Just for the records, the first time I run that script it does assign
 the
   192.168.0.200 IP to eth1 but can't ping/access 192.168.0.202! Then:
  
   - I disconnect Openmoko
   - connect it again
   - re-run the script and voila the connection is there!
  
   Thanks
  
   Tony
  
  
   ___
   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: How to transfer my contacts from my QtExtended GTA01 to my SHR GTA02

2009-10-08 Thread Pablo Miño
I was urged, so I managed to transfer my contacts via sms. It was not
elegant but I got it working...
Anyway, I am interested in that incompatibilities. I thought that all
distros implemented contacts in a standard manner, but is there a
standard at all?

Thank you all.

On Thu, Oct 8, 2009 at 17:00, Torfinn Ingolfsen tin...@gmail.com wrote:
 Hi,

 On Thu, Oct 8, 2009 at 8:24 PM, Michele Brocco ssj2mi...@gmail.com wrote:

 you can copy your qtopia_db.sqlite file from the qtopia folder on your
 home (i guess it was /home/root/Applications/Qtopia) directory to shr
 and then use pisi (http://wiki.openmoko.org/wiki/Pisi)


 Does anyone know if Pisis will work under QtMoko?
 It looks like it could import my address book (.vcf).

 --
 Regards,
 Torfinn Ingolfsen

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





-- 
Pablo Miño

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


Re: USB networking with Ubuntu 9.04

2009-10-08 Thread Eric Olson
I copied Sander's exact lines into /etc/network/interfaces (I changed 
eth2 to usb0 -- I don't know if that matters) on my ubuntu 9.04 laptop 
and it's working for me.  I have plugged and unplugged the cable a 
couple times and no longer have to run my manual script each time.

Thanks!
Eric

Tony Berth wrote:
 did try that and did work when I was using a debian 5 box but no chance with
 ubuntu 9.04 :(
 
 Thanks
 
 Tony
 
 On Thu, Oct 8, 2009 at 1:21 PM, Sander van Grieken san...@3v8.net wrote:
 
 Why use a script that you need to run manually each time?

 It can be done automatically just by putting the right stuff in
 /etc/network/interfaces:

 auto eth2
 iface eth2 inet static
   address 192.168.0.200
   netmask 255.255.255.0
   post-up iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -j MASQUERADE
  post-up echo 1  /proc/sys/net/ipv4/ip_forward
  post-up route add -host 192.168.0.202 dev eth2
  post-up dnsmasq
  pre-down echo 0  /proc/sys/net/ipv4/ip_forward
  pre-down iptables -t nat -D POSTROUTING -s 192.168.0.0/24 -j MASQUERADE
  pre-down killall dnsmasq


 when you plug in the FR, eth2 will activate automatically..

 grtz
 Sander


 On Thursday 08 October 2009 03:24:06 Cristian Gómez wrote:
 Hi Tony, thanks for giving a try to the script. I'm glad it helped you. I
 just create a sub-section on the wiki page [1] where I put the script to
 help others to get connected easily.

 Cheers

 [1] http://wiki.openmoko.org/wiki/USB_Networking#Connection_Script

 /***
 * Don't Worry...Be Linux
 * Cristian Gómez Alvarez
 * Ingeniero en Sistemas y Computación
 * Universidad de Caldas
 * Comunidad de Software Libre Manizales
 * IEEE/WIE Student Member
 * Linux User #463617
 * Mi Blog: http://cristianpark.sehablalinux.com/
 /


 2009/10/7 Tony Berth tonybe...@googlemail.com

 On Wed, Oct 7, 2009 at 10:27 AM, Matthias Huber 

 matthias.hu...@wollishausen.de wrote:
  Tony Berth schrieb:

 Bingo. Thanks A LOT!

 Is it possible to update the Wiki with that one. I think this will be
 a
 great help to the whole community

  if you would tell me wich of / or both tricks did it on your system ?

 but i had to add this two lines to my /etc/ufw/ufw.conf

 ufw allow from 192.168.0.202
 ufw allow to 192.168.0.202


 another trial with iptables needs to load some modules too:

 #!/bin/sh

 MOKO=192.168.0.202

 echo 1  /proc/sys/net/ipv4/ip_forward
  modprobe ipt_MASQUERADE

 iptables -I FORWARD -j ACCEPT -d ${MOKO}/32
 iptables -I FORWARD -j ACCEPT -s ${MOKO}/32
 iptables -I POSTROUTING -t nat -j MASQUERADE -s ${MOKO}/32
 what works was the script Cristian Gomez included in his reply!

 Just for the records, the first time I run that script it does assign
 the
 192.168.0.200 IP to eth1 but can't ping/access 192.168.0.202! Then:

 - I disconnect Openmoko
 - connect it again
 - re-run the script and voila the connection is there!

 Thanks

 Tony


 ___
 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


[FSO based] NeoLight 1.2.0 released

2009-10-08 Thread Valery Febvre
Hello,

NeoLight 1.2.0 was released.

Changes since 1.1.0:
* Speed up startup again (~2 seconds less), now it takes ~3 seconds.
* Fixed a bug in Custom Color. It was impossible to set the red and
  the blue colors to 0.

Package: http://neolight.googlecode.com/files/neolight_1.2.0-r0_all.ipk



NeoLight turns your Neo into a flashlight.

It flips the brightness up to full and displays a fullscreen bright
white rectangle.

Features

* Bright white or colored (red/green/blue/custom) screen
* Brightness dimmer
* Strobe light mode (with adjustable speed)
* Just tap the top left corner of screen to dim brightness to minimum,
and the top right corner to flip the brightness up to the level defined
in settings.

It is written in Python/Elementary.

NeoLight is tested on SHR unstable only but should work with all FSO
based distributions.

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

-- 
Valéry

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


Re: 1024#

2009-10-08 Thread Mikhail Umorin
On Thursday 08 October 2009 11:57:38 Rui Miguel Silva Seabra wrote:
 either you are in a zone with weak signal from 4508 and 2DF1 (so you
 jump frequently from one to the other) or yes, you probably are suffering
 from #1024 :(


What's the best way to differentiate? Stand by a cell tower and wait for a 
couple of hours?

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


Re: [QtMoko v14] importing contacts

2009-10-08 Thread Michael Zanetti
On Thursday 08 October 2009 20:51:19 Torfinn Ingolfsen wrote:
 Hi,
 
 On Thu, Oct 8, 2009 at 2:36 PM, Michael Zanetti 
michael_zane...@gmx.netwrote:
  I exported my addressbook from Kontact into one vcard and copied it over
  to the neo. Then I called this on the neo:
 
  LD_LIBRARY_PATH=/opt/qtmoko/lib/ /opt/qtmoko/bin/addressbook
  /tmp/addressbook.vcf
 
 FWIW, I did this (but via a ssh'ed shell):
 
 r...@neo:~# source /opt/*qtmoko*/qpe.env
 
 r...@neo:/root# DISPLAY=:0 LD_LIBRARY_PATH=/opt/*qtmoko*/lib /opt/*qtmoko*
 /bin/*addressbook* /home/root/Documents/phone.vcf
 

Thanks! sourcing qpe.env fixed it! 

Michael


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


evopedia 0.2.3 release

2009-10-08 Thread Christian
Hi!

evopedia version 0.2.3 is ready, the main new features include:
- tangogps tile repository can be selected for article map
- article map has been improved
- your own position should be displayed on the map and you can zoom to it
- the text links have been replaced by icons
- article search is faster (1-3 seconds) for newly built images (at the
moment only German Wikipedia and French in the next days), old images
stay compatible

I hope you enjoy it. Unfortunately, due to some problems with my device
I was not able to test it to the full extent. Please report any bugs you
encounter.

Direct link to the .ipk:
http://www.reitwiessner.de/openmoko/evopedia_0.2.3_any.ipk


Evopedia is an offline Wikipedia reader that can be viewed using any
browser you like (midori is the default). You need to download a
Wikipedia dump (apart from the software also available there) from

http://www.reitwiessner.de/openmoko/evopedia.html

The following dump languages are available at the moment:
Dutch, French, German, Italian, Polish and Spanish.

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


Re: 1024#

2009-10-08 Thread Stroller

On 8 Oct 2009, at 22:15, Mikhail Umorin wrote:
 On Thursday 08 October 2009 11:57:38 Rui Miguel Silva Seabra wrote:
 either you are in a zone with weak signal from 4508 and 2DF1 (so you
 jump frequently from one to the other) or yes, you probably are  
 suffering
 from #1024 :(


 What's the best way to differentiate? Stand by a cell tower and wait  
 for a
 couple of hours?

It has already been posted here:

Under normal circumstances you would only see these messages with a
change of cell, so cid would be different. The only time I know of
that you might legitimately see repeated reconnection to the same  
cell
is if you've got very low signal and it's the only cell visible.

I am really unclear why you feel the need to ask - yet again - if  
you're affected by #1024, when all the symptoms so clearly seem to  
point to it.

Your Freerunner is of one of the batches affected, yes?

Your Freerunner is reregistering. Obviously.

Do you really have reason to believe you're in an area which receives  
poor coverage from these two towers? What signal strength do mobile  
phones generally show in your house? Or are you just grasping at  
straws, hoping your Freerunner is unaffected?

Stroller.

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


Re: 1024#

2009-10-08 Thread Mikhail Umorin
On Thursday 08 October 2009 18:31:43 Stroller wrote:
 On 8 Oct 2009, at 22:15, Mikhail Umorin wrote:
  On Thursday 08 October 2009 11:57:38 Rui Miguel Silva Seabra wrote:
  either you are in a zone with weak signal from 4508 and 2DF1 (so you
  jump frequently from one to the other) or yes, you probably are
  suffering
  from #1024 :(
 
  What's the best way to differentiate? Stand by a cell tower and wait
  for a
  couple of hours?

 It has already been posted here:

 Under normal circumstances you would only see these messages with a
 change of cell, so cid would be different. The only time I know of
 that you might legitimately see repeated reconnection to the same
 cell
 is if you've got very low signal and it's the only cell visible.

 I am really unclear why you feel the need to ask - yet again - if
 you're affected by #1024, when all the symptoms so clearly seem to
 point to it.

 Your Freerunner is of one of the batches affected, yes?

 Your Freerunner is reregistering. Obviously.

 Do you really have reason to believe you're in an area which receives
 poor coverage from these two towers? What signal strength do mobile
 phones generally show in your house? Or are you just grasping at
 straws, hoping your Freerunner is unaffected?

 Stroller.


Grasping at straws :)

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


Re: evopedia 0.2.3 release

2009-10-08 Thread Sebastian Reichel
On Thu, Oct 08, 2009 at 11:51:47PM +0200, Christian wrote:
 Hi!
 
 evopedia version 0.2.3 is ready, the main new features include:
 - tangogps tile repository can be selected for article map
 - article map has been improved
 - your own position should be displayed on the map and you can zoom to it
 - the text links have been replaced by icons
 - article search is faster (1-3 seconds) for newly built images (at the
 moment only German Wikipedia and French in the next days), old images
 stay compatible
 
 I hope you enjoy it. Unfortunately, due to some problems with my device
 I was not able to test it to the full extent. Please report any bugs you
 encounter.
 
 Direct link to the .ipk:
 http://www.reitwiessner.de/openmoko/evopedia_0.2.3_any.ipk
 
 
 Evopedia is an offline Wikipedia reader that can be viewed using any
 browser you like (midori is the default). You need to download a
 Wikipedia dump (apart from the software also available there) from
 
 http://www.reitwiessner.de/openmoko/evopedia.html
 
 The following dump languages are available at the moment:
 Dutch, French, German, Italian, Polish and Spanish.

Hi,

I'm interested in packaging your software for Debian. Can you please
provide a source tarball? On the website you state, that the
software is released under GPLv3+, but I can't find any sourcecode :(

-- Sebastian Reichel


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


QtMoko v14 unable to send sms???

2009-10-08 Thread Pablo Miño
I am unable to reply sms because there is no send option! There is a
delete option instead. How do I solve this?

-- 
Pablo Miño

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