Openmoko: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Brian Wilson (talk | contribs)
mNo edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category: Openmoko]]
[[Category: Openmoko]]


I have a '''Neo Freerunner'''. I got it to experiment with putting Linux and GPS together on a small handheld device. The fact that it happens to have a cellphone built in was not a factor.
I have a '''Neo Freerunner'''. I got it to experiment with putting Linux and GPS together on a small handheld device. The fact that it happens to have a cellphone built-in was not a factor when I bought it.


Then I came by a $20 cellphone SIM card so I am currently testing out its cellphone capabilities.
Now it turns out that I am now using it as a phone and not using GPS at all. I still '''want''' to us the GPS but time and the other 14 GPS receivers that I have available all conspire against me.


I am using a 4GB Sandisk MicroSD card and a T-Mobile card.
I came by a $20 cellphone demo SIM card so I tested out the Neo's cellphone capabilities. I was able to test both GSM voice and GPRS data services for a month. I discovered my phone had the buzz problem and had it fixed in June.
To avoid well-known problems with GPS on the FreeRunner I use an external antenna.


== Testing distributions ==
Now I am using a pay-as-you-go T-Mobile SIM, and the Neo works great as a phone.


I have had so many distributions loaded, the poor thing must be very confused.
I am using a 4GB Sandisk MicroSD card. To avoid known problems with GPS on the FreeRunner I use an external antenna when I play with the GPS.
 
== Current distribution: SHR ==
 
2010-12-31 Just updated after not using the phone most of the year.
Using Qi bootloader now because it's supposed to allow GPS to work with current SHR image. Using the phone to try to do more [[FoxtrotGPS]] development.
 
2010-Jan-03 -- After reading the survey on the OpenMoko list I decided to try the SHR image.
 
== Favourite so far: QTmoko ==
 
In January 2009 I settled in on the "QT Extended" image. Shortly thereafter, Trolltech stopped supporting it and it morphed into the community supported QTmoko image. That's what I use.
 
