Re: MC Navi released

2010-02-12 Thread Timo Juhani Lindfors
Mike Crash m...@mikecrash.com writes:
 Yes, I used reprepro too, but the result uploaded to FTP. May be I was missed
 something when uploading. is there a way to sync local directory to FTP?
 Also it would be nice to sign the repository.

I'm using rsync but I imagine ftp should work too. You don't have
directory listing allowed on the server which makes it bit harder to
debug remotely :-)

Maybe you forgot to upload the Sources.gz file? It has a checksum

$ wget -q -O - 
http://www.gps-routes.info/debian/dists/sid/main/source/Sources.gz | zcat | 
grep mcnav
Package: mcnavi
Binary: mcnavi, mcnavi-osm2mcmap
Directory: pool/main/m/mcnavi
 222f7599dc035aba4078acc0241eb0c9 559 mcnavi_0.2.4.dsc
 dfc9537fbb82c30a3829e7a71119e28d 816501 mcnavi_0.2.4.tar.gz
 4f12fc01d4c4f399fa04f3d74ac42923df14bb9e 559 mcnavi_0.2.4.dsc
 5c57a4e871babeceb4c4de3ba5bc05f26d9b1d8d 816501 mcnavi_0.2.4.tar.gz
 4794b8ab1bb8161acd61f4a3ee9a1ab9f8b7c99e14cc0a7fdffa13ed238196ca 559 
mcnavi_0.2.4.dsc
 0a036d821834170be774144cffa8571b6f5c911b4a7d752e4cf84ec41a8c233b 816501 
mcnavi_0.2.4.tar.gz

that does not match the dsc file anymore:

$ md5sum mcnavi_0.2.4.dsc.FAILED 
d39fd673d65e80e33f8108b6fc7e7c52  mcnavi_0.2.4.dsc.FAILED




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


Re: MC Navi released

2010-02-12 Thread David Garabana Barro
On Friday 12 February 2010 07:19:24 Mike Crash wrote:

 I'm preparing for some countries downloads.

Do you use the same bin format as navit?

If so, there are preprocesed countries in this URL:

http://downloads.cloudmade.com/

Is there any opkg of your program fot trying it on SHR?

Thank you


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: MC Navi released

2010-02-12 Thread Neil Jerram
On 12 February 2010 07:50, Mike Crash m...@mikecrash.com wrote:

 Yes, I used reprepro too, but the result uploaded to FTP. May be I was missed
 something when uploading. is there a way to sync local directory to FTP?

lftp can do that.  It has a mirror command.

 Neil

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


Re: MC Navi released

2010-02-12 Thread Neil Jerram
On 12 February 2010 09:22, David Garabana Barro da...@garabana.com wrote:

 Is there any opkg of your program fot trying it on SHR?

I haven't done it myself, but I've often heard people say that opkg
can install a .deb

  Neil

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


Re: MC Navi released

2010-02-12 Thread Margo
On 11 February 2010 20:47, Mike Crash m...@mikecrash.com wrote:

 After preview about month ago here is finally first public version of MC
 Navi. Keep in mind it is still in hard development and this day I found some
 bugs, which are not yet fixed in this release (I didn't want to stop the
 release, because it is never-ending story).

 So if somebody wants to try, all information is on [1]. I have moved it to
 other site, because here is also Debian repository. Download source code and
 packages for Debian armel/i386/AMD64.

 [1] http://www.gps-routes.info/index.php?name=Contentpa=showpagepid=1


I can't install it on qtmoko:

neo:~# apt-get install mcnavi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mcnavi: Depends: libecore-evas-svn-05 (= 0.9.9.063) but it is not installable
  Depends: libecore-svn-05 (= 0.9.9.063) but it is not installable
  Depends: libedje-svn-05 (= 0.9.92.063) but it is not installable
  Depends: libevas-svn-05 (= 0.9.9.063) but it is not installable
  Depends: libgcc1 (= 1:4.4.0) but 1:4.3.2-1.1 is to be installed
  Depends: libgps18 (= 2.39) but it is not installable
E: Broken packages

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


Re: MC Navi released

2010-02-12 Thread Timo Juhani Lindfors
Margo keegiv...@gmail.com writes:
 I can't install it on qtmoko:

