Re: [shr-u] mplayer with glamo and audio working?

2009-09-08 Thread Martin Jansa
On Fri, Sep 04, 2009 at 11:36:43PM -0500, c_c wrote:
  http://jama.mk.cvut.cz/mplayer_0.0+1.0rc2+svnr29644-r12_armv4t.ipk
  
  Or when desktop at home is running then there will updated build every
  day, if there is a change in mplayer svn (carefull my up is only 2mb/s).
  http://jama.homelinux.org/org.openembedded.dev.gta/ipk/armv4t/
  
   Thanks. Will try it and post back.

Maybe try rather -r13 or/and -r14 (links in attachement), I've included
config files for setting default -ac to tremor,mad and -vo to glamo

How low is 'low accuracy'? And why do we need the floating point
 implementation if it kill as much as 50% cpu?

I'm not able to distinguish between sound of tremor/ffvorbis/vorbis, so
low accuracy is anough for my ears.

Does this version need the -ac flag?

-r12 yes.. it even used ffvorbis by default and then failed with
Unsupported instruction (will investigate later if someone interested in
vorbis floating point version on arm)

-r13 and -r14 have -ac set to tremor,mad in config file installed in
/usr/etc/mplayer/mplayer.conf

I made a small bash test-suite mplayerTest.sh in [1], which I used to
test available binaries for features (which -ac fails with them) and for
performance (real/user/sys time from time command) see mplayerTest.final
in [2] or more details in mplayer.log in [3].

If you have some interesting binary, please send me your results or link
which version should I test with my testfiles.

Conclusion from test:

1) tremor is really way to go without FPU on neo.
2) mad (fixed point implementation of mp3 decoder) performs also better
on neo than ffmp3, but not as significantly asi tremor/vorbis.
3) only binaries without tremor support are sad to say old glamo version
mplayerOG and mplayerUN from shr-unstable feed.

My upgraded mplayer with rebased glamo patch works for me now only on
shr-unstable. On my experimental install with xorg from git it's
rendered somewhere (or at least it seems so from logs), but nothing is
shown on display. And sdl -vo even makes xserver to segfault imediately.

Maybe I'll try to build updated binaries with external tremor from xiph
upstream
1) svn://svn.xiph.org/trunk;module=Tremor;proto=http
2) svn://svn.xiph.org/branches/lowmem-branch;module=Tremor;proto=http
3) internal tremor but with disabled tremor-low
but last time I checked it was the same from performance POV.

-- 
uin:136542059jid:martin.ja...@gmail.com
Jansa Martin sip:jama...@voip.wengo.fr 
JaMa 


mplayerTest.sh
Description: Bourne shell script
Testfiles:
ogg - AUDIO: 44100 Hz, 2 ch, s16le, 112.0 kbit/7.94% (ratio: 14000-176400)
mp3 - AUDIO: 44100 Hz, 2 ch, s16le, 112.0 kbit/7.94% (ratio: 14000-176400) the 
same as ogg, made by ogg2mp3
avi - VIDEO:  [FMP4]  240x320  24bpp  15.000 fps  164.1 kbps (20.0 kbyte/s)

Codecs:
tremor   - afm: tremor (OggVorbis audio)
vorbis   - afm: libvorbis (OggVorbis Audio)
ffvorbis - afm: ffmpeg (FFmpeg Vorbis decoder)
mad  - afm: libmad (libMAD MPEG layer 1-2-3)
ffmp3- afm: ffmpeg (FFmpeg MPEG layer-3 audio)
glamo- vfm: hwmp4 (MPEG-4 output (.mp4 or SMedia Glamo hardware))
sdl  - vfm: ffmpeg (FFmpeg MPEG-4)

Binaries:
mplayer13
http://jama.mk.cvut.cz/mplayer_0.0+1.0rc2+svnr29649-r13_armv4t.ipk
mplayer14
http://jama.mk.cvut.cz/mplayer_0.0+1.0rc2+svnr29415-r14_armv4t.ipk
mplayerOG
http://downloads.tuxfamily.org/3v1deb/openmoko/mplayer-glamo.tar.bz2
mplayerPT
http://www.paultt.org/downloads/openmoko/mplayer-ptt_dev-SVN-r28791-4.1.2_armv4t.ipk
mplayerTL
http://www.paultt.org/downloads/openmoko/mplayer_dev-SVN-r29155-4.1.2-tremor-low_armv4t.ipk
mplayerTT
http://www.paultt.org/downloads/openmoko/mplayer_dev-SVN-r29155-4.1.2_armv4t.ipk
mplayerUN
http://build.shr-project.org/shr-unstable/ipk//armv4t/mplayer_0.0+1.0rc2-r12_armv4t.ipk

F .. when command failed with error exit status
L .. see LOG below, codec not found or not used as expected


| Codec| Build | | real| user  | sys   |
DATA
| tremor   | mplayer13 | | 0:36.13 | 10.79 |  2.29 |
| ffvorbis | mplayer13 |F| 0:00.56 |  0.35 |  0.16 |
| vorbis   | mplayer13 |L| 0:00.51 |  0.33 |  0.14 |
| mad  | mplayer13 | | 0:35.72 | 11.34 |  1.06 |
| ffmp3| mplayer13 | | 0:37.50 | 17.02 |  2.66 |
| sdl  | mplayer13 | | 0:32.50 | 12.98 |  1.17 |
| glamo| mplayer13 | | 0:31.42 |  5.50 |  1.03 |
| tremor   | mplayer14 | | 0:36.15 | 10.13 |  3.08 |
| ffvorbis | mplayer14 |F| 0:00.58 |  0.33 |  0.20 |
| vorbis   | mplayer14 |L| 0:00.47 |  0.30 |  0.14 |
| mad  | mplayer14 | | 0:35.68 | 11.02 |  1.09 |
| ffmp3| mplayer14 | | 0:37.73 | 17.83 |  1.77 |
| sdl  | mplayer14 | | 0:32.55 | 13.02 |  1.23 |
| glamo| mplayer14 | | 0:31.45 |  5.45 |  0.93 |
| tremor   | mplayerOG |L| 0:00.67 |  0.53 |  0.12 |
| ffvorbis | mplayerOG |L| 0:00.73 |  0.51 |  0.17 |
| vorbis   | mplayerOG |L| 0:00.65 |  0.49 |  0.16 |
| mad  | mplayerOG |L| 0:00.33 |  0.17 |  0.08 |
| ffmp3| mplayerOG | | 0:01.84 |  1.65 |  0.12 |

Re: Launcher - v 0.35 Release (inbuilt contacts, sms and phonelog)

2009-09-08 Thread c_c

Hi,
  The last one had issues sending sms's. This one works fine. I'm keeping
the newest sms's at the top of the list now. Hope that works fine too.
   http://n2.nabble.com/file/n3601418/launcher launcher 

-- 
View this message in context: 
http://n2.nabble.com/Launcher-v-0-35-Release-inbuilt-contacts-sms-and-phonelog-tp3552019p3601418.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

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


Re: QtMoko - help fixing incomming call bug

2009-09-08 Thread Radek Polak
Glen Ogilvie wrote:

 I'll configure this as, as hit this bug as well, although now use my phone a 
 bit less, so testing will take longer.

Hi Glen,
thanks. I have already real fix for the problem in my GIT. Now i will
try to do something about SMS bug and will do new release.

Regards

Radek


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


Re: om-showroom half-serious task list

2009-09-08 Thread David Reyes Samblas Martinez
snip
 The full CSV file with fields to sort is available at
 http://kurppa.fi/freerunner/temp/package_filtered.csv

 I don't know what's the best way to implement this
 It's not easy to create rules for this..
 In a way I think each app (or each package) should be individually
 accepted in the showroom, it's hard to create (maintain!) a decent
 filter regexp to cover this all..

Risto, take in account than the list of packages is only visible by
the admin/editors and is only visible to the public once linked to an
application so they act as filter too so the showing of only user apps
is quite granted. Never the less, due we will have a blacklist file to
manage this and will be done in import time , even an package by
package filter will be allowed.

Regards

 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




-- 
David Reyes Samblas Martinez
http://www.tuxbrain.com
Open ultraportable  embedded solutions
Openmoko, Openpandora,  Arduino
Hey, watch out!!! There's a linux in your pocket!!!

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


Re: Interesting Linux development for lower resources machines from Con Kolivas

2009-09-08 Thread Markus T�rnqvist
On Sun, Sep 06, 2009 at 03:27:13PM +0100, Joseph Reeves wrote:
 Now for someone to find the time to try this ;-)

I applied the latest BFS patch to the andy-tracking branch of the
kernel but it wouldn't build - probably an indication of my noob
kernel skills rather than the applicability of the patch, however.
Would also be very interested if someone else got this to work ;-)

I have a ton of unread OpenMoko emails about all important things,
way way too busy right now, but seems now is a good time reply to this ;)

http://ck.kolivas.org/patches/bfs/

