Host resolving errors during opkg install

2008-11-17 Thread Peter Neubauer
HI there,
trying to download packages during opkg install curently fails on my
newly installed FR. opkg update works fine, but then, I get

[EMAIL PROTECTED]:~# opkg install classpath
Installing classpath (0.97.2-r4) to root...
Downloading 
http://downloads.openmoko.org/repository/testing/armv4t/classpath_0.97.2-r4_armv4t.opk
Collected errors:
 * Failed to download
http://downloads.openmoko.org/repository/testing/armv4t/classpath_0.97.2-r4_armv4t.opk,
error 0
 * Failed to download classpath. Perhaps you need to run 'opkg update'?
[EMAIL PROTECTED]:~# wget  
http://downloads.openmoko.org/repository/testing/armv4t/c
lasspath_0.97.2-r4_armv4t.opk
wget: bad address 'downloads.openmoko.org'
[EMAIL PROTECTED]:~# ping download.openmoko.org
ping: bad address 'download.openmoko.org'
[EMAIL PROTECTED]:~# ping www.kth.se
PING www.kth.se (130.237.32.143): 56 data bytes
64 bytes from 130.237.32.143: seq=0 ttl=56 time=13.965 ms
64 bytes from 130.237.32.143: seq=1 ttl=56 time=13.513 ms

--- www.kth.se ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 13.513/13.739/13.965 ms



So, ping does not work, wget does not work, but to other hosts things
seems to be better. Any hints?

Cheers

/peter

http://www.oredev.se - Be there or be gone.

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.

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


Root password required?

2008-11-16 Thread Peter Neubauer
Hi there,
flashing my FR with the latest builds from
http://downloads.openmoko.org/daily/ it seems I suddenly cannot login
via

ssh [EMAIL PROTECTED]

with an empty password, but I can ping the device, using OSX. Has
anything changed there? If not, I need to investigate further ...

/peter

http://www.oredev.se - Be there or be gone.

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.

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


Re: Need help to run java apps on openmoko

2008-10-31 Thread Peter Neubauer
Mmh,
it seems your jvm is not finding the Java base classes. Do you ave
Classpath installed? You could try to explicitly point out the
classes.zip file of your JRE using

cacao -cp PATH/TO/classes.zip .jar myJar.jar

HTH, probably others on this list know more ...

/peter

http://www.oredev.se - Be there or be gone.

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.




On Fri, Oct 31, 2008 at 10:59 AM, Girish Revadigar
[EMAIL PROTECTED] wrote:
 Hi,

 I tried according to your guidelines and got the cacao and jamvm installed
 onto my openmoko.(neo freerunner). I compiled a small HelloWorld program on
 my pc to generate HelloWorld.class file, which prints Hello World when run
 on my PC using:  java HelloWorld command. After that i copied the same
 HelloWorld.class file to my openmoko device (freerunner) and tried to run
 using the cacao, but it gives the following error:

 output when run with cacao:
 --
 -
 # cacao HelloWorld
 LOG: [0x400211d0] exception thrown while vm is initializing:
 LOG: [0x400211d0] java.lang.ClassNotFoundException: java.lang.object
 LOG: [0x400211d0] Aborting ...
 Aborted

 output when run with jamvm:
 ---
 # jamvm HelloWorld
 Exception occured while vm initialising.
 java/lang/NoClassDefFoundError: java/lang/Class


 Also tried running the test.jar file from cacao, and jamvm, that also gives
 the same result:

 output when tried to run jar file with cacao:
 
 # cacao -cp -jar test.jar
 LOG: [0x400211d0] exception thrown while vm is initializing:
 LOG: [0x400211d0] java.lang.ClassNotFoundException: java.lang.object
 LOG: [0x400211d0] Aborting ...
 Aborted

 output when tried to run jar file with jamvm:
 --
 # jamvm -jar test.jar
 Exception occured while vm initialising.
 java/lang/NoClassDefFoundError: java/lang/Class

 What can be wrong in my settings? Please update me.

 Thank you
 Girish

 On Fri, Oct 24, 2008 at 6:44 PM, Joseph Reeves [EMAIL PROTECTED]
 wrote:

 Hi Girish,

 I've been running gvSIG mobile [1], a java app, on Jalimo [2]. gvSIG
 mobile isn't freely available yet, but keep an eye on
 planet.openmoko.org for an announcement in the (hopefully) near
 future.

 Cheers,

 Joseph


 [1] http://gvsigmobileonopenmoko.wordpress.com/
 [2] https://wiki.evolvis.org/jalimo/index.php/Main_Page






 2008/10/24 Girish Revadigar [EMAIL PROTECTED]:
  Hi Max,
 
   Thank you for your reply. From the information on this site, looks like
  we
  need to do some external work to get java run on openmoko. Can you
  please
  suggest some java packages available which can be installed in openmoko?
 
  Thank you
  Girish
 
 
  On Fri, Oct 24, 2008 at 5:35 PM, Max Giesbert [EMAIL PROTECTED]
  wrote:
 
  have you checked http://wiki.openmoko.org/wiki/Java ?
 
  please update if necessary...
 
  Girish Revadigar schrieb:
   Hi,
  
   I am new to openmoko. I want to run one of my java based GUI
   application
   on openmoko. But when I tried to check for the java support on the
   newly
   brought model, I found there is no java utility pre installed (Any
   JVM
   for running java apps). So can you guide me how can I set up my
   openmoko
   to run java applications on it? Is there any extra package I need to
   install? Please guide me, without finding it I can't proceed. Your
   valuable suggestion will be greatly helpful for me.
  
   Thank you
   Regards
   Girish
   +91 99867 64809
  
  
  
  
  
   
  
   ___
   Openmoko community mailing list
   community@lists.openmoko.org
   http://lists.openmoko.org/mailman/listinfo/community
 
  --
  exactt technology
  Dipl. Inf. (FH) Max Giesbert
 
  Schießstättstr. 16  T: +49 17 75 07 53 44
  D-80339 München F: +49 89 1 22 21 97 02
 
  ___
  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


 ___
 Openmoko community mailing list

