RE: Funny Dialer

2008-05-15 Thread matt . mets
All,

I've got my sort-of, kind-of working rotary dialer (with source) here:
http://www.cibomahto.com/?p=192

It's pretty ugly and the physics are a little buggy, but it's a start.  I will 
set it up on projects.openmoko.org when I get a chance.

I haven't really done my due diligence in researching the matter, but has 
anyone made Python bindings to access the system resources yet?  Or, perhaps it 
is as simple as talking over DBUS?  For the moment, I am controlling the 
vibrator by writing to the LED device, though I suspect that is not the proper 
way to go about it.

Cheers,
Matt

-
Matt Mets
http://cibomahto.com

 
I love retro stuff.


 
Michael and I were talking about sampleapps for beginners and I thought it 
would be cool to

to do a “hello world” dialer.get it?  I know kinda dorky.


 
Doing a remix of the old rotary dialer asa “hello world” app  on the neo would 
be a neat hack.


 
Neo would approve.


 


From:[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Breakable
Sent: Monday, May 12, 2008 5:06 AM
To: community@lists.openmoko.org
Subject: Funny Dialer



 
I am positive you shouldhave to turn the dialer manually for most user 
friendliness :D
While hilarious this could become a killer feature to make a phone for 
thetechnologically challenged.

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


Re: Funny Dialer

2008-05-15 Thread Matt Manjos
Nice work so far.

Wait till you see the mail application, where you have to drag an envelope 
cutter over each message to be able to read it…

That made me laugh!

Matt

On Thu, May 15, 2008 at 1:44 PM,  [EMAIL PROTECTED] wrote:
 All,

 I've got my sort-of, kind-of working rotary dialer (with source) here:
 http://www.cibomahto.com/?p=192

 It's pretty ugly and the physics are a little buggy, but it's a start.  I 
 will set it up on projects.openmoko.org when I get a chance.

 I haven't really done my due diligence in researching the matter, but has 
 anyone made Python bindings to access the system resources yet?  Or, perhaps 
 it is as simple as talking over DBUS?  For the moment, I am controlling the 
 vibrator by writing to the LED device, though I suspect that is not the 
 proper way to go about it.

 Cheers,
 Matt

 -
 Matt Mets
 http://cibomahto.com


 I love retro stuff.



 Michael and I were talking about sampleapps for beginners and I thought it 
 would be cool to

 to do a hello world dialer.get it?  I know kinda dorky.



 Doing a remix of the old rotary dialer asa hello world app  on the neo 
 would be a neat hack.



 Neo would approve.





 From:[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Breakable
 Sent: Monday, May 12, 2008 5:06 AM
 To: community@lists.openmoko.org
 Subject: Funny Dialer




 I am positive you shouldhave to turn the dialer manually for most user 
 friendliness :D
 While hilarious this could become a killer feature to make a phone for 
 thetechnologically challenged.

 ___
 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: Funny Dialer

2008-05-15 Thread Vinc Duran
It reminded me of the mood music in Quake III. :-)

On Thu, May 15, 2008 at 1:10 PM, Steven **
[EMAIL PROTECTED] wrote:
 What is that noise in the background?  Do you do your programming in a
 haunted house?  It's freakin me out...

 -Steven

 On Thu, May 15, 2008 at 12:44 PM,  [EMAIL PROTECTED] wrote:
 All,

 I've got my sort-of, kind-of working rotary dialer (with source) here:
 http://www.cibomahto.com/?p=192

 ___
 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: Funny Dialer

2008-05-15 Thread Feydreva
I love the rotary dialer 


On Thu, May 15, 2008 at 2:10 PM, Steven ** 
[EMAIL PROTECTED][EMAIL PROTECTED]
wrote:

 What is that noise in the background?  Do you do your programming in a
 haunted house?  It's freakin me out...

 -Steven

 On Thu, May 15, 2008 at 12:44 PM,  [EMAIL PROTECTED] wrote:
  All,
 
  I've got my sort-of, kind-of working rotary dialer (with source) here:
  http://www.cibomahto.com/?p=192

 ___
 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: Funny Dialer

2008-05-15 Thread matt . mets
Thanks everyone :-).

I'm pretty sure the 'noise' is Sigur Rós.  It was getting pretty late...

Matt


What is that noise in the background?  Do you do your programming in a
haunted house?  It's freakin me out...

-Steven

On Thu, May 15, 2008 at 12:44 PM,  [EMAIL PROTECTED] wrote:
 All,

 I've got my sort-of, kind-of working rotary dialer (with source) here:
 http://www.cibomahto.com/?p=192

___
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: Funny Dialer

2008-05-15 Thread Bastian Muck

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Great work so far, keep on.

Greetings Bastian