There's a patch for 2.6.31-rc9 and a patch that looks like it changes
how nice levels work

http://ck.kolivas.org/patches/bfs/2.6.31-rc9-sched-bfs-210.patch

http://ck.kolivas.org/patches/bfs/bfs210-test.patch

Wanna try 'em out?

Thanks!

-- 
mjt


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


Re: [SHR-Today] Accept call without unlocking

2009-09-08 Thread Niall Haslam
On Tuesday 08 September 2009 05:34, undrwater wrote:
 Vikas Saurabh wrote:
  Can we have another slider like control with slider thumb in between.
  Moving the slide to left accepts the call and moving it to the right
  rejects it.

 I like the idea as well.   Doesn't have to be a slider, but a definite pair
 of gestures could works as well.

I like the Z movement from the Zlock program. To me, this is a much simpler 
movement that can more easily be done without looking at the screen.

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


Re: om-showroom half-serious task list

2009-09-08 Thread Risto H. Kurppa
On Tue, Sep 8, 2009 at 10:38 AM, David Reyes Samblas
Martinezda...@tuxbrain.com wrote:
 snip
 The full CSV file with fields to sort is available at
 http://kurppa.fi/freerunner/temp/package_filtered.csv

 I don't know what's the best way to implement this
 It's not easy to create rules for this..
 In a way I think each app (or each package) should be individually
 accepted in the showroom, it's hard to create (maintain!) a decent
 filter regexp to cover this all..

 Risto, take in account than the list of packages is only visible by
 the admin/editors and is only visible to the public once linked to an
 application so they act as filter too so the showing of only user apps
 is quite granted. Never the less, due we will have a blacklist file to
 manage this and will be done in import time , even an package by
 package filter will be allowed.

 Regards

Ah, ok, great! I'm  slow learning how apt-portal works :)

SO the editors/admins have a list of ~500 packages and they then need
to work a bit to 'publish' these? Doesn't sound too bad!

Maybe these could be safely added:
alsa-* (9 packages)
avahi* (5 packages)
fso-* (5 packages)
illume-keyboard-* (someone might disagree on this..) (12 packages)
matchbox-* (5 packages)
ntp* (6 packages)

These 6 rules would drop almost 50 packages away.



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


opimd: unified api for sent/received

2009-09-08 Thread arne anka
before filing a bug report, i'd like to ask here ...
last weekend i patched zhone to enable opimd (only listing of messages so  
far). while working with it i saw that incoming and outgoing messages have  
different fiels (sender vs receiver, no timestamp for sent messages, ...),  
which makes handling imo unnecessary complex.
i didn't yet check calls, but i guess it's the same there, too.
since the messages are stored in the very same table with the same  
columns, i don't really see why the prepared results should differ.

imo both types should have the same set of attributes -- direction:in or  
direction:out are sufficient to distinguish and handle different if  
necessary.
is the missing timestamp for sent messages by purpose or caused by the  
transition from zhone-sent to opimd?

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


Re: Launcher - v 0.35 Release (inbuilt contacts, sms and phonelog)

2009-09-08 Thread kazer

 Hi,
   The last one had issues sending sms's. This one works fine. I'm keeping
 the newest sms's at the top of the list now. Hope that works fine too.
http://n2.nabble.com/file/n3601418/launcher launcher


In fact, with this one i only see the latest received sms since i replied.
I received another message, and i can only see this one (but both are with
the other ones in sqlite-messages.db).

Does it helps?


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


Re: [SHR-Today] Accept call without unlocking

2009-09-08 Thread Jens Seidel
On Tue, Sep 08, 2009 at 08:56:07AM +0800, William Kenworthy wrote:
 On Mon, 2009-09-07 at 16:43 +0200, Sebastian Krzyszkowiak wrote:
  WTF? WSOD still happening? What kernel do you use? o_O
 
 2.6.28 - never been able to get GSM working on 2.6.29 so thats not an
 option.
 
 WSOD happens when using Qi, not when using uboot.  But uboot may need
 multiple boot attempts before even 2.6.28 will talk to the gsm chipset,
 whereas Qi is reliable - something is not getting initialised properly
 somewhere.

Funny, it's opposite for me. I used until yesterday 2.6.29 together with
uboot but switched back to 2.6.28 and now the WSOD vanished. Great!

With 2.6.29 WSOD happened very often (I would say in 50% of all cases).
Don't remember GSM status with 2.6.29 (works great with 2.6.28), used it
in the past mainly as PDA.

Jens

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


Re: Launcher - v 0.35 Release (inbuilt contacts, sms and phonelog)

2009-09-08 Thread kazer

 Hi,
   The last one had issues sending sms's. This one works fine. I'm keeping
 the newest sms's at the top of the list now. Hope that works fine too.
http://n2.nabble.com/file/n3601418/launcher launcher


Hi c_c.

I still have issues with that binary (af1b4f517dbc9bca6487b712d75c90a2 
launcher). I replied a message (the top view is better for reading,
thanks) and it segfaulted.

Now, my answer is in sqlite-messages.db (with other older messages), but i
only see one message that i received after replying (and after the
segfault) in the conversation view.

Any idea of what's wrong?

Thanks in advance.


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


Re: Interesting Linux development for lower resources machines from Con Kolivas

2009-09-08 Thread Rui Miguel Silva Seabra
On Tue, Sep 08, 2009 at 10:50:43AM +0300, Markus T�rnqvist wrote:
 On Sun, Sep 06, 2009 at 03:27:13PM +0100, Joseph Reeves wrote:
  Now for someone to find the time to try this ;-)
 
 I applied the latest BFS patch to the andy-tracking branch of the
 kernel but it wouldn't build - probably an indication of my noob
 kernel skills rather than the applicability of the patch, however.
 Would also be very interested if someone else got this to work ;-)
 
 I have a ton of unread OpenMoko emails about all important things,
 way way too busy right now, but seems now is a good time reply to this ;)
 
 http://ck.kolivas.org/patches/bfs/
 
 There's a patch for 2.6.31-rc9 and a patch that looks like it changes
 how nice levels work
 
 http://ck.kolivas.org/patches/bfs/2.6.31-rc9-sched-bfs-210.patch
 
 http://ck.kolivas.org/patches/bfs/bfs210-test.patch
 
 Wanna try 'em out?

It seems someone is trying it out on Android:

http://twitter.com/cyanogen/status/3836404163
One last thing.. you know the lag you get when your phone rings and it doesn't 
display right away? Yeah thats gone now.

http://twitter.com/cyanogen/status/3835449787
I will push the bfs enabled kernel to Github tomorrow. Was a little tricky to 
backport for 2.6.29.

http://twitter.com/cyanogen/status/3835424076
I think it can be made even better too, but there is almost no need. BFS + 
Android = sexytime

http://twitter.com/cyanogen/status/3835076257
Just want to say it again... wow.

http://twitter.com/cyanogen/status/3835027843
BFS: http://bit.ly/tqGSy

http://twitter.com/cyanogen/status/3835025620
ok, some initial testing and bfs is really screaming! like, really really 
screaming.

http://twitter.com/cyanogen/status/3834875403
BFS on Android is pretty good so far!

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


Re: om-showroom half-serious task list

2009-09-08 Thread Evgeniy Ginzburg
On 07.09.2009 19:26, David Reyes Samblas Martinez wrote:
 Hi, heres is my serious proposal of task list for the firt release
 of the showroom, also some doubt and comments, joao I need some
 guiadance.
[snip]

 -Web application (om-showroom it self)
 Due the design is still pending I will start  development on an an
 ugly plain text  and html tables without care about, styles, colours
 or nothing image/look related , only focusing in that the info can be
 shown and edited

Plaintext - yes!
Tables - no!
redesigning (ugly plaintext - nice skin) *will* be pain with tables IMO.
Use ul, div, and so on. It's easy,  believe me.

 For the first release
 -Welcome page
Do you really need it - We just need packages approach seems good 
enough. Most popular page may suit fine.
 -App Navigation:
-the categories will be predefined with the freedesktop.org Main
 registered ones[1], if the amount of apps of one category began to
 rise then a two level navigation will be implemented using the
 additional categories of freedesktop.org too.
It don't have to be the page, navbar/tag cloud you can choose whatever 
you up too.
It is possible to create auto-generated listings for apps in a category.
[snip]
-- 
So long, and thanks for all the fish.

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


Re: Interesting Linux development for lower resources machines from Con Kolivas

2009-09-08 Thread Laszlo KREKACS
On Tue, Sep 8, 2009 at 11:23 AM, Rui Miguel Silva Seabrar...@ansol.org wrote:
 http://twitter.com/cyanogen/status/3836404163
 One last thing.. you know the lag you get when your phone rings and it 
 doesn't display right away? Yeah thats gone now.

On a wl500 router the performance hit is 1.5 time faster;)
http://marc.info/?l=linux-kernelm=125233663823328w=2

Laszlo

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


Re: Interesting Linux development for lower resources machines from Con Kolivas