Re: Android open sourced

2008-10-28 Thread Peter Neubauer
Hi there,
is there any progress on the porting of Android to the FR yet? Are
updates posted to this list, since it seems pretty quite around the
port?

Cheers

/peter

http://www.oredev.se - Be there or be gone.

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.




On Tue, Oct 21, 2008 at 4:46 PM, Jan Prinsloo [EMAIL PROTECTED] wrote:
 WHO :)

 Let the games begin!


 On Tue, Oct 21, 2008 at 5:41 PM, Sam Kuper [EMAIL PROTECTED] wrote:

 2008/10/21 Cédric Berger [EMAIL PROTECTED]

 time to port to Neo !

 I'm going to be watching this with interest!
 ___
 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: Android open sourced

2008-10-28 Thread Peter Neubauer
Thanks for the fast reply,
will keep an eye on that!

/peter

http://www.oredev.se - Be there or be gone.

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.




On Tue, Oct 28, 2008 at 8:34 AM, nick d. [EMAIL PROTECTED] wrote:
 Sign up to Koolu's forum [1] and see what's going on there. Cfriedt also has
 a spreadsheet of progress that seems to have been updated frequently [2].
 Last time I check there were a few to go but now, not so much. See also [3].

 Nick

 1. http://forum.koolu.org/
 2. http://spreadsheets.google.com/pub?key=pzDEXnU19gkeTjpD28t-7fw
 3. http://wiki.openmoko.org/wiki/Android


 See also:

 http://lists.openmoko.org/nabble.html#nabble-td1361683

 On Tue, Oct 28, 2008 at 5:24 PM, Peter Neubauer [EMAIL PROTECTED] wrote:

 Hi there,
 is there any progress on the porting of Android to the FR yet? Are
 updates posted to this list, since it seems pretty quite around the
 port?

 Cheers

 /peter

 http://www.oredev.se - Be there or be gone.

 GTalk:neubauer.peter
 Skypepeter.neubauer
 ICQ18762544
 Phone   +46704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer

 http://www.neo4j.org - New Energy for Data - the Graph Database.
 http://www.ops4j.org - New Energy for OSS Communities - Open
 Participation Software.
 http://www.qi4j.org- New Energy for Java - Domain Driven
 Development.




 On Tue, Oct 21, 2008 at 4:46 PM, Jan Prinsloo [EMAIL PROTECTED] wrote:
  WHO :)
 
  Let the games begin!
 
 
  On Tue, Oct 21, 2008 at 5:41 PM, Sam Kuper [EMAIL PROTECTED]
  wrote:
 
  2008/10/21 Cédric Berger [EMAIL PROTECTED]
 
  time to port to Neo !
 
  I'm going to be watching this with interest!
  ___
  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


 ___
 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: Need help to run java apps on openmoko

2008-10-24 Thread Peter Neubauer
Well,
on standard 2008.9 or so, you should be able to install

opkg install jamvm

to start with. Starting a visual java program from the command line
(logging in via ssh) would then be:

export DISPLAY=:0.0  jamvm -jar myJar.jar

If you are running Debian, you can even install classpath, openjdk,
harmony etc, but they tend to be quite slow (but Java5)

HTH

/peter

http://www.oredev.se - Be there or be gone.

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.




