Re: Fast questions (email, GPRS, WiFi...)

2008-07-24 Thread Jim Morris
n=1 > ap_scan=1 > fast_reauth=0 > > network={ > ssid="PN" > scan_ssid=1 > key_mgmt=NONE > wep_tx_keyidx=0 > > wep_key0= > priority=8 > } > > > Now here's what I do:

Re: Fast questions (email, GPRS, WiFi...)

2008-07-24 Thread Peter Nijs
e's what I do:---- [EMAIL PROTECTED]:~# ifup eth0 sed: unrecognized option `--quiet' BusyBox v1.11.1 (2008-07-18 00:49:01 CEST) multi-call binary Usage: sed [-efinr] pattern [files...] WPA: Configuring Interface ioctl[SIOCSIWENCODEEXT]: Operat

Re: [qtopia] email application connection to mail server

2008-07-21 Thread Jim Morris
Cédric Berger wrote: > In Qtopia and in ASU (qtopia mail application too), > I tried to configure the mail application to connect to gmail via IMAP. > > I could not make it connect... SMTP did not work either. > (well it does connect to the server, but then hangs) > > I suspect it is because of

[qtopia] email application connection to mail server

2008-07-18 Thread Cédric Berger
In Qtopia and in ASU (qtopia mail application too), I tried to configure the mail application to connect to gmail via IMAP. I could not make it connect... SMTP did not work either. (well it does connect to the server, but then hangs) I suspect it is because of the secure connection... (IMAP ser

Re: Fast questions (email, GPRS, WiFi...)

2008-07-15 Thread Brad Pitcher
; > > >>>>get the instructions for using WIFI on freerunner posted to the wiki. >>>> > > >>>>Michael assist. >>>> > > >>>> Steve >>>> > > >>>

Re: Fast questions (email, GPRS, WiFi...)

2008-07-15 Thread Marco Trevisan (Treviño)
Yaroslav Halchenko wrote: > On Mon, 14 Jul 2008, papa-piet wrote: >> Hi Ian, >> check out that one: >> http://freeyourphone.de/portal_v1/viewtopic.php?f=21&t=295#p2956 > wow... someone (at best original author) should simply create a project > within openmoko.org for those openmokoscripts and see i

Re: Fast questions (email, GPRS, WiFi...)

2008-07-14 Thread Yaroslav Halchenko
e > ian douglas schrieb: > > Steve / Brenda, > > Are there any solid instructions yet on getting GPRS data working? > > -id > > steve wrote: > >> Brenda, > >>get the instructions for using WIFI on freerunner posted to the wiki. > >>

Re: Fast questions (email, GPRS, WiFi...)

2008-07-14 Thread papa-piet
> > > steve wrote: >> Brenda, >> >>get the instructions for using WIFI on freerunner posted to the wiki. >> >>Michael assist. >> >> Steve >> >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EM

Re: Fast questions (email, GPRS, WiFi...)

2008-07-14 Thread ian douglas
Steve / Brenda, Are there any solid instructions yet on getting GPRS data working? -id steve wrote: > Brenda, > >get the instructions for using WIFI on freerunner posted to the wiki. > >Michael assist. > > Steve > > -Original Message- > Fro

Re: Fast questions (email, GPRS, WiFi...)

2008-07-13 Thread Łukasz Holetzke
> > > I've been trying for several hours to get wifi working, it never seems to > connect although it can > > see my station. > > > > I tried this too as it makes sense to turn off usb0, but that didn't seem > to work either, I wrote > > this script to make it easy from console (I also tried ifconf

Re: Fast questions (email, GPRS, WiFi...)

2008-07-12 Thread Jim Morris
Jim Morris wrote: > Alexander Syring wrote: >> I think you have to bring up a nameserver >> >> echo namserver 1.2.3.4 > /etc/resolv.conf >>^ ip of nameserver to use >> >> >> > > Good point, I already have a hardwired resolv.conf, and the wifi and usb can > use the

Re: Fast questions (email, GPRS, WiFi...)

2008-07-12 Thread Jim Morris
Alexander Syring wrote: > I think you have to bring up a nameserver > > echo namserver 1.2.3.4 > /etc/resolv.conf >^ ip of nameserver to use > > > Good point, I already have a hardwired resolv.conf, and the wifi and usb can use the same dns for now. Wifi does s

Re: Fast questions (email, GPRS, WiFi...)

2008-07-12 Thread Jim Morris
Alexander Syring wrote: > And probably you have to del the usb0 default route > > route del default gw 192.168.0.202 > That seems to happen automatically when I do ifdown usb0 ifup eth0 routes look good now, but wifi is flaky, keeps just stopping, but as the ssh also freezes its hard to say

Re: Fast questions (email, GPRS, WiFi...)

2008-07-12 Thread Alexander Syring
And probably you have to del the usb0 default route route del default gw 192.168.0.202 Am Sonntag, 13. Juli 2008 01:14:59 schrieb Jim Morris: > Ok using these scripts u and d (below) and the suggestion below it works, > but is unreliable, I can ssh into it over wifi, but it quickly loses its >

Re: Fast questions (email, GPRS, WiFi...)

2008-07-12 Thread Alexander Syring
I think you have to bring up a nameserver echo namserver 1.2.3.4 > /etc/resolv.conf ^ ip of nameserver to use Am Sonntag, 13. Juli 2008 01:14:59 schrieb Jim Morris: > Ok using these scripts u and d (below) and the suggestion below it works, > but is unreliable, I

Re: Fast questions (email, GPRS, WiFi...)

2008-07-12 Thread Jim Morris
Ok using these scripts u and d (below) and the suggestion below it works, but is unreliable, I can ssh into it over wifi, but it quickly loses its connection, not sure why yet. # u this turns on wifi and usb0 off ifdown usb0 ifup eth0 # d this brings back usb0 ifdown eth0 killall wpa_supplicant

Re: Fast questions (email, GPRS, WiFi...)

2008-07-12 Thread arne anka
> Although it says encryption key off, but I presume wpa_supplicant is > handling that. says here, too. but since my ap does only wpa and the fr can reach inet it's probably only cosmetic. > So its connected to my access point, and I turned off eth0, but I cannot > ping the wireless, eith

Re: Fast questions (email, GPRS, WiFi...)

2008-07-12 Thread Jim Morris
arne anka wrote: > well, i did what > http://wiki.openmoko.org/wiki/GTA02_wlan > says -- adding > > iface eth0 inet dhcp > wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf > Ok that worked, although I have some routing issues now. The manual method did not work though. > iwconfig eth0 AR

Re: Fast questions (email, GPRS, WiFi...)

2008-07-12 Thread arne anka
well, i did what http://wiki.openmoko.org/wiki/GTA02_wlan says -- adding iface eth0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf to /etc/network/interfaces. make sure, the path to wpa_supplicant.conf matches yours. to fire wkan w/ wpa up i have to do ifup eth0 not sure, though,

Re: Fast questions (email, GPRS, WiFi...)

2008-07-12 Thread Jim Morris
Russell Sears wrote: > I do this: > > ifdown eth0 > iwconfig eth0 essid "TheEssid" && ifup eth0 && ifdown usb0 > > I haven't setup wpa or even wep though... > > - What does iwconfig say before you do udhcpc? Did the card associate > with the access point (non-zero link quality)? Did the card

Re: Fast questions (email, GPRS, WiFi...)

2008-07-12 Thread Jim Morris
I'll try these things but without a usb connection and ssh terminal they are all very hard to do from the on screen terminal window :) My access point shows up in the scan list, but does not connect, and I don't see and errors. Russell Sears wrote: > I do this: > > ifdown eth0 > iwconfig eth0

Re: Fast questions (email, GPRS, WiFi...)

2008-07-12 Thread Al Johnson
mprovement to the methods described would be most welcome! On Saturday 12 July 2008, steve wrote: > Brenda, > >get the instructions for using WIFI on freerunner posted to the wiki. > >Michael assist. > > Steve > > -Original Message- > From: [EMAIL P

RE: Fast questions (email, GPRS, WiFi...)

2008-07-11 Thread steve
Brenda, get the instructions for using WIFI on freerunner posted to the wiki. Michael assist. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ian douglas Sent: Friday, July 11, 2008 4:32 PM To: List for Openmoko community discussion

Re: Fast questions (email, GPRS, WiFi...)

2008-07-11 Thread Russell Sears
I do this: ifdown eth0 iwconfig eth0 essid "TheEssid" && ifup eth0 && ifdown usb0 I haven't setup wpa or even wep though... - What does iwconfig say before you do udhcpc? Did the card associate with the access point (non-zero link quality)? Did the card discover the access points MAC address

Re: Fast questions (email, GPRS, WiFi...)

2008-07-11 Thread Jim Morris
ian douglas wrote: > I havne't seen any wifi UI applicaiton yet. I SSH'd into my Freerunner, > edited /etc/wpa_supplicant/wpa_supplicant.conf to alter the essid and > key, typed "ifup eth0", then unplugged the USB cable, opened a terminal, > ran "ifconfig usb0 down", opened the browser and navigat

Re: Fast questions (email, GPRS, WiFi...)

2008-07-11 Thread ian douglas
Diego Fernández Durán wrote: > - Is there any UI to conect using WiFi? and with GPRS? > - Is network-manager been ported? > - The NM backend? > - Anybody is doing an UI for this? I havne't seen any wifi UI applicaiton yet. I SSH'd into my Freerunner, edited /etc/wpa_supplicant/w

Fast questions (email, GPRS, WiFi...)

2008-07-11 Thread Diego Fernández Durán
email client for OpenMoko? - With special features like vibrate on new mail? - Can I help? [1] - [Important] As I understand FSO will be the backend and ASU the frontend. Is there any image that I can flash in my FR that uses ASU over FSO? (In the wiki I've read about Stable Hybri

Re: [EMAIL PROTECTED]: OLSRD

2008-06-27 Thread Robert Schuster
Hi. Evgeny Ginzburg schrieb: > Nice enough! > I really like mesh networking protocols work on Neos. > Maybe I'll try to run Netsukuku. > OK first I have to buy one. We do not have netsukuku recipes in OE yet. But that could be fixed quickly if it is easy to build. Volunteering to provide a recipe

Re: [EMAIL PROTECTED]: OLSRD

2008-06-27 Thread Evgeny Ginzburg
a wifi mesh-node is a nice use case for the time after > being a mobile phone. It would be one of the very few nodes that have a > screen attached. :) > > I would like to offer screen shots but there is nothing spectacular to > see on them. But perhaps you like some cons

[EMAIL PROTECTED]: OLSRD

2008-06-26 Thread Robert Schuster
like to offer screen shots but there is nothing spectacular to see on them. But perhaps you like some console output instead: [EMAIL PROTECTED]:~# iwconfig eth0 eth0 AR6000 802.11g ESSID:"olsr.freifunk.net" Mode:Ad-Hoc Frequency:2.457 GHz Cell: 02:CA:FF:EE:BA:BE

Re: Email disclaimers [Was: Value of headsets and pouches for 10 pack orders?]

2008-05-16 Thread Andy Powell
On Friday 16 May 2008 12:43, AVee wrote: > On Friday 16 May 2008 07:19, Wilkinson, Alex wrote: > > IMPORTANT: This email remains the property of the Australian Defence > > Organisation and is subject to the jurisdiction of section 70 of the > > CRIMES ACT 1914. If you have r

Re: Email disclaimers [Was: Value of headsets and pouches for 10 pack orders?]

2008-05-16 Thread The Rasterman
On Fri, 16 May 2008 13:43:31 +0200 AVee <[EMAIL PROTECTED]> babbled: > On Friday 16 May 2008 07:19, Wilkinson, Alex wrote: > > > IMPORTANT: This email remains the property of the Australian Defence > > Organisation and is subject to the jurisdiction of section 70 of the

Re: Email disclaimers [Was: Value of headsets and pouches for 10 pack orders?]

2008-05-16 Thread AVee
On Friday 16 May 2008 07:19, Wilkinson, Alex wrote: > IMPORTANT: This email remains the property of the Australian Defence > Organisation and is subject to the jurisdiction of section 70 of the CRIMES > ACT 1914. If you have received this email in error, you are requested to > contac

Re: Email App

2007-11-27 Thread Greg Oliver
On Tue, 2007-11-20 at 09:52 -0600, Tim Shannon wrote: > I'm curious if anyone knows that status of an Email app. I though > originally there was going to be one app that handled all > communication, SMS, internet chat, email, etc, but I haven't seen > anything like th

Re: Email App (why openmoko-apps not on gmane?)

2007-11-21 Thread Lars Hallberg
Mike Montour skrev: > Lars Hallberg wrote: > >>> http://lists.openmoko.org/pipermail/openmoko-apps/2007-November/000279.html >> Is there a reason this list and others like the owner list is *not* >> available on gmane? Would be far easier to follow. > > It is there - gmane.comp.handhelds.openmok

Re: Email App (why openmoko-apps not on gmane?)

2007-11-21 Thread AVee
On Wednesday 21 November 2007 14:40, Lars Hallberg wrote: > Is there a reason this list and others like the owner list is *not* > available on gmane? Would be far easier to follow. Help yourself: http://gmane.org/add.php AVee -- All true wisdom is found on T-shirts.

Re: Email App

2007-11-21 Thread Ian Darwin
Daniel Robinson wrote: > Would someone take me off this goddamn list, again? > > I was subscribed to it once, and unsubbed, but I keep showing up on it. > > What the hell is going on? You know, that's pretty strong language. There are worse things in the world than accidentally getting back on

Re: Email App (why openmoko-apps not on gmane?)

2007-11-21 Thread Mike Montour
Lars Hallberg wrote: >> http://lists.openmoko.org/pipermail/openmoko-apps/2007-November/000279.html > > Is there a reason this list and others like the owner list is *not* > available on gmane? Would be far easier to follow. It is there - gmane.comp.handhelds.openmoko.apps (as are all of the o

Re: Email App

2007-11-21 Thread Daniel Robinson
Would someone take me off this goddamn list, again? I was subscribed to it once, and unsubbed, but I keep showing up on it. What the hell is going on? On 11/21/07, Ian Darwin <[EMAIL PROTECTED]> wrote: > > Thomas Wood wrote: > > On Tue, 2007-11-20 at 09:52 -0600, Tim Shann

Re: Email App

2007-11-21 Thread Thomas Wood
On Wed, 2007-11-21 at 02:24 +, Justyn Butler wrote: > Is there any kind of app for sending and receiving SMS (text) messages > yet? Or does it still have to be done using AT commands as the wiki > suggests? You'll be please to know we had our first success at sending SMS from openmoko-message

Re: Email App

2007-11-21 Thread Ian Darwin
Thomas Wood wrote: > On Tue, 2007-11-20 at 09:52 -0600, Tim Shannon wrote: >> I'm curious if anyone knows that status of an Email app. I though >> originally there was going to be one app that handled all >> communication, SMS, internet chat, email, etc, but I haven&#x

Re: Email App

2007-11-21 Thread Justyn Butler
Is there any kind of app for sending and receiving SMS (text) messages yet? Or does it still have to be done using AT commands as the wiki suggests? On 20/11/2007, Enno Gottox Boland <[EMAIL PROTECTED]> wrote: > Thought tinymail would do this job. > > 2007/11/20, flexd &l

Re: Email App (why openmoko-apps not on gmane?)

2007-11-21 Thread Lars Hallberg
Evgeny Ginzburg skrev: > Tim Shannon wrote: >> I'm curious if anyone knows that status of an Email app. I though >> originally there was going to be one app that handled all >> communication, SMS, internet chat, email, etc, but I haven't seen >> anything li

Re: Email App

2007-11-21 Thread Evgeny Ginzburg
Tim Shannon wrote: > I'm curious if anyone knows that status of an Email app. I though > originally there was going to be one app that handled all > communication, SMS, internet chat, email, etc, but I haven't seen > anything like this with the new 2007.2 framework. > &g

Re: Email App

2007-11-21 Thread Thomas Wood
On Tue, 2007-11-20 at 09:52 -0600, Tim Shannon wrote: > I'm curious if anyone knows that status of an Email app. I though > originally there was going to be one app that handled all > communication, SMS, internet chat, email, etc, but I haven't seen > anything like th

Re: Email App

2007-11-20 Thread Enno "Gottox" Boland
Thought tinymail would do this job. 2007/11/20, flexd <[EMAIL PROTECTED]>: > Uhm, I haven't heard anything about anyone making one, but i was > thinking of playing around with sms/email stuff in python when i get my > neo when the gta02 is out. > > Or if anyone else ar

Re: Email App

2007-11-20 Thread flexd
Uhm, I haven't heard anything about anyone making one, but i was thinking of playing around with sms/email stuff in python when i get my neo when the gta02 is out. Or if anyone else are doing anything in python, i would like to help. -Kristoffer Tim Shannon skrev: I'm curious

Email App

2007-11-20 Thread Tim Shannon
I'm curious if anyone knows that status of an Email app. I though originally there was going to be one app that handled all communication, SMS, internet chat, email, etc, but I haven't seen anything like this with the new 2007.2 framework. Is anyone working on this, or what will the

Re: [EMAIL PROTECTED]

2007-11-02 Thread The Rasterman
On Fri, 2 Nov 2007 22:46:21 +0100 (CET) David Samblas Martinez <[EMAIL PROTECTED]> babbled: Fancypants is something that FST has worked on - they have built on to of EFL (evas and friends). the same thing E17 is built on. It's NOT a replacement for GTK - (though things like ETK and E

Re: [EMAIL PROTECTED]

2007-11-02 Thread The Rasterman
On Fri, 2 Nov 2007 09:15:25 -0500 "William Voorhees" <[EMAIL PROTECTED]> babbled: > OMG Awesome, > Rasterman is amazing! shucks - um... thanks. :) Though don't give me too much credit. I have built on top of the work of many who have trodden paths before me. I have

Re: [EMAIL PROTECTED]

2007-11-02 Thread David Samblas Martinez
zoom and positioning, or the author is a little advanced on infographics or it seems very real!!! By the way. The Neo will come with the pen/pointer used in the video?? Jonathon Suggs <[EMAIL PROTECTED]> escribió: That does look pretty impressive especially considering that hardware accelerati

Re: [EMAIL PROTECTED]

2007-11-02 Thread Jonathon Suggs
That does look pretty impressive especially considering that hardware acceleration isn't implemented. But now my question is how does e17, OKL4, raster, etc. all fit into the overall OpenMoko equation? -Jonathon -Original Message- From: Oliver <[EMAIL PROTECTED]> Reply-T

Re: [EMAIL PROTECTED]

2007-11-02 Thread Thomas Gstädtner
You're talking about EFL, not e17. But e17 is of course running, too :) http://gstaedtner.net/e17_on_Neo.avi Back on topic: Welcome raster, I'm looking forward to see what the future will bring to us. On 11/2/07, Florent THIERY <[EMAIL PROTECTED]> wrote: > > > Run

Re: [EMAIL PROTECTED]

2007-11-02 Thread Florent THIERY
> Running e17 even as we speak. Same here :) Very big news, thank you, Sean and Raster ! Have fun Flo ___ OpenMoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: [EMAIL PROTECTED]

2007-11-02 Thread Oliver
Hey guys, there's even a video of fancypants showing video on the Neo: http://www.fluffyspider.com/demos/live_videos/flv/fancypants-openmoko-neo1973-video-browser-phone-dialer.html Woo! /Oliver ___ OpenMoko community mailing list community@lists.openmok

Re: [EMAIL PROTECTED]

2007-11-02 Thread William Voorhees
OMG Awesome, Rasterman is amazing! -Will On 11/2/07, Steven Le Roux <[EMAIL PROTECTED]> wrote: > On Fri, 2 Nov 2007 14:56:26 +0800, Carsten Haitzler (The Rasterman) <[EMAIL > PROTECTED]> wrote: > > On Fri, 02 Nov 2007 06:52:59 +0100 "Pietro \"m0nt0\" Mont

Re: [EMAIL PROTECTED]

2007-11-02 Thread Steven Le Roux
On Fri, 2 Nov 2007 14:56:26 +0800, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Fri, 02 Nov 2007 06:52:59 +0100 "Pietro \"m0nt0\" Montorfano" > <[EMAIL PROTECTED]> babbled: > >> Oh yeah, welcome Rasterman!! >> So e17

RE: [EMAIL PROTECTED]

2007-11-02 Thread thomas.cooksey
>Oh yeah, welcome Rasterman!! >So e17 also on openmoko phone? :D >Wow!! I'm sooo excited! E17 is already running on the neo (in a fashion): http://www.linuxdevices.com/news/NS8294545513.html FancyPants is based on E17 - more info at http://linuxdevices.com/files/article078/fst-fancypants-celf2007

Re: [EMAIL PROTECTED]

2007-11-01 Thread The Rasterman
On Fri, 02 Nov 2007 06:52:59 +0100 "Pietro \"m0nt0\" Montorfano" <[EMAIL PROTECTED]> babbled: > Oh yeah, welcome Rasterman!! > So e17 also on openmoko phone? :D > Wow!! I'm sooo excited! Um Hi Guys! :) *bounce* E17 on phones - let's see. I'

Re: [EMAIL PROTECTED]

2007-11-01 Thread Sudharshan S
On Thu, 2007-11-01 at 22:49 -0500, Sean Moss-Pultz wrote: > Dear Community, > > I'm extremely excited to announce that Carsten Haitzler (The Rasterman) > has joined OpenMoko, Inc. The man hardly needs an introduction. Please > just give him a warm welcome to our community / company ;-) > > Sea

Re: [EMAIL PROTECTED]

2007-11-01 Thread Pietro "m0nt0" Montorfano
Oh yeah, welcome Rasterman!! So e17 also on openmoko phone? :D Wow!! I'm sooo excited! Pietro Sean Moss-Pultz ha scritto: Dear Community, I'm extremely excited to announce that Carsten Haitzler (The Rasterman) has joined OpenMoko, Inc. The man hardly needs an introduction. Please just give h

Re: [EMAIL PROTECTED]

2007-11-01 Thread Jeremy G
Running e17 even as we speak. Welcome aboard! Jeremy On 11/1/07, Sean Moss-Pultz <[EMAIL PROTECTED]> wrote: > Dear Community, > > I'm extremely excited to announce that Carsten Haitzler (The Rasterman) > has joined OpenMoko, Inc. The man hardly needs an introduction. P

Re: [EMAIL PROTECTED]

2007-11-01 Thread Ryan Prior
How exciting. :-) Let's give OpenMoko a killer GUI, okay? BTW -- does this mean Enlightenment glitz for the Moko UI? On 11/1/07, Sean Moss-Pultz <[EMAIL PROTECTED]> wrote: > Dear Community, > > I'm extremely excited to announce that Carsten Haitzler (The Rasterman) > h