2009-09-08 Thread Joseph Reeves
SHR + 2.6.31 + BFS + OpenWRT drivers = win?



2009/9/8 Laszlo KREKACS laszlo.krekacs.l...@gmail.com:
 On Tue, Sep 8, 2009 at 11:23 AM, Rui Miguel Silva Seabrar...@ansol.org 
 wrote:
 http://twitter.com/cyanogen/status/3836404163
 One last thing.. you know the lag you get when your phone rings and it 
 doesn't display right away? Yeah thats gone now.

 On a wl500 router the performance hit is 1.5 time faster;)
 http://marc.info/?l=linux-kernelm=125233663823328w=2

 Laszlo

 ___
 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: Interesting Linux development for lower resources machines from Con Kolivas

2009-09-08 Thread Markus T�rnqvist
On Tue, Sep 08, 2009 at 11:04:56AM +0100, Joseph Reeves wrote:
SHR + 2.6.31 + BFS + OpenWRT drivers = win?

Would appear that way if someone had the time and environment;
I really loved the Android stuff on Twitter :)

-- 
mjt


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


Re: Interesting Linux development for lower resources machines from Con Kolivas

2009-09-08 Thread Laszlo KREKACS
On Tue, Sep 8, 2009 at 12:04 PM, Joseph Reevesiknowjos...@gmail.com wrote:
 SHR + 2.6.31 + BFS + OpenWRT drivers = win?

+KMS

Laszlo

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


Re: Interesting Linux development for lower resources machines from Con Kolivas

2009-09-08 Thread Rui Miguel Silva Seabra
What's up with the drivers from OpenWRT? Are they different? Why aren't they 
merged?

On Tue, Sep 08, 2009 at 11:04:56AM +0100, Joseph Reeves wrote:
 SHR + 2.6.31 + BFS + OpenWRT drivers = win?
 
 2009/9/8 Laszlo KREKACS laszlo.krekacs.l...@gmail.com:
  On Tue, Sep 8, 2009 at 11:23 AM, Rui Miguel Silva Seabrar...@ansol.org 
  wrote:
  http://twitter.com/cyanogen/status/3836404163
  One last thing.. you know the lag you get when your phone rings and it 
  doesn't display right away? Yeah thats gone now.
 
  On a wl500 router the performance hit is 1.5 time faster;)
  http://marc.info/?l=linux-kernelm=125233663823328w=2

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


Re: Launcher - v 0.35 Release (inbuilt contacts, sms and phonelog)

2009-09-08 Thread c_c

Hi,

KaZeR wrote:
 
  I replied a message (the top view is better for reading,
 thanks) and it segfaulted.
 
  Ok. Sorted out. Try this.  http://n2.nabble.com/file/n3602438/launcher
launcher 

KaZeR wrote:
 
 Now, my answer is in sqlite-messages.db (with other older messages), but i
 only see one message that i received after replying (and after the
 segfault) in the conversation view.
 
  Problems with the sync. Exit launcher. Then, use the terminal and give the
following commands:-

1. sqlite3 /home/root/.launcher/launcher.db
2. update state set smstime=0;
3. delete from sms;
4 .q

  The run launcher - it should get all the messages.

  HTH
-- 
View this message in context: 
http://n2.nabble.com/Launcher-v-0-35-Release-inbuilt-contacts-sms-and-phonelog-tp3552019p3602438.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

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


Re: Launcher - v 0.35 Release (inbuilt contacts, sms and phonelog)

2009-09-08 Thread c_c

Hi,
  Also, you can try auto-connecting your bt headset post resume by checking
the autoconnect Headset cb in Preferences. Set the bt headset address - but
use _ instead of :.
  ie Address 11:22:33 becomes 11_22_33.
  Press the set button to set the address.
Let me know if it works.
Thanks.
-- 
View this message in context: 
http://n2.nabble.com/Launcher-v-0-35-Release-inbuilt-contacts-sms-and-phonelog-tp3552019p3602496.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

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


Re: Interesting Linux development for lower resources machines from Con Kolivas

2009-09-08 Thread Joseph Reeves
 What's up with the drivers from OpenWRT? Are they different? Why aren't they 
 merged?

I've only really read on here about them, but I'm told that some are
complete rewrites that provide potentially big improvements. Don't
know about their status in other distributions, however.

Forgot to add + new glamo stuff in my list too; looks like the pieces
are coming together...

Cheers, Joseph



2009/9/8 Rui Miguel Silva Seabra r...@ansol.org:
 What's up with the drivers from OpenWRT? Are they different? Why aren't they 
 merged?

 On Tue, Sep 08, 2009 at 11:04:56AM +0100, Joseph Reeves wrote:
 SHR + 2.6.31 + BFS + OpenWRT drivers = win?

 2009/9/8 Laszlo KREKACS laszlo.krekacs.l...@gmail.com:
  On Tue, Sep 8, 2009 at 11:23 AM, Rui Miguel Silva Seabrar...@ansol.org 
  wrote:
  http://twitter.com/cyanogen/status/3836404163
  One last thing.. you know the lag you get when your phone rings and it 
  doesn't display right away? Yeah thats gone now.
 
  On a wl500 router the performance hit is 1.5 time faster;)
  http://marc.info/?l=linux-kernelm=125233663823328w=2

 ___
 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: Small improvements suggestion to intone

2009-09-08 Thread c_c

Hi,

Laszlo KREKACS wrote:
 
 When I returned to the list view, there were still a 'to add files 
 use Songs button' item in the list. 
 
  You need to select a playlist for this to go.

Laszlo KREKACS wrote:
 
 I clicked on the album view, and segmentation fault happened.
 
  Sorted out. Thanks for pointing it out - I'd missed that.  

Laszlo KREKACS wrote:
 
 However it does not display the head icon when there is no
 cover art, it displays nothing, blank.
 
  Actually the head icon is the default if you use a photo widget and don't
set it to an image / set it to an image file that doesn't exist. 
  I am now using the image widget for the smoothening effect. It doesn't
show anything else if the image is not found. 
  As I mentioned before, the ipk from shr's feeds are missing the
no-album-art.jpg file which should be in the /usr/share/intone directory.
  Here is the file - you can manually copy it to /usr/share/intone. 
http://n2.nabble.com/file/n3603052/no-album-art.jpg no-album-art.jpg 

Laszlo KREKACS wrote:
 
 It tend to display the end of the list. 
 
  Yup. Need to sort that out.
-- 
View this message in context: 
http://n2.nabble.com/Small-improvements-suggestion-to-intone-tp3584668p3603052.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

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


Re: opimd: unified api for sent/received

2009-09-08 Thread Sebastian Krzyszkowiak
On 9/8/09, arne anka openm...@ginguppin.de wrote:
 before filing a bug report, i'd like to ask here ...
 last weekend i patched zhone to enable opimd (only listing of messages so
 far). while working with it i saw that incoming and outgoing messages have
 different fiels (sender vs receiver, no timestamp for sent messages, ...),
 which makes handling imo unnecessary complex.

It's necessary, as opimd can store also other types of messages than
SMSes, and it can have different Sender and Recipient field values in
the same message.

 is the missing timestamp for sent messages by purpose or caused by the
 transition from zhone-sent to opimd?

You just have to provide Timestamp field while storing message in
opimd (org.freesmartphone.PIM.Messages.Add dbus method)

-- 
Sebastian Krzyszkowiak
dos

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


Re: SHR - Trying to configure phone for a wireless demo...

2009-09-08 Thread John Dowd
On Friday 04 September 2009 16:23:51 George Brooke wrote:
 usb0 should now be ethX just look in dmesg to see what number its taken.

 solar.george

Respectfully, who cares what the interface is called on the Neo side, this 
does not reflect back to the device (in this case a laptop) at the other end 
of the usb cable. That device (the laptop) does not see any ethernet i/f 
because the Neo is not starting one.

Cheers!!

-- 
To Err is human, to forgive is NOT company policy.

John Dowd
S/W Contractor
email: jdowd at gmail dot com
Cell: (613)316-7884
Home: (613)234-7884


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


WSOD (Was: Re: [SHR-Today] Accept call without unlocking)

2009-09-08 Thread Jens Seidel
On Tue, Sep 08, 2009 at 04:29:19PM +0200, Sebastian Krzyszkowiak wrote:
 On 9/8/09, Jens Seidel jenssei...@users.sf.net wrote:
  Funny, it's opposite for me. I used until yesterday 2.6.29 together with
  uboot but switched back to 2.6.28 and now the WSOD vanished. Great!
 
  With 2.6.29 WSOD happened very often (I would say in 50% of all cases).
  Don't remember GSM status with 2.6.29 (works great with 2.6.28), used it
  in the past mainly as PDA.
 
 BTW. Why are you playing with kernels instead of using ditribution
 one?

A good question and I don't know the proper answer. I use SHR but have also
Debian installed. SHR is currently more stable and much fancier so I prefer
it. I often update the system via opkg update and opkg upgrade which resulted
in kernel 2.6.29-rc3.