On Fri, Oct 24, 2008 at 3:01 PM, Girish Revadigar
[EMAIL PROTECTED] wrote:
 Hi Max,

  Thank you for your reply. From the information on this site, looks like we
 need to do some external work to get java run on openmoko. Can you please
 suggest some java packages available which can be installed in openmoko?

 Thank you
 Girish


 On Fri, Oct 24, 2008 at 5:35 PM, Max Giesbert [EMAIL PROTECTED] wrote:

 have you checked http://wiki.openmoko.org/wiki/Java ?

 please update if necessary...

 Girish Revadigar schrieb:
  Hi,
 
  I am new to openmoko. I want to run one of my java based GUI application
  on openmoko. But when I tried to check for the java support on the newly
  brought model, I found there is no java utility pre installed (Any JVM
  for running java apps). So can you guide me how can I set up my openmoko
  to run java applications on it? Is there any extra package I need to
  install? Please guide me, without finding it I can't proceed. Your
  valuable suggestion will be greatly helpful for me.
 
  Thank you
  Regards
  Girish
  +91 99867 64809
 
 
 
 
  
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community

 --
 exactt technology
 Dipl. Inf. (FH) Max Giesbert

 Schießstättstr. 16  T: +49 17 75 07 53 44
 D-80339 München F: +49 89 1 22 21 97 02

 ___
 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: [OSX] AJZaurusUSB bug fix project

2008-10-20 Thread Peter Neubauer
Hi,
I tried the new version and noticed that directly after the install I
got the interface coming up repeatedly when I plugged/unplugged the FR
in the networking preferences. However, after restart, only the first
time I get the interface coming up connected, upon
unplugging/reconnecting the USB cable nothing happens, until I restart
my Laptop for another working on time connection.

Is that the current state of affairs or am I missing something?

/peter

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.




On Sun, Oct 19, 2008 at 5:32 PM, Dr. H. Nikolaus Schaller
[EMAIL PROTECTED] wrote:

 Here is the main link:
 http://www.handheld-linux.com/wiki.php?page=AJZaurusUSB

 Sources:
 http://www.dsitri.de/download/AJZaurusUSB-0.5.4-src.tgz

 Please ask if you need support for debugging.

 I noticed that there was a bug in the installer package - so you
 probably won't have had any installtion result.

 Please look if you find the AJZaurusUSB.kext on the root level on your
 Mac (ls -l /). In that case, please
 delete and use the new installer.

 http://www.dsitri.de/download/AJZaurusUSB-0.5.4.1.tgz

 Nikolaus

 ___
 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: Accelsense.org (accelerometer-based gestures)

2008-10-15 Thread Peter Neubauer
Hi Paul,
great effort and a good example of community driven invention!

Will the project be available to the debian distro too or in other
words, are there hard dependencies on the 2008.x distros?

Cheers

/peter

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.




