Re: strange qtopia wifi connectivity

2008-08-13 Thread Al Johnson
On Wednesday 13 August 2008, Dimitri wrote:
 I've installed the latest version of Qtopia on my Freerunner, and
 configured it to auto-connect to my wifi network, on startup.

 I can ssh into it. No problem. But, I can't connect out to the internet.

 In the phone's terminal, if I type: ping google.com
 I get the error: ping: bad address 'google.com'

 But, if I connect the usb cable, run the script below, in Ubuntu, and then
 DISCONNECT the cable, my outbound wifi connectivity suddenly works!:
 ---
 #!/bin/bash

 sudo ifconfig usb0 192.168.0.200
 if (( `cat /proc/sys/net/ipv4/ip_forward` == 0 )); then
   echo 1 | sudo tee  /proc/sys/net/ipv4/ip_forward
   sudo iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -j MASQUERADE
 fi
 scp /etc/resolv.conf [EMAIL PROTECTED]:/etc/
 ---

 What could be the problem? Any suggestions would be appreciated.

 Dimitri

By default the /etc/resolv.conf on 2008.8 is empty so the Freerunner can't 
resolve names. This is why you can't access the internet. The last line of 
your script copies the /etc/resolv.conf from your ubuntu box to the 
Freerunner, so internet connections start working.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Update on Bug #666

2008-08-13 Thread Konstantin
Kevin Zuber wrote:
 Hi folks,

 Is it possible to get periodical updates for work on important bugs
 like #666?

[SNIP]

 I just want to point out, that for me (and perhaps some others) this
 is the most annoying bug, because it demotes a really cool phone to a
 more or less pretty toy.

 So I'm still waiting for any progress in this issue and will be happy
 about every status information from openmoko.
 
 Kevin

+1 from me - Bug #666 is the most severe one for me, too, so any report on
the current status is very much appreciated! :)

Regards,
Konstantin

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Differences between daily builds and Om2008.8

2008-08-13 Thread arne anka
 [Top-posted to match existing layout]

attaboy

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Unable to Flash Root File System - Error 60

2008-08-13 Thread Jay Vaughan
 sorry may be a silly question , but is  dfu-util in that directory ?


It is installed as part of the .app bundle of the OpenMoko Flasher  
application, so substitute my path with yours to that .app ..

;
--
Jay Vaughan





___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: OM2008.8 Theme

2008-08-13 Thread Evgeny Ginzburg
sparky mat wrote:
 Is the OM2008.8 theme being actively developed?
Take look at alternative theme
http://52grad.de/.stuff/freerunner/
You can change themes by yourself.
Takea look at http://wiki.enlightenment.org/index.php/Edje_Compiler
If you'll made something interesting poste it on the web

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: gta02, 2007.2: frequent wakeups -- creating workaround

2008-08-13 Thread Steven **
To what are you referring?  Did you see that in the linked qtopia code?

-Steven

On Wed, Aug 13, 2008 at 8:08 AM, arne anka [EMAIL PROTECTED] wrote:
 well, i am still curios inhowfar resume_reason!=GSM is different from
 resume_reason==GSM ...

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Openmoko Flasher - Unable to Flash Root File System - Error 60

2008-08-13 Thread Dr. H. Nikolaus Schaller

Am 13.08.2008 um 14:35 schrieb Rod Whitby:

 Jay Vaughan wrote:
 Here is how I do it:

 DYLD_LIBRARY_PATH=/Applications/OpenMoko\ Flasher\ 1.2.app/Contents/
 MacOS/../Resources/ /Applications/OpenMoko\ Flasher\ 1.2.app/ 
 Contents/
 MacOS/dfu-util -a 5 -R -D  openmoko-image.jffs2

This command can be copied from the Console log after using the  
Flash button (even if no device is connected).

BTW: the currently latest release is 1.4 (Universal Binary) @ 
http://www.handheld-linux.com/wiki.php?page=Openmoko%20Flasher



 Please advise people to use '-a rootfs' instead of '-a 5', since -a 5
 will break the next time that Openmoko decides to change the mtd  
 layout
 (as did happen between GTA01 and GTA02).

Ah, that explains everything.