[EMAIL PROTECTED]

2007-11-01 Thread Sean Moss-Pultz
Dear Community, I'm extremely excited to announce that Carsten Haitzler (The Rasterman) has joined OpenMoko, Inc. The man hardly needs an introduction. Please just give him a warm welcome to our community / company ;-) Sean ___ OpenMoko community

Re: Possible to add "OpenMoko" to the email title

2007-10-22 Thread David Shanks
Thanks Charles, that gives me some idea of where to start. On 10/20/07, Charles <[EMAIL PROTECTED]> wrote: > > This is my first post to any mailing list. I hope I did it right... > I ran across the OpenMoko project a few days ago and I think it looks > really promising. I want

Re: Possible to add "OpenMoko" to the email title

2007-10-20 Thread Charles
This is my first post to any mailing list. I hope I did it right... I ran across the OpenMoko project a few days ago and I think it looks really promising. I want to wait until the consumer release before I start messing with it though =P. Anyway, to address your second question: In the reading I

Re: Possible to add "OpenMoko" to the email title

2007-10-19 Thread Joshua Smith
Gmail supports filtering on the To field. That's what I'm using. Joshua Smith --- Joshua Smith Blog: Java, Mac OS X, NetBeans, SCJP and Pseudo-Random Dev Bits http://rationalpi.wordpress.com On 10/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > David, > > I sug

