Re: Tracking power leackage in my freerunner

2010-02-17 Thread rixed
-[ Wed, Feb 17, 2010 at 09:13:41AM +0200, Timo Juhani Lindfors ]
> ri...@happyleptic.org writes:
> My expertise pretty much ends here :-) However, it might help if you
> power down all extra hardware (bt, gsm, gps, wifi) and then run gpio
> from
> 
> http://svn.openmoko.org/trunk/src/target/gpio/ 

Here are the result, once turned everything down (bt, gsm, wifi, usb, gps) :


A  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 
  F0 F0 F0 F0 F0 F0 F0 F0 F0 F0 F0 F0 F0 >0 F0 >0 >0 F0 F0 F0 F0 F0 F0 
B  0  1  2  3  4  5  6  7  8  9 10 
  >0 >0 >0 >0 >0 >0 >0 >0 >0 >1 >0 
C  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 
  >0 >0 >0 >0 >0  0R>0 >0 >0 >0 >0 >0 >0 >1 >0 >1 
D  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 
  >1 >0 >0 >1 >1 >0 >0 >0 >0 >0 >0 >0 >1 >1  1 >0 
E  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 
  F0 F1 F0 F0 F0 F0 F1 F1 F1 F1 F1 F1RF1 F1 F1 F1 
F  0  1  2  3  4  5  6  7 
  F1 F0 F1 F0RF0 F0 F0 F0 
G  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 
  >0 F1 X1 >0 F1  1R>0 >1 F1 F1 F1 F1 >0  1  1  0 
H  0  1  2  3  4  5  6  7  8  9 10 
  F0 F0RF1 F1R>0 F1 F1 F1 F0RF1 >0 
J  0  1  2  3  4  5  6  7  8  9 10 11 12 
   0R>1 >0 >0 >1 >1 >1  0R>1 >0 >0 >0 >1 

and a diff from yours :

--- gpio.ref2010-02-17 09:54:13.0 +0100
+++ gpio2010-02-17 09:46:11.0 +0100
@@ -7,12 +7,12 @@
 E  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 
-  F1 F1 F0 F1 F1 >0 F1 F1 F1 F1 F1 F1RF1 F1 F1 F1 
+  F0 F1 F0 F0 F0 F0 F1 F1 F1 F1 F1 F1RF1 F1 F1 F1 
   ^^   ^^ ^^ ^^
 F  0  1  2  3  4  5  6  7 
-  F1 F0 F1 F0RF0 F1 F0 F0 
+  F1 F0 F1 F0RF0 F0 F0 F0 
  ^^
 G  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 
-  >0 F1 X1 >0 F1  1R>0 >1 F1 F1 F1 F0 >0  1  1  0 
+  >0 F1 X1 >0 F1  1R>0 >1 F1 F1 F1 F1 >0  1  1  0 
^^
 H  0  1  2  3  4  5  6  7  8  9 10 
-  F0  0R 0 F0R>0 F1 F1 F1 F0RF1 >0 
+  F0 F0RF1 F1R>0 F1 F1 F1 F0RF1 >0 
  ^ ^
 J  0  1  2  3  4  5  6  7  8  9 10 11 12 
-   0R>1 >0 >0 >1 >1 >1  0R>1 >0 >0 >0 >0
+   0R>1 >0 >0 >1 >1 >1  0R>1 >0 >0 >0 >1 
   ^^

I'm not familiar with gpios, and I don't understand the values here.
But looking to the ones that differs, lets see what they are connected to :

GPE0 is ISSLRC, linked to in/out port LRC of something that could be the codec.
GPE3 is ISSSDI, linked to output port ADCDAT of the same thing.
GPE4 is ISSSDO, linked to input port DACDAT of the same thing.

GPE5 is WLAN_SDCLK, linked to input port SPI_CLK of CON7901 (related to SD card 
apparently)
GPF5 is linked to in/out port WLAN_GPIO1 of same CON7901 (aparently related to 
wlan wakeup)

GPG11 is EINT19/TCLK, linked to output GSMOC point near a small thing.

GPH1 is NRTS0, linked to output port CTS_MODEM of the calypso.
GPH2 is TXD0, linked to input port RX_MODEM of the same capypso.
GPH3 is RXD0, linked to output port TX_MODEM.
GPH4 is TXD1, linked to output port RXD1 of the U7608.

