Re: Best thing to run on Freerunner and Neo1973 machines today?

2009-02-19 Thread nick d.
Daniel,

Can you detail further how you got this GPS position thing working?
What client/server did you use?

Cheers


On Thu, Feb 19, 2009 at 6:52 AM, Daniel Benoy dan...@benoy.name wrote:
 I'm having lots of fun with Debian.  I put an 8GB card in my freerunner, and 
 put Debian, zhone, and illume on it.  (Illume is a fairly recent development, 
 and it still doesn't work quite right.  Here's how you install it if you're 
 interested: http://wiki.openmoko.org/wiki/Debian#Illume)

 Some spiffy projects once you get your OS going:
 - Bluetooth headsets
 - GPRS internet access
 - GPS (I made a page on my Blog that plots my position when the phone is 
 online.  It involved setting up dynamic DNS using bind on my personal server. 
  Fun stuff!)
 - Maybe some games like ScummVM

 I'm also interested trying to set up some VoIP stuff but I've yet to find any 
 really suitable software.

 On Wednesday 18 February 2009 06:33:56 you wrote:
 Hiya gang,

 After a few months of ignoring the OpenMoko scene while I concentrated
 on other things (beagleboard/openpandora) I find myself looking at my
 neo1973 and freerunner gear, and thinking its time to do something
 interesting with these devices again.  But I have no idea what is
 going on with the FR these days ..

 So, I turn to you guys: what would you recommend I put on both/either
 of these machines for a bit of fun today? FDOM, SHR, something else?
 In terms of easy-to-get fun factor, what do you guys suggest?

 ;
 --
 Jay Vaughan





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




 --
 Daniel Benoy
 http://daniel.benoy.name
 --
 Daniel Benoy
 http://daniel.benoy.name

 ___
 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


[2008.* | Qtopia and whatever else uses Qtopia PIM] Sqlite DB speed trick

2009-01-07 Thread nick d.
Saw this on reddit the other day and thought it might help [1].

sqlite3 has a vacuum command which does a few nifty things to
compact your database [2] in which the example shows you can do it to
your firefox 3 sqlite db files to increase performance (in things like
the awesome bar etc). I thought I might try this on my phone as I know
the qtopia PIM suite uses sqlite3. So to do this on 2008.* (and
assuming this works on Qtopia distro):

0. make sure you have sqlite3 and lsof installed
 opkg install sqlite3 lsof

1. check your file sizes for comparison:
  ls -l ~/Applications/qtmail/qtopia_db.sqlite
  ls -l  ~/Applications/Qtopia/qtopia_db.sqlite

2. stop your xserver to remove the lock on the db files:
   /etc/init.d/xserver-nodm stop

3. check to make sure nothing is using the files
  lsof ~/Applications/qtmail/qtopia_db.sqlite
  lsof ~/Applications/Qtopia/qtopia_db.sqlite

4. Compact
 sqlite3 ~/Applications/qtmail/qtopia_db.sqlite
 sqlite3 ~/Applications/Qtopia/qtopia_db.sqlite

5. Restart X
 /etc/init.d/xserver-nodm start

6. Check file sizes again
 ls -l ~/Applications/qtmail/qtopia_db.sqlite
  ls -l  ~/Applications/Qtopia/qtopia_db.sqlite

7. ???

8. Profit!


This reduced my filesize from 195584 to 97280 for my
qtmail/qtopia_db.sqlite file. I can't work out how to test performance
other than experientially because of my lack of knowledge of qtopia
debugging. Hopefully this means less files to load in memory which
should equate to slightly quicker performance. It certainly worked for
my firefox.

 Do at your own risk! Although I'm sure that sqlite's own locking
mechanisms will stop you from nuking your db files. Good luck! And let
me know of your success (definitely not failure)! :P

-Nick


Refs

1.http://www.gettingclever.com/2008/06/vacuum-your-firefox-3.html
2. http://www.sqlite.org/lang_vacuum.html

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


Re: Abwesenheitsnotiz community Digest, Vol 110, Issue 85

2008-12-21 Thread nick d.
I can't get enough of these! Keep us posted!

/s

2008/12/21 Oguz Varol oguz.va...@wgzbank.de


 Betrifft: Ihre Nachricht vom 21.12.08 12:00:02


 Ich bin ab dem 29.12.08 wieder im Hause der WGZ Bank erreichbar. In
 dringenden Fällen wenden
 Sie sich bitte an meine Kollegen aus dem IT-PM.

 I am currently out of office and will be back the 29.12.2008. For any
 urgent matter, please contact
 the usual suspects.


 Mit freundlichem Gruß / Best Regards
 Dr. Oguz Varol


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


Re: New home for the New FDOM

2008-10-30 Thread nick d.
A screen should show up. It won't if your accelerometers aren't working. To
check this run:

hexdump /dev/input/event2

which should give you output from the accelerometer that openmoocow uses.

If you're using FDOM try replacing neod with a different copy to see if that
solves it. Some people have reported accelerometers starting only once every
few boots so try rebooting. Here's a neod that works for me:

cd /tmp
wget http://westhoffswelt.de/data/blog/moko_eightball/neod
cp neod /usr/bin/neod
chmod u+x /usr/bin/neod

Happy mooing!

-Nick

On Fri, Oct 31, 2008 at 9:49 AM, Jonathan Schultz [EMAIL PROTECTED]wrote:

  I believe it is a combination of inestability of accelerometers and
  sound if any of those elementes doesn't work mookow, still silent on
  even it doesn't open at all, it uses to work with the Neo just rebooted.
  as experiment you can  execute the Moocow throug  terminal and if no
  detect any sound device it will log the moos in the terminal.

 When I execute openmoocow through the terminal I see no output
 whatsoever.  Is it supposed to open a screen or does it only do sound?

 ___
 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: Contacts - Fdom vs. OM2008.8

2008-10-28 Thread nick d.
Hmm i found that too Yaroslav. Would definitely be handy. Also the keyboard
is almost incompatible. When you type in a name and select it, the keyboard
puts in a space character which yields no results until you backspace. Is
there a way to get the keyboard to lose predictive text so it can sort on
the fly?

-nick

On Tue, Oct 28, 2008 at 3:11 PM, Yaroslav Halchenko site-openmoko.org@
onerussian.com wrote:

   ps : well , fdom is not V om , those guys are working on stability
 thing ,
   we are working on feature , funny , fat and dirty things!
  One of those dirty things is change config files, the standard 2008.9
  has this feature you only have tell it to not be so shy and show it :)
  If you look at the FDOMizer. script you will find all the dirty thing we
  have done to it :)
 according to git log and
 http://lists.openmoko.org/pipermail/commitlog/2008-September/006060.html

 holger enabled it in qtopia build in september ... but for some reason
 it wasn't enabled by default

 also it seems to be not 'patched' in the view of contacts whenever it is
 called from the dialer (person icon) -- and that is the most often
 place where I look for contacts... now I will need to start contacts
 first I guess, heh heh

 or may be Holger would add 1 more patch in the right spot? ;-)

 --
  .-.
 =--   /v\  =
 Keep in touch// \\ (yoh@|www.)onerussian.com
 Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



 ___
 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 nick d.
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


