Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r4797 - developers/charlie/Wiki ([EMAIL PROTECTED])
   2. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   3. r4798 - in developers/charlie/Tests: . Espeak Python
      Python/env        Python/optparse ([EMAIL PROTECTED])
   4. r4799 - developers/werner/myroot ([EMAIL PROTECTED])
   5. r4800 - developers/werner/myroot ([EMAIL PROTECTED])
   6. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
--- Begin Message ---
Author: charlie
Date: 2008-11-18 13:08:41 +0100 (Tue, 18 Nov 2008)
New Revision: 4797

Added:
   developers/charlie/Wiki/ARC
   developers/charlie/Wiki/Tichy
Modified:
   developers/charlie/Wiki/ATCommands
   developers/charlie/Wiki/Battery
   developers/charlie/Wiki/Hardware
   developers/charlie/Wiki/TestingGSM
   developers/charlie/Wiki/Todo
Log:
Personal wiki update


Added: developers/charlie/Wiki/ARC
===================================================================
--- developers/charlie/Wiki/ARC                         (rev 0)
+++ developers/charlie/Wiki/ARC 2008-11-18 12:08:41 UTC (rev 4797)
@@ -0,0 +1,24 @@
+
+Hi Charlie,
+
+As your info. your ARC will expire on Dec. 20. Below is required documents for 
ARC extension,
+
+1. Application form (refer to the attached file)
+2. Passport & ARC-original & a copy
+3. Work permit-original & a copy  (prepared by HR)
+4. Employment certificate (within 1 month)-original & a copy  (prepared by HR)
+5. One 2" photo (note: spec. same as Taiwan ID)
+6. Fee: NTD1,000-1 year term, NTD2,000-2 year term, NTD3,000-3 year term
+
+Note:
+-10 working days
+-ARC extension should be submitted by Dec. 5. (15 days before ARC expiry date)
+-Receiving units:
+ The local NIA’s service center.(No15 Guang jhou St. Jhongiheng district 
Taipei City)
+
+
+
+Let me know if you have any question or anything that need help with.
+
+
+Kelly

Modified: developers/charlie/Wiki/ATCommands
===================================================================
--- developers/charlie/Wiki/ATCommands  2008-11-17 21:09:04 UTC (rev 4796)
+++ developers/charlie/Wiki/ATCommands  2008-11-18 12:08:41 UTC (rev 4797)
@@ -52,7 +52,13 @@
 - AT+COPS=? : get list of available operators
 - AT+COPS=0,0 : find a network and register on it (may take some time)
 
+* Phone
+- ATD012345678;  : call number
+- ATH : release all call
+- AT+CLCC: interogate active calls status
+
 * Unsolicited
 
 - AT+CMT       : Incoming SMS
 - AT+CMTI      : incoming stored SMS
+

Modified: developers/charlie/Wiki/Battery
===================================================================
--- developers/charlie/Wiki/Battery     2008-11-17 21:09:04 UTC (rev 4796)
+++ developers/charlie/Wiki/Battery     2008-11-18 12:08:41 UTC (rev 4797)
@@ -1,5 +1,13 @@
 * Battery
 
+Max : 4.2
+
+Min required to boot : 3.6
+
+Even when plugged the battery won't charge. Then I can start the boot
+sequence, but it will stop b4 the end without telling anything, and
+the backlight will stay on.
+
 Report not working anymore, I get this error :
  om-gta02 user.err kernel: power_supply bat: driver failed to report 