On Tue, Oct 14, 2008 at 9:06 PM, Paul V. Borza [EMAIL PROTECTED] wrote:
 Hi everyone,

 A couple of people asked me whether I will or won't continue my
 project on accelerometer-based gestures.
 My answer was always yes, and to make that clear, I've bought
 accelsense.com, and accelsense.org.
 The code has moved from http://code.google.com/p/accelges/ into a GIT
 repository located at http://repo.accelsense.org.

 I'm now in the first year of masters, and I've managed to get two of
 my courses into the accelerometer-based gestures (i.e. to implement
 this as homework).
 From now on, my professors require me to use SOMs (i.e.
 self-organizing maps, a type of neural networks), instead of hidden
 Markov models.

 A couple of you guys asked whether the efficiency and speed can be
 improved using HMMs. Again, the answer is yes, just that I don't have
 time to work on the HMM implementation anymore.

 Just wanted to let you know that from now on, I'll focus exclusively
 on working with the Neo, rather than the Wii to test the gestures; and
 make them smooth and natural.
 Nokia is using SOMs for gesture recognition in mobile phones, so we
 should be on the technology wave as I can tell (still, I'm just one
 guy).

 What I'll focus on in the 0.2 release:
 * use some code from the rotate application that is flying around.
 * keep the current Dbus system for interaction.
 * 10% of CPU (it's now using 20%), and yes it's doable.
 * no GUI, but change the text console UI to be something like 'top',
 and not just printf hundreds of xyz data.
 * reintegrate with matlab-compatible diagrams.
 * will still be in C99 and under LGPL.
 * math formulas that are used in code will have a link to
 http://wiki.accelsense.org/wiki/page and the formula will be written
 in LaTex.
 * some of you gave me advices on how to improve the organization of
 the project, will also do that.
 * some dependencies aren't checked, there are too many you say, will be 
 removed.
 * integration with the freesmartphone.org Dbus FSO communication
 system (I've seen that it grew since I last checked it).
 * implementation of self-organizing maps.

 Bottom line: I'll be trying turn it in a mature project ;)

 You can do interesting things with SOMs, like Nokia was doing:
 detecting when the user climbs down, up or walks, just using an
 accelerometer.

 Thanks,
 Paul

 ___
 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: What should a community manager do?

2008-10-11 Thread Peter Neubauer
Hi there,
I fully agree with Rod! I would even go so far as to consider having a
automatic registration system to get access to GIT, SVN, Wiki and all
mailing lists in order to capture even the smallest contribution,
regardless of if it is developer coding or correction of spelling
errors in the Wiki. Everything that can lower the barrier to
participation should be implemented. Since every system is version
handled misuse is not a big problem, at least in my experience. We do
that over at 
http://wiki.ops4j.org/confluence/display/ops4j/Principles+of+Open+Participation+Software
It works very well!

/peter

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.




On Sat, Oct 11, 2008 at 11:32 AM, Stroller
[EMAIL PROTECTED] wrote:
 Blimey! Rod makes some GREAT points here - this email should probably
 be a standard reference document for OSS projects. When I got to the
 bottom  read his credentials they seemed entirely congruent with his
 insights.

 I just want to add one little thing, and that's DON'T OVERLOOK THE
 DETAILS... as Rod has been thorough in his post, so should you be
 thorough if trying to  foster an OSS project. Sure, looking after all
 the little details should ensure that the bigger picture holds
 together, too, but if everything else is going through a bad patch, or
 someone is having a bad day, these little things can be the last straw.


 On 11 Oct 2008, at 06:48, Rod Whitby wrote:
 ... Never let an external developer be
 inconvenienced because some mailing list is sending duplicate
 messages,
 ...

 Openmoko has been told about this COUNTLESS times, and nothing seems
 to get done about it. Has anyone actually tried fixing the mailing
 list software / server? Some days it just really pisses me off,
 reading through the mailing list and having to click delete all the
 time, because I've seen that message 3 times already.

 Stroller.


 ___
 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: Charging and USB host mode

2008-10-10 Thread Peter Neubauer
Ahh,
a Nokia battery did the trick! Thanks for the help!

/peter

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.




On Fri, Oct 10, 2008 at 7:07 AM, Peter Neubauer
[EMAIL PROTECTED] wrote:
 Thanks for the reply!
 So in short,  need to somehow recharge the battery outside the FR, and
 that would be a Nokia-compatible charger? The FR cannot start from
 only the USB wall charger with a totally empty battery?

 After that, the perfect gadget would be the the 3-way plug described
 on the USB host page as work in progress ...

 /peter

 GTalk:neubauer.peter
 Skypepeter.neubauer
 ICQ18762544
 Phone   +46704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer

 http://www.neo4j.org - New Energy for Data - the Graph Database.
 http://www.ops4j.org - New Energy for OSS Communities - Open
 Participation Software.
 http://www.qi4j.org- New Energy for Java - Domain Driven Development.




 On Fri, Oct 10, 2008 at 12:00 AM, Michael Shiloh [EMAIL PROTECTED] wrote:
 Michele Renda wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hello Peter...

 I think it will be better, if you remove the host mode from your
 Freerunner. Until now, no one reported damaging of his FR when putted to
 recharge in host mode, but I think it will be better to don't be the
 first one :)

 I am pretty sure that FR will not charge when in host mode. I think that
 your phone simply remained without battery.


 That is correct. In normal host mode the FR will not charge.

 Details at

 http://wiki.openmoko.org/wiki/USB_host



 ___
 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: NetworkManager port

2008-10-10 Thread Peter Neubauer
Hi there,
I use wifi-radar under debian, works fine for me, if I don't click too fast.

/peter

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.




On Sat, Oct 11, 2008 at 5:01 AM, Christian Adams [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 wicd on debian is functional but for me it eats up to much mem and
 often cpu ..
 since i found no mem-savy alternative i got back to manually ifup/
 down wifi ..

 ciao, morlac

 Am 11.10.2008 um 03:48 schrieb Marco Trevisan (Treviño):

 Michele Renda wrote:
 There is already Network manager available on Debian @ Armel4. It is
 running, but seem to be it doesn't recognize the Wifi card of FR.

 What would you use as a Network manager in Debian?
 Months ago I got wicd working in Om2008, but it wasn't so good for the
 finger usability (and quite slow in some tasks), but maybe it would be
 better in debian!

 I've to give it a try!


 - -BEGIN CONTACT BLOCK-
   eMail:   [EMAIL PROTECTED]
   Jabber:  [EMAIL PROTECTED]
 - --END CONTACT BLOCK--

 - -BEGIN GEEK CODE BLOCK-
 Version: 3.1
 GCS$/IT;d-;s:;a?;C++(+++);UL;P++(+++);
 L++(+++);E---;W++;N(+);o?;K?;!w;!O;!M+;!V;PS(+);PE;
 Y+;PGP++;t+(++);5(+)++;X(+);R*;tv-+;b++(+++);DI++;
 D++(+++);G(+)++;e;h-()++;r++;y++;
 - --END GEEK CODE BLOCK--

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.7 (Darwin)

 iD8DBQFI8BcWr81gVylJyzERAr3uAJ4uk6Kf+83LhFkKLQTgeN/CxvrDOQCcDC7X
 LhImrpX822p70uAy2vwTW8E=
 =cGt3
 -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


Charging and USB host mode

2008-10-09 Thread Peter Neubauer
Hi,
I think I am having a problem with my FR. i put it in USB host mode
using Debian and Sephora. Then, I guess the battery emtied, and now
even with the Power adapter plugged in it is not starting at all.
Could it be that it is not charging because it is still in USB host
mode?

Any help would be appreciated.

/peter

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.

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


3G and FR

2008-10-09 Thread Peter Neubauer
Hi there,
http://anuradha.sayura.net/2008/04/mobitel-3g-with-huawei-e220-on-debian.html
seems to be a good addition to the OpenMoko Wiki if it isn't there
already? Will try it as soon as I get my FR back into working state.

/peter

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.

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


Freerunner loading in USB host mode?

2008-10-04 Thread Peter Neubauer
Hi there,
I am thinking about trying switch the FR (running Debian) to USB host
mode, put in a USB hub and connect a external USB Disk, a keyboard, a
mouse and the USB charger that comes with the FR. Would that work,
that is, can the FR be charged while being in host mode so the battery
doesn't get drained at once by the external drive?

Cheers

/peter

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.

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


Re: OSX OpenMoko Flasher trying to flash wrong partition (was: Re: [FDOM] new release 20080927)

2008-09-29 Thread Peter Neubauer
Hi there,
thanks for the update, will certainly give it a shot!

/peter

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.




On Sun, Sep 28, 2008 at 6:09 PM, Dr. H. Nikolaus Schaller
[EMAIL PROTECTED] wrote:
 Am 27.09.2008 um 23:16 schrieb Peter Neubauer:

 Ahh,
 using the command line dfu-util unstead of the MacOS OpneMoko-Flasher
 I could start flashing. It seems that pointing out the FDOM download
 location lists the .jffs as a RootFS, but the the FreeRunner is
 reporting it is flashing to the partition factory.

 will be fixed.

 It seems the graphical frontend is becoming too outdated to be used
 anymore ...

 An update (1.5) is done and has fixed many of these issues. The
 problem was that repositories have changed (e.g. buildhost -
 downloads), files are renamed (e.g. uBoot-*.bin - *-uBoot.bin) etc.
 without direct notice to us by the repository maintainers...

 Download:

 http://www.handheld-linux.com/wiki.php?page=Openmoko%20Flasher

 Hope that helps others ...

 Please also help to maintain OpenMoko Flasher since it is open source.
 Bug fixes and patches are always welcome (but were very rarely
 proposed so far).

 Nikolaus Schaller



 GTalk:neubauer.peter
 Skypepeter.neubauer
 ICQ18762544
 Phone   +46704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer

 http://www.neo4j.org - New Energy for Data - the Graph Database.
 http://www.ops4j.org - New Energy for OSS Communities - Open
 Participation Software.
 http://www.qi4j.org- New Energy for Java - Domain Driven
 Development.




 On Sat, Sep 27, 2008 at 6:42 PM, Peter Neubauer [EMAIL PROTECTED]
 wrote:
 Hi there,
 trying to flash the new releases ...jffs as roofs, I get an exception
 not being able to flash from dfu-util and on the FreeRunner, End of
 write exceeds particion end. Anything in my setup that is wrong?

 /peter

 GTalk:neubauer.peter
 Skypepeter.neubauer
 ICQ18762544
 Phone   +46704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer

 http://www.neo4j.org - New Energy for Data - the Graph Database.
 http://www.ops4j.org - New Energy for OSS Communities - Open
 Participation Software.
 http://www.qi4j.org- New Energy for Java - Domain Driven
 Development.




 On Sat, Sep 27, 2008 at 5:15 AM, David Samblas
 [EMAIL PROTECTED] wrote:
 Hi all,
 on http://compartida.net/openmoko/FDOM/ you have disponible the
 new FDOM
 release.
 I have just erase previous release because there are some annoying
 bugs
 withs calls and no sound.
 But his has gone thanks to nickd,

 This release  is not as tested as 2008.08 ones but include things,
 that
 sure,  gonna make you smile, 29 Games :), orrery 2.0, a mplayer
 frontend
 pythm, and things than have the last updated not anounced jalimo
 with
 java se and me, navit, linphone (not tested but surely some people
 will
 smile twice, isn't it Michel Siloh? :) ) in addition to FDOM
 classics :)

 As you may notice this is a large amount of programs so in order
 to not
 blow away the home with icons I have included a raw,dirty, and a
 little
 bit slow script in pygtk that acts as popupmenu /usr/bin/
 FDsubmenu.py,
 surely a c/elf program will be more quick and integrated but just
 I have
 no time to learn it(yet). Futures versions will include the icon
 image.
 Feel free to modify and add features of course.

 Regarding colaborations , First thanks nacho and armin because
 without
 them this release will has not been posible,
 if you want to colaborate reporting bugs,improvements or
 sugestions we
 have a project in http://projects.openmoko.org/projects/fdom/ with a
 devel list
 http://lists.projects.openmoko.org/mailman/listinfo/fdom-development

 thanks to armin, we have also a svn server svn://zoup.org/Fdom
 with an
 2008.09 that we want to transform in a better FDOM but here I call
 for
 help, Armin has his neo temporaly out of order, and I was unable
 to put
 the svn checkout to boot in a sd card, I want to do this to be
 able to
 have a quick way to summit changes, and have a more efective way
 to make
 various people to tweak the distro at same time.
 So if any one succeded to boot froma svn extraction please contacr
 us to
 tell us how
 I will try to update the wiki tomorrow with the modifications but
 any
 help will be apreciated here too :)

 I have not included the kernel image because still the 2008.09 one
 http://downloads.openmoko.org/releases/Om2008.9/Om2008.9.uImage.bin