Re: GPS sensitivity

2008-10-27 Thread nick d.
Online mode: http://wiki.openmoko.org/wiki/Neo_FreeRunner_GPS#Assist_Online

I've signed up for an account but not sure if the scripts worked for me or
not. Haven't tested it fully.

Make sure you update the wiki if you have any success or more information.

-Nick

On Tue, Oct 28, 2008 at 6:24 AM, Johny Tenfinger [EMAIL PROTECTED]wrote:

  So, given that both the Neo 1973, and the Freerunner apparently
  have AGPS capabilities, I think that what needs to be figured
  out is how to send out AGPS data from community servers. Anyone
  with any thoughts on this?

 Neo1973 doesn't have AGPS capability, but FreeRunner has, and some
 time ago on this mailist was program to do GPS assistance in online
 mode - I don't know if it works, but when I have fix and I'm doing
 warm reset of FR GPS, it gets fix in ~5 seconds, so I'm think this
 result is also possible with working AGPS.
 dos

 ___
 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: Fdom speed (was Re: New home for the New FDOM)

2008-10-27 Thread nick d.
Denis is right. It's trying to do a reverse DNS lookup. This plauges all
incorrectly configured linux distros. At least every so often on any one I
use.

Gestures daemon does use a bit but only 5% I believe. Just check with top. I
turn it off anyway as I don't use it at the moment:

update-rc.d -f gesd-neo2 remove

I think...
-Nick

On Tue, Oct 28, 2008 at 5:18 AM, Leonti Bielski [EMAIL PROTECTED] wrote:

 I think something is lowing down FDOM, maybe this is gestures daemon
 (someone at some point said it eats a lot of CPU power)?
 And another thing - it takes years to login via ssh to Freerunner with
 FDOM.
 With other distributions I just enter 'ssh [EMAIL PROTECTED]', press
 Enter and immediately press Enter when it asks for password.
 But with FDOM I actually have to wait till it gives me password promt.
 This happens not only with the lates distribution but with all FDOM I
 tried.
 But I still use sometimes to check for new things available for Freerunner.
 Leonti

 ___
 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: Auto-reject incoming phone calls

2008-10-27 Thread nick d.
lanzo I don't believe FDOM (2008.x) uses FSO as middleware...yet.