Why should I keep it if it is unstable? And a very stupid question: I know
that 2.6.29-rc3 is installed in the file system (/boot) but is it used or
the kernel in /dev/mtdblock3? I didn't found the answer in the SHR manual
and wasted yesterday at least 3 hours because of it. I also checked the
uboot config, booted via USB serial connection started printenv, ...
That's not a easy way!!! I flashed finally directly into the kernel
partition which seems to work. So opkg doesn't affect the running kernel ...

I know that Debian provided a script to customize the uboot configuration
and I know that the kernel in the filesystem is used and /dev/mtdblock3
as fallback (or in reverse order, don't remember). But SHR?

Digging into the Wiki and mailinglist postings is still the most time
consuming task and I'm always lost in it and not able to do any work with
my phone!

 I understand playing with 2.6.31 RC kernels, but downgrading?

I prefer a WSOD free kernel, you not?

 SHR-unstable comes with latest andy-tracking. If something doesn't
 work in this kernel, then it has to be reported, debuged and fixed,
 instead of just switching back and being quiet about that!

The problem in 2.6.29 is already known, there is no need to report it
so I tried to avoid it using 2.6.28 (which reports itself as
2.6.29 :-)). If the latest andy-tracking kernel is no longer affected why
aren't both WSOD bug reports updated? I wasn't even aware until very
recently that the original WSOD bug was fixed as the initial report is still
open without activity since months.

I now tried again at least ten minutes to find the SHR kernel download link
but failed, it's not on http://wiki.openmoko.org/wiki/Download,
http://wiki.openmoko.org/wiki/Flashing#Flashing_the_Kernel,
http://wiki.openmoko.org/wiki/SHR_User_Manual, wasn't able to find it via
Google, What a mess! At least I don't remember seeing anything andy-tracking
related (except the Wiki article about getting the source).

Jens

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


Re: SHR - Trying to configure phone for a wireless demo...

2009-09-08 Thread George Brooke
On Tuesday 08 September 2009 15:50:26 John Dowd wrote:
 On Friday 04 September 2009 16:23:51 George Brooke wrote:
  usb0 should now be ethX just look in dmesg to see what number its taken.
 
  solar.george

 Respectfully, who cares what the interface is called on the Neo side, this
 does not reflect back to the device (in this case a laptop) at the other
 end of the usb cable. That device (the laptop) does not see any ethernet
 i/f because the Neo is not starting one.

 Cheers!!
I mean on the laptop side
1. Plug neo into laptop
2. run dmesg on laptop
[ 9359.352059] usb 2-2: new full speed USB device using uhci_hcd and address 2
[ 9359.566175] usb 2-2: configuration #1 chosen from 2 choices
[ 9359.914928] eth2: register 'cdc_ether' at usb-:00:1d.0-2, CDC Ethernet 
Device, 
00:1f:11:01:70:8f
[ 9359.915323] usbcore: registered new interface driver cdc_ether
[ 9359.962215] udev: renamed network interface eth2 to eth5
3. look for lines like the above which tell you that my neo is at eth5


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: SHR - Trying to configure phone for a wireless demo...

2009-09-08 Thread John Dowd
On Tuesday 08 September 2009 11:00:52 George Brooke wrote:
 I mean on the laptop side
 1. Plug neo into laptop
 2. run dmesg on laptop
 [ 9359.352059] usb 2-2: new full speed USB device using uhci_hcd and
 address 2 [ 9359.566175] usb 2-2: configuration #1 chosen from 2 choices
 [ 9359.914928] eth2: register 'cdc_ether' at usb-:00:1d.0-2, CDC
 Ethernet Device, 00:1f:11:01:70:8f
 [ 9359.915323] usbcore: registered new interface driver cdc_ether
 [ 9359.962215] udev: renamed network interface eth2 to eth5
 3. look for lines like the above which tell you that my neo is at eth5

Bingo, it works and you are correct, it's now on eth1. Good thing I put that 
Respectfully at the start of my reply or I might have to buy your beer for 
the rest of my life.

Cheers!!
-- 
To Err is human, to forgive is NOT company policy.

John Dowd
S/W Contractor
email: jdowd at gmail dot com
Cell: (613)316-7884
Home: (613)234-7884


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: WSOD (Was: Re: [SHR-Today] Accept call without unlocking)

2009-09-08 Thread Sebastian Krzyszkowiak
On 9/8/09, Jens Seidel jenssei...@users.sf.net wrote:
 On Tue, Sep 08, 2009 at 04:29:19PM +0200, Sebastian Krzyszkowiak wrote:
 On 9/8/09, Jens Seidel jenssei...@users.sf.net wrote:
  Funny, it's opposite for me. I used until yesterday 2.6.29 together with
  uboot but switched back to 2.6.28 and now the WSOD vanished. Great!
 
  With 2.6.29 WSOD happened very often (I would say in 50% of all cases).
  Don't remember GSM status with 2.6.29 (works great with 2.6.28), used it
  in the past mainly as PDA.

 BTW. Why are you playing with kernels instead of using ditribution
 one?

 A good question and I don't know the proper answer. I use SHR but have also
 Debian installed. SHR is currently more stable and much fancier so I prefer
 it. I often update the system via opkg update and opkg upgrade which
 resulted
 in kernel 2.6.29-rc3.

 Why should I keep it if it is unstable? And a very stupid question: I know
 that 2.6.29-rc3 is installed in the file system (/boot) but is it used or
 the kernel in /dev/mtdblock3? I didn't found the answer in the SHR manual
 and wasted yesterday at least 3 hours because of it. I also checked the
 uboot config, booted via USB serial connection started printenv, ...
 That's not a easy way!!! I flashed finally directly into the kernel
 partition which seems to work. So opkg doesn't affect the running kernel ...

 I know that Debian provided a script to customize the uboot configuration
 and I know that the kernel in the filesystem is used and /dev/mtdblock3
 as fallback (or in reverse order, don't remember). But SHR?

 Digging into the Wiki and mailinglist postings is still the most time
 consuming task and I'm always lost in it and not able to do any work with
 my phone!

 I understand playing with 2.6.31 RC kernels, but downgrading?

 I prefer a WSOD free kernel, you not?

 SHR-unstable comes with latest andy-tracking. If something doesn't
 work in this kernel, then it has to be reported, debuged and fixed,
 instead of just switching back and being quiet about that!

 The problem in 2.6.29 is already known, there is no need to report it
 so I tried to avoid it using 2.6.28 (which reports itself as
 2.6.29 :-)). If the latest andy-tracking kernel is no longer affected why
 aren't both WSOD bug reports updated? I wasn't even aware until very
 recently that the original WSOD bug was fixed as the initial report is still
 open without activity since months.

 I now tried again at least ten minutes to find the SHR kernel download link
 but failed, it's not on http://wiki.openmoko.org/wiki/Download,
 http://wiki.openmoko.org/wiki/Flashing#Flashing_the_Kernel,
 http://wiki.openmoko.org/wiki/SHR_User_Manual, wasn't able to find it via
 Google, What a mess! At least I don't remember seeing anything andy-tracking
 related (except the Wiki article about getting the source).

 Jens

Kernel is in images and in repositiories. After opkg upgrade at
/boot/uImage-GTA02 you should have latest kernel (even if it wasn't
flashed by opkg) which you should use to flash if you want to test it.
That kernel is supposed to be quite stable and usable.

-- 
Sebastian Krzyszkowiak
dos

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


Re: [SHR-Today] Accept call without unlocking

