Re: Freerunner won't charge

2011-07-05 Thread Paul Fertser
clemens kirchgatterer clem...@1541.org writes:
 I have the same problem. Can you pls report if replacing the chip actually 
 fixes the moko?

Replacing pcf50633? I'm not sure anyone has ever tried that, it's BGA
iirc. Have you investigated other options?

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] fso stack does not work

2011-07-05 Thread Dmitry Chistikov
Dmitry Chistikov, Jul. 05, 2011, 09:07 +0400:
 frameworkd.subsystem ERRORfactory method not successfully completed
 for module module 'odeviced.input' from
 '/usr/lib/pymodules/python2.6/framework/subsystems/odeviced/input.pyc'
 
 ...and a python call stack ending with NameError: global name 'c' is not
 defined. At the first glance I did not manage to mend it, though the
 issue is quite clear: c is a global variable initialized at the module
 level (c stands for C library). [...]

I solved this with the following code:

--- linux.py.orig   2011-07-05 15:29:11.0 +0400
+++ linux.py2011-07-05 15:26:20.0 +0400
@@ -19,12 +19,14 @@
 re = compile('^libc.so.[0-9]$')
 libs = os.listdir('/lib')
 for lib in libs:
 if re.match(lib):
 c = ctypes.cdll.LoadLibrary(lib)
 break
+else:
+c = ctypes.cdll.LoadLibrary('libc.so.6')
 
 _IOC_NRBITS = 8
 _IOC_TYPEBITS = 8
 _IOC_SIZEBITS = 14
 _IOC_DIRBITS = 2
 

The reason the original version does not work is as follows:

root@ziggy:~# ls /lib | fgrep libc.
root@ziggy:~# find /lib -name 'libc.*'
/lib/arm-linux-gnueabi/libc.so.6

Is anyone interested in fixing this packaging bug?

The main problem still persists, though =(

-- 
Dmitry Chistikov

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Freerunner won't charge

2011-07-05 Thread Ronald Tallent
On Tue, 2011-07-05 at 15:05 +0400, Paul Fertser wrote:
 Replacing pcf50633? I'm not sure anyone has ever tried that, it's BGA
 iirc. Have you investigated other options?

The purpose of this thread was kind of to discover and explore those
other options if there are any. I'm out of my league here. If you have
suggestions of things to try please post them, I'd love some options at
this point. As it is my Freerunner is about to be a brick as I have no
way to charge the batteries other than in the unit and if I can't charge
them on the go then it's not going to be good for anything anyway even
if I had a battery charger.

Thanks for the links to the schematics Paul. I'm hopefully going to take
it to a local electronics repairman today and see if he has any ideas.
If I can get it repaired I'll post an update here.

--Ron


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Freerunner won't charge

2011-07-05 Thread Paul Fertser
Ronald Tallent r...@tallent.ws writes:
 On Tue, 2011-07-05 at 15:05 +0400, Paul Fertser wrote:
 Replacing pcf50633? I'm not sure anyone has ever tried that, it's BGA
 iirc. Have you investigated other options?

 The purpose of this thread was kind of to discover and explore those
 other options if there are any. I'm out of my league here. If you have
 suggestions of things to try please post them,

What i'd do is basically checking all of the relevant registers of the
PMU (you can easily view the dump with the corresponding sysfs node),
and i think that would give a reasonable clue explaining why PMU
thinks it's not possible to charge the battery. BTW, have you already
posted your dmesg here, i think i haven't seen that one?

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Mounting ubifs partition

2011-07-05 Thread David Garabana Barro
O Martes, 28 de Xuño de 2011, Giacomo 'giotti' Mariani escribiu:

 
 Following http://wiki.openmoko.org/wiki/UBIFS the command should be:
 
 #ubiattach /dev/ubi_ctrl -O 2048 -m 6
 
 followed by:
 
 #mount -t ubifs ubi0:om-gta02-rootfs /media/om

It works

Thank you very much


-- 
David Garabana Barro
jabber  google talk ID:da...@garabana.com
Clave pública PGP/GPG:  http://davide.garabana.com/pgp.html


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


QtMoko v35 - Contact - Text selects landline number

2011-07-05 Thread Philip Rhoades

People,

When I am viewing a contact and want to send that person a text, more 
often than not, the number that is selected is the landline number NOT 
the mobile number - why is that.  If I go the other route, typing up a 
text first and then selecting the recipient, it selects the mobile 
number correctly . . very strange . .


Thanks,

Phil.
--
Philip Rhoades

GPO Box 3411
Sydney NSW2001
Australia
E-mail:  p...@pricom.com.au


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community