-Nick

On Tue, Oct 28, 2008 at 8:59 AM, lanzo [EMAIL PROTECTED] wrote:




 member kamituel wrote:
 
  script works on the FSO and is using Call and SMS DBus interfaces.
 
  Kamil
 
  #!/usr/bin/python
  import dbus
  [...]
 

 I am trying executing this script in FDOM but i get lots of errors (see
 below)...
 is there an easy way to make it work with this distro too?

 [EMAIL PROTECTED]:~# ./auto-reject.py
 Traceback (most recent call last):
  File ./auto-reject.py, line 14, in module
gsm_device_obj = bus.get_object( 'org.freesmartphone.ogsmd',
 '/org/freesmartphone/GSM/Device' )
  File /usr/lib/python2.5/site-packages/dbus/bus.py, line 244, in
 get_object
follow_name_owner_changes=follow_name_owner_changes)
  File /usr/lib/python2.5/site-packages/dbus/proxies.py, line 241, in
 __init__
self._named_service = conn.activate_name_owner(bus_name)
  File /usr/lib/python2.5/site-packages/dbus/bus.py, line 183, in
 activate_name_owner
self.start_service_by_name(bus_name)
  File /usr/lib/python2.5/site-packages/dbus/bus.py, line 281, in
 start_service_by_name
'su', (bus_name, flags)))
  File /usr/lib/python2.5/site-packages/dbus/connection.py, line 607, in
 call_blocking
message, timeout)
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown:
 The name org.freesmartphone.ogsmd was not provided by any .service files
 [EMAIL PROTECTED]:~#


 tnx very much
 lanzo
 --
 View this message in context:
 http://n2.nabble.com/Auto-reject-incoming-phone-calls-tp1375533p1384780.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

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


Re: led blinking during suspend?

2008-10-27 Thread nick d.
Marcel,
Andy has already spoken of this. The second CPU is called a PMU and would be
troublesome with user-access, in that the user would have access to upgrade
the PMU and consequently be able to brick it. Difficult in an open scenario
such as the Freerunner I guess.

-Nick

On Tue, Oct 28, 2008 at 5:30 AM, Marcel [EMAIL PROTECTED] wrote:

 Am Monday 27 October 2008 20:14:29 schrieb Richy:
  As far as I understood, you should be able to have the LEDs _on_ even
  during suspend.
  AFAIK the cell phone wakes up, when receiving a call. So you could
  signalize missing calls with LED on and SMS with different colors or
  something like that..

 But a permanently turned on LED would drain (how much?) power, too. Maybe
 we
 would need some really low power second cpu that is only there to flash
 LEDs
 etc - I've read about that technique somewhere, didn't the N810 have it?

 -Marcel

 ___
 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: Value of headsets and pouches for 10 pack orders?

2008-05-17 Thread nick d.
Hi Aus people,

Neil: the info I got was referred to me by another Brisbane guy who pointed
me to the Buying over the internet page [1] which is where I got the 5%
from (check the table down the bottom).

Dennis: I did the UPS one and it came to around $170 which is drastically
different from $70 so maybe I did something wrong there. Nice work
interrogating Customs btw ;)

In summary, I'm clueless as to a definitive answer. Alex you work for the
ADO, so you must speak government-ese, maybe you can bring some clarity to
our situation...

-Nick

[1] http://www.customs.gov.au/site/page.cfm?u=5549


On Fri, May 16, 2008 at 9:37 PM, NeilBrown [EMAIL PROTECTED] wrote:

 On Fri, May 16, 2008 3:59 pm, nickd wrote:
  That's strange. I'm in Brisbane and it worked out cheaper to buy in
  bulk. I estimated the postage as $70 for the bulk and $50 for individual
  (using AusPost's Int. parcel calculator). What was your
  postage/calculations? I've attached the worksheet I used to come to my
  amount.
 

 Maybe I'm missing something obvious, but where did you get the
 5% figure from?

 Looking at the different tariff classes in

 http://www.customs.gov.au/site/page.cfm?u=4273

 The openmoko could only possibly fall in section 16 and chapter 85.

 Of those the closest fit seems to be item 8517.
 (See http://www.customs.gov.au/webdata/resources/tariff/chapter85notes.pdf
 )
 According to
  http://www.customs.gov.au/webdata/resources/tariff/chapter85goods_b.pdf
 there are several subclasses of 8517, but the closest seems to be
 8517.12.00 - Telephones for cellular networks or for other
wireless networks

 which is Free of import duty.

 However I couldn't find Computer or PDA in Chapter 85, so
 maybe I'm missing something.

 But the above suggests that if the package is marked that it contains
 Cellular Telephony Devices (sounds more impressive than 'mobile phones')
 they should be customs-free ???

 NeilBrown


 ___
 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