Re: Possible to add "OpenMoko" to the email title

2007-10-19 Thread curlynoodle
o develop apps or other modules for openmoko. I did take some programming classes in uni (mainly C++), but I find that if I can get a handle of syntax, i can figure out the way programs work. Anyways, anyone have a recommendation where to start (learn)? David, I suggest filtering your

Re: Possible to add "OpenMoko" to the email title

2007-10-19 Thread Urivan Saaib
Clinton, There is always the chance to filter the "To" or "From" header. Any smart email client and email user should know how to set this up. I guess that if you want that tag attached to the subject line means you are subscribed to a lot of mailing list... If so, I&

Re: Possible to add "OpenMoko" to the email title

2007-10-19 Thread Sébastien Lorquet
Well... Just follow wiki instructions to start developing an image. Program's sources are automatically downloaded, so you'll just have to browse the development tree to read the source code ! You'll find that openmoko software is developed like standard linux software, so learning how to compile

Re: Possible to add "OpenMoko" to the email title

2007-10-19 Thread David Shanks
Ok, now that i have my sorting issues dealt with, would someone have suggestions about my second query? p.s. I'm not really a developer, but would be interested in learning about how to develop apps or other modules for openmoko. I did take some programming classes in uni (mainly C++), but I

Re: Possible to add "OpenMoko" to the email title