[http://qtmoko.org/wiki/Main_Page QTMoko Wiki]
 
[http://activationrecord.net/radekp/qtmoko/ QTMoko downloads]
 
=== Basics ===
 
Shutdown - hold down power key.


Openmoko says that the "way forward" is FSO but it's just a framework right now.
Wake from suspend - tap power key.


'''OM2008.12''' - Crashed too often when I had it set up with a usable set of tools. [[Openmoko with OM2008.12]]
[http://wiki.openmoko.org/wiki/USB_Networking USB Networking]


'''FSO''' - just a framework, not usable for anything except development. Illume
On Raven
sudo ip address add 192.168.0.200/24 dev eth2
sudo ip link set dev eth2 up


'''SHR''' - FSO + some extras - "S" is for stable but it's not done yet! Phone works. There was no "testing" rootfs so I used the "unstable" (it was the only choice!) Illume SHR
=== Not so basic ===


'''Android''' - Phone app crashes every 30 seconds. UI seems a bit lightweight. Seems like a toy to me.
Stuff I want to do.


'''QT Extended''' - very nice. Seems very solid and user interface is good. Could not find WiFi support. (Perhaps I just need extra package for wifi?)
Bring up a WiFi connection -  


'''FDOM''' - too much cruft, like the name says "Fat and Dirty", cluttered UI
Using a bluetooth headset for phone calls
Tried it out last year around August.


'''Debian''' - planning on loading it tomorrow
Using a bluetooth headphones with media player and phone calls


'''Gentoo''' - have not tried it; hard to believe, huh?
==== GPRS networking with TMobile ====


== Current set up ==
Works fine once you know the secrets:
http://johnsu01.livejournal.com/232100.html?view=280228#t280228


24-Jan-2009
It's a ppp connection so have the extra kernel modules installed.
Make the /etc/ppp/ link to /var/run/resolv.conf so that names get resolved.


Now I am putting the QT Extended image back on the phone...
== Other distributions that I tried ==
The developer support on the Trolltech site looks great.
The user interface seemed good.


[[QT Extended on Openmoko]]
I have had so many distributions loaded, the poor thing must be very confused.


== Basics ==
Openmoko says that the "way forward" is FSO but it's just a framework right now.


Shutdown - hold down power key.
'''OM2008.12''' - Crashed too often when I had it set up with a usable set of tools. [[Openmoko with OM2008.12]]


Wake from suspend - tap power key.
'''FSO''' - just a framework, not usable for anything except development. Illume


Answer a phone call -
'''SHR''' - FSO + some extras - "S" is for stable but it's not done yet! Phone works. There was no "testing" rootfs so I used the "unstable" (it was the only choice!) Illume SHR


Hang up a phone call -
'''Android''' - Phone app crashes every 30 seconds. UI seems a bit lightweight. Seems like a toy to me.


== Not so basic ==
'''QT Extended''' - very nice. Seems very solid and user interface is good. Could not find WiFi support. (Perhaps I just need extra package for wifi?)


Bring up a WiFi connection -  
'''FDOM''' - too much cruft, like the name says "Fat and Dirty", cluttered UI
Tried it out last year around August.


Using a bluetooth headset for phone calls
'''Debian''' - planning on loading it tomorrow


Using a bluetooth headphones with media player and phone calls
'''Gentoo''' - have not tried it; hard to believe, huh?


== My phone ==
== My phone ==
Line 65: Line 86:
DATE CODE 20080621<br>
DATE CODE 20080621<br>
GSM 850/1800/1900
GSM 850/1800/1900
== Mailing list ==
<html>
<iframe width=720 src="http://blog.gmane.org/recent.php?group=gmane.comp.handhelds.openmoko.community&type=topics&content=subject,date">
</html>

Latest revision as of 14:50, 14 August 2011


I have a Neo Freerunner. I got it to experiment with putting Linux and GPS together on a small handheld device. The fact that it happens to have a cellphone built-in was not a factor when I bought it.

Now it turns out that I am now using it as a phone and not using GPS at all. I still want to us the GPS but time and the other 14 GPS receivers that I have available all conspire against me.

I came by a $20 cellphone demo SIM card so I tested out the Neo's cellphone capabilities. I was able to test both GSM voice and GPRS data services for a month. I discovered my phone had the buzz problem and had it fixed in June.

Now I am using a pay-as-you-go T-Mobile SIM, and the Neo works great as a phone.

I am using a 4GB Sandisk MicroSD card. To avoid known problems with GPS on the FreeRunner I use an external antenna when I play with the GPS.

Current distribution: SHR

2010-12-31 Just updated after not using the phone most of the year. Using Qi bootloader now because it's supposed to allow GPS to work with current SHR image. Using the phone to try to do more FoxtrotGPS development.

2010-Jan-03 -- After reading the survey on the OpenMoko list I decided to try the SHR image.

Favourite so far: QTmoko

In January 2009 I settled in on the "QT Extended" image. Shortly thereafter, Trolltech stopped supporting it and it morphed into the community supported QTmoko image. That's what I use.

QTMoko Wiki

QTMoko downloads

Basics

Shutdown - hold down power key.

Wake from suspend - tap power key.

USB Networking

On Raven

sudo ip address add 192.168.0.200/24 dev eth2
sudo ip link set dev eth2 up
ssh [email protected]

Not so basic

Stuff I want to do.

Bring up a WiFi connection -

Using a bluetooth headset for phone calls

Using a bluetooth headphones with media player and phone calls

GPRS networking with TMobile

Works fine once you know the secrets: http://johnsu01.livejournal.com/232100.html?view=280228#t280228

It's a ppp connection so have the extra kernel modules installed. Make the /etc/ppp/ link to /var/run/resolv.conf so that names get resolved.

Other distributions that I tried

I have had so many distributions loaded, the poor thing must be very confused.

Openmoko says that the "way forward" is FSO but it's just a framework right now.

OM2008.12 - Crashed too often when I had it set up with a usable set of tools. Openmoko with OM2008.12

FSO - just a framework, not usable for anything except development. Illume

SHR - FSO + some extras - "S" is for stable but it's not done yet! Phone works. There was no "testing" rootfs so I used the "unstable" (it was the only choice!) Illume SHR

Android - Phone app crashes every 30 seconds. UI seems a bit lightweight. Seems like a toy to me.

QT Extended - very nice. Seems very solid and user interface is good. Could not find WiFi support. (Perhaps I just need extra package for wifi?)

FDOM - too much cruft, like the name says "Fat and Dirty", cluttered UI Tried it out last year around August.

Debian - planning on loading it tomorrow

Gentoo - have not tried it; hard to believe, huh?

My phone

ME 354651011662048
S/N 8A8603722
DATE CODE 20080621
GSM 850/1800/1900

Mailing list

<html> <iframe width=720 src="http://blog.gmane.org/recent.php?group=gmane.comp.handhelds.openmoko.community&type=topics&content=subject,date"> </html>