[EMAIL PROTECTED] schrieb:
| All,
|
| I've got my sort-of, kind-of working rotary dialer (with source) here:
| http://www.cibomahto.com/?p=192
|
| It's pretty ugly and the physics are a little buggy, but it's a 
start.  I will set it up on projects.openmoko.org when I get a chance.

|
| I haven't really done my due diligence in researching the matter, but 
has anyone made Python bindings to access the system resources yet?  Or, 
perhaps it is as simple as talking over DBUS?  For the moment, I am 
controlling the vibrator by writing to the LED device, though I suspect 
that is not the proper way to go about it.

|
| Cheers,
| Matt
|
| -
| Matt Mets
| http://cibomahto.com
|
|  
| I love retro stuff.

|
|
|  
| Michael and I were talking about sampleapps for beginners and I 
thought it would be cool to

|
| to do a “hello world” dialer.get it?  I know kinda dorky.
|
|
|  
| Doing a remix of the old rotary dialer asa “hello world” app  on the 
neo would be a neat hack.

|
|
|  
| Neo would approve.

|
|
|  
|

|
| From:[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] Behalf Of Breakable

| Sent: Monday, May 12, 2008 5:06 AM
| To: community@lists.openmoko.org
| Subject: Funny Dialer
|
|
|
|  
| I am positive you shouldhave to turn the dialer manually for most user 
friendliness :D
| While hilarious this could become a killer feature to make a phone for 
thetechnologically challenged.

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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFILMYPlYiDScJJ+7QRAqYVAKD6dCZ0UcxICFZVRWaTNQTINcNI7gCdGnpK
A1yMNdT8ruKX714oQv2jYB0=
=Vlel
-END PGP SIGNATURE-


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


RE: Funny Dialer

2008-05-14 Thread David Samblas Martinez
There is a link to that article??

--- steve [EMAIL PROTECTED] escribió:

 Lovely,
 
 I have just submitted an article to Innovation
 magazine highlighting the
 first case mod that was done. If you complete your
 mod, I'll see what I can
 do to showcase it on our website. 
 
 Steve
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Heikki Sørum
 Sent: Monday, May 12, 2008 11:12 PM
 To: List for Openmoko community discussion
 Subject: Re: Funny Dialer
 
 Actually, I'm dreaming of doing a serious Steam-punk
 mod of the
 freerunner case. Eg. create a circular watchlike
 case from the CAD
 files with typewriter keys and all the fancy
 steam-ish stuff. ;)
 
 Heikki Soerum.
 
 
 
 Den Mon, 12 May 2008 12:55:56 -0700
 steve [EMAIL PROTECTED] skrev:
 
   
  
   
  
  I love retro stuff.
  
   
  
  Michael and I were talking about sample apps for
 beginners and I
  thought it would be cool to
  
  to do a hello world dialer. get it?  I know
 kinda dorky.
  
   
  
  Doing a remix of the old rotary dialer as a hello
 world app  on the
  neo would be a neat hack.
  
   
  
  Neo would approve.
  
   
  
_  
  
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On
 Behalf Of Breakable
  Sent: Monday, May 12, 2008 5:06 AM
  To: community@lists.openmoko.org
  Subject: Funny Dialer
  
   
  
  I am positive you should have to turn the dialer
 manually for most
  user friendliness :D
  While hilarious this could become a killer feature
 to make a phone
  for the technologically challenged.
  
 
 ___
 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
 



  __ 
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.


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


RE: Funny Dialer

2008-05-14 Thread steve
Not yet. I'll check with our PR person and see what the shelf date is.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Samblas
Martinez
Sent: Wednesday, May 14, 2008 12:08 AM
To: List for Openmoko community discussion
Subject: RE: Funny Dialer

There is a link to that article??

--- steve [EMAIL PROTECTED] escribió:

 Lovely,
 
 I have just submitted an article to Innovation
 magazine highlighting the
 first case mod that was done. If you complete your
 mod, I'll see what I can
 do to showcase it on our website. 
 
 Steve
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Heikki Sørum
 Sent: Monday, May 12, 2008 11:12 PM
 To: List for Openmoko community discussion
 Subject: Re: Funny Dialer
 
 Actually, I'm dreaming of doing a serious Steam-punk
 mod of the
 freerunner case. Eg. create a circular watchlike
 case from the CAD
 files with typewriter keys and all the fancy
 steam-ish stuff. ;)
 
 Heikki Soerum.
 
 
 
 Den Mon, 12 May 2008 12:55:56 -0700
 steve [EMAIL PROTECTED] skrev:
 
   
  
   
  
  I love retro stuff.
  
   
  
  Michael and I were talking about sample apps for
 beginners and I
  thought it would be cool to
  
  to do a hello world dialer. get it?  I know
 kinda dorky.
  
   
  
  Doing a remix of the old rotary dialer as a hello
 world app  on the
  neo would be a neat hack.
  
   
  
  Neo would approve.
  
   
  
