Om 2008.8

From Openmoko

(Redirected from Om2008.8)
Jump to: navigation, search


Om 2008.8 Was the name of the first version of Om 2008. It was released on August 08, 2008. Om 2008.8 was superseded by Om 2008.9/Om 2008.12 which were released later that year.

Known Issues

This is only a subset, and some of the bits reported below may have been fixed by stable updates (see Alasal's test reports as well as the "Updates" section below). See all tickets with 2008.8 in the bug tracker.

Suspend

Builds from the last days of August tend to suspend after 30s no matter what you set in settings. Switching the screensaver off with `xset s off' disables suspend completely. Note that this command must be typed into the terminal application on the phone itself; if you try to run it from an ssh session it fails with the error `xset: unable to open display ""'. This is because ssh sessions change the display settings expecting you might want X11 forwarding. In fact if you are using X11 forwarding with ssh -Y, the command won't fail over ssh, but it still won't do what you expect, as xset will assume you're talking about the forwarded X11 session, and thus doesn't affect the X11 session on the phone. Therefore if you use a ssh session you need to enter `xset -display :0 s off'.

Alex reportedly solved the problem going into Illume Settings, then Power, and setting to OFF the 2 parameters. He still gets the screensaver, but can reactivate easily just by touching.

If resume breaks audio (the ringing of the phone or for calling someone) a very probable reason is that the pulseaudio sound server is installed. This happens e.G. when openmoko-mediaplayer2 is installed. There seems to be activity to fix this application already, though.

GSM

WiFi

Audio quality

System Software

QPE high cpu usage

  • qpe does scan whole filesystem ( including SD card ) for documents , mp3 files , etc. If you don't want it you can edit /opt/Qtopia/etc/default/Trolltech/Storage.conf and disable Sd Card scanning ( overwrite 1 by 0 ), i.e. the section in the file should read like this after aplying the change to Om2008.9:


[MountPoint0]
Name[] = SD Card
Path=/dev/mmcblk0p1
Removable = 1
Applications = 0
Documents = 0
ContentDatabase = 0


Networking

  • No Updates/Installation are possible or pings to domains because DNS is not working. This problem occurs because the /etc/resolv.conf is empty by default.

Add these lines in /etc/network/interfaces:

up echo nameserver 208.67.222.222 > /etc/resolv.conf
up echo nameserver 208.67.220.220 >> /etc/resolv.conf

This is to be inserted below gateway address and above the bluetooth networking. After this it will be set on every reboot. Note that sending all DNS traffic to these servers lets their administrators follow each and every web site you visit. You might want to consider using the nameservers of your real ISP instead since they can already do such tracking.

For resolving DNS without restarting, run the following commands:

echo nameserver 208.67.222.222 > /etc/resolv.conf
echo nameserver 208.67.220.220 >> /etc/resolv.conf

This should solve most of your moko side networking issues. If you need any other help please refer to USB Networking

NOTE: resolvconf is installed so should probably be used

Problem: parts of resolvconf are missing: without the scripts under /etc/network/if-{up,down}.d, and /etc/resolvconf/run/enable-updates and /lib/resolvconf/list-records it does nothing, and even then, /etc/resolvconf/run should probably be a symlink to /var/run, or /etc/resolv.conf needs to be pointed at /etc/resolvconf/run/resolv.conf -- once all that's done, it seems to work as long as you add something like this to /etc/network/interfaces at the end of the usb0 stanza:

dns-nameservers 192.168.0.200 dns-search example.com

and add usb* above eth* in /etc/resolvconf/interface-order



NOTE: Solution: Steps to add missing resolvconf script:

touch /etc/resolvconf/run/enable-updates
cd /etc ; rm resolv.conf ; ln -s /etc/resolvconf/run/resolv.conf .
mkdir /lib/resolvconf/ ; cd /lib/resolvconf/

wget http://87.227.108.179/list-records
chmod +x list-records
Edit /etc/network/interfaces and remove the lines:
network 192.168.0.0
gateway 192.168.0.200
If we need to use the usb network more then just locally from the computer in the other end of the USB-cable, login with ssh and add a default route like this:
route add default gateway 192.168.0.200


  • Usb-networking will not work until rebooted after initial boot.

Usability

  • The Pin-Dialog by default just shows letters. You have to slide your finger up/down over the keyboard to make the numbers/uppercase/special characters appear.
  • The installer app doesn't release administrative rights which results in not being able to use opkg. Solution: run "killall packagekitd" (on the freerunner or when ssh'ed in).
  • The installer app doesn't release administrative rights which results in not being able to use opkg. Alternate Solution: On the FreeRunner, use the drop-down menu to close all open applications.
  • The keyboard may not be adapted for all uses. See Keyboard Debate for a full discussion and options.

Subsequent upgrades

Posterior to the Om2008.8 release made on 2008/08/08, development has been split in two branches aiming respectively at the next minor and major releases.

Direct follow-up for 2008.8 occured on the org.openmoko.asu.stable branch, with the short term goal to improve stability and useability, keeping the same features set. Official updates are available in the 2008.8 packages repository feeds. Since this repository is already configured in 2008.8, using 'opkg update; opkg upgrade' is sufficient to stay up to date. Two subsequent "point upgrade" named Om 2008.9 Update and Om 2008.12 Update have been released.

The long-term development branch is named org.openmoko.dev, this is where most activity happens. This branch has refocused on the base system functionalities, no applications are installed by default. Critical bugfixes from that branch are eventually ported to the .asu.stable branch. Using binaries updates from that branch (or any other non-2008.8 repository) on a 2008.x stable base is likely to send you in Dependency Hell, you have been warned.

Dedication

From: Openmoko
To: openmoko-community mailing list

Om 2008.8 was designed to be empty, for the very purpose of showcasing your ideas.

Think of our products as galleries. We're building the environment.
Each one different from the next. You'll get all the free art supplies
you could imagine because we want you to add your own meaning.
You choose: consume, create, or both.

Either way you create your own meaning. It's about you.
Personal tools