GPJ12 is CAMRESET linked to input port RESET of the CON7901.

So, the conclusion to draw from all this is very clear : this is not going
to be obvious. :o)

If noone has a better idea I will try to write your values into my FR's gpio
to see if that changes anything.


Apart from that, and interrestingly, I changed my battery to a new one (not
really new since I own it for severall months, but never used it). Apparently
it's better : I measured 13.5mA ( -> suspend time more than 80h). I still find
it very doubtfull that changing battery can alter this as much, so I will have
to check a couple of time.


Thank you for your patience, support and ideas, anyway.


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


Re: MC Navi released

2010-02-17 Thread Davide Scaini
I built the map for Italy, if someone interested i'll find a way to share
(if mike is interested I'll upload to his website)
d

On Mon, Feb 15, 2010 at 8:47 PM, Risto H. Kurppa  wrote:

> Wow, took hours but I was finally able to generate first the border
> file and then the map of Finland.
>
> The GUI was a nice surprise, wow, very nice (all icons are not very
> intuitive, though).
>
> When trying to route, I wasn't able to find all cities - for example
> the capital, Helsinki, wasn't available.
> Continuing to type it's name, mcnavi crashed:
>
> *** glibc detected *** mcnavi: free(): invalid next size (fast): 0x0022a528
> ***
> Aborted
>
>
> Keep us updated on new version, this looks good!
>
>
> r
>
>
>
>
> --
> | risto h. kurppa
> | risto at kurppa dot fi
> | http://risto.kurppa.fi
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: MC Navi released

2010-02-17 Thread Vaudano Luca
On Wed, Feb 17, 2010 at 3:36 PM, Davide Scaini  wrote:
> I built the map for Italy, if someone interested i'll find a way to share
> (if mike is interested I'll upload to his website)
> d
>
Yes, I'm interested in it. Thanks!
Did you install MC Navi on the SHR using
http://3v8.net/~sander/openmoko/mcnavi_0.2.4-r0.4_armv4t.ipk?
Does it work?
ciao
Luca

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


Re: MC Navi released

2010-02-17 Thread Davide Scaini
On Wed, Feb 17, 2010 at 3:44 PM, Vaudano Luca  wrote:

> On Wed, Feb 17, 2010 at 3:36 PM, Davide Scaini  wrote:
> > I built the map for Italy, if someone interested i'll find a way to share
> > (if mike is interested I'll upload to his website)
> > d
> >
> Yes, I'm interested in it. Thanks!
> Did you install MC Navi on the SHR using
> http://3v8.net/~sander/openmoko/mcnavi_0.2.4-r0.4_armv4t.ipk?
> Does it work?
> ciao
> Luca
>
>
Yes i tried that one... but i cannot zoom-unzoom nor set destination point
in settings (i guess exists a panel like "settings"... ).
It tooks me some hours to convert this map...
I don't know where to place it, give me some hint please :P
d


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


Re: MC Navi released

2010-02-17 Thread Vaudano Luca
> Yes i tried that one... but i cannot zoom-unzoom nor set destination point
> in settings (i guess exists a panel like "settings"... ).
> It tooks me some hours to convert this map...
> I don't know where to place it, give me some hint please :P
> d
>

How big is it? Megaupload, Rapidshare, Sendspace, ...

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


Re: Jefliks Jabber-Client release

2010-02-17 Thread Davide Scaini
On Mon, Feb 15, 2010 at 9:03 PM, Richy  wrote:

> Hello Davide,
>
> http://img59.imageshack.us/img59/8206/jeflikstutshort.png
>
> First, click on Actions --> Settings
>
> your JID/Ressource would be
>
> dsca...@gmail.com/Freerunner
> You can replace Freerunner with whatever you like. Just make sure that, if
> you have multiple devices to login to your account, they need a different
> ressource.
>
> your Password next, don't know this one ;)
>
> The options should work, I haven't tried gmail yet.
>
> Next, hit save and close
>
> At last, click on status and online.
>
> I saw "..." where status used to be and after a few seconds, it connected.
>
> Hope that helps
>
>
>>  mmm...
>> how do i configure for example my gmail account?
>> d
>>
>> _
>>
>
Thanks now it's a little bit more clear, but i think i should specify a
server...
When I manage to configure it right i'll post.
Thanks for your hints!
d
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Jefliks Jabber-Client release

2010-02-17 Thread David Garabana Barro
On Wednesday 17 February 2010 16:02:32 Davide Scaini wrote:
> On Mon, Feb 15, 2010 at 9:03 PM, Richy  wrote:

>
> Thanks now it's a little bit more clear, but i think i should specify a
> server...

talk.google.com:5223

You can find more info at:

http://www.google.com/talk/otherclients.html

One sample configuration you can follow:

http://www.google.com/support/talk/bin/answer.py?answer=24074





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


Re: [GTA02] VGA-QVGA switching - #2263 revisited

2010-02-17 Thread Vladimir Koutny
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

>> Thus, I'd like to ask if anyone know:
>>  - a solution that works?
>>  - a git revision which is supposed to fix #2263?
>>  - some background on #2263 so I can try to fix it in SHR kernel?
>>
>> I'm also fine with DRM kerels if they can somehow switch the 
>> modes/orientations;
>> I didn't find a word how that should work, though.
> 
> XRandR hasn't really been worked on yet for the DRM/KMS stack, so if it
> works then it's more luck than judgement.  I'm working on stabilising
> this kind of thing in the 2.6.32+DRM kernel right now.

Ok, thanks for info. I'll try to have a look at the andy-tracking code
for now (which is the most stable kernel for my needs.. 2.6.32 can't even
suspend/resume properly) - hopefully I can find something..

Vlado

> 
> Tom
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iJwEAQECAAYFAkt8D60ACgkQutgEj9ZLuzTaJwQAw/l3M6VBobvrxZz6dDxoFF5J
88ooxKWsEWqeCnTo0rBER9CDFCdMo4bQqoAbBnCsUh8xxxMHmtZk872ojY3sJRXG
R2zlOzNkhW8erWJXYhDrzFzbfFVJqrq1VATq0axc8qTGnHxFfXdTzKkunOFZzJ85
FVA8GHNjLZovNxPdhas=
=Cmlq
-END PGP SIGNATURE-

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


Re: Jefliks Jabber-Client release

2010-02-17 Thread Davide Scaini
On Wed, Feb 17, 2010 at 4:25 PM, David Garabana Barro wrote:

> On Wednesday 17 February 2010 16:02:32 Davide Scaini wrote:
> > On Mon, Feb 15, 2010 at 9:03 PM, Richy  wrote:
>
> >
> > Thanks now it's a little bit more clear, but i think i should specify a
> > server...
>
> talk.google.com:5223
>
> You can find more info at:
>
> http://www.google.com/talk/otherclients.html
>
> One sample configuration you can follow:
>
> http://www.google.com/support/talk/bin/answer.py?answer=24074
>
>
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>
Yes i found that :)
I tried with that sever, but it gives me
"IO Error 7"
gmail wants ssl, my guess is that sasl is not ok (and tsl of course)... (i'm
not an expert, not at all)
so right now it does not work :)
d
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR] Application for desktop categories