2009-09-08 Thread Sebastian Krzyszkowiak
On 9/8/09, William Kenworthy bi...@iinet.net.au wrote:
 On Mon, 2009-09-07 at 16:43 +0200, Sebastian Krzyszkowiak wrote:
 On 9/7/09, William Kenworthy bi...@iinet.net.au wrote:
  On Mon, 2009-09-07 at 17:20 +0530, Vikas Saurabh wrote:
  Hi,
 
  Quite often when I get a call, all I see is the locked screen. Now,
  what I would expect is to able to accept the call without actually
  unlocking the phone.
  Can we have another slider like control with slider thumb in between.
  Moving the slide to left accepts the call and moving it to the right
  rejects it.
 
  --Vikas
 
  PS: I had a look at the TODO list in git(
  http://github.com/slyon/today/blob/b279a6af85352de0ca9db4ac3c1f4f06e086ed8b/TODO)
  and this didn't appear there
 
 
  An observation - Ive lost a few calls (~5) now due to wsod on resume -
  until this is fixed (and after so long, is it likely to ever be fixed?)

 WTF? WSOD still happening? What kernel do you use? o_O


 2.6.28 - never been able to get GSM working on 2.6.29 so thats not an
 option.

 WSOD happens when using Qi, not when using uboot.  But uboot may need
 multiple boot attempts before even 2.6.28 will talk to the gsm chipset,
 whereas Qi is reliable - something is not getting initialised properly
 somewhere.

 Yeah, I know I should be using 2.6.29, but I dont think thats the
 problem, and I if I cant use it as a phone whats the point?

 BillK

WTF? 2.6.29 is shipped by default in SHR, and it obviously should
work. And the point is - to debug and fix it, as it's supposed to work
and 2.6.28 is now deprecated :P

Upgrade bootloader, kernel and rootfs. It definitely has to work.

-- 
Sebastian Krzyszkowiak
dos

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


Re: [SHR-Today] Accept call without unlocking

2009-09-08 Thread Sebastian Krzyszkowiak
On 9/8/09, Jens Seidel jenssei...@users.sf.net wrote:
 On Tue, Sep 08, 2009 at 08:56:07AM +0800, William Kenworthy wrote:
 On Mon, 2009-09-07 at 16:43 +0200, Sebastian Krzyszkowiak wrote:
  WTF? WSOD still happening? What kernel do you use? o_O

 2.6.28 - never been able to get GSM working on 2.6.29 so thats not an
 option.

 WSOD happens when using Qi, not when using uboot.  But uboot may need
 multiple boot attempts before even 2.6.28 will talk to the gsm chipset,
 whereas Qi is reliable - something is not getting initialised properly
 somewhere.

 Funny, it's opposite for me. I used until yesterday 2.6.29 together with
 uboot but switched back to 2.6.28 and now the WSOD vanished. Great!

 With 2.6.29 WSOD happened very often (I would say in 50% of all cases).
 Don't remember GSM status with 2.6.29 (works great with 2.6.28), used it
 in the past mainly as PDA.

 Jens

BTW. Why are you playing with kernels instead of using ditribution
one? I understand playing with 2.6.31 RC kernels, but downgrading?
SHR-unstable comes with latest andy-tracking. If something doesn't
work in this kernel, then it has to be reported, debuged and fixed,
instead of just switching back and being quiet about that!

-- 
Sebastian Krzyszkowiak
dos

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


Re: om-showroom half-serious task list

2009-09-08 Thread Sebastian Krzyszkowiak
On 9/8/09, Risto H. Kurppa ri...@kurppa.fi wrote:
 I had a look at the list and sorted apps I'd like or like not to see
 there or apps that I don't know if they should be at showroom.

 I guess my criteria is something like this:
 - The app needs a GUI - preferably a graphical X GUI but I also
 accepted some that have a decent CLI-gui (like irssi)
 This drops out most libraries, servers, daemons, GNU tools etc
 - I've excluded keyboard layouts

They probably should be included, but in some other way (grouping? categories?)

 - If there's package and package-common, I've included package but
 left -common out since dependencies should take care of that
 this means only paroli is included, paroli-theme -sounds and
 -autostart not. If needed, add to the description!
 - I included themes - I guess it's something people want to see
 - I excluded opimd stuff as it doesn't have decent implementation yet
 (sorry if I'm wrong here), only test scripts.

What does it mean? opimd is part of FSO, how it could be excluded? :x
Maybe you mean opimd-utils, but then you want to include opimd-utils
and opimd-utils-notes packages, and exclude opimd-utils-data and
opimd-utils-cli.

 Our intent (mine not, at least) is not to work as a WWW package
 manager but show nice applications. The intend is not to replace opkg
 list|grep tool_I_need or graphical package managers. Bloating the
 repository with cli tools like grep or sed or stuff like bash and
 busybox.

++

 Oh yes, I'm sure I've made some mistakes.

 515 packages

 9 of those, I don't know if they should be included
 401 of those - don't include
 105 YES, include!

 Included packages:

 abiword   AbiWord is free word processing program similar to Microsoft(r) 
 Word
 accelges  Openmoko Accelerometer-based Gestures
 aceofpenguins The Ace of Penguins is a set of Unix/X solitaire games
 based on the ones available for Windows(tm) but with a number of
 enhancements that my wife says make my versions better :-) The latest
 version includes clones of freecell, golf, mastermind, merlin,
 minesweeper, pegged, solitaire, taipei (with editor!), and thornq (by
 Martin Thornquist).
 aceofpenguins-launcherEFL launcher for ace-of-penguins
 bubble-keyboard   Simple dialpad keyboard
 calc  A simple calculator which is elementary-themed
 callrec   a call recording application
 cellhunterCellHunter - A game to collect information about mobile phone
 cells
 claws-mailMail user agent
 connman   The Moblin Connection Manager

That's not UI app (connman)

 dates Dates is a calendar application.
 dictator  Call recodering program for Neo Smartphones
 dillo2Lightweight gtk+2 browser.
 e-wm-theme-defaultThe Enlightenment Window Manager Version 17
 e-wm-theme-illume The Enlightenment Window Manager Version 17
 e-wm-theme-illume-niebiee Extremely blue Illume theme - Niebiee
 e-wm-theme-illume-shr illume SHR theme
 e-wm-theme-illume-sixteen illume SHR theme
 ebrainy   Store knowledge in form of questions and answers and train them.
 elementary-alarm  An Elementary based Alarm app
 elementary-tests  EFL based widget set for mobile devices
 elementary-theme-niebiee  Extremely blue elementary theme - Niebiee
 elementary-theme-sixteen  elementary SHR theme
 elementary-themes EFL based widget set for mobile devices
 elmdenticaA indenti.ca client for E
 enotestodo list manager in EFL
 epdfview  A minimal PDF viewer based on gtk and poppler
 essential-dialer  Simple Dialer based on Elementary and FSO
 evinceEvince is a document viewer for document formats like pdf, ps, 
 djvu.
 exhibit   Exhibit is the ETK picture viewer
 fbreader  FBreader is an ebook reader
 ffalarms  Finger friendly alarms
 fltk-chessfltk-chess is a frontend for the Gnuchess chess playing engine.
 gawk  A program that you can use to select particular records in a file
 and perform operations upon them.
 gnome-icon-theme  Version 2.22.0-r0 of package gnome-icon-theme
 gnuchess  Gnuchess is a chess playing engine.
 gpe-calendar  GPE calendar is the calendar application of the GPE PIM suite.
 gpe-contacts  GPE contacts manager
 gpe-filemanager   GPE file manager
 gpe-gallery   GPE image viewer application
 gpe-icons Common icons for GPE
 gpe-scap  A GPE application that allows you to take screenshots.
 gpe-sketchbookA GPE notebook to sketch your notes
 gpe-timesheet GPE time tracker
 gpe-todo  GPE to-do list
 gridpad   Gridpad handstroke recognition
 hicolor-icon-themeVersion 0.10-r0 of package hicolor-icon-theme
 intoneintone is a mplayer frontend for openmoko phones
 irssi Irssi is a modular IRC client with Perl scripting.
 leafpad   GTK+ based simple text editor
 links-x11 Links is graphics and text mode WWW browser, similar to Lynx.
 mcGNU Midnight Commander is a file manager for free operating systems.
 mcabber   Jabber ncurses 

Re: QtMoko - QX - Unable to connect to X server

2009-09-08 Thread Torfinn Ingolfsen
On Mon, Sep 7, 2009 at 11:23 PM, -= Apertum =- i...@apertum.it wrote:


 First time TangoGPS it's ok. Second time i get too the Unable to
 connect to X Server message.


Does anybodya have a hint on how to fix this? Or at least how to debug it?
Does QX output a log somewhere?

-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: SHR - Trying to configure phone for a wireless demo...

2009-09-08 Thread George Brooke
On Tuesday 08 September 2009 16:11:17 John Dowd wrote:
 On Tuesday 08 September 2009 11:00:52 George Brooke wrote:
  I mean on the laptop side
  1. Plug neo into laptop
  2. run dmesg on laptop
  [ 9359.352059] usb 2-2: new full speed USB device using uhci_hcd and
  address 2 [ 9359.566175] usb 2-2: configuration #1 chosen from 2 choices
  [ 9359.914928] eth2: register 'cdc_ether' at usb-:00:1d.0-2, CDC
  Ethernet Device, 00:1f:11:01:70:8f
  [ 9359.915323] usbcore: registered new interface driver cdc_ether
  [ 9359.962215] udev: renamed network interface eth2 to eth5
  3. look for lines like the above which tell you that my neo is at eth5

 Bingo, it works and you are correct, it's now on eth1. Good thing I put
 that Respectfully at the start of my reply or I might have to buy your
 beer for the rest of my life.

 Cheers!!
No problem, glad it got sorted out.

solar.george


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: QtMoko - QX - Unable to connect to X server

2009-09-08 Thread Radek Polak
Torfinn Ingolfsen wrote:
 
 
 On Mon, Sep 7, 2009 at 11:23 PM, -= Apertum =- i...@apertum.it
 wrote:
 
 First time TangoGPS it's ok. Second time i get too the Unable
 to
 connect to X Server message.
 
 
 Does anybodya have a hint on how to fix this? Or at least how to debug
 it?

Yes, if it's reproducible i can probably fix it for next release. You
can try to run X e.g. from qterminal and play with vt argument. E.g.

X vt4
X vt3

When X starts from terminal it will probably run from QX again. But i
need to investigate this issue more...


 Does QX output a log somewhere?

You can start Qtopia from command line to see all output:

ssh r...@192.168.0.202
killall qpe
source /opt/qtmoko/qpe.env
echo 0  /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on
echo 1  /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on
qpe


Regards

Radek



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


Re: QtMoko - QX - Unable to connect to X server

2009-09-08 Thread Torfinn Ingolfsen
On Tue, Sep 8, 2009 at 6:53 PM, Radek Polak pson...@seznam.cz wrote:

 X vt4


I did this, and started QX again. But no buttons would work in QX, I had to
use short press on AUX to get out of it.
After that, the only things that woks in the UI are the options button
(and if I select Help, the close button). No other buttons in the main UI
works


 X vt3


Will this be better?
-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtMoko - how do I get WiFi working?

2009-09-08 Thread Torfinn Ingolfsen
Hi,

On Fri, Sep 4, 2009 at 8:19 PM, Radek Polak pson...@seznam.cz wrote:


 Otherwise command line works just fine:

 iwlist scan


This worked the first time, but not after that. Now it just says:
neo:~# iwlist eth0 scan
eth0  Interface doesn't support scanning.

Why does it do that?


 iwconfig eth0 essid type_your_essid_here
 udhcpc eth0


In my case, I am using WPA / PSK. So I should use something like this:
wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -ieth0
udhcpc eth0

Is that correct?

When I try this:
wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -ieth0

I get:

ioctl[SIOCGIWRANGE]: Input/output error
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCGIWSCAN]: Input/output error
ioctl[SIOCSIWSCAN]: Input/output error
Failed to initiate AP scan.
ioctl[SIOCGIWSCAN]: Input/output error
ioctl[SIOCSIWSCAN]: Input/output error
Failed to initiate AP scan.

