r4784 - developers/charlie/Wiki

charlie at docs.openmoko.org charlie at docs.openmoko.org
Thu Nov 13 12:08:26 CET 2008


Author: charlie
Date: 2008-11-13 12:08:26 +0100 (Thu, 13 Nov 2008)
New Revision: 4784

Added:
   developers/charlie/Wiki/Qtopia
   developers/charlie/Wiki/Suspend
Modified:
   developers/charlie/Wiki/DSB75
   developers/charlie/Wiki/OpenEmbedded
   developers/charlie/Wiki/OpenMokoTricks
   developers/charlie/Wiki/PyGame
   developers/charlie/Wiki/Todo
   developers/charlie/Wiki/Work
   developers/charlie/Wiki/git
Log:
Updated personal wiki


Modified: developers/charlie/Wiki/DSB75
===================================================================
--- developers/charlie/Wiki/DSB75	2008-11-13 10:31:38 UTC (rev 4783)
+++ developers/charlie/Wiki/DSB75	2008-11-13 11:08:26 UTC (rev 4784)
@@ -18,3 +18,5 @@
 Connect everything, then use [[minicom]] to connect to the device
 /dev/ttyUSB0 (I created a config called mc75i for that). Then type AT
 commands and see the results.
+
+After finished, send AT^SMSO to turn the modem off.

Modified: developers/charlie/Wiki/OpenEmbedded
===================================================================
--- developers/charlie/Wiki/OpenEmbedded	2008-11-13 10:31:38 UTC (rev 4783)
+++ developers/charlie/Wiki/OpenEmbedded	2008-11-13 11:08:26 UTC (rev 4784)
@@ -17,7 +17,14 @@
     contains the rules to build the kernel
 
 
+To recreate the Package file :
+ bitbake package-index
+
 ** How to use OE to build my own local packages ?
 
-To recreate the Package file :
- bitbake package-index
+  After I have http server running with a accessible feed repository,
+  at http://192.168.0.200/opk-moko/armv4t/, I can add an new
+  /etc/opkg/charlie-feed.conf file :
+    src/gz charlie http://192.168.0.200/opk-moko/armv4t/
+  and add a line in arch.conf file :
+    arch charlie 51

Modified: developers/charlie/Wiki/OpenMokoTricks
===================================================================
--- developers/charlie/Wiki/OpenMokoTricks	2008-11-13 10:31:38 UTC (rev 4783)
+++ developers/charlie/Wiki/OpenMokoTricks	2008-11-13 11:08:26 UTC (rev 4784)
@@ -5,3 +5,16 @@
 
 echo 63 > /sys/class/backlight/pcf50633-bl/brightness
   set full backlight
+
+See the kernel config :
+   gunzip  /proc/config.gz -c
+
+If I have problem with nfs and protmap, try to mount manually :
+   mount -v 192.168.0.200:/home/charlie/Work Work/
+
+
+To get the screen back after a bad suspend :
+
+  echo 0 > /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/backlight/pcf50633-bl/bl_power
+  echoing 63 for brightness and
+  DISPLAY=:0 xset s reset 

Modified: developers/charlie/Wiki/PyGame
===================================================================
--- developers/charlie/Wiki/PyGame	2008-11-13 10:31:38 UTC (rev 4783)
+++ developers/charlie/Wiki/PyGame	2008-11-13 11:08:26 UTC (rev 4784)
@@ -3,3 +3,11 @@
 About the png loading problem : To check that pygame has been compiled
 with proper support, we can check that *pygame.image.get_extended()*
 returns 1
+
+The list of all recognized env variable : 
+  ftp://ptah.lnf.kth.se/pub/misc/sdl-env-vars
+
+
+* How to use touchscreen input without X ???
+
+  I don't know yet, I think Chris knows about that.

Added: developers/charlie/Wiki/Qtopia
===================================================================
--- developers/charlie/Wiki/Qtopia	                        (rev 0)
+++ developers/charlie/Wiki/Qtopia	2008-11-13 11:08:26 UTC (rev 4784)
@@ -0,0 +1,33 @@
+* Qtopia
+
+** Qtopia X11, the holger branch...
+
+It is quite complicated to use, but fortunately most of the
+information can be found in the README files.
+
+*** How to install and run
+
+It is located at git at git.openmoko.org:/var/cache/git/qtopia.git
+
+*** Runing on the desktop
+
+- start illume in Xephyr
+  ./x-ui.sh
+
+- start simulator: 
+  ./bin/phonesim -p 12345 ../qtopia/src/tools/phonesim/troll.xml
+
+- set DISPLAY to :1
+
+- start qtopia :
+  ./image/bin/qpe
+
+- start  messages :
+  ./image/bin/qcop service send Launcher execute\(QString\) qtmail
+
+to start contacts:
+  ./image/bin/qcop service send Launcher execute\(QString\) addressbook
+
+** Important files
+
+- devices/ficgta01/src/plugins/phonevendors/ficgta01/vendor_ficgta01.cpp

Added: developers/charlie/Wiki/Suspend
===================================================================
--- developers/charlie/Wiki/Suspend	                        (rev 0)
+++ developers/charlie/Wiki/Suspend	2008-11-13 11:08:26 UTC (rev 4784)
@@ -0,0 +1,10 @@
+* Suspend / Resume
+
+To suspend the device :
+  apm -s
+
+It should call the scripts that are in /etc/apm/
+
+BUT : frameworkd already does some stuffs before suspend, so maybe it
+shouldn't use apm at all or what ?
+

Modified: developers/charlie/Wiki/Todo
===================================================================
--- developers/charlie/Wiki/Todo	2008-11-13 10:31:38 UTC (rev 4783)
+++ developers/charlie/Wiki/Todo	2008-11-13 11:08:26 UTC (rev 4784)
@@ -1,6 +1,23 @@
 Charly's TODO
 
-* Finish GSM Testing script
+* 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 ?
+
+== Tichy ==
+* Improve default style ! (Steal it from raster)
+* Talking on notification plugin :)
+* New .bb file using git
 * Fix WaitDBus call timeout problem in tichy
-* Finish GSM test script, make it works on GTA02 
+* See why incoming MSN events are not received
+
+== Other ==
 * BY PLANE TICKETS FOR XMASS !!!

Modified: developers/charlie/Wiki/Work
===================================================================
--- developers/charlie/Wiki/Work	2008-11-13 10:31:38 UTC (rev 4783)
+++ developers/charlie/Wiki/Work	2008-11-13 11:08:26 UTC (rev 4784)
@@ -10,6 +10,7 @@
 - [[Toolchain]]
 - [[Alsa]]
 - [[Android]]
+- [[Qtopia]]
 
 - [[MC75i]]
 - [[OpenMokoTricks]]
@@ -17,6 +18,7 @@
 - [[DebugBoard]]
 
 - [[PyGame]]
+- [[Suspend]]
 
 - [[Hardware]]
 
@@ -29,4 +31,4 @@
 - [[gdb]]
 - [[diff]]
 - [[screen]]
-
+- [[strace]]

Modified: developers/charlie/Wiki/git
===================================================================
--- developers/charlie/Wiki/git	2008-11-13 10:31:38 UTC (rev 4783)
+++ developers/charlie/Wiki/git	2008-11-13 11:08:26 UTC (rev 4784)
@@ -16,6 +16,8 @@
 
 git reset --hard (revert all localk change since last commit !)
 
+git checkout file : revert a single file
+
 ** search commands
 gitk : user interface to see the commits
 git log




More information about the commitlog mailing list