Does someone have a good list of all allowed values of -a? And, are  
they the same between GTA01 and GTA02?

Please test this version if it works correctly before I make it  
official:

http://www.dsitri.de/download/OpenMoko%20Flasher-1.4.1.tgz

And what would be nice is if someone can send me a list of current  
repositories for GTA01 and GTA02 that you would like to see  
preinstalled.

Nikolaus

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Flash a kernel with USB networking

2008-08-13 Thread Alexandre H.
Hello,


I did the same update as Thomas here : 
http://lists.openmoko.org/pipermail/support/2008-August/000900.html
And now I miss the modules g-ether and cdc-ether.

His solution: 
My solution was to flash an older kernel, install the missing modules with 
opkg, then re-flash the new kernel.

So my question is how to do that :
- what older kernel should I put on my sd card?
- how to install the g-ether and cdc-ether modules from the sd card with opkg?

Thank you in advance,
lex.



  
_ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: gta02, 2007.2: frequent wakeups -- creating workaround

2008-08-13 Thread arne anka
 To what are you referring?  Did you see that in the linked qtopia code?

no. i think you said that -- umount/mount on suspend/resume was a  
workaround except when resuming from gsm event. am i wrong?

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Openmoko Flasher - Unable to Flash Root File System - Error 60

2008-08-13 Thread Rod Whitby
Dr. H. Nikolaus Schaller wrote:
 Am 13.08.2008 um 14:35 schrieb Rod Whitby:
 Please advise people to use '-a rootfs' instead of '-a 5', since -a 5
 will break the next time that Openmoko decides to change the mtd  
 layout
 (as did happen between GTA01 and GTA02).
 
 Ah, that explains everything.
 
 Does someone have a good list of all allowed values of -a? And, are  
 they the same between GTA01 and GTA02?

At least the following are:

u-boot, kernel, rootfs

-- Rod

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: strange qtopia wifi connectivity

2008-08-13 Thread Dimitri

But I'm not using 2008.8: I'm using latest qtopia rootfs/ kernel, from
qtopia's site.

So Qtopia also can't resolve names?

It has a wifi and gprs gui; I assume it would handle such things.

Dimitri


Al Johnson wrote:
 
 By default the /etc/resolv.conf on 2008.8 is empty so the Freerunner can't 
 resolve names. This is why you can't access the internet. The last line of 
 your script copies the /etc/resolv.conf from your ubuntu box to the 
 Freerunner, so internet connections start working.
 
-- 
View this message in context: 
http://n2.nabble.com/strange-qtopia-wifi-connectivity-tp721367p722238.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Flash a kernel with USB networking

2008-08-13 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:
| Hello,
|
|
| I did the same update as Thomas here :
http://lists.openmoko.org/pipermail/support/2008-August/000900.html
| And now I miss the modules g-ether and cdc-ether.
|
| His solution:
| My solution was to flash an older kernel, install the missing modules
with opkg, then re-flash the new kernel.
|
| So my question is how to do that :
| - what older kernel should I put on my sd card?
| - how to install the g-ether and cdc-ether modules from the sd card
with opkg?

There is a class of kernels now called moredrivers that have enough
drivers in the monolithic kernel that they do not rely on the presence
of modules themselves.  For example:

http://people.openmoko.org/andy/uImage-moredrivers-stable_88bf43840b9df0eb.bin

These guys have the Ethernet over USB (and other things) built-in
according to the old school.  You can DFU this in safely and then update
by packages.

- -Andy

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkijACEACgkQOjLpvpq7dMoXkgCfWB/qfaoZ1U2SP+UWHJmyAoCX
dpMAnRIgFJA+fuH029r3maDrEl5b1n/k
=L6Ml
-END PGP SIGNATURE-

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: strange qtopia wifi connectivity

2008-08-13 Thread arne anka
 But I'm not using 2008.8: I'm using latest qtopia rootfs/ kernel, from
 qtopia's site.

nevertheless, have a look at /etc/resolv.conf.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Openmoko Flasher - Unable to Flash Root File System - Error 60

2008-08-13 Thread Dr. H. Nikolaus Schaller
Well it was mostly me :-) During 1973 ages. Plus some others who  
updated networking issues.