2007-10-19 Thread Simon
=) Simon On 10/19/07, Amy Stephen <[EMAIL PROTECTED]> wrote: > David - I agree - it would be very helpful to add OpenMoko to the subject. I > love reading these exchanges - and I use Gmail - but all of the other lists > I follow have a helpful subject that includes the project name.

Re: Possible to add "OpenMoko" to the email title

2007-10-19 Thread Amy Stephen
, if not, I'm still going to read - you guys are doing great things! Kind regards, Amy :) On 10/19/07, David Shanks <[EMAIL PROTECTED]> wrote: > > I do have a gmail account, but i don't use it that much because i have > had my hotmail for 10+ years. I guess for this

Re: Possible to add "OpenMoko" to the email title

2007-10-19 Thread David Shanks
nt: Friday, October 19, 2007 2:06 AM Subject: Re: Possible to add "OpenMoko" to the email title You will notice that this person is using hotmail... He will probably read his mail with the hotmail's webmail... I feel sorry for him :( David, switch to gmail or other serious provid

Re: Possible to add "OpenMoko" to the email title

2007-10-19 Thread Andraž 'ruskie' Levstik
On 10:06:21 2007-10-19 " Sébastien Lorquet " <[EMAIL PROTECTED]> wrote: > You will notice that this person is using hotmail... He will probably > read his mail with the hotmail's webmail... I feel sorry for him :( > > David, switch to gmail or other serious provi

