r4797 - developers/charlie/Wiki

charlie at docs.openmoko.org charlie at docs.openmoko.org
Tue Nov 18 13:08:42 CET 2008


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




More information about the commitlog mailing list