`capacity' property
 

Modified: developers/charlie/Wiki/Hardware
===================================================================
--- developers/charlie/Wiki/Hardware    2008-11-17 21:09:04 UTC (rev 4796)
+++ developers/charlie/Wiki/Hardware    2008-11-18 12:08:41 UTC (rev 4797)
@@ -3,3 +3,6 @@
 - [[Calypso]]
 - [[MC75i]]
 - [[SMD]]
+
+
+Get more infos at : https://hardware.internal.openmoko.org/ee

Modified: developers/charlie/Wiki/TestingGSM
===================================================================
--- developers/charlie/Wiki/TestingGSM  2008-11-17 21:09:04 UTC (rev 4796)
+++ developers/charlie/Wiki/TestingGSM  2008-11-18 12:08:41 UTC (rev 4797)
@@ -6,6 +6,8 @@
 There is a problem there, and we may need to use **stty -F /dev/ttySAC0 
crtscts** in an other terminal *after* we started cu.
 (We may also need to use : **chown uucp.uucp /dev/ttySAC0** before accessing 
the modem)
 
+And don't forget to turn the modem on first !
+
 * Using python :
 modem = serial.Serial('/dev/ttySAC0', 115200, rtscts=1, timeout=2)
 

Added: developers/charlie/Wiki/Tichy
===================================================================
--- developers/charlie/Wiki/Tichy                               (rev 0)
+++ developers/charlie/Wiki/Tichy       2008-11-18 12:08:41 UTC (rev 4797)
@@ -0,0 +1,15 @@
+
+BUG: sometime we can't turn antenna on
+
+  GSM      INFO     antenna power is 0
+  GSM      ERROR    Error : org.freesmartphone.GSM.Device.Timeout: device did 
not answer within 5 seconds
+  <class 'dbus.exceptions.DBusException'>
+  Gadget.GSM ERROR    Error: org.freesmartphone.GSM.Device.Timeout: device did 
not answer within 5 seconds
+  SIM      INFO     Retrieve Phonebook
+  Gadget.GSM ERROR    Error: org.freesmartphone.GSM.SIM.NotReady: Antenna 
powered off or SIM not unlocked yet
+
+
+BUG: can't retrieve phone book
+
+  SIM      INFO     Retrieve Phonebook
+  Gadget.GSM ERROR    Error: org.freesmartphone.GSM.SIM.NotReady: Antenna 
powered off or SIM not unlocked yet

Modified: developers/charlie/Wiki/Todo
===================================================================
--- developers/charlie/Wiki/Todo        2008-11-17 21:09:04 UTC (rev 4796)
+++ developers/charlie/Wiki/Todo        2008-11-18 12:08:41 UTC (rev 4797)
@@ -1,20 +1,20 @@
 Charly's TODO
 
 * Solve bugs #1610 and name size (put a warning)
-* Have a look at https://svn.internal.openmoko.org/trunk/gta03/schedule/
-   (use taskjuggler)
 * See how to run sdl on framebuffer (there is a tslib problem)
 
 == GSM Testing ==
-* Check how suspending and resume work
-   What are the problems, how do we test them ?
 * Add call tests
 * Add user interactions in the GSM test script
 * Modify kernel driver to have a do_reset method in gsm_pm ?
+* See ticket #1857, try to reproduce the problem
+   sent message to trac, waiting for more info
+* Check how suspending and resume work
+   What are the problems, how do we test them ?
 
 == Tichy ==
-* Improve default style ! (Steal it from raster)
-* Talking on notification plugin :)
+* Create gui_edje (with default edje files for every widget)
+* Proper command line argument parsing
 * New .bb file using git
 * Fix WaitDBus call timeout problem in tichy
 * See why incoming MSN events are not received




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc               |    2 +-
 ...crolled_view_adding_scrolled_view_margins.patch |   54 ++--
 .../efl1/etk/etk_scrolled_view_bouncy_flags.patch  |  255 ++++++++++++
 .../etk/etk_scrolled_view_margins_extensions.patch |  431 ++++++++++++++++++++
 packages/efl1/etk_svn.bb                           |    6 +-
 5 files changed, 718 insertions(+), 30 deletions(-)

New commits:
commit d6f523c0e3a512e83e7600b64a6015a4bd098217
Author: I-Fan, Chen <[EMAIL PROTECTED]>
Date:   Tue Nov 18 20:05:10 2008 +0800

    etk: extending the etk_scrolled_view with STOPTOOBJECT mode.
    assassin: Using the latest version in which using the new flag




--- End Message ---
--- Begin Message ---
Author: charlie
Date: 2008-11-18 13:13:02 +0100 (Tue, 18 Nov 2008)
New Revision: 4798

Added:
   developers/charlie/Tests/Espeak/
   developers/charlie/Tests/Espeak/right_of_kings.txt
   developers/charlie/Tests/Python/
   developers/charlie/Tests/Python/env/
   developers/charlie/Tests/Python/env/test.cfg
   developers/charlie/Tests/Python/env/test.py
   developers/charlie/Tests/Python/optparse/
   developers/charlie/Tests/Python/optparse/test.py
   developers/charlie/Tests/Python/test.py
Log:
Add some test scripts 


Added: developers/charlie/Tests/Espeak/right_of_kings.txt
===================================================================
--- developers/charlie/Tests/Espeak/right_of_kings.txt                          
(rev 0)
+++ developers/charlie/Tests/Espeak/right_of_kings.txt  2008-11-18 12:13:02 UTC 
(rev 4798)
@@ -0,0 +1,14 @@
+The only king by right divine
+Is Ellen King, and were she mine
+I'd strive for liberty no more,
+But hug the glorious chains I wore.
+
+Her bosom is an ivory throne,
+Where tyrant virtue reigns alone;
+No subject vice dare interfere,
+To check the power that governs here.
+
+O! would she deign to rule my fate,
+I'd worship Kings and kingly state,
+And hold this maxim all life long,
+The King — my King — can do no wrong.

Added: developers/charlie/Tests/Python/env/test.cfg
===================================================================
--- developers/charlie/Tests/Python/env/test.cfg                                
(rev 0)
+++ developers/charlie/Tests/Python/env/test.cfg        2008-11-18 12:13:02 UTC 
(rev 4798)
@@ -0,0 +1,2 @@
+
+CALLABLE_NUMBER=0123456789
\ No newline at end of file

Added: developers/charlie/Tests/Python/env/test.py
===================================================================
--- developers/charlie/Tests/Python/env/test.py                         (rev 0)
+++ developers/charlie/Tests/Python/env/test.py 2008-11-18 12:13:02 UTC (rev 
4798)
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+
+import subprocess
+subprocess.call(['source', './test.cfg'])

Added: developers/charlie/Tests/Python/optparse/test.py
===================================================================
--- developers/charlie/Tests/Python/optparse/test.py                            
(rev 0)
+++ developers/charlie/Tests/Python/optparse/test.py    2008-11-18 12:13:02 UTC 
(rev 4798)
@@ -0,0 +1,13 @@
+from optparse import OptionParser
+
+parser = OptionParser()
+
+parser.add_option("", "--backend", dest="backend",
+                  help="use BACKEND", metavar="BACKEND")
+parser.add_option("-e", "--experimental", action='store_true',
+                  dest="experimental", default=False,
+                  help="Use experimental plugins")
+
+(options, args) = parser.parse_args()
+
+print options

Added: developers/charlie/Tests/Python/test.py
===================================================================
--- developers/charlie/Tests/Python/test.py                             (rev 0)
+++ developers/charlie/Tests/Python/test.py     2008-11-18 12:13:02 UTC (rev 
4798)
@@ -0,0 +1,7 @@
+
+
+class T(object):
+    def pass(self):
+        print "hello"
+
+T().pass()




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2008-11-18 22:54:31 +0100 (Tue, 18 Nov 2008)
New Revision: 4799

Modified:
   developers/werner/myroot/werner
   developers/werner/myroot/werner.init
Log:
- werner: added wkalrm
- werner.init: announce completion of system initialization running in 
  background



Modified: developers/werner/myroot/werner
===================================================================
--- developers/werner/myroot/werner     2008-11-18 12:13:02 UTC (rev 4798)
+++ developers/werner/myroot/werner     2008-11-18 21:54:31 UTC (rev 4799)
@@ -44,6 +44,9 @@
 make -C $my/pmu clean all
 cp $my/pmu/pmu usr/bin
 
+make -C $my/wkalrm clean all
+cp $my/wkalrm/wkalrm usr/bin
+
 ln -s /usr/sbin/s3c24xx-gpio usr/bin/gpio
 
 

Modified: developers/werner/myroot/werner.init
===================================================================
--- developers/werner/myroot/werner.init        2008-11-18 12:13:02 UTC (rev 
4798)
+++ developers/werner/myroot/werner.init        2008-11-18 21:54:31 UTC (rev 
4799)
@@ -19,7 +19,8 @@
 mknod /dev/ttySAC2 c 204 66
 mkdir /dev/pts
 mount -t devpts none /dev/pts
-( udevd --daemon; udevtrigger && udevsettle && /usr/sbin/sshd ) &
+( udevd --daemon; udevtrigger && udevsettle && /usr/sbin/sshd;
+  echo "<*** System initialization complete ***>" >/dev/console ) &
 
 # network
 ifconfig usb0 192.168.0.202 up




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2008-11-18 22:54:50 +0100 (Tue, 18 Nov 2008)
New Revision: 4800

Added:
   developers/werner/myroot/werner.myroot
Removed:
   developers/werner/myroot/werner
Log:
- werner: renamed to werner.myroot



Deleted: developers/werner/myroot/werner
===================================================================
--- developers/werner/myroot/werner     2008-11-18 21:54:31 UTC (rev 4799)
+++ developers/werner/myroot/werner     2008-11-18 21:54:50 UTC (rev 4800)
@@ -1,195 +0,0 @@
-#
-# Werner's customized development root FS.
-#
-# Highlights:
-# - no GUI or fancy system daemons
-# - has lots of exploration tools used (only) for system-level development
-# - wherever possible, installs full versions of programs, not busybox
-#
-
-# ----- paths -----------------------------------------------------------------
-
-
-root
-calypso=http://people.openmoko.org/joerg/calypso_moko_FW/
-my=$SVN/developers/werner
-wmiconfig=$SVN/trunk/src/target/AR6kSDK.build_sw.18/host/tools/wmiconfig/
-
-
-# ----- basic setup -----------------------------------------------------------
-
-
-pkg udev procps module-init-tools
-pkg coreutils grep sed gawk util-linux bash findutils debianutils psmisc
-pkg mtd-utils sysfsutils apm
-pkg net-tools iproute2 iputils-ping tcptraceroute openssh ntpdate
-pkg dhcp-client wireless-tools wpa-supplicant
-pkg portmap ppp rsync
-pkg alsa-state alsa-utils-alsamixer alsa-utils-alsactl alsa-utils-aplay
-pkg vim diffutils patch file
-pkg opkg gzip tar
-pkg perl python make
-pkg xserver-kdrive-glamo xset xhost xdpyinfo
-
-
-# ----- general exploration tools ---------------------------------------------
-
-
-pkg s3c24xx-gpio
-pkg gdb strace ldd
-
-make -C $my/poke clean all
-cp $my/poke/poke usr/bin
-
-make -C $my/pmu clean all
-cp $my/pmu/pmu usr/bin
-
-make -C $my/wkalrm clean all
-cp $my/wkalrm/wkalrm usr/bin
-
-ln -s /usr/sbin/s3c24xx-gpio usr/bin/gpio
-
-
-# ----- fun with GSM ----------------------------------------------------------
-
-
-pkg $calypso/fluid_0.0+svn20070817-r2_armv4t_eabi.ipk
-pkg cu
-
-#echo "uucp:*:2:2:uucp:/:/bin/true" >>etc/passwd
-#chown 2 dev/ttySAC0
-
-
-# ----- network testing -------------------------------------------------------
-
-
-pkg tcpdump
-pkg traceroute
-
-make -C $my/ttcp clean all
-cp $my/ttcp/ttcp-1.12/ttcp usr/bin
-
-make -C $my/owping clean all
-cp $my/owping/owping usr/bin
-
-cp $my/bin/wlanscan usr/bin
-
-make -C $wmiconfig
-cp $wmiconfig/wmiconfig usr/bin
-
-
-# ----- for u-boot ------------------------------------------------------------
-
-
-make -C $SVN/trunk/src/host/envedit clean all
-cp  $SVN/trunk/src/host/envedit/envedit usr/bin
-
-cp $my/neobin/envi usr/bin
-
-
-# ----- create /sbin/init -----------------------------------------------------
-
-
-# inspired by kboot's scripts/kboot
-
-cp $my/myroot/werner.init sbin/init
-
-
-# ----- set up sshd -----------------------------------------------------------
-
-# @@@ cache the keys ?
-
-mkdir -p etc/ssh
-ssh-keygen -t rsa1 -f etc/ssh/ssh_host_key -N ""
-ssh-keygen -t dsa -f etc/ssh/ssh_host_dsa_key -N "" 
-ssh-keygen -t rsa -f etc/ssh/ssh_host_rsa_key -N "" 
-
-echo "sshd:*:1:1:SSH:/:/bin/true" >>etc/passwd
-
-mkdir -p var/run/sshd
-
-
-# ----- enable passwordless SSH entry -----------------------------------------
-
-
-cd home/root
-mkdir .ssh
-chmod 700 .ssh
-cp $HOME/.ssh/id_rsa.pub .ssh/authorized_keys
-root
-
-
-# ----- install things we don't have in the feed yet --------------------------
-
-
-# only df is missing now !
-
-
-# ----- copy configuration files from the host --------------------------------
-
-
-cp /etc/hosts etc/hosts
-cp /etc/services etc/services
-
-# cp /etc/resolv.conf etc/resolv.conf
-
-# prefer to hard-code it here
-
-cat <<EOF >>etc/resolv.conf
-# opendns
-nameserver 208.67.222.222
-nameserver 208.67.220.220
-EOF
-# prevent DHCP from messing with it
-chmod 444 etc/resolv.conf
-
-
-# ----- shell init ------------------------------------------------------------
-
-
-sed -i 's|/bin/sh|/bin/bash|' etc/passwd
-
-cat <<EOF >home/root/.bash_profile
-[ "\${PS1#con}" = "\$PS1" ] && PS1='ssh:\w\\\$ '
-export PS1
-EOF
-
-
-# ----- save some space -------------------------------------------------------
-
-
-rm usr/lib/opkg/lists/*
-rm -rf usr/share/vim
-
-ln -sf uptime.procps usr/bin/uptime
-
-
-# ----- miscellaneous ---------------------------------------------------------
-
-
-ln -s bash bin/sh
-
-# vim gets a little confused on the console. Fortunately, this is easy to fix:
-# see http://vt100.net/docs/vt102-ug/chapter5.html
-# restore cursor, reset scrolling region, restore cursor
-
-cat <<EOF >usr/bin/vi
-#!/bin/sh
-/usr/bin/vim "\$@"
-code=\$?
-echo -ne '\e7\e[;r\e8'
-exit \$?
-EOF
-chmod 755 usr/bin/vi
-
-
-# seems that we've reached the limits of the update-alternatives hack ;-)
-
-for n in sbin/*.26; do
-    mv $n sbin/`basename $n .26`
-done
-
-echo "audio:*:10:" >>etc/group
-
-
-# -----------------------------------------------------------------------------

Copied: developers/werner/myroot/werner.myroot (from rev 4799, 
developers/werner/myroot/werner)
===================================================================
--- developers/werner/myroot/werner.myroot                              (rev 0)
+++ developers/werner/myroot/werner.myroot      2008-11-18 21:54:50 UTC (rev 
4800)
@@ -0,0 +1,195 @@
+#
+# Werner's customized development root FS.
+#
+# Highlights:
+# - no GUI or fancy system daemons
+# - has lots of exploration tools used (only) for system-level development
+# - wherever possible, installs full versions of programs, not busybox
+#
+
+# ----- paths -----------------------------------------------------------------
+
+
+root
+calypso=http://people.openmoko.org/joerg/calypso_moko_FW/
+my=$SVN/developers/werner
+wmiconfig=$SVN/trunk/src/target/AR6kSDK.build_sw.18/host/tools/wmiconfig/
+
+
+# ----- basic setup -----------------------------------------------------------
+
+
+pkg udev procps module-init-tools
+pkg coreutils grep sed gawk util-linux bash findutils debianutils psmisc
+pkg mtd-utils sysfsutils apm
+pkg net-tools iproute2 iputils-ping tcptraceroute openssh ntpdate
+pkg dhcp-client wireless-tools wpa-supplicant
+pkg portmap ppp rsync
+pkg alsa-state alsa-utils-alsamixer alsa-utils-alsactl alsa-utils-aplay
+pkg vim diffutils patch file
+pkg opkg gzip tar
+pkg perl python make
+pkg xserver-kdrive-glamo xset xhost xdpyinfo
+
+
+# ----- general exploration tools ---------------------------------------------
+
+
+pkg s3c24xx-gpio
+pkg gdb strace ldd
+
+make -C $my/poke clean all
+cp $my/poke/poke usr/bin
+
+make -C $my/pmu clean all
+cp $my/pmu/pmu usr/bin
+
+make -C $my/wkalrm clean all
+cp $my/wkalrm/wkalrm usr/bin
+
+ln -s /usr/sbin/s3c24xx-gpio usr/bin/gpio
+
+
+# ----- fun with GSM ----------------------------------------------------------
+
+
+pkg $calypso/fluid_0.0+svn20070817-r2_armv4t_eabi.ipk
+pkg cu
+
+#echo "uucp:*:2:2:uucp:/:/bin/true" >>etc/passwd
+#chown 2 dev/ttySAC0
+
+
+# ----- network testing -------------------------------------------------------
+
+
+pkg tcpdump
+pkg traceroute
+
+make -C $my/ttcp clean all
+cp $my/ttcp/ttcp-1.12/ttcp usr/bin
+
+make -C $my/owping clean all
+cp $my/owping/owping usr/bin
+
+cp $my/bin/wlanscan usr/bin
+
+make -C $wmiconfig
+cp $wmiconfig/wmiconfig usr/bin
+
+
+# ----- for u-boot ------------------------------------------------------------
+
+
+make -C $SVN/trunk/src/host/envedit clean all
+cp  $SVN/trunk/src/host/envedit/envedit usr/bin
+
+cp $my/neobin/envi usr/bin
+
+
+# ----- create /sbin/init -----------------------------------------------------
+
+
+# inspired by kboot's scripts/kboot
+
+cp $my/myroot/werner.init sbin/init
+
+
+# ----- set up sshd -----------------------------------------------------------
+
+# @@@ cache the keys ?
+
+mkdir -p etc/ssh
+ssh-keygen -t rsa1 -f etc/ssh/ssh_host_key -N ""
+ssh-keygen -t dsa -f etc/ssh/ssh_host_dsa_key -N "" 
+ssh-keygen -t rsa -f etc/ssh/ssh_host_rsa_key -N "" 
+
+echo "sshd:*:1:1:SSH:/:/bin/true" >>etc/passwd
+
+mkdir -p var/run/sshd
+
+
+# ----- enable passwordless SSH entry -----------------------------------------
+
+
+cd home/root
+mkdir .ssh
+chmod 700 .ssh
+cp $HOME/.ssh/id_rsa.pub .ssh/authorized_keys
+root
+
+
+# ----- install things we don't have in the feed yet --------------------------
+
+
+# only df is missing now !
+
+
+# ----- copy configuration files from the host --------------------------------
+
+
+cp /etc/hosts etc/hosts
+cp /etc/services etc/services
+
+# cp /etc/resolv.conf etc/resolv.conf
+
+# prefer to hard-code it here
+
+cat <<EOF >>etc/resolv.conf
+# opendns
+nameserver 208.67.222.222
+nameserver 208.67.220.220
+EOF
+# prevent DHCP from messing with it
+chmod 444 etc/resolv.conf
+
+
+# ----- shell init ------------------------------------------------------------
+
+
+sed -i 's|/bin/sh|/bin/bash|' etc/passwd
+
+cat <<EOF >home/root/.bash_profile
+[ "\${PS1#con}" = "\$PS1" ] && PS1='ssh:\w\\\$ '
+export PS1
+EOF
+
+
+# ----- save some space -------------------------------------------------------
+
+
+rm usr/lib/opkg/lists/*
+rm -rf usr/share/vim
+
+ln -sf uptime.procps usr/bin/uptime
+
+
+# ----- miscellaneous ---------------------------------------------------------
+
+
+ln -s bash bin/sh
+
+# vim gets a little confused on the console. Fortunately, this is easy to fix:
+# see http://vt100.net/docs/vt102-ug/chapter5.html
+# restore cursor, reset scrolling region, restore cursor
+
+cat <<EOF >usr/bin/vi
+#!/bin/sh
+/usr/bin/vim "\$@"
+code=\$?
+echo -ne '\e7\e[;r\e8'
+exit \$?
+EOF
+chmod 755 usr/bin/vi
+
+
+# seems that we've reached the limits of the update-alternatives hack ;-)
+
+for n in sbin/*.26; do
+    mv $n sbin/`basename $n .26`
+done
+
+echo "audio:*:10:" >>etc/group
+
+
+# -----------------------------------------------------------------------------




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 8b422fb6c18c407b39a3ebf7b6978f720d5597c6
Author: John Lee <[EMAIL PROTECTED]>
Date:   Tue Nov 18 16:39:46 2008 +0800

    sane-srcrevs.inc: update qtopia-phone-x11 to reflect the recent
    changes commited by Erin




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to