Re: Possible to add "OpenMoko" to the email title

2007-10-19 Thread Sébastien Lorquet
You will notice that this person is using hotmail... He will probably read his mail with the hotmail's webmail... I feel sorry for him :( David, switch to gmail or other serious provider, hotmail won't display well on the Neo :) 2007/10/19, Clinton Ebadi <[EMAIL PROTECTED]>: &

Re: Possible to add "OpenMoko" to the email title

2007-10-18 Thread Clinton Ebadi
"David Shanks" <[EMAIL PROTECTED]> writes: > I suppose this is directed to the list moderators/admins. > I was wondering if there is a way to have "openmoko" or some list > descriptor like "community" added in front of the subject of the > emails

Re: Possible to add "OpenMoko" to the email title

2007-10-18 Thread David "Lefty" Schlesinger
David Shanks wrote: > > I suppose this is directed to the list moderators/admins. > I was wondering if there is a way to have "openmoko" or some list > descriptor like "community" added in front of the subject of the > emails sent out by the list. > It would make sorting my emails much simpler, as

Re: Possible to add "OpenMoko" to the email title

2007-10-18 Thread Robin Paulson
On 19/10/2007, David Shanks <[EMAIL PROTECTED]> wrote: > Hi All, > > New to the list and excited about the possibility of a open phone. Still > new so i'm mainly lurking for now. > > I suppose this is directed to the list moderators/admins. > I was wondering if