Repeating forever.

-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtMoko - how do I get WiFi working?

2009-09-08 Thread arne anka
 neo:~# iwlist eth0 scan
 eth0  Interface doesn't support scanning.
 ...
 wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -ieth0

 I get:

 ioctl[SIOCGIWRANGE]: Input/output error
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCSIWENCODEEXT]: Operation not supported
 ioctl[SIOCGIWSCAN]: Input/output error
 ioctl[SIOCSIWSCAN]: Input/output error
 Failed to initiate AP scan.
 ioctl[SIOCGIWSCAN]: Input/output error
 ioctl[SIOCSIWSCAN]: Input/output error
 Failed to initiate AP scan.

 Repeating forever.


welcome to the club.
looks pretty much like the well known wifi issue.
according to paul fertser (?) it is caused by a patch, which has --  
because of this issue -- recently been reverted.
there where some mails regarding that and even the name of the kernel  
package to try.


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


Re: QtMoko - QX - Unable to connect to X server

2009-09-08 Thread Torfinn Ingolfsen
Hei,

On Tue, Sep 8, 2009 at 6:53 PM, Radek Polak pson...@seznam.cz wrote:

 You can start Qtopia from command line to see all output:

 ssh r...@192.168.0.202
 killall qpe
 source /opt/qtmoko/qpe.env
 echo 0  /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on
 echo 1  /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on
 qpe


Ok, I am now trying this. fter initail startup (rge above) this is the
output:

neo:~# source /opt/qtmoko/qpe.env
neo:/root# echo 0  /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on
neo:/root# echo 1  /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on
neo:/root# qpe
NeoKbdDriverPlugin:create()
Before call NeoKbdHandler()
NeoBattery::NeoBattery
56484 0
0
Unable to register with BlueZ service manager...
Unable to register with BlueZ service manager...
Unable to register with BlueZ service manager...
Unable to register with BlueZ service manager...
Unable to register with BlueZ service manager...
Unable to register with BlueZ service manager...

First startup of QX and TsngoGPS:
(II) verbosity set to 5
Using GLAMO 3362 card
(II) Screen: 16/16 depth/bpp
(II) vram size:4194304, onscreen vram size:614400, offscreen vram
size:3579904
(II) initialising offscreen pixmaps
error opening security policy file /usr/lib/xserver/SecurityPolicy
Extended Input Devices not yet supported. Impelement it at line 637 in
../../../../hw/kdrive/src/kinput.c
Could not init font path element /usr/share/fonts/X11/cyrillic, removing
from list!
Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled,
removing from list!
Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled,
removing from list!
Could not init font path element /usr/share/fonts/X11/Type1, removing from
list!
Could not init font path element /usr/share/fonts/X11/100dpi, removing from
list!
Could not init font path element /usr/share/fonts/X11/75dpi, removing from
list!
Could not init font path element
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
FreeFontPath: FPE /usr/share/fonts/X11/misc refcount is 2, should be 1;
fixing.
(II) verbosity set to 5
Using GLAMO 3362 card
(II) Screen: 16/16 depth/bpp
(II) vram size:4194304, onscreen vram size:614400, offscreen vram
size:3579904
(II) initialising offscreen pixmaps
error opening security policy file /usr/lib/xserver/SecurityPolicy
Extended Input Devices not yet supported. Impelement it at line 637 in
../../../../hw/kdrive/src/kinput.c
Could not init font path element /usr/share/fonts/X11/cyrillic, removing
from list!
Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled,
removing from list!
Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled,
removing from list!
Could not init font path element /usr/share/fonts/X11/Type1, removing from
list!
Could not init font path element /usr/share/fonts/X11/100dpi, removing from
list!
Could not init font path element /usr/share/fonts/X11/75dpi, removing from
list!
Could not init font path element
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
REPOLIST == NULL
*** on_drawingarea1_configure_event():
pixmap created
*** fill_tiles_pixel(): xyz 890 515 3
---repo dir: /home/root/Maps/OSM
---i,j,x,y,offsetx,y: 3,2 -- 890,515 -- -122,-3
* load tile()
IMG: /home/root/Maps/OSM/3/3/2.png
*** Not downloading tile
PIXBUF: error loading png
### tile /home/root/Maps/OSM/3/3/2 not found in hash, trying DL
download_tile():
http://tile.openstreetmap.org/3/3/2.png|/home/root/Maps/OSM/3/3/2.png|/home/root/Maps/OSM/3/3/##


 # of threads: 1

I then press AUX briefly and get back in QX. I select the Stop TnagGPS
button, and get this output:

*** on_drawingarea1_button_release_event():
FreeFontPath: FPE /usr/share/fonts/X11/misc refcount is 2, should be 1;
fixing.
(II) verbosity set to 5
Using GLAMO 3362 card
(II) Screen: 16/16 depth/bpp
(II) vram size:4194304, onscreen vram size:614400, offscreen vram
size:3579904
(II) initialising offscreen pixmaps
error opening security policy file /usr/lib/xserver/SecurityPolicy
Extended Input Devices not yet supported. Impelement it at line 637 in
../../../../hw/kdrive/src/kinput.c
Could not init font path element /usr/share/fonts/X11/cyrillic, removing
from list!
Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled,
removing from list!
Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled,
removing from list!
Could not init font path element /usr/share/fonts/X11/Type1, removing from
list!
Could not init font path element /usr/share/fonts/X11/100dpi, removing from
list!
Could not init font path element /usr/share/fonts/X11/75dpi, removing from
list!
Could not init font path element
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
FreeFontPath: FPE /usr/share/fonts/X11/misc refcount is 2, should be 1;
fixing.
Can't deallocate console 7 errno 16

Ok, let's try to start TangoGPS again, without leaving QX:
Yes - that worked.
Now lets quit both TnagoGPS and QX.
Then 

QtMoko - mass import of contacts?

2009-09-08 Thread Torfinn Ingolfsen
Hello,
Is there a way to do mass import of contacts in QtMoko?
Say from a file or something?

-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtMoko - mass import of contacts?

2009-09-08 Thread Tony McKeehan
vcards are the most common way of doing something like that and I'm 
pretty sure I've used vcards with QTmoko before. Build a vcard from your 
contacts source, send it to your Documents folder and play with it.

-Tonym


Torfinn Ingolfsen wrote:
 Hello,
 Is there a way to do mass import of contacts in QtMoko?
 Say from a file or something?

 -- 
 Regards,
 Torfinn Ingolfsen
 

 ___
 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: nEo theme issues

2009-09-08 Thread pike
Hello

Bernd Prünster wrote:
 didnt really read the ml for about 1 month now, but there are somi
 issues with teh neo theme 
[...]
 i just look
 into topics i find interesting so either post issues here or mail me
 directly.

OK then, here I go -

I installed the (brilliant) neo theme. One of the
issues I had with it was that - I think - some windows
use a black font on a black background - I'm not sure,
all I see is black :-)