Re: [FDOM] new release 20080927

2008-09-27 Thread Peter Neubauer
Hi there,
trying to flash the new releases ...jffs as roofs, I get an exception
not being able to flash from dfu-util and on the FreeRunner, End of
write exceeds particion end. Anything in my setup that is wrong?

/peter

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.




On Sat, Sep 27, 2008 at 5:15 AM, David Samblas
[EMAIL PROTECTED] wrote:
 Hi all,
 on http://compartida.net/openmoko/FDOM/ you have disponible the new FDOM
 release.
 I have just erase previous release because there are some annoying bugs
 withs calls and no sound.
 But his has gone thanks to nickd,

 This release  is not as tested as 2008.08 ones but include things, that
 sure,  gonna make you smile, 29 Games :), orrery 2.0, a mplayer frontend
 pythm, and things than have the last updated not anounced jalimo with
 java se and me, navit, linphone (not tested but surely some people will
 smile twice, isn't it Michel Siloh? :) ) in addition to FDOM
 classics :)

 As you may notice this is a large amount of programs so in order to not
 blow away the home with icons I have included a raw,dirty, and a little
 bit slow script in pygtk that acts as popupmenu /usr/bin/FDsubmenu.py,
 surely a c/elf program will be more quick and integrated but just I have
 no time to learn it(yet). Futures versions will include the icon image.
 Feel free to modify and add features of course.

 Regarding colaborations , First thanks nacho and armin because without
 them this release will has not been posible,
 if you want to colaborate reporting bugs,improvements or sugestions we
 have a project in http://projects.openmoko.org/projects/fdom/ with a
 devel list
 http://lists.projects.openmoko.org/mailman/listinfo/fdom-development

 thanks to armin, we have also a svn server svn://zoup.org/Fdom with an
 2008.09 that we want to transform in a better FDOM but here I call for
 help, Armin has his neo temporaly out of order, and I was unable to put
 the svn checkout to boot in a sd card, I want to do this to be able to
 have a quick way to summit changes, and have a more efective way to make
 various people to tweak the distro at same time.
 So if any one succeded to boot froma svn extraction please contacr us to
 tell us how
 I will try to update the wiki tomorrow with the modifications but any
 help will be apreciated here too :)

 I have not included the kernel image because still the 2008.09 one
 http://downloads.openmoko.org/releases/Om2008.9/Om2008.9.uImage.bin


 ___
 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