Mixing binary packages between distributions is generally a bad
idea. In this case they probably use different package names and
version numbers.

Does qtmoko have E17? What are the names of the packages?

   mcnavi: Depends: libecore-evas-svn-05 (= 0.9.9.063) but it is not 
 installable
   Depends: libecore-svn-05 (= 0.9.9.063) but it is not installable
   Depends: libedje-svn-05 (= 0.9.92.063) but it is not installable
   Depends: libevas-svn-05 (= 0.9.9.063) but it is not installable
   Depends: libgcc1 (= 1:4.4.0) but 1:4.3.2-1.1 is to be installed
   Depends: libgps18 (= 2.39) but it is not installable


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


Re: MC Navi released

2010-02-12 Thread Margo
On 12 February 2010 13:55, Timo Juhani Lindfors timo.lindf...@iki.fi wrote:
 Margo keegiv...@gmail.com writes:
 I can't install it on qtmoko:

 Mixing binary packages between distributions is generally a bad
 idea. In this case they probably use different package names and
 version numbers.

 Does qtmoko have E17? What are the names of the packages?


There's a package named e16 in the repository. But no packages named
libecore, libedje, libevas or libgps18 (but there is libgps17).
libgcc1 is version 1:4.3.2-1.1

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


Advance planning for SHR-Stable release party :)

2010-02-12 Thread rakshat hooja
I am not very sure when SHR Stable will be released (I assume in the next 2
months) but it would be great if we could plan small SHR stable release
parties across the world. Basically these would be SHR and other OM distro
users (and interested friends and family) getting together for a drink and
some food (and accompanieng geek talk/ distro wars/ show off my
customizations are cooler than yours etc) to celebrate the SHR Stable
release.

I would be willing to host a party in New Delhi, India

Also if there is enough interest we could start a wiki page to coordinate
this.

Rakshat


-- 
--
Please use Firefox as your web browser. Its protects you from spyware and is
also a very feature rich browser.
www.firefox.com
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Advance planning for SHR-Stable release party :)

2010-02-12 Thread Alishams Hassam
On Fri, 2010-02-12 at 17:57 +0530, rakshat hooja wrote:
 I am not very sure when SHR Stable will be released (I assume in the
 next 2 months) but it would be great if we could plan small SHR stable
 release parties across the world. Basically these would be SHR and
 other OM distro users (and interested friends and family) getting
 together for a drink and some food (and accompanieng geek talk/ distro
 wars/ show off my customizations are cooler than yours etc) to
 celebrate the SHR Stable release.
 
 I would be willing to host a party in New Delhi, India 
 
 Also if there is enough interest we could start a wiki page to
 coordinate this.
 
 Rakshat
 
Depending when it is, I may be able to organize one in Vancouver BC,
though I don't know if there are more than a handful of FR users in the
metro region. 


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


Re: [qtmoko] New significant speedups coming to FreeRunner

2010-02-12 Thread Patryk Benderz
[cut]
 This is an installer-image which will flash to nand, but you can flash to
 nand using dfu-util by flashing the files 'kernel.img' (== uImage) and
 'rootfs.img' (== jffs2).
 
 Ghislain
And which of files is kernel with nodebug?

-- 
Patryk LeadMan Benderz
Linux Registered User #377521
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments


Email secured by Check Point

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


Re: [qtmoko] New significant speedups coming to FreeRunner

2010-02-12 Thread Alishams Hassam
On Fri, 2010-02-12 at 13:39 +0100, Patryk Benderz wrote:
 [cut]
  This is an installer-image which will flash to nand, but you can flash to
  nand using dfu-util by flashing the files 'kernel.img' (== uImage) and
  'rootfs.img' (== jffs2).
  
  Ghislain
 And which of files is kernel with nodebug?
 
It's kernel.img


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


Re: AW: What to do with a broken touchscreen?

2010-02-12 Thread Helge Hafting
Neil Jerram wrote:
 On 10 February 2010 11:57, Helge Hafting helge.haft...@hist.no wrote:
[...]
 That did the trick! Thanks for the tip - an easy repair when
 one knows.
 
 Could you explain more, because I think I have this problem too.  How
 do you make a suitable glue strip, and how and where do you apply it?
 If you think it would help, could you take a photo?