But feel free to add things. It is a Community Wiki...

Nikolaus

Am 13.08.2008 um 17:45 schrieb Marcus Stong:

 Thanks for the help with getting dfu-util working in Terminal on the
 Mac. Is anyone currently managing the Mac OS X page in the wiki. These
 better instructions for running dfu-util should be posted. I'll
 volunteer to update it and a couple other things if no one is  
 currently
 keeping that page up to date.

 Marcus


 Rod Whitby wrote:
 Dr. H. Nikolaus Schaller wrote:

 Am 13.08.2008 um 14:35 schrieb Rod Whitby:

 Please advise people to use '-a rootfs' instead of '-a 5', since - 
 a 5
 will break the next time that Openmoko decides to change the mtd
 layout
 (as did happen between GTA01 and GTA02).

 Ah, that explains everything.

 Does someone have a good list of all allowed values of -a? And, are
 they the same between GTA01 and GTA02?


 At least the following are:

 u-boot, kernel, rootfs

 -- Rod

 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support




 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: How to shutdown/turn off 2008.8

2008-08-13 Thread Yorick Moko
press and hold powerbutton

On Wed, Aug 13, 2008 at 7:15 PM, Jim Colton [EMAIL PROTECTED] wrote:

 Besides running 'shutdown -h now' in a terminal what is the scheme for
 shutting it down?

 I was assuming some sequence of the hard buttons would do it but I can't
 finger it out.

 Thanks

 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: gta02, 2007.2: frequent wakeups -- creating workaround

2008-08-13 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


| To what are you referring?  Did you see that in the linked qtopia code?
| no. i think you said that -- umount/mount on suspend/resume was a
| workaround except when resuming from gsm event. am i wrong?

| Oh, yes.  That is what it seemed like.  Perhaps I was just unlucky the
| first time.  I'll mess with it again after work to confirm that that
| truly is the difference.  But right now, I haven't corrupted my SD
| card for a few days.

I'm pretty sure this will make you immune for getting crapped on.  But
for SD Card rootfs case, it isn't really a solution.

- -Andy
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkijGY4ACgkQOjLpvpq7dMrCSQCglCwDj9FwEP3k7gDZzC/NrOgj
GEYAn0lvdZw4ZdCqm4V4yYD1w4xcEyov
=Ijzp
-END PGP SIGNATURE-

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


remoko bluetooth problem

2008-08-13 Thread lists
I'm trying to test out the remoko app Valerio wrote.  I've installed both the  
remoko and remokoserver packages.  However, I can't seem to connect to it 
from my linux box.  If I run remoko from the terminal app so that I can see 
the console output, I get the following after I run hidd --connect FR bt 
addr:

connected
dbus.Array([], signature=dbus.Signature('s'))
ERROR: Bluetooth is off

I've tracked that down to coming from the last part of remoko_server.py where 
self.remoko.adapter.ListConnection() seems to fail.  Interestingly, running

dbus-send --system --type=method_call --print-reply --dest=org.bluez 
/org/bluez/hci0 
org.bluez.Adapter.ListConnections

returns an empty array, however

hcitool con

shows a connection to my linux box.

I'm using 2007.2 and have updated all packages today (Aug 13th).

In case it's related at all, running hidd --search on my linux box after 
launching remoko on my FR doesn't find anything.

Any ideas why the call to ListConnections returns an empty array?

Thanks,
Josh

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Application to fade screen

2008-08-13 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:
| Hello all--
|
| I was wondering, is there some sort of application that will let me
| manually fade the openmoko screen to black? Similar to a screen saver?
| Thanks!

What are you, some kind of Goth?  :-)

echo 0
|/sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/backlight/pcf50633-bl/brightness

- -Andy
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkijHhMACgkQOjLpvpq7dMoB7wCfSm48iVMHo4x/UwzzXB/iLwZ9
BnYAn1sCvihXkGZe5x4+iZWFYHcA6816
=r6Y4
-END PGP SIGNATURE-

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Application to fade screen

2008-08-13 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:

|
|/sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/backlight/pcf50633-bl/brightness

Wow thunderbird thought it knew better... that's actually a greater-than
symbol not a pipe symbol.