OSX OpenMoko Flasher trying to flash wrong partition (was: Re: [FDOM] new release 20080927)

2008-09-27 Thread Peter Neubauer
Ahh,
using the command line dfu-util unstead of the MacOS OpneMoko-Flasher
I could start flashing. It seems that pointing out the FDOM download
location lists the .jffs as a RootFS, but the the FreeRunner is
reporting it is flashing to the partition factory.

It seems the graphical frontend is becoming too outdated to be used anymore ...

Hope that helps others ...

GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
Phone   +46704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.




On Sat, Sep 27, 2008 at 6:42 PM, Peter Neubauer [EMAIL PROTECTED] wrote:
 Hi there,
 trying to flash the new releases ...jffs as roofs, I get an exception
 not being able to flash from dfu-util and on the FreeRunner, End of
 write exceeds particion end. Anything in my setup that is wrong?

 /peter

 GTalk:neubauer.peter
 Skypepeter.neubauer
 ICQ18762544
 Phone   +46704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer

 http://www.neo4j.org - New Energy for Data - the Graph Database.
 http://www.ops4j.org - New Energy for OSS Communities - Open
 Participation Software.
 http://www.qi4j.org- New Energy for Java - Domain Driven Development.




 On Sat, Sep 27, 2008 at 5:15 AM, David Samblas
 [EMAIL PROTECTED] wrote:
 Hi all,
 on http://compartida.net/openmoko/FDOM/ you have disponible the new FDOM
 release.
 I have just erase previous release because there are some annoying bugs
 withs calls and no sound.
 But his has gone thanks to nickd,

 This release  is not as tested as 2008.08 ones but include things, that
 sure,  gonna make you smile, 29 Games :), orrery 2.0, a mplayer frontend
 pythm, and things than have the last updated not anounced jalimo with
 java se and me, navit, linphone (not tested but surely some people will
 smile twice, isn't it Michel Siloh? :) ) in addition to FDOM
 classics :)

 As you may notice this is a large amount of programs so in order to not
 blow away the home with icons I have included a raw,dirty, and a little
 bit slow script in pygtk that acts as popupmenu /usr/bin/FDsubmenu.py,
 surely a c/elf program will be more quick and integrated but just I have
 no time to learn it(yet). Futures versions will include the icon image.
 Feel free to modify and add features of course.

 Regarding colaborations , First thanks nacho and armin because without
 them this release will has not been posible,
 if you want to colaborate reporting bugs,improvements or sugestions we
 have a project in http://projects.openmoko.org/projects/fdom/ with a
 devel list
 http://lists.projects.openmoko.org/mailman/listinfo/fdom-development

 thanks to armin, we have also a svn server svn://zoup.org/Fdom with an
 2008.09 that we want to transform in a better FDOM but here I call for
 help, Armin has his neo temporaly out of order, and I was unable to put
 the svn checkout to boot in a sd card, I want to do this to be able to
 have a quick way to summit changes, and have a more efective way to make
 various people to tweak the distro at same time.
 So if any one succeded to boot froma svn extraction please contacr us to
 tell us how
 I will try to update the wiki tomorrow with the modifications but any
 help will be apreciated here too :)

 I have not included the kernel image because still the 2008.09 one
 http://downloads.openmoko.org/releases/Om2008.9/Om2008.9.uImage.bin


 ___
 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: [debian] Sephora 0.1 - Suggestions needed