2010-02-17 Thread Davide Scaini
There are some interesting apps on your repos, but it would be nice to have
some screenshot to understand better what is about and how it looks loke
before installing them...
anyway thanks for your efforts :)
d

On Sat, Feb 13, 2010 at 12:13 AM, Michael Smith wrote:

> The number of applications on the SHR Illume desktop was getting to be a
> problem for me so I wrote a program which will rename batches of .desktop
> files to a different extension and hide them. The blog post is here:
>
> http://glitch.tl/deskcat.html
>
> Screenshot: http://artifacts.glitch.tl/DESKCAT-0.2-screenshot.png
> Package: http://opkg.glitch.tl/deskcat_0.3_arm.ipk
> Source:
> http://glitch.tl/cgi-bin/hgwebdir.cgi/home/host/glitch.tl/repos/deskcat/
>
> Important: read the whole blog post before installing the package. This is
> somewhat experimental.
>
> Basically you define categories in the application and assign a category to
> any application. The application creates desktop launchers which will rename
> any managed .desktop files in /usr/share/applications to a different
> extention if they are not in the desired category.
>
> One problem with this application is that it does create quite a few
> .desktop files of its own and they do clutter the place up. The category
> icons could be put into categories of their own but that would make
> navigating slower.
>
> Please reply with any comments, complaints and feature requests. One
> thought I had after getting the application to work on the phone is that I
> could reduce the number of icons by using the GUI application to switch
> categories. Doing it that way would be slower and require more finger
> presses, but it would be tidier.
> --
> Michael Smith
> +61 416 062 898
> http://glitch.tl
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: tangoGPS 0.99.3 is out