- -Andy
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkijHtMACgkQOjLpvpq7dMqsjgCfYUTrZ822dGrslNjDz4+idwq5
ZdEAn1YJb4Tnd57DGYs9hXcgEvLj9LT2
=HstU
-END PGP SIGNATURE-

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


resolvconf problems

2008-08-13 Thread Al Johnson
As 2008.8 is using resolvconf to look after resolv.conf I've been trying to 
use it, but haven't managed to make it work. I installed reesolvconf-doc to 
make sure it was giving the same information as I found elsewhere. From what 
I can see in the README section 3.4 the correct way to define the nameserver 
for the usb0 interface is to add to the usb0 section 
on /etc/network/interfaces the following:
  dns-nameservers 11.22.33.44 55.66.77.88
  dns-search foo.org bar.com
This doesn't work though. I'm wondering if this is related to connman which 
appears to be looking after the networking, but I've not been able to find 
any meaningful documentation for connman. Can anyone point me in the right 
direction for any of this?



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: opkg upgrade FATAL

2008-08-13 Thread Jeffrey Ratcliffe
2008/8/11 arne anka [EMAIL PROTECTED]:
 or should a file a bug?

 yes. i think the module is not necessary anymore and no package should
 have a dependency upon it.

https://docs.openmoko.org/trac/ticket/1819

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Openmoko Flasher - Unable to Flash Root File System - Error 60

2008-08-13 Thread Michael Shiloh
Marcus,

I'll echo what Nikolaus says and much stronger: It is a wiki, and 
depends on community input. Your experience will help us, so thanks for 
volunteering. We do have quite a number of Mac users who will appreciate 
your work.

Thanks,
Michael

Dr. H. Nikolaus Schaller wrote:
 Well it was mostly me :-) During 1973 ages. Plus some others who  
 updated networking issues.
 
 But feel free to add things. It is a Community Wiki...
 
 Nikolaus
 
 Am 13.08.2008 um 17:45 schrieb Marcus Stong:
 
 Thanks for the help with getting dfu-util working in Terminal on the
 Mac. Is anyone currently managing the Mac OS X page in the wiki. These
 better instructions for running dfu-util should be posted. I'll
 volunteer to update it and a couple other things if no one is  
 currently
 keeping that page up to date.

 Marcus


 Rod Whitby wrote:
 Dr. H. Nikolaus Schaller wrote:

 Am 13.08.2008 um 14:35 schrieb Rod Whitby:

 Please advise people to use '-a rootfs' instead of '-a 5', since - 
 a 5
 will break the next time that Openmoko decides to change the mtd
 layout
 (as did happen between GTA01 and GTA02).

 Ah, that explains everything.

 Does someone have a good list of all allowed values of -a? And, are
 they the same between GTA01 and GTA02?

 At least the following are:

 u-boot, kernel, rootfs

 -- Rod

 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support



 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
 
 
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Debian : Touchscreen calibration

2008-08-13 Thread Thomas Krahn
My experience:

First the calibration for gta02 in the wiki worked fine for me, but after a

apt-get update  apt-get upgrade

the pointer didn't follow the stylo anymore. I needed to overwrite 
/etc/udev/rules.d/50-udev.rules with /etc/udev/udev.rules.dpkg-bak and a 
restart of the X server to get it moving again.

But then the pointer was very far off from the tip of the stylo. 
Obviously the mode how the calculation of the position worked has 
changed with the upgrade. I changed the calibration empirically. The 
following /etc/pointercal parameters worked for me:

0 8 -800 -80500 0 7450 65536

(On GATA02v5 after the upgrade!)


BTW:

I also added a short description on how to get GPS working on Debian:
http://wiki.openmoko.org/wiki/Debian#GPS

the serial connection is named

/dev/s3c2410_serial1
instead of 
/dev/ttySAC1

Thomas


sparky mat wrote:
 Following the instructions at : 
 http://wiki.openmoko.org/wiki/Debian#Get_touchscreen_working , I was 
 able to get touchscreen to work as a mouse. But, the cursor is way off 
 from where I am touching. I am guessing the calibration mentioned 
 there is not accurate anymore? Has anyone managed to get it working on 
 Freerunner?



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Debian : Touchscreen calibration