RE: Possible to add "OpenMoko" to the email title

2007-10-18 Thread David Shanks
Date: Thu, 18 Oct 2007 23:13:26 +0200> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]> Subject: Re: Possible to add "OpenMoko" to the email title> > Hi > David,> > just sort your mails by "To: community@lists.openmoko.org"; is > your> mailc

Re: Possible to add "OpenMoko" to the email title

2007-10-18 Thread Joshua Layne
On Thu, 18 Oct 2007 14:59:41 -0600, "David Shanks" <[EMAIL PROTECTED]> wrote: > Hi All, > > New to the list and excited about the possibility of a open phone. Still > new so i'm mainly lurking for now. > > I suppose this is directed to the list moderator

Re: Possible to add "OpenMoko" to the email title

2007-10-18 Thread Ortwin Regel
This discussion has been had before. The conclusion was that you should get a better email app. On 10/18/07, David Shanks <[EMAIL PROTECTED]> wrote: > > Hi All, > > New to the list and excited about the possibility of a open phone. Still > new so i'm mainly lurking for

Possible to add "OpenMoko" to the email title

2007-10-18 Thread David Shanks
Hi All, New to the list and excited about the possibility of a open phone. Still new so i'm mainly lurking for now. I suppose this is directed to the list moderators/admins. I was wondering if there is a way to have "openmoko" or some list descriptor like "community" added in front of the su