2008-09-24 Thread Peter Neubauer
Mmh,
very nice work indeed! I could think of having different icons for
active/inactive Wifi, BT, Chargins etc so you can skip going into that
section explicitely for only seeing the status and not the details.

/peter

GTalk: neubauer.peter
Skype peter.neubauer
ICQ 18762544
Phone +46704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.




On Tue, Sep 23, 2008 at 11:17 PM, Michele Renda [EMAIL PROTECTED] wrote:
 Hello

 I am realizing a setting manager for Freerunner. It is focused to run
 under Debian + XFCE.

 It use PyGtk libraries and Fso framework.

 Please tell to me what would you like to be present in this tool (and
 how to do it :)

 Here you can find some screenshots and the deb package to install it on
 your freerunner:


 http://rubino.dyndns.org/

 Best regards
 Michele Renda

 ___
 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


Java Application output and working directory on 2008.8?

2008-09-24 Thread Peter Neubauer
Hi Folks,
does anyone know where the standard output from a Java application
that I start via the visual desktop icon ends up? The app is starting
from the terminal but not from the Desktop, so I would like to see
what's going on ...

/peter

GTalk: neubauer.peter
Skype peter.neubauer
ICQ 18762544
Phone +46704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.

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


Re: Java Application output and working directory on 2008.8?

2008-09-24 Thread Peter Neubauer
Hi,

On Wed, Sep 24, 2008 at 10:40 AM, vale [EMAIL PROTECTED] wrote:

 put in your starterscript:

 cd /path/to/your/workingdir before you call the applet ...
 and also export DISPLAY=:0

 has your applet graphical output? because you say output to console ... ?
Yes, it is a Swing app, but even doing debug output via java.logging ...

/peter

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


Re: Java Application output and working directory on 2008.8?

2008-09-24 Thread Peter Neubauer
Thanks for all the hints!
Seems that my main problems were the missing file logging
configuration, and the setting of the working dir. Have filed an
enhancement request for the mvn pkg:pkg plugin at Evolvis to even let
me specify the working dir for the Java app so it ends up in the
starter scripts.

Thanks!

/peter

GTalk: neubauer.peter
Skype peter.neubauer
ICQ 18762544
Phone +46704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.




On Wed, Sep 24, 2008 at 3:14 PM, Florian Hackenberger
[EMAIL PROTECTED] wrote:
 On Wednesday 24 September 2008, Peter Neubauer wrote:
 Yes, it is a Swing app, but even doing debug output via java.logging
 Pu something like this in your startup script:

 pwd  /home/root/working_dir.txt

 and launch your application from the launcher. The working_dir.txt file
 should then contain your WD.

 Cheers,
Florian

 --
 DI Florian Hackenberger
 [EMAIL PROTECTED]
 www.hackenberger.at

 ___
 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: Mac USB Networking

2008-09-12 Thread Peter Neubauer
Yes,
the same here, I am using the Buglabs driver. I wonder if they are
experiencing the same behaviours with their devices or if this is a OM
issue?

/peter

GTalk: neubauer.peter
Skype peter.neubauer
ICQ 18762544
Phone +46704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.