This was so annoying that I tried to uninstall it using the
directions here [1], but I never got it really removed;
still lots of black screens with green hairlines. More annoying,
some windows still show black text on a black background,
amongst which the 'read sms' screen and a screen called
'notification' of which I'm not sure what spawns it
- I cant read it :-)

I'm probably just missing one thing, like, gtk config.
any idea ?

[1] http://wiki.openmoko.org/wiki/SHR_User_Manual#Settings:_Others

thanks,
*-pike

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


Re: SHR - Trying to configure phone for a wireless demo...

2009-09-08 Thread John Dowd
On Tuesday 08 September 2009 12:24:41 George Brooke wrote:
 No problem, glad it got sorted out.

 solar.george

I can now manually configure the wireless interface but I need to come up 
automatically during boot and start the dhcp client. I can see that the kernel 
does boot and somewhere during init the interface is brought up. However, 
somewhere later during the init the wireless interface is being shutdown. If I 
go into the Setup application I can see that the wireless option is turned 
off. If I turn it back on it then the interface does come up. However, it is 
not persistent across boots. How do I turn off the current system setting of 
turning off the wireless interface? I have a wlan script in the 
/etc/init.d directory and once I manually bring up the wireless interface I 
can run it and it does configure the interface properly.

Also, I'm running into the same problem with the busybox udhcpc application 
that I've seen before. It does not see the DCHPOFFER from the AP. It ignores 
it and continues to issue the DCHPDISCOVER. There was a application dhclient 
that ran on the OM2009 distro. Is there anything available here on the 
unstable SHR? One person mentioned that the problem was that the Signal level 
(which is -147dBm) is way too low and should be at least -90dBm. Where would I 
change this? I have some control over the AP if that is where the change needs 
to be.

And on more piece of information that I need
I can bring up the shell on the Neo but the keyboard that pops up does not 
have an obvious way to insert (or type) a carriage return. There has to be a 
way?

Cheers!!
-- 
To Err is human, to forgive is NOT company policy.

John Dowd
S/W Contractor
email: jdowd at gmail dot com
Cell: (613)316-7884
Home: (613)234-7884


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: nEo theme issues

2009-09-08 Thread Marcel
I also had this with AGTL - it's not the theme's, but the app coder's
fault who sets text color manually, at least as far as I know. Try
contacting the one who wrote the apps you had problems with, D. Fett
could solve mine. :)

--
Marcel

Am Dienstag, den 08.09.2009, 22:37 +0200 schrieb pike: 
 Hello
 
 Bernd Prünster wrote:
  didnt really read the ml for about 1 month now, but there are somi
  issues with teh neo theme 
 [...]
  i just look
  into topics i find interesting so either post issues here or mail me
  directly.
 
 OK then, here I go -
 
 I installed the (brilliant) neo theme. One of the
 issues I had with it was that - I think - some windows
 use a black font on a black background - I'm not sure,
 all I see is black :-)
 
 This was so annoying that I tried to uninstall it using the
 directions here [1], but I never got it really removed;
 still lots of black screens with green hairlines. More annoying,
 some windows still show black text on a black background,
 amongst which the 'read sms' screen and a screen called
 'notification' of which I'm not sure what spawns it
 - I cant read it :-)
 
 I'm probably just missing one thing, like, gtk config.
 any idea ?
 
 [1] http://wiki.openmoko.org/wiki/SHR_User_Manual#Settings:_Others
 
 thanks,
 *-pike
 
 ___
 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: QtMoko - QX - Unable to connect to X server

2009-09-08 Thread Radek Polak
Torfinn Ingolfsen wrote:

 Strange - this time it works. I can even start TangoGPS.
 I have tried this many times now, and I can reliably start QX and
 TangGPS when qpe run from a shell, instead of the normal way
 (startup script or whatever).
 
 Could it be caused by the different way qpe is being started?

Yes, i can be. The problem is somewhere in virtual terminal magic. X
needs VT to be started and Qtopia needs it too. So i am using the
qx_helper to activate /dev/tty7 before Qtopia starts and then X server
can be started from Qtopia. This probably needs to be done more
correctly.

Regards

Radek


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


Re: nEo theme issues

2009-09-08 Thread pike
Hi

 I also had this with AGTL - it's not the theme's, but the app coder's
 fault who sets text color manually

yes, undoubtably.

i could confirm that if I could uninstall
the neo theme to check if there is really
black text around. but I'm not sure.

just for my information, what is the 'default'
background color in the 'sms/read' window
in the  'messages' application on SHR ? and
does anyone know where that is set (just checked-
its not GTK).

thanks,
*-pike




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


Re: QtMoko - screen undims every minute or so?

2009-09-08 Thread Radek Polak
Torfinn Ingolfsen wrote:

 Hi,
 When my FreeRunner is connected via usb to my laptop, the screen
 un-dims ever minute or so.
 Screen dim is set to default (20 seconds?), ut every minute the screen
 goes back to un-dimmed again, without me doing any activity on the
 FreeRunner.
 Why does it do that?

No idea :) Probably some event (battery charging?). I just commited fix
that disables dimming when plugged in. You can do this manually from
Power settings.

Regards

Radek


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


Re: QtMoko - mass import of contacts?

2009-09-08 Thread Torfinn Ingolfsen
On Tue, Sep 8, 2009 at 8:46 PM, Tony McKeehan mck...@rpi.edu wrote:

 vcards are the most common way of doing something like that and I'm
 pretty sure I've used vcards with QTmoko before. Build a vcard from your
 contacts source, send it to your Documents folder and play with it.



Thanks, I'll try that.
-- 
mvh
Torfinn
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


QtMoko - screen undims every minute or so?

2009-09-08 Thread Torfinn Ingolfsen
Hi,
When my FreeRunner is connected via usb to my laptop, the screen un-dims
ever minute or so.
Screen dim is set to default (20 seconds?), ut every minute the screen goes
back to un-dimmed again, without me doing any activity on the FreeRunner.
Why does it do that?
-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtMoko - mass import of contacts?

2009-09-08 Thread Michele Brocco
as far as I remember u can export in vcard ur addressbook and then run
the qt addressbook (executable addressbook) with the parameter
yourfile.vcf as written in:

http://wiki.openmoko.org/wiki/Import_Vcf_Contacts#Import_.28and_export.3F.29_on_Om_2008.8_and_Qtopia

this should work under qtmoko as well(?)


On 9/8/09, Tony McKeehan mck...@rpi.edu wrote:
 vcards are the most common way of doing something like that and I'm
 pretty sure I've used vcards with QTmoko before. Build a vcard from your
 contacts source, send it to your Documents folder and play with it.

 -Tonym


 Torfinn Ingolfsen wrote:
 Hello,
 Is there a way to do mass import of contacts in QtMoko?
 Say from a file or something?

 --
 Regards,
 Torfinn Ingolfsen
 

 ___
 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


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


Re: SHR - Trying to configure phone for a wireless demo...

2009-09-08 Thread George Brooke
On Tuesday 08 September 2009 21:40:59 John Dowd wrote:
 And on more piece of information that I need
 I can bring up the shell on the Neo but the keyboard that pops up does not
 have an obvious way to insert (or type) a carriage return. There has to be
 a way?
drag down on the kbd, 
up to change layouts
left-right for space
right-left for backspace

you might be better off with the terminal layout (should be installed by 
default, just press on the 
up arrow on the right and select terminal)

solar.george


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: [elementary] How to get evas object out of elementary.Window

2009-09-08 Thread The Rasterman
On Mon, 24 Aug 2009 13:25:34 +0200 Laszlo KREKACS
laszlo.krekacs.l...@gmail.com said:

correct. the c code works. to be honest - i work on the c. with the c. apps
too. i never look at the python so i have no idea what it is doing. but you did
the 100% right thing. check the c code and see what it's doing
api/behavior-wise. this is how it should be. to be totally honest... it's
just as easy to use elm from as from python, so poking around the c api is
possible and easy.

 On Mon, Aug 24, 2009 at 10:52 AM, Laszlo
 KREKACSlaszlo.krekacs.l...@gmail.com wrote:
  Unfortunately my C knowledge are almost nonexistant, so
  maybe it will take some weeks to get there, writing a simple
  demonstration application in C.
 
 As others pointed out, the preferred way of doing C development is
 installing elementary on
 the desktop machine and develop on it (and crosscompile for the neo).
 
 So I installed elementary, and ran the test application from here:
 http://trac.enlightenment.org/e/wiki/Elementary
 
 Now, I modified the source, to get the evas canvas (evass), and print
 some info about
 it, and add other evas object to it, so not some elementary widget,
 but pure evas object.
 
 In C, everything works as expected, evas_object_evas_get does return
 with a valid
 evas canvas object. And I can directly add other objects to it.
 In python this does not work.
 
 For convenience, I post[1] my demonstration code (many thanks to
 devilhorns from #e).
 
 What you are supposed to see, is a blue line(evas.Line) added over the
 Hello world!
 elementary label widget.
 
 The next exercise would be to fix the python bindings. But I see these
 pyx, pxi, pxd files
 the first time in my life
 http://trac.enlightenment.org/e/browser/trunk/BINDINGS/python/python-elementary/include/elementary
 
 Best regards,
  Laszlo
 
 [1]:
 #include Elementary.h
 #include Evas.h
 
 static void
 win_del(void *data, Evas_Object *obj, void *event_info)
 {
elm_exit();
 }
 
 EAPI int
 elm_main(int argc, char **argv)
 {
Evas_Object *win, *bg, *lb, *lin;
Evas *evass;
int w = 0, h = 0;
char buf[4096];
 
win = elm_win_add(NULL, hello, ELM_WIN_BASIC);
elm_win_title_set(win, Hello);
evas_object_smart_callback_add(win, delete-request, win_del, NULL);
 
evass = evas_object_evas_get(win);
 
evas_output_size_get(evass, w, h);
printf(Width: %d\tHeight: %d\n, w, h);
//snprintf(buf, sizeof(buf), lol: %d, evas_output_size_get
 (evass-changed); bg = elm_bg_add(win);
evas_object_size_hint_weight_set(bg, 1.0, 1.0);
elm_win_resize_object_add(win, bg);
evas_object_show(bg);
 
lb = elm_label_add(win);
elm_label_label_set(lb, Hello World!);
evas_object_size_hint_weight_set(lb, 1.0, 1.0);
elm_win_resize_object_add(win, lb);
 
lin = evas_object_line_add(evass);
evas_object_line_xy_set(lin,10, 10 , 20, 30);
evas_object_layer_set(lin, 55);
// evas_object_clip_set(ob, panel_clip);
evas_object_color_set(lin, 0, 0, 255, 200);
evas_object_show(lin);
 
 
 
 
evas_object_show(lb);
 
evas_object_show(win);
 
evas_output_size_get(evass, w, h);
printf(Width2: %d\tHeight2: %d\n, w, h);
elm_run();
evas_output_size_get(evass, w, h);
printf(Width3: %d\tHeight3: %d\n, w, h);
elm_shutdown();
return 0;
 }
 ELM_MAIN()
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


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


Re: [SHR-Today] Accept call without unlocking

2009-09-08 Thread William Kenworthy
The reason for downgrading is simple - 2.6.29 doesnt work for gsm - the
error is similar to the one reported for GPS (rxerr) a while back.  I
just flashed uboot back over qi - no wsod yet, tough need a few more
resumes to be sure.

Paul F. has worked with me on on it at one point - his take is I have a
faulty GSM chip - my thoughts are that it works with certain
combinations, not others which means to me something is not being
handled correctly.  There were a lot of changes in handling serial ports
between 2.6.28 and 2.6.29 - I am slowly going over them in order to see
whats changed in regard to getting GSM operating.

BillK

On Tue, 2009-09-08 at 16:29 +0200, Sebastian Krzyszkowiak wrote:
 On 9/8/09, Jens Seidel jenssei...@users.sf.net wrote:
  On Tue, Sep 08, 2009 at 08:56:07AM +0800, William Kenworthy wrote:
  On Mon, 2009-09-07 at 16:43 +0200, Sebastian Krzyszkowiak wrote:
   WTF? WSOD still happening? What kernel do you use? o_O
 
  2.6.28 - never been able to get GSM working on 2.6.29 so thats not an
  option.
 
  WSOD happens when using Qi, not when using uboot.  But uboot may need
  multiple boot attempts before even 2.6.28 will talk to the gsm chipset,
  whereas Qi is reliable - something is not getting initialised properly
  somewhere.
 
  Funny, it's opposite for me. I used until yesterday 2.6.29 together with
  uboot but switched back to 2.6.28 and now the WSOD vanished. Great!
 
  With 2.6.29 WSOD happened very often (I would say in 50% of all cases).
  Don't remember GSM status with 2.6.29 (works great with 2.6.28), used it
  in the past mainly as PDA.
 
  Jens
 
 BTW. Why are you playing with kernels instead of using ditribution
 one? I understand playing with 2.6.31 RC kernels, but downgrading?
 SHR-unstable comes with latest andy-tracking. If something doesn't
 work in this kernel, then it has to be reported, debuged and fixed,
 instead of just switching back and being quiet about that!
 
-- 
William Kenworthy bi...@iinet.net.au
Home in Perth!


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


Re: [elementary] How to get evas object out of elementary.Window

2009-09-08 Thread Denis Johnson
On Mon, Aug 24, 2009 at 1:00 AM, Laszlo
KREKACSlaszlo.krekacs.l...@gmail.com wrote:
 And please paste the result here.

My results via ssh session:

python
Python 2.6.2 (r262:71600, Sep  7 2009, 00:26:26)
[GCC 4.1.2] on linux2
Type help, copyright, credits or license for more information.
 import elementary
 elementary.init()
 win = elementary.Window(, elementary.ELM_WIN_BASIC)
 win_evas = win.evas_get()
 type(win_evas)
type 'NoneType'
 type(win.evas)
type 'NoneType'


cheers Denis

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


Re: nEo theme issues

2009-09-08 Thread Robin Paulson
2009/9/9 pike pike-openm...@kw.nl:
 OK then, here I go -

 I installed the (brilliant) neo theme. One of the
 issues I had with it was that - I think - some windows
 use a black font on a black background - I'm not sure,
 all I see is black :-)

 This was so annoying that I tried to uninstall it using the
 directions here [1], but I never got it really removed;
 still lots of black screens with green hairlines. More annoying,
 some windows still show black text on a black background,
 amongst which the 'read sms' screen and a screen called
 'notification' of which I'm not sure what spawns it
 - I cant read it :-)

yeah, i had this problem following the first opkg upgrade after i
installed the neo theme. it sounds like you've not got the one of the
theme packages installed - there's 6 of them

try this, it worked for me:

opkg -force-overwrite install \
http://www.opkg.org/packages/elementary-theme-neo_0.2_armv4t.ipk \
http://www.opkg.org/packages/e-wm-theme-neo_0.2_armv4t.ipk \
http://www.opkg.org/packages/etk-theme-neo_0.2_armv4t.ipk \
http://www.opkg.org/packages/libframeworkd-phonegui-efl-theme-neo_0.2_armv4t.ipk
\
http://www.opkg.org/packages/gtk-theme-neo_0.1_armv4t.ipk \
http://www.opkg.org/packages/gpe-theme-neo_0.1_armv4t.ipk

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


Re: [elementary] How to get evas object out of elementary.Window

2009-09-08 Thread Laszlo KREKACS
On Wed, Sep 9, 2009 at 5:02 AM, Denis Johnsondenis.john...@gmail.com wrote:
 win = elementary.Window(, elementary.ELM_WIN_BASIC)
 win_evas = win.evas_get()
 type(win_evas)
 type 'NoneType'
 type(win.evas)
 type 'NoneType'

FYI it is fixed in enlightenment svn. Morphis fixed for me. Thanks for him!

It just needs repackaging in SHR.

Best regards,
 Khiraly

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


Re: QtMoko - how do I get WiFi working?

2009-09-08 Thread Radek Polak
arne anka wrote:

 welcome to the club.
 looks pretty much like the well known wifi issue.
 according to paul fertser (?) it is caused by a patch, which has --  
 because of this issue -- recently been reverted.
 there where some mails regarding that and even the name of the kernel  
 package to try.

Thanks for tip! I compiled andy-tracking and wifi now works perfectly, i
was able to connect every time and also scaning now works reliably.

So another bug fixed fixed for next release :)

Thanks to Paul and all kernel people who made this working.

Radek


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


Re: SHR - Trying to configure phone for a wireless demo...

2009-09-08 Thread Paul Fertser
John Dowd jdowds...@gmail.com writes:
 I can now manually configure the wireless interface but I need to come up 
 automatically during boot and start the dhcp client. I can see that the 
 kernel 
 does boot and somewhere during init the interface is brought up. However, 
 somewhere later during the init the wireless interface is being
 shutdown. 

You certainly want to consult http://wiki.openmoko.org/wiki/FSO_Resources
wikipage; it's frameworkd syncing resources on startup and thus
turning everything off.

 If I go into the Setup application I can see that the wireless
 option is turned off. If I turn it back on it then the interface
 does come up. However, it is not persistent across boots. How do I
 turn off the current system setting of turning off the wireless
 interface? I have a wlan script in the /etc/init.d directory and
 once I manually bring up the wireless interface I can run it and it
 does configure the interface properly.

Start your script after frameworkd and use fsoraw accordingly.

 Also, I'm running into the same problem with the busybox udhcpc application 
 that I've seen before. It does not see the DCHPOFFER from the AP. It ignores 
 it and continues to issue the DCHPDISCOVER. There was a application dhclient 
 that ran on the OM2009 distro. Is there anything available here on the 
 unstable SHR?

If dhclient is not in the feeds, i'm sure one of SHR folks (dos1, you
;) ) can add it.

-- 
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