Re: T-Mobile [EMAIL PROTECTED]

2007-08-22 Thread Mike Hodson
On 8/20/07, Richard Boehme <[EMAIL PROTECTED]> wrote: > Hmm is there any way to use the t-Mobile at home service when in > WiFi range if I don't care about disconnecting when I go out of WiFi > range? The Asterix route seems very complex. > > Thanks. > > Ric

Re: T-Mobile [EMAIL PROTECTED]

2007-08-20 Thread Richard Boehme
On 8/17/07, Mike Hodson <[EMAIL PROTECTED]> wrote: > On 8/16/07, Richard Boehme <[EMAIL PROTECTED]> wrote: > > Does anyone know how we can get the GTA02 onto this program? It seems > > like we would be a natural fit, as GTA02 has Wi-Fi. Can any one just > > contac

Re: T-Mobile [EMAIL PROTECTED]

2007-08-17 Thread Mike Hodson
On 8/16/07, Richard Boehme <[EMAIL PROTECTED]> wrote: > Does anyone know how we can get the GTA02 onto this program? It seems > like we would be a natural fit, as GTA02 has Wi-Fi. Can any one just > contact T-Mobile about it and apply for developer status and say that > we want t

Re: T-Mobile [EMAIL PROTECTED]

2007-08-17 Thread Mikko Rauhala
alls initiate via wifi when available, but then you'll lose the call if you wonder out of range. I believe I saw someone starting work on that on #openmoko. Disclaimer: I'm relaying this information from memory, and don't have personal experience or knowledge of the GSM side of this matte

T-Mobile [EMAIL PROTECTED]