On Fri, Sep 12, 2008 at 1:46 AM, Alexandre Girard [EMAIL PROTECTED] wrote:
 Hi Lally,

 Here are some notes I took when configuring the USB networking, it's
 not really different from the wiki page.

 It's working great on my macbook ( and with image 2008.8), it might
 help you:

 * Install AJZaurusUSB driver on mac: 
 http://www.dsitri.de/wiki.php?page=AJZaurusUSB
 * After reboot, configure USB networking in Network pref panel:

 IP-V4: manual
 IP-Addr:  192.168.0.200 (you can use anything in 192.168.0.* but OM is
 configured by default to use 192.168.0.200 as the external gateway)
 Subnet:   255.255.255.0 (should be the default - see tip below if have
 issue with these settings)
 Router:   192.168.0.202 (not actually needed, OS X can figure this out
 for itself, unless you have other conflicting configurations)

 * Connect openmoko and: ssh [EMAIL PROTECTED]
 * hotplug problem, disconnected network - change usb port, reboot
 computer
 * Some crash on the mac if you boot/shutdown with the usb plugged

 Alex

 El 12/09/2008, a las 0:25, Lally Singh escribió:

 Hey all,

  Just got the FR yesterday (nice physical design).  I installed the
 patched network driver listed under Apple CDC Ethernet driver
 10.5.x, and the Networking pane shows a USB serial connection, but no
 ethernet.  It also does not show up as enXX in ifconfig.

  This is OS X 10.5.4.  I can use dfu-util fine.  But, I haven't found
 a way to get the wifi working yet, so the device is networkless.

  Anyone else have a mac with a working usb networking setup?  What'd
 you do?  I'll happily update the wiki with the result.

 Here's my ifconfig when the device is plugged in (this was right
 before I did the dfu-util reflash):
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
   inet 127.0.0.1 netmask 0xff00
   inet6 ::1 prefixlen 128
   inet6 fd5d:a24b:2849:fed7:217:f2ff:fece:65ba prefixlen 128
 gif0: flags=8010POINTOPOINT,MULTICAST mtu 1280
 stf0: flags=0 mtu 1280
 en0: flags=8863UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST mtu 1500
   ether 00:17:f2:ce:65:ba
   media: autoselect status: inactive
   supported media: autoselect 10baseT/UTP half-duplex 10baseT/UTP
 full-duplex 10baseT/UTP full-duplex,hw-loopback 10baseT/UTP
 full-duplex,flow-control 100baseTX half-duplex 100baseTX
 full-duplex 100baseTX full-duplex,hw-loopback 100baseTX
 full-duplex,flow-control 1000baseT full-duplex 1000baseT
 full-duplex,hw-loopback 1000baseT full-duplex,flow-control none
 fw0: flags=8822BROADCAST,SMART,SIMPLEX,MULTICAST mtu 2030
   lladdr 00:19:e3:ff:fe:22:6b:5c
   media: autoselect full-duplex status: inactive
   supported media: autoselect full-duplex
 en1: flags=8863UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet6 fe80::219:e3ff:fe04:85c2%en1 prefixlen 64 scopeid 0x6
   inet 10.0.1.2 netmask 0xff00 broadcast 10.0.1.255
   ether 00:19:e3:04:85:c2
   media: autoselect status: active
   supported media: autoselect
 vmnet8: flags=8863UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST mtu
 1500
   inet 172.16.1.1 netmask 0xff00 broadcast 172.16.1.255
   ether 00:50:56:c0:00:08
 vmnet1: flags=8863UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST mtu
 1500
   inet 172.16.74.1 netmask 0xff00 broadcast 172.16.74.255
   ether 00:50:56:c0:00:01

 Thanks in advance!

 -ls

 --
 H. Lally Singh
 Ph.D. Candidate, Computer Science
 Virginia Tech

 ___
 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


Launch scripts for Java app?

2008-09-10 Thread Peter Neubauer
Hi there,
thanks for all the effort over here, I think OM is a very cool
tinkering platform!

I would like to get an Icon on the Idle Screen and some name in the
task list for my little Java-SWT app. Is there any tutorial on how to
do that?

Cheers

/peter

GTalk: neubauer.peter
Skype peter.neubauer
ICQ 18762544
Phone +46704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.

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


Disable keyboard prediction in order to use languages other than English

2008-09-10 Thread Peter Neubauer
Hi there,
is there any info on the workings of the defautl keyboard? I am trying
to write in Swedish but get English suggestions all the time. Any way
to configure that?

/peter

GTalk: neubauer.peter
Skype peter.neubauer
ICQ 18762544
Phone +46704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.

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


Volume control in Media Players?

2008-09-10 Thread Peter Neubauer
Hi there,
another problem I encountered is the the Qtopia and OM media player apps do not
have any way to control the volume. Am I missing something?

Cheers

/peter

GTalk: neubauer.peter
Skype peter.neubauer
ICQ 18762544
Phone +46704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer

http://www.neo4j.org - New Energy for Data - the Graph Database.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.

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