2010-02-17 Thread Davide Scaini
Thanks! Great work.
I have a question: what about the gsm-assisted positioning? Is this a dead
end?
I remember something about... or am i wrong?
d



On Tue, Feb 16, 2010 at 4:31 PM, Marcus Bauer wrote:

> On Tue, 16 Feb 2010 14:44:00 +
> Juergen Schinker  wrote:
>
> > awesome work! can you supply also the pkg for hackable:1 please.
>
> Afaik David 'Deubeuliou' is already working on it and it should be
> apt-get installable in the next two or three days.
>
>
> > Can you also supply a clear all msg button?
>
> Yes, there is definitely a need for a solution for this...
>
> Marcus
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Jefliks Jabber-Client release

2010-02-17 Thread Rui Miguel Silva Seabra
Em 17-02-2010 16:16, Davide Scaini escreveu:

> Yes i found that :)
> I tried with that sever, but it gives me
> "IO Error 7"
> gmail wants ssl, my guess is that sasl is not ok (and tsl of course)... (i'm
> not an expert, not at all)
> so right now it does not work :)
> d

Perhaps it will work if you apply this fix:

http://code.google.com/p/elmdentica/wiki/httpsSupport

Rui

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


Re: Tracking power leackage in my freerunner

2010-02-17 Thread Timo Juhani Lindfors
ri...@happyleptic.org writes:
>  F  0  1  2  3  4  5  6  7 
> -  F1 F0 F1 F0RF0 F1 F0 F0 
> +  F1 F0 F1 F0RF0 F0 F0 F0 
>   ^^
> GPF5 is linked to in/out port WLAN_GPIO1 of same CON7901 (aparently related 
> to wlan wakeup)

Here GPF5 is high (1) when the wifi is disabled and goes down (to 0)
only when I turn the wifi on with

om wifi power 1

(which writes to some /sys/.../bind file that I can't remember right now.)

Does the energy consumption increase if you turn the wifi on? If not,
it might already be on.


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


Re: [GTA02] VGA-QVGA switching - #2263 revisited

2010-02-17 Thread Ben Wilson
I'd just like to add that QVGA has not worked on GTA01 for a few years 
now (at least not in SHR)
xrandr has always reported 480x640 as the only available mode.

I think it may have been worked under om2007.
Anyone tried it under debian?

If anyone's able to have a look at getting GTA01 QVGA working in SHR 
that would be great.

Ben.

On 18/02/2010 4:47 a.m., Vladimir Koutny wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
>>> Thus, I'd like to ask if anyone know:
>>>   - a solution that works?
>>>   - a git revision which is supposed to fix #2263?
>>>   - some background on #2263 so I can try to fix it in SHR kernel?
>>>
>>> I'm also fine with DRM kerels if they can somehow switch the 
>>> modes/orientations;
>>> I didn't find a word how that should work, though.
>>>
>> XRandR hasn't really been worked on yet for the DRM/KMS stack, so if it
>> works then it's more luck than judgement.  I'm working on stabilising
>> this kind of thing in the 2.6.32+DRM kernel right now.
>>  
> Ok, thanks for info. I'll try to have a look at the andy-tracking code
> for now (which is the most stable kernel for my needs.. 2.6.32 can't even
> suspend/resume properly) - hopefully I can find something..
>
> Vlado
>
>
>> Tom
>>
>>  
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iJwEAQECAAYFAkt8D60ACgkQutgEj9ZLuzTaJwQAw/l3M6VBobvrxZz6dDxoFF5J
> 88ooxKWsEWqeCnTo0rBER9CDFCdMo4bQqoAbBnCsUh8xxxMHmtZk872ojY3sJRXG
> R2zlOzNkhW8erWJXYhDrzFzbfFVJqrq1VATq0axc8qTGnHxFfXdTzKkunOFZzJ85
> FVA8GHNjLZovNxPdhas=
> =Cmlq
> -END PGP SIGNATURE-
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>

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