_  
  
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On
 Behalf Of Breakable
  Sent: Monday, May 12, 2008 5:06 AM
  To: community@lists.openmoko.org
  Subject: Funny Dialer
  
   
  
  I am positive you should have to turn the dialer
 manually for most
  user friendliness :D
  While hilarious this could become a killer feature
 to make a phone
  for the technologically challenged.
  
 
 ___
 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
 



  __ 
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.


___
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: Funny Dialer

2008-05-13 Thread Heikki Sørum
Actually, I'm dreaming of doing a serious Steam-punk mod of the
freerunner case. Eg. create a circular watchlike case from the CAD
files with typewriter keys and all the fancy steam-ish stuff. ;)

Heikki Soerum.



Den Mon, 12 May 2008 12:55:56 -0700
steve [EMAIL PROTECTED] skrev:

  
 
  
 
 I love retro stuff.
 
  
 
 Michael and I were talking about sample apps for beginners and I
 thought it would be cool to
 
 to do a hello world dialer. get it?  I know kinda dorky.
 
  
 
 Doing a remix of the old rotary dialer as a hello world app  on the
 neo would be a neat hack.
 
  
 
 Neo would approve.
 
  
 
   _  
 
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Breakable
 Sent: Monday, May 12, 2008 5:06 AM
 To: community@lists.openmoko.org
 Subject: Funny Dialer
 
  
 
 I am positive you should have to turn the dialer manually for most
 user friendliness :D
 While hilarious this could become a killer feature to make a phone
 for the technologically challenged.
 

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


RE: Funny Dialer

2008-05-13 Thread steve
Lovely,

I have just submitted an article to Innovation magazine highlighting the
first case mod that was done. If you complete your mod, I'll see what I can
do to showcase it on our website. 

Steve



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Heikki Sørum
Sent: Monday, May 12, 2008 11:12 PM
To: List for Openmoko community discussion
Subject: Re: Funny Dialer

Actually, I'm dreaming of doing a serious Steam-punk mod of the
freerunner case. Eg. create a circular watchlike case from the CAD
files with typewriter keys and all the fancy steam-ish stuff. ;)

Heikki Soerum.



Den Mon, 12 May 2008 12:55:56 -0700
steve [EMAIL PROTECTED] skrev:

  
 
  
 
 I love retro stuff.
 
  
 
 Michael and I were talking about sample apps for beginners and I
 thought it would be cool to
 
 to do a hello world dialer. get it?  I know kinda dorky.
 
  
 
 Doing a remix of the old rotary dialer as a hello world app  on the
 neo would be a neat hack.
 
  
 
 Neo would approve.
 
  
 
   _  
 
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Breakable
 Sent: Monday, May 12, 2008 5:06 AM
 To: community@lists.openmoko.org
 Subject: Funny Dialer
 
  
 
 I am positive you should have to turn the dialer manually for most
 user friendliness :D
 While hilarious this could become a killer feature to make a phone
 for the technologically challenged.
 

___
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: Funny Dialer

2008-05-12 Thread steve
 

 

I love retro stuff.

 

Michael and I were talking about sample apps for beginners and I thought it
would be cool to

to do a hello world dialer. get it?  I know kinda dorky.

 

Doing a remix of the old rotary dialer as a hello world app  on the neo
would be a neat hack.

 

Neo would approve.

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Breakable
Sent: Monday, May 12, 2008 5:06 AM
To: community@lists.openmoko.org
Subject: Funny Dialer

 

I am positive you should have to turn the dialer manually for most user
friendliness :D
While hilarious this could become a killer feature to make a phone for the
technologically challenged.

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


Re: Funny Dialer

2008-05-11 Thread Matt Mets
I'm assuming you mean what we call a rotary phone in the US?  I'm 
working on one...  Here is a screenshot:

http://www.flickr.com/photos/cibomahto/2458507254/

It's just a mock-up program at the moment though, no hooks to the actual 
dialer.


Cheers,
Matt


Bastian Muck wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I talked to some friends and one of them said: My mom (73 years old) 
would use a mobile phone if it had a dial plate! First we laughed 
about this, but in fact i think its a funny idea. I guess it shouldn't 
be a big deal to make a theme, which could do this, is it?


Greetings Bastian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIJ5t3lYiDScJJ+7QRAmZxAKD+nth2x3zwD4Peechq8ZFqG9JgjQCcCGhi
JQUYgi8iS6zPR6/ZoCo0G0Y=
=PfDo
-END PGP SIGNATURE-


___
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: Funny Dialer

2008-05-11 Thread Stroller


On 12 May 2008, at 03:03, Matt Mets wrote:

I'm assuming you mean what we call a rotary phone in the US?  I'm  
working on one...  Here is a screenshot:

http://www.flickr.com/photos/cibomahto/2458507254/


:DDD

Stroller.

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