2007-08-16 Thread Richard Boehme
Does anyone know how we can get the GTA02 onto this program? It seems like we would be a natural fit, as GTA02 has Wi-Fi. Can any one just contact T-Mobile about it and apply for developer status and say that we want to be a part of the Hotsopt at Home program? Thanks. Richard __

Re: UPS tracking number wrong, but [EMAIL PROTECTED] responds "permission denied"

2007-07-30 Thread Myk Melez
Myk Melez wrote: I tried to reply to my "Order shipped" message, since the UPS tracking number listed in the message is not recognized by UPS's online package tracking app (it says the number is "not a valid tracking number"), but [EMAIL PROTECTED] responded "

Re: UPS tracking number wrong, but [EMAIL PROTECTED] responds "permission denied"

2007-07-30 Thread Myk Melez
good to go. Hmm, yeah, I've run into that before, but I got the email on July 26, four days ago, so I don't think that's the problem. -myk ___ OpenMoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: UPS tracking number wrong, but [EMAIL PROTECTED] responds "permission denied"

2007-07-30 Thread Lon Lentz
0/07, Myk Melez <[EMAIL PROTECTED]> wrote: > > I tried to reply to my "Order shipped" message, since the UPS tracking > number listed in the message is not recognized by UPS's online package > tracking app (it says the number is "not a valid tracking number&qu

UPS tracking number wrong, but [EMAIL PROTECTED] responds "permission denied"

2007-07-30 Thread Myk Melez
I tried to reply to my "Order shipped" message, since the UPS tracking number listed in the message is not recognized by UPS's online package tracking app (it says the number is "not a valid tracking number"), but [EMAIL PROTECTED] responded "Permission denied&q

RE: Email Problems????

2007-07-28 Thread Heilpern, Mark
ly that suggests it's not possible). From: [EMAIL PROTECTED] on behalf of Steve GrevemeyerSent: Fri 7/27/2007 9:26 AMTo: community@lists.openmoko.orgSubject: Email Problems All,Is it just me or do other have problems trying to email anyone @openmoko.com??I've been trying to get any in

Email Problems????

2007-07-28 Thread Steve Grevemeyer
All, Is it just me or do other have problems trying to email anyone @openmoko.com ?? I've been trying to get any information on my order for weeks. I consistently get an delay response: The original message was received at Mon, 23 Jul 2007 20:02:43 -0400 from c-76-109-107-17

Re: email vs forum (was Re: OK, the forum is coming..)

2007-07-26 Thread Ortwin Regel
You are talking about flat, web forum style threading, though. What he wants is tree style threading like in the ML archives, Slashdot comments etc. Ortwin On 7/26/07, vivek khurana <[EMAIL PROTECTED]> wrote: On 7/25/07, Steven ** <[EMAIL PROTECTED]> wrote: > Um... That does

Re: email vs forum (was Re: OK, the forum is coming..)

2007-07-26 Thread vivek khurana
On 7/25/07, Steven ** <[EMAIL PROTECTED]> wrote: Um... That doesn't seem to get Gmail to thread the messages at all. You're solution is "Just don't use Gmail. Duh!". That's not a valid answer to my question. Before you suggest it, the following is also

Re: email vs forum (was Re: OK, the forum is coming..)

2007-07-25 Thread ramsesoriginal
Ehrm.. try looking at the settings, maybe you habe simply deactivated it. Because for me it works pretty fine with the threated view. oh, yes, and by the way, the possibility to format text and include images/links/wathever would be really good for the average user. On 7/25/07, Steven ** <[EM

RE: email vs forum

2007-07-25 Thread John Seghers
Giles Jones wrote: > On 25 Jul 2007, at 23:09, John Seghers wrote: > > I'm sure it will fit well...but will you actually be able to read > > it without > > a magnifying glass? > > Having owned a VGA PDA with similar screen size I can say that the > resolution helps with readability. Hopefully with

Re: email vs forum

2007-07-25 Thread Giles Jones
On 25 Jul 2007, at 23:09, John Seghers wrote: ficial forum would obviously make sure to fit well into that resolution. I'm sure it will fit well...but will you actually be able to read it without a magnifying glass? Having owned a VGA PDA with similar screen size I can say that the reso

Re: email vs forum

2007-07-25 Thread Ian Stirling
John Seghers wrote: Ortwin Regel wrote: The screen size argument also doesn't work too well as the Neo has 640*480 which is plenty and an official forum would obviously make sure to fit well into that resolution. I'm sure it will fit well...but will you actually be able to read it without

<    1   2   3   4   >