The fix is easy. The glue strip is ordinary transparent tape. Any 
supermarket or office supply shop should have it. Get a roll of tape,
tear off a short strip, press it down on the bad part of the touchscreen
where it will stick. Then tear it slowly off again.

My touchscreen became unstuck at the first try. If yours doesn't,
try a few times more. Note that the dent in the screen does not go away, 
but the troublesome behaviour ends.



If you want to see what exactly the touchscreen is doing, then turn
on the X mouse cursor. Open /etc/X11/Xserver in an editor. Search for
GTA02. In that section, you'll find -hide-cursor. Remove that word.
(You may want to make a copy of the original file first, so you can
restore normal behaviour later.)

Then restart X ( /etc/init.d/xserver-nodm restart)  or reboot.
if the cursor don't show up after that, start the terminal
app and click in the middle of the terminal. The cursor should show 
after that.

The visible mouse cursor should stay under your finger whenever
you press the screen. If you have a dented bad spot on the
screen, then the cursor will jump to that place all the time,
and cause fake mouseclicks there which can be extermely annoying.

Apparently, a dent in the screen compresses the touch-sensitive layer. 
Pulling out with some tape seems to fix that.

Helge Hafting

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


Re: [Shr-User] Alternatives to FR

2010-02-12 Thread Helge Hafting
Margo wrote:

 The Officer S101 seems interesting:
 http://www.road.de/en/handypcs/officer.html
 http://blog.hackable1.org/2009/08/running-hackable1-on-the-road-officer-s101.html

Wow. At least a _useable_ hw keyboard. That is, one that has a couple
of keys to the right of 'p' and 'l'. Which is necessary for so many
non-english languages. A top row ending in 'p' is useless.

Helge Hafting

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


Re: MC Navi released

2010-02-12 Thread Timo Juhani Lindfors
Margo keegiv...@gmail.com writes:
 There's a package named e16 in the repository. But no packages named

My understanding is that you need E17 but I can be wrong.

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


Re: [qtmoko] New significant speedups coming to FreeRunner

2010-02-12 Thread Patryk Benderz
Dnia 2010-02-12, pią o godzinie 04:57 -0800, Alishams Hassam pisze:
 On Fri, 2010-02-12 at 13:39 +0100, Patryk Benderz wrote:
  [cut]
   This is an installer-image which will flash to nand, but you can flash to
   nand using dfu-util by flashing the files 'kernel.img' (== uImage) and
   'rootfs.img' (== jffs2).
   
   Ghislain
  And which of files is kernel with nodebug?
  
 It's kernel.img
Thanks, I made little test. I used this kernel with SHR-T. System loaded
fast (~30s) , applications loads fast, but all graphics related
activities like screen scrolling are painfully slow and look like a
slide show. Would you kindly advise me a better nodebug kernel for tests
with SHR-T?

-- 
Patryk LeadMan Benderz
Linux Registered User #377521
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments


Email secured by Check Point

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


Re: [Shr-User] Advance planning for SHR-Stable release party :)

2010-02-12 Thread rakshat hooja
On Fri, Feb 12, 2010 at 8:45 PM, Sebastian Spaeth sebast...@sspaeth.dewrote:

 On Fri, 12 Feb 2010 17:57:18 +0530, rakshat hooja raks...@gmail.com
 wrote:
  I am not very sure when SHR Stable will be released (I assume in the next
 2
  months) but it would be great if we could plan small SHR stable release
  parties across the world. Basically these would be SHR and other OM
 distro
  users (and interested friends and family) getting together for a drink
 and
  some food (and accompanieng geek talk/ distro wars/ show off my
  customizations are cooler than yours etc) to celebrate the SHR Stable
  release.

 hehe, given that we don't have an shr-stable manager, I see little hope
 for this at the moment. I am currently in the process of updating
 shr-testing in a new branch, and when that is pushed out, I will
 basically rename shr/testing2009 to shr/stable. However, I will not be
 able to make sure that any upgrades from one stable to the next stable
 will work, I simply don't have the time (or motivation) for that.

 spaetz



When you rename it SHR/stable SHR Stable would have been released and we can
have our celebrations :) Nomenclatures matter! And from your mail I infer
there will be a next stable release also :)  Thanks for the great work you
are doing.

Rakshat