2008-08-13 Thread Jay Vaughan
 I also added a short description on how to get GPS working on Debian:
 http://wiki.openmoko.org/wiki/Debian#GPS


rockin', i'm putting debian on my machine right now ..

;
--
Jay Vaughan





___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


iwlist eth0 scan reports Resource temporarily unavailable

2008-08-13 Thread 4brinkma
Hi,

i got the following error message:

[EMAIL PROTECTED]:~# iwlist eth0 scan
eth0  Failed to read scan data : Resource temporarily unavailable

So i can't scan for APs. Is my WiFi hardware broken? Can anyone confirm this?

Thanks,
Brinkmann


Additional info:

[EMAIL PROTECTED]:~# dmesg | tail
ar6000_ioctl_giwscan(): data length 0
[...] (repeated n times)

[EMAIL PROTECTED]:~# iwconfig eth0
eth0  AR6000 802.11g  ESSID:
Mode:Managed  Bit Rate:1 Mb/s   Tx-Power=0 dBm   Sensitivity=0/3
Retry:on
Encryption key:off
Power Management:off
Link Quality:0/94  Signal level:-95 dBm  Noise level:-96 dBm
Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
Tx excessive retries:0  Invalid misc:0   Missed beacon:0

using
uImage-2.6.24+git33+88bf43840b9df0eb0a077a1394eb564be80a412e-r2-om-gta02.bin
and openmoko-openmoko-devel-image-glibc-ipk--20080812-om-gta02.rootfs

[EMAIL PROTECTED]:~# cat /proc/cpuinfo
[...]
Hardware: GTA02
Revision: 0350
Serial  : 



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Application to fade screen

2008-08-13 Thread Zack Mollusc
Andy Green wrote:
 Somebody in the thread at some point said:
 | Hello all--
 |
 | I was wondering, is there some sort of application that will let me
 | manually fade the openmoko screen to black? Similar to a screen saver?
 | Thanks!

 What are you, some kind of Goth?  :-)

 echo 0
 |/sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/backlight/pcf50633-bl/brightness

 -Andy
Now there's a thought! A Goth theme with black buttons on a black
background that light up black when pressed. And a black screensaver.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support






___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: bye bye 2008.8, you wont be missed :(

2008-08-13 Thread forestmountain



William Kenworthy wrote:
 
 I am afraid I am going to have to delete 2008.8 and forget it ever
 existed.  Despite very little of it working, I was giving it a go but I
 just had a bug I raised on the keyboard closed with works for me
 saying in effect they are only willing to work on the existing keyboard
 and its working as designed, so there isnt a problem and no changes/new
 keyboard alternatives are needed.  Basicly learn to use it as is, as
 this is all we are getting with 2008.8
 
 As 2008.8 looks like it was an interim release until FSO is ready,
 developers for the FR might like to look at the reasons this bug (#1778)
 was closed and then consider bringing the FSO to a usable state faster.
 It already has more functionality than 2008.8 as released.  To me its
 looking like 2008.8 is still born and wont be going anywhere fast, by
 the intention of the designers.
 
 disappointed :(
 BillK
 
 
 -- 
 William Kenworthy [EMAIL PROTECTED]
 Home in Perth!
 
 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support
 
 

Oh, it really makes sense to ditch something that has only lived approx. one
week, yeah!

Get at better keyboard here:
http://lists.openmoko.org/nabble.html#nabble-td681538

And...be patient, it will eventually pay off!

Regards
Kent Knudsen 
-- 
View this message in context: 
http://n2.nabble.com/bye-bye-2008.8%2C-you-wont-be-missed-%3A%28-tp683911p722906.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Application to fade screen

2008-08-13 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Somebody in the thread at some point said:
| Andy Green wrote:
| Somebody in the thread at some point said:
| | Hello all--
| |
| | I was wondering, is there some sort of application that will let me
| | manually fade the openmoko screen to black? Similar to a screen saver?
| | Thanks!
|
| What are you, some kind of Goth?  :-)
|
| echo 0
|
|/sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/backlight/pcf50633-bl/brightness
|
| -Andy
| Now there's a thought! A Goth theme with black buttons on a black
| background that light up black when pressed. And a black screensaver.

Just turn the thing off, we can say it is hardcore goth ;-)  and it
never fails to meet user expectations either...

- -Andy
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkijXDEACgkQOjLpvpq7dMqP8QCeLFVz5FVzixmH6eaUiGktzX0n
0o4An3r3MTKpWX1zsa4zWhOJ2ltg6n9n
=xiu1
-END PGP SIGNATURE-

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: How to create offline maps?

2008-08-13 Thread Robin Paulson
2008/8/14 jollyr0ger [EMAIL PROTECTED]:
 Hi I want to create a complete map of italy or of a single city. But I want
 to download it entirely and add it to TangoGPS. Now I can download the map
 from Openstreetmap (e.g.
 http://download.geofabrik.de/osm/europe/italy.osm.bz2) in .osm format. Now
 how I can do to put it into the Tangogps maps? And how?

complicated answer:
.osm is a text format (you can open it in vi or whatever if you really
want to), and tangogps uses image files
the .osm files can be 'rendered' to images using various software
(mapnik, osmarender, kosmos - see the osm wiki for more info), but
it's not the easiest task in the world

short answer:
you will get better/faster results by downloading and caching the
image tiles for your area, which tangogps can then use. there's a way
to do this in tangogps (right-click on the map, select download) or
using various other pieces of software, including a perl script in the
osm svn repo:

http://wiki.openstreetmap.org/index.php/SVN

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: resolvconf problems

2008-08-13 Thread Matt Joyce
On Thu, Aug 14, 2008 at 4:09 AM, Al Johnson
[EMAIL PROTECTED] wrote:
 As 2008.8 is using resolvconf to look after resolv.conf I've been trying to
 use it, but haven't managed to make it work. I installed reesolvconf-doc to
 make sure it was giving the same information as I found elsewhere. From what
 I can see in the README section 3.4 the correct way to define the nameserver
 for the usb0 interface is to add to the usb0 section
 on /etc/network/interfaces the following:
  dns-nameservers 11.22.33.44 55.66.77.88
  dns-search foo.org bar.com
 This doesn't work though. I'm wondering if this is related to connman which
 appears to be looking after the networking, but I've not been able to find
 any meaningful documentation for connman. Can anyone point me in the right
 direction for any of this?



 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support


I've not manages to get it working either.
I used `resolvconf -a iface nameserver` for both usb0 and eth0,
followed by `resolvconf -u', and `/etc/init.d/networking restart' but
/var/run/resolv.conf doesn't update.

I'm not familiar with resolvconf so I don't really not how to diagnose
the issue further.

Matt

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Android

2008-08-13 Thread Luke BrownGold
please search the community mailing list before posting.

http://lists.openmoko.org/pipermail/community/2008-May/018199.html



On Wed, Aug 13, 2008 at 8:20 PM, Joseph Curtin [EMAIL PROTECTED]wrote:

 Hey all,

   Has anyone experimented with Android and the Free Runner?

 --
 -Joe

 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


[no subject]

2008-08-13 Thread Lisa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

And do we meet you at the Restaurant at the end of the Universe? For 
burgers, perhaps?
~  Lisa

Message: 4
Date: Wed, 13 Aug 2008 22:19:57 +0100
From: Zack Mollusc [EMAIL PROTECTED]
Subject: Re: Application to fade screen
To: Support for Openmoko Device Owners support@lists.openmoko.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1

Andy Green wrote:
|  Somebody in the thread at some point said:
|  | Hello all--
|  |
|  | I was wondering, is there some sort of application that will let me
|  | manually fade the openmoko screen to black? Similar to a screen saver?
|  | Thanks!
| 
|  What are you, some kind of Goth?   :-)
| 
|  echo 0
|  
|/sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/backlight/pcf50633-bl/brightness
| 
|  -Andy
Now there's a thought! A Goth theme with black buttons on a black
background that light up black when pressed. And a black screensaver.


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4-svn0 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFIo6KM1sOMhsR36UsRAvnHAJwPKngx4KidMg+XcDUP+DHgVQtRKgCfSsba
1Bgy2kjnZphEo04T9giawRI=
=mNz5
-END PGP SIGNATURE-


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support