PS - So are we looking at a Feb or March renaming or testing to stable?
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Re: [qtmoko] New significant speedups coming to FreeRunner

2010-02-12 Thread neo

 Thanks, I made little test. I used this kernel with SHR-T. System loaded
 fast (~30s) , applications loads fast, but all graphics related
 activities like screen scrolling are painfully slow and look like a
 slide show. Would you kindly advise me a better nodebug kernel for tests
 with SHR-T?

I used this one for testing on SHR-U
http://activationrecord.net/radekp/qtmoko/download/experimental/

However, this kernel reveals problems with fso when trying to register GSM. 
There are supposed to be solutions for that, but neither worked for me.

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


Videos of FOSDEM 2010 available now

2010-02-12 Thread Serdar Dere
Hi there,

the main talks and lightning talks are online now.
http://video.fosdem.org/2010/

No openmoko videos available, sorry.

Greetings Serdar

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


Re: MC Navi released

2010-02-12 Thread Mike Crash

 Omlouváme se, ale tato sekce je p#ístupná pouze pro administrátory 

There is a flag to switch to english language on gps-routes.info

 Failed to fetch
 http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_0.2.4.dsc 
 Hash Sum mismatch
 Failed to fetch
 http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_0.2.4.tar.gz 
 Hash Sum mismatch 

I have uploaded dists directory to wrong directory on ftp server (to dists
itself), so it doesn't match, I have fixed it and it should work now

 Is there any opkg of your program fot trying it on SHR? 

For SHR I have no binaries, it needs to recompile with different libraries.
I work on Debian so I provide only Debian packages. 

 I can't install it on qtmoko: 

You need E17 EFL's, it will not work on qtmoko

 Do you use the same bin format as navit? 

No, I'm using different, because it works entirely different than navit. It
was my first attempt to speed up navit, but I have gave up - hard to change
other's code

-- 
View this message in context: 
http://n2.nabble.com/MC-Navi-released-tp4556580p4563699.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


[SHR] Application for desktop categories

2010-02-12 Thread Michael Smith
The number of applications on the SHR Illume desktop was getting to be a 
problem for me so I wrote a program which will rename batches of .desktop files 
to a different extension and hide them. The blog post is here:

http://glitch.tl/deskcat.html

Screenshot: http://artifacts.glitch.tl/DESKCAT-0.2-screenshot.png
Package: http://opkg.glitch.tl/deskcat_0.3_arm.ipk
Source: http://glitch.tl/cgi-bin/hgwebdir.cgi/home/host/glitch.tl/repos/deskcat/

Important: read the whole blog post before installing the package. This is 
somewhat experimental.

Basically you define categories in the application and assign a category to any 
application. The application creates desktop launchers which will rename any 
managed .desktop files in /usr/share/applications to a different extention if 
they are not in the desired category.

One problem with this application is that it does create quite a few .desktop 
files of its own and they do clutter the place up. The category icons could be 
put into categories of their own but that would make navigating slower.

Please reply with any comments, complaints and feature requests. One thought I 
had after getting the application to work on the phone is that I could reduce 
the number of icons by using the GUI application to switch categories. Doing it 
that way would be slower and require more finger presses, but it would be 
tidier.
-- 
Michael Smith
+61 416 062 898
http://glitch.tl

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


Re: Alternatives to FR

2010-02-12 Thread Lowell Higley
On Sun, Jan 10, 2010 at 2:45 PM, Paul Fertser fercer...@gmail.com wrote:



 Lowell Higley higleylh-re5jqeeqqe8avxtiumw...@public.gmane.org
 writes:
  So I would say that no, the device drivers will not be open
  source. I would say the developer community would be provided with
  binary kernel modules.

 I guess that would be very likely to be considered a GPL violation
 then.


I guess I should read the mailing lists more often. Food for thought, not
even android is GPL.  Since this thread, I have found their SDK license.
I'm not a lawyer so it is thoroughly confusing to me.  Some things seem to
be open source and others are not. If I read their license right, their
Plazma OS (which is linux based) is not open source... which to me IS a GPL
violation.  Again.. not a lawyer.  I'm thinking of sending the license on to
an acquaintance at the FSF and getting his read.  If anyone is interested,
I'll update here.  If not, I won't.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community