Kernel 3.x and Freerunner

2014-01-30 Thread Mike Crash
Hello,

last two years I was busy with other private stuff, now I have returned
to my old projects and also my Neo. I have completely rewritten my
software and I want to compile it for Neo. But new software is not
compatible with old kernel (for example udev).

I have tried to boot up Neo and what a surprice, everything works as 2
years ago. Only battery has half of capacity...

I want to ask if there was some progress in support of Neo Freerunner in
stock kernel. I still use old 2.6.29 with openmoko modifications, is it
possible to use kernel 3.13? I don't need phone functionality, only
display, audio and gps. I have looked around, there are some Neo stuff
in stock kernel, but I don't know, if it is usable. Please can anybody
tell me, what's the situation now? Have anybody tried new stock kernels?

Thank you

Mike



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: MCNavi 0.3.1 released

2012-01-12 Thread Mike Crash
OK, version 0.3.2 is available for download at [1] and a testing map of
Cyprus is available at [2], I have also Czech republic, but it is not
actual, so I will regenerate it. Other maps are not available yet, although
the links were not deleted and I will update it through time.

I have already found one bug in coastlines generation, which prevent
conversion if Iceland, so expect new version soon.

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



Martin Jansa wrote
 
 On Thu, Nov 17, 2011 at 5:36 PM, Mike Crash lt;mike@gt; wrote:
 Hi,

 please wait some time for new version, there are some major changes, that
 make current release not compatible. I'm working on coastlines generation
 and it seems to be a little complicated.
 
 Is there some public repository where we can see the development and
 send patches against?
 
 Do you have any estimate when new version will be finished or do you
 have patch for older version to support newer gpsd-2.96? There is few
 API changes:
 | mgps.cc: In function 'void mgps_process(gps_data_t*, char*, size_t,
 int)':
 | mgps.cc:73:35: error: 'struct gps_fix_t' has no member named 'eph'
 | mgps.cc:91:34: error: 'struct gps_fix_t' has no member named 'eph'
 | mgps.cc:113:19: error: 'struct gps_data_t' has no member named
 'satellites'
 | mgps.cc:121:21: error: 'struct gps_data_t' has no member named
 'satellites'
 | mgps.cc:121:66: error: 'struct gps_data_t' has no member named
 'satellites'
 | mgps.cc: In function 'void* mgps_thread(void*)':
 | mgps.cc:161:44: error: 'gps_set_raw_hook' was not declared in this scope
 | mgps.cc:166:36: error: 'gps_query' was not declared in this scope
 | mgps.cc:180:26: error: 'gps_poll' was not declared in this scope
 | mgps.cc: In function 'mgpsdata* mgps_init()':
 | mgps.cc:194:60: error: too few arguments to function 'int
 gps_open(const char*, const char*, gps_data_t*)'
 | /OE/shr-core/tmp-eglibc/sysroots/nokia900/usr/include/gps.h:1430:12:
 note: declared here
 
 Cheers,
 
 ___
 Openmoko community mailing list
 community@.openmoko
 http://lists.openmoko.org/mailman/listinfo/community
 


--
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/MCNavi-0-3-1-released-tp6755455p7179664.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: MCNavi 0.3.1 released

2011-11-17 Thread Mike Crash
Hi,

please wait some time for new version, there are some major changes, that
make current release not compatible. I'm working on coastlines generation
and it seems to be a little complicated.

Otherwise try in MySQL simly with:
1. create user osm with password osm
2. create database osm and set permissions for user osm to access it
You  an use MySQL Administrator GUI for it, please refer to MySQL
documentation.

Mike


Davide Scaini wrote:
 
 Hi Mike,
 I have now some time to try to build some maps...
 but it's not clear to me how should I set up mysql:
 In new version the convertor uses MySQL database to store the data.
 Previously it loaded all data to memory, so no large maps could be
 created.
 The connection to MySQL is done on local host, user and password is osm,
 database is osm, so create corresponding schema and user account in MySQL.
 In future releases it could be possible to change it via command line
 parameters.
 So what should I type in my terminal :D I'm not so familiar with mysql ...
 thanks
 d
 
 ___
 Openmoko community mailing list
 community@.openmoko
 http://lists.openmoko.org/mailman/listinfo/community
 


--
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/MCNavi-0-3-1-released-tp6755455p7004766.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: MCNavi 0.3.1 released

2011-09-06 Thread Mike Crash

Martin Jansa wrote:
 
 On Fri, Sep 02, 2011 at 02:53:56PM -0700, Mike Crash wrote:
 Hi,
 
 configure.ac is missing check for mysql and src/osm2mcm/db_mysql.cc
 depends on it.
 
 Also hardcoded -L/-I paths ie in
 
 src/osm2mcm/Makefile.am:
 osm2mcm_LDFLAGS = -lexpat -lm -rdynamic -L/usr/lib/mysql -lmysqlclient
 
 some mysql_config magic would be nicer (at least for cross building).
 
 Thanks!
 
 Recipe added to shr-core and old OE too
 http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=08a33257e885a905f6a0dfabf3adfbe32f08cd3e
 http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=0655368e725c6847209f627009917deeff0f
 
 Regards,
 
 -- 
 Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
 
 

You're right, but I don't know how to do it (there is no pkg-config for
mysqlclient and expat), so this is actually simpler way for me ... I will
fix it in future.

Mike


--
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/MCNavi-0-3-1-released-tp6755455p6765905.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


MCNavi 0.3.1 released

2011-09-02 Thread Mike Crash
Hello, 

after long hard work new version of MCNavi is here. There is a lot of
changes, some functionality was removed (like tourist routes - will reappear
in future in better way) due to many code changes, change in map format,
change in converter, but more functionality was added. For example there is
possibility to save bookmarks, save and load route (can be opened as
standard GPX), save and load track logs, has faster routing, can show simple
itinerary etc. For more information go to [1].

This is still beta, not all is done and some functionality may not work as
expected. Currently I'm using it actively in car and on bike and it works
quite good fro me. Currently only map of Czech republic can be downloaded,
next version will add turn restrictions and (hope) stabilize map format for
all 0.3.x versions. After that, more countries will be available for
download (or on demand).

I have released previous public version more than one year ago, but I wanted
to release something usable, therefore the huge delay.

Currently only Debian version can be installed out of the box, needs fso-gps
and edje, but works with new libgps also. But you have to compile it
yourself.


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

--
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/MCNavi-0-3-1-released-tp6755455p6755455.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: Problem converting maps. was: MC Navi 0.2.10 released

2010-10-05 Thread Mike Crash

Please wait some time for new version with completely rewritten converter, it
will allow large areas, though currently I don't know anything about
conversion time.
-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/MC-Navi-0-2-10-released-tp5158145p5604201.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: Problem converting maps. was: MC Navi 0.2.10 released

2010-09-21 Thread Mike Crash

Hi,

the output code looks good, but it seems that cities where not assigned to
country, so you have no cities and addresses (something with country
boundary).

There is new version 0.2.13 with some improvements in itinerary and routing.
This is only small update, the next big step is going forward - better map
conversion, also bigger maps and select of features in map.

Currently I use it successfully for navigation and orientation, there are
some features missing, but I will evolve it in future - slowly, only in
spare time...

Mike
-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/MC-Navi-0-2-10-released-tp5158145p745.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: Problem converting maps. was: MC Navi 0.2.10 released

2010-08-23 Thread Mike Crash

Boundaries are needed for correct assigning of cities and addresses to
country. It is actually don't needed, if routing to address is not required.
The use of continent boundary extracts (from cloudmate) is needed, because
country extract has broken boundaries - the cut area sometimes splits them.

For large memory requirements - I'm currently working on more functionality
(itinerary, click routing etc.). In parallel I think about optimizing of map
and converting process. I need small map, so optimizing is not my current
priority. But it will be next step, as I do what I want to do :). Please be
patient (I have job and family).


Thomas Franck wrote:
 
 You can successfully convert smaller regions though - just download
 precomputed
 boundary extract from
 http://www.gps-routes.info/index.php?name=Downloadsd_op=viewdownloadcid=3
 and then use with -bi option. (Still won't work for germany.osm - it is
 too large
 to fit into memory space)
 
 Oh.. ic...  though, as I stated in the other mail.. I was under the
 impression that we needed the continent boundary to do countries..?
 does that mean we can use like germany boundary and do cities and areas?
 
 

-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/MC-Navi-0-2-10-released-tp5158145p5453961.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: MC Navi 0.2.10 released

2010-07-04 Thread Mike Crash


undrwater wrote:
 
 
 is it possible to add more detail to your map conversion instructions?  I
 have tried several times to do a conversion for portions of the USA
 without
 success.
 
 I believe the problems I've had relate to the difference between .osm and
 administrative.osm files.  
 
 Thank you!
 
 Russell Dwiggins
 
 

All is here:
http://www.gps-routes.info/index.php?name=Contentpa=showpagepid=1

If you have problems with boundary data, download boundary OSM file from
Cloudmate at
http://downloads.cloudmade.com
e.g.
http://downloads.cloudmade.com/north_america/united_states/washington/washington.osm.administrative.bz2

I have not tried for US, there are only boundaries for states (e.g.
Washington), not the whole country, it may not have complete (closed
polygon) boundaries. Also you should skip the boundaries step, but this may
omit the addresses.

I will do some experiments with USA and Germany in the (near) future. The
development is not over, 0.2.11 is out with itinerary...



-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/MC-Navi-0-2-10-released-tp5158145p5252754.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: MC Navi 0.2.10 released

2010-06-28 Thread Mike Crash

I don't know, Germany is huge, so I have not even tried  to convert it. But
it would be possible to convert smaller area. As I finish some functionality
I need, the next step will be optimizing map conversion. My goal is to
convert the whole Europe in one map if possible.


Thomas Franck wrote:
 
 On 09.06.2010 14:25, Mike Crash wrote:
 
 I have released new version of MC Navi. It should be (more) stable now
 (hope) and have some improvements:
 
 Nice.. Looking forward to it.. :)
 
 
 This version needs new map, download at:
 
 Do you think it would be possible to have a Germany map there, too?
 I tried creating/converting a map the other day, but that was no good..
 :P :(
 
 Cheers,
 -- 
 Thomas
 
 -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
 The meta-Turing test counts a thing as intelligent if it seeks to apply
 Turing tests to objects of its own creation.
 -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
 
 
  
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/MC-Navi-0-2-10-released-tp5158145p5233726.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: MC Navi 0.2.10 released

2010-06-28 Thread Mike Crash

You forget -m switch, run it as

mcnavi -m belgium-map-12022010.mcm


Yaroslav Halchenko wrote:
 
 Hi Mike,
 
 sounds cool... installed Debian package from your repository, and
 downloaded belgium map just for a try:
 
 $ mcnavi belgium-map-12022010.mcm   
 Cannot open map
 
 

-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/MC-Navi-0-2-10-released-tp5158145p5233731.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


MC Navi 0.2.10 released

2010-06-09 Thread Mike Crash

Hi all,

I have released new version of MC Navi. It should be (more) stable now
(hope) and have some improvements:
- added support for orchards
- draw cycle and tourist ways (for cycle and foot)
- added GPS menu with satellites
- draw the street names

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

This version needs new map, download at:
http://www.gps-routes.info/index.php?name=Downloadsd_op=viewdownloadcid=3
If marked with (old/uncompatible - do not use), do not download it, it is
old version. I will regenerate it in some days.

-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/MC-Navi-0-2-10-released-tp5158145p5158145.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: Mcnavi Maps

2010-05-10 Thread Mike Crash

Thank you, I have added the link to MC Navi description, hope it helps.

I have also released new version 0.2.8 with satellites/sky view. Now I'm
fighting with the bugs to make it stable and to show tourist ways on map.
-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/Mcnavi-Maps-tp5029323p5031894.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: osm2mcmap (for mcnavi)

2010-04-18 Thread Mike Crash

Error opening file! means it cannot open the file for reading, it has not
started to parse it.
-- 
View this message in context: 
http://n2.nabble.com/osm2mcmap-for-mcnavi-tp4911254p4921944.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: MC Navi

2010-04-17 Thread Mike Crash

yes, I plan to add other toolkits in future, but the first will be bada
or windows. But this is very far future


On 04/09/2010 03:33 PM, arne anka [via Openmoko Public Mailinglists] wrote:
 had a short glance over the sources.
 did you mix your algorithm inseparably with  
 illume/esomething/whatever-the-name? or would it be possible to add  
 another toolkit's interface to it?
 given the current state of navit on the n900, it would be interesting to  
 maybe create an qt interface and try to run it on the n900, too.
 
 ___
 Openmoko community mailing list
 [hidden email]
 http://n2.nabble.com/user/SendEmail.jtp?type=nodenode=4877091i=0
 http://lists.openmoko.org/mailman/listinfo/community
 
 
 
 View message @ http://n2.nabble.com/MC-Navi-tp4835841p4877091.html
 To unsubscribe from MC Navi, click here
  (link removed) ==.
 
 

-- 
View this message in context: 
http://n2.nabble.com/MC-Navi-tp4835841p4918293.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: [ANNOUNCE] eStarDict

2010-04-09 Thread Mike Crash

Thank you, it would be nice

Good work

Mike
-- 
View this message in context: 
http://n2.nabble.com/ANNOUNCE-eStarDict-tp4694011p4878667.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: [ANNOUNCE] eStarDict

2010-04-08 Thread Mike Crash

Hello,

for Debian users, estardict is packaged for Neo at this repository:

deb http://www.gps-routes.info/debian sid main

It works good with Longman dictionary, but I have tried with czech-english
dictionary [1], but it doesn't works, it says incompatible dictionary (or
something like that). But it seems like good stardict dictionary, or not?

[1] http://packages.debian.org/sid/stardict-english-czech
-- 
View this message in context: 
http://n2.nabble.com/ANNOUNCE-eStarDict-tp4694011p4873296.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: MC Navi

2010-04-06 Thread Mike Crash

It's up to everyone to try and cry.

But for me - I want functionality, that is not present in both navit and
tangogps. And I want functionality, that is not present in any navigation I
know.

1. Create route by clicking on crossroads - I need it for cycling (not
implemented yet)
2. Sport tester with stopwatch, distance meter and track log (running,
cycling), what I missing is pulse meter (what about bluetooth sensor?)
3. show tourist roads and cycle roads (not implemented yet)
4. switch different views of map  - car/cycle/foot/... (not implemented yet)
5. save and upload track logs to web
6. contours
and anything what I find usefull

I know, I'm at the beginning. And if someone finds it useful, I will be
glad.

And what about TangoGPS? Very good bitmap navigation, I use it too, but
needs large amount of data to download, hard to update maps, no navigation
at all etc.
And navit? On freerunner unusable, very slow redraw, very slow routing, ugly
voice, hard to extendible


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

2010-04-05 Thread Mike Crash

OK, MC Navi 0.2.6 was out and now 0.2.7 is out :)

What's new:
- bookmarks
- added chrono and distance meter
- improved gpx logging
- basic config file

Also some converted countries are for download.

More info here:

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

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


MC Navi

2010-04-01 Thread Mike Crash

Hello, I'm going to release new version of MC Navi and I want to make maps
available for direct download. So I want to ask, what country do you need?

Second question - what do you prefer, car navigation or outdoor navigation?
Just to know, what to do next...

Thanks

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

2010-04-01 Thread Mike Crash


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

2010-04-01 Thread Mike Crash

Yes, it is compatible with 2.90, just uncomment in mgps.h

#define GPSD_API_19 1

I will attempt to autodetect gpsd version, but it seems the version
number in gps.h is the same as in previous version, so currently I don't
know how

Mike


On 1.4.2010 11:17, Martin Jansa [via Openmoko Public Mailinglists] wrote:
 On Thu, Apr 01, 2010 at 12:31:12AM -0800, Mike Crash wrote:

 Hello, I'm going to release new version of MC Navi and I want to make
 maps
 available for direct download. So I want to ask, what country do you
 need?
 
 Hi, is new version compatible with gpsd-2.90?
 mcnavi is failing to build in shr feeds for almost a month :/
 
 http://www.mail-archive.com/commun...@.../msg58389.html
 http://www.mail-archive.com/community@lists.openmoko.org/msg58389.html
 
 Cheers,
 
 -- 
 uin:136542059jid:[hidden email]
 http://n2.nabble.com/user/SendEmail.jtp?type=nodenode=4836024i=0
 Jansa Martin sip:[hidden email]
 http://n2.nabble.com/user/SendEmail.jtp?type=nodenode=4836024i=1
 JaMa
 
 ___
 Openmoko community mailing list
 [hidden email]
 http://n2.nabble.com/user/SendEmail.jtp?type=nodenode=4836024i=2
 http://lists.openmoko.org/mailman/listinfo/community
 
 
 
 View message @ http://n2.nabble.com/MC-Navi-tp4835841p4836024.html
 To unsubscribe from MC Navi, click here
  (link removed) ==.
 
 

-- 
View this message in context: 
http://n2.nabble.com/MC-Navi-tp4835841p4836363.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: has anyone tried this usb hub with their freerunner?

2010-03-14 Thread Mike Crash

Not this type, but I bought the cheapest one I have found and it works well.
See
http://www.mikecrash.com/index.php?name=Contentpa=showpagepid=10
-- 
View this message in context: 
http://n2.nabble.com/has-anyone-tried-this-usb-hub-with-their-freerunner-tp4726499p4732331.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: MC Navi released

2010-02-25 Thread Mike Crash

Zkus to zde:

http://www.gps-routes.info/index.php?name=Downloadsd_op=viewdownloadcid=3

I have improved convertor and fixed a lot of bugs, so soon will be new
version and also more maps for download.


On 25.2.2010 9:52, Petr Vanek [via Openmoko Public Mailinglists] wrote:
 On Thu, 11 Feb 2010 10:47:55 -0800 (PST)
 Mike Crash [hidden email]
 http://n2.nabble.com/user/SendEmail.jtp?type=nodenode=4631280i=0
 (MC) 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).
 
 Sounds cools, thank you!
 But Mike, kde je ceska mapa? :))
 
 Cheers
 
 -- 
 Petr
 
 
 ___
 Openmoko community mailing list
 [hidden email]
 http://n2.nabble.com/user/SendEmail.jtp?type=nodenode=4631280i=1
 http://lists.openmoko.org/mailman/listinfo/community
 
 
 
 View message @ http://n2.nabble.com/MC-Navi-released-tp4556580p4631280.html
 To unsubscribe from MC Navi released, click here
  (link removed) ==.
 
 

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

2010-02-23 Thread Mike Crash

Actually, I don't know, why everybody needs a phone. The community should aim
at simple PDA with GPS, WiFi, BT and camera. This all is without any license
fees and can be made to work. The phone is nice, but do you really need such
a device, where you can navigate in car/outdoors and in the same time take a
call? I will prefer a simple small commercial phone with other such device.
If I drive in car, I don't need WiFi, just a GSP, if I'm outdoors, I need
GSP, if I'm in restaurant, I need WiFi, if I'm in bus stop, I need BT to
connect to my phone with GPSR. I need only one such a function at a time,
but what I need always - is a phone. I want to call when I'm in a car, in a
bus stop, in a restaurant, in a wood and I don't want to break my
navigation, mailing, browsing every time I get a phone.

A phone has wifi and GPS as a nice option, but to have separate device with
all that functionality is much more usable. I'm using Neo as PDA without sim
card. I'm glad how it works - in last update to xorg 7.5 the glamo works
very well and fast. EFL is very fast on that, GTK is worse. We should aim at
software now.

The next step should be to make nice PDA device with GPS, WiFi and BT and
with OLED display (LCD is out). Camera would be nice, but not needed. Forget
the phone, it will be always problem for open source.

There is not big problem in designing such a device. And also, it will have
longer life then a phone. But - will there be enough people, who will buy
it? It needs to manufacture thousands of units - so thousands of buyers.
Will be? If yes, we can design such a device and I will be first, who will
start to draw a schematic. 

We can create a phone as a next step in the future, but not now. This is a
very bad idea.
-- 
View this message in context: 
http://n2.nabble.com/OM-future-tp4526699p4617760.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: OM future

2010-02-23 Thread Mike Crash

You talk something else than me. I didn't said anything about usage and
development, only about the phone. Take a today phone and try to use it as
GPS. In some hours you are out of battery, not very usable for a weekend in
nature. You say, that Neo is like laptop in 2000? Nope, on laptop you can
write documents, make programming etc. On neo you cannot. The small screen
is very limited.

Neo can be used as GPS, for access to internet (especially reading), book
reading, as MP3 player etc. But not as mobile office. If you are clicker,
yes, but for real work no.

Also consider the open source community - it has not the power to take the
lead. And no power to make really open phone. Not without any involvement of
some big manufacturer.
-- 
View this message in context: 
http://n2.nabble.com/OM-future-tp4526699p4620887.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: Mcnavi maps and ipk

2010-02-23 Thread Mike Crash

I plan to write script which will generate the maps and upload it to
gps-routes.info for download. Also it would be nice to package the maps as
deb and make a regular updates via apt-get. I'm only waiting for fixing the
bugs in osm2mcmap - so please be patient, there is much to do.

You can download only the boundaries data, which may be usefull now. If you
send me the IPK, i can add it to this site too.

And - for download is new version with some bugs fixed and some new
functionality.
-- 
View this message in context: 
http://n2.nabble.com/Mcnavi-maps-and-ipk-tp4619065p4621513.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: OM future

2010-02-23 Thread Mike Crash

OK, but this is not what I mean. Also I talk about hardware, not software.
The beginning of OM was because of FIC. We need a manufacturer, who can
refund manufacturing of samples and the final fabrication. Also look at
other devices and how many software there is for. There is a lot of software
for Neo ported from desktop, but on Neo unusable.
-- 
View this message in context: 
http://n2.nabble.com/OM-future-tp4526699p4623910.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: MC Navi released

2010-02-14 Thread Mike Crash


Risto H. Kurppa wrote:
 
 On Sat, Feb 13, 2010 at 3:47 PM, Sander van Grieken san...@3v8.net
 wrote:
 Hi All,

 I made a quick untested binary package for SHR-T, and I gotta run now so
 I can't test
 myself, but maybe it's of use to someone.

 see http://3v8.net/~sander/openmoko/mcnavi_0.2.4-r0.4_armv4t.ipk
 
 Installed OK, now I'm trying to use it (well, actually I installed the
 64-bit deb on my desktop to run the map making faster..)
 
 http://www.gps-routes.info/index.php?name=Contentpa=showpagepid=1
 
 Do I get correctly that I first download
 http://download.geofabrik.de/osm/europe.osm.bz2 (2.9G)
 to be able to run
 osm2mcmap -bt 0 -bo boundary.mcb map.osm
 to create the boundary data.
 
 Then I download
 http://download.geofabrik.de/osm/europe/finland.osm.bz2 (67M)
 to create the map:
 osm2mcmap -bi boundary.mcb -mo map.mcm map.osm
 
 Let's see if my 2G of mem +2G of swap is enough :)
 
 4.5 hours to go to download europe.osm.bz2..
 
 r
 
 

That's right, exchange map.osm with the actually map file name
-- 
View this message in context: 
http://n2.nabble.com/MC-Navi-released-tp4556580p4571148.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: MC Navi released

2010-02-14 Thread Mike Crash

You should download only boundaries extracts from Cloudmate, not the whole
Europe

http://downloads.cloudmade.com/europe/europe.osm.administrative.bz2


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


Re: MC Navi released

2010-02-11 Thread Mike Crash

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


Touchscreen calibration with evdev

2010-01-18 Thread Mike Crash

I have upgraded my Debian system on GTA02 and found, that the new udev is not
compatible with current kernel in Debian. So I have compiled andy kernel and
also upgraded the X.org server with new version. All works fine, but I have
found, that new X is not using tslib, it loads simply evdev for touchscreen:

(II) config/udev: Adding input device s3c2410 TouchScreen
(/dev/input/event1)
(**) s3c2410 TouchScreen: always reports core events
(**) s3c2410 TouchScreen: Device: /dev/input/event1
(II) s3c2410 TouchScreen: Found absolute axes
(II) s3c2410 TouchScreen: Found x and y absolute axes
(II) s3c2410 TouchScreen: Found absolute touchscreen
(II) s3c2410 TouchScreen: Configuring as touchscreen
(**) s3c2410 TouchScreen: YAxisMapping: buttons 4 and 5
(**) s3c2410 TouchScreen: EmulateWheelButton: 4, EmulateWheelInertia: 10,
EmulateWhee
(II) XINPUT: Adding extended input device s3c2410 TouchScreen (type:
TOUCHSCREEN)
(**) s3c2410 TouchScreen: (accel) keeping acceleration scheme 1
(**) s3c2410 TouchScreen: (accel) acceleration profile 0
(II) s3c2410 TouchScreen: initialized for absolute axes.

But the calibration is gone and I don't know, how to calibrate it. At least
X and Y axis are reversed. I have tried this in xorg.conf, but it doesn't
help (it seems the section was not recognized):

Section InputDevice
Identifier  Configured Touchscreen
Driver  evdev
Option  Device /dev/input/event1
Option  AbsoluteScreen 0
Option  XAbsoluteAxisMap   1
Option  YAbsoluteAxisMap   0
EndSection

Does anybody know, how to calibrate the screen?

Thank you

Mike
-- 
View this message in context: 
http://n2.nabble.com/Touchscreen-calibration-with-evdev-tp4413295p4413295.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: Touchscreen calibration with evdev

2010-01-18 Thread Mike Crash

Great, it works, than you very much

Díky

Mike



 
 We (SHR) are using this (maybe not optimal but works)
 http://git.openembedded.org/cgit.cgi/openembedded/tree/recipes/xserver-kdrive-common/xserver-kdrive-common/shr/89xTs_Calibrate
 
 Cheers
 
 -- 
 uin:136542059jid:martin.ja...@gmail.com
 Jansa Martin sip:jama...@voip.wengo.fr 
 JaMa 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/Touchscreen-calibration-with-evdev-tp4413295p4413694.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: Navigation

2010-01-03 Thread Mike Crash

Happy new year everyone!

If you want to look at progress, here is first version of MC Navi:
http://www.mikecrash.com/index.php?name=Newsfile=articleid=116

Currently not for usage, only as preview for Debian users.


Mike Crash wrote:
 
 Hello everyone, I only want to inform you, that I am working on new
 navigation for the Freerunner, current name is MC Navi, but may change.
 Screenshots here:
 
 http://www.mikecrash.com/index.php?name=Newsfile=articleid=115
 
 

-- 
View this message in context: 
http://n2.nabble.com/Navigation-tp4141297p4246609.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: Navigation

2010-01-03 Thread Mike Crash

This means that it is preview and not releasable yet. I know what it free
software - but it is up to author, when he makes releases. And if he makes
it at all. This is only to know, that it is not sleeping.

So please don't be fidgety - I have spent on this 7 months, every day 2-3
hours, many times to late night (to 2 am) and I can thank god I have so
lovely family to allow that. This is true for other my projects too. Why
don't I buy navigation for 200 bucks instead of spending my rare time that
would cost by the way my employer thousands? With no donations and no
gratitude. Anyway, I should slow down...



Neil Jerram wrote:
 
 2010/1/3 Mike Crash m...@mikecrash.com:

 Happy new year everyone!

 If you want to look at progress, here is first version of MC Navi:
 http://www.mikecrash.com/index.php?name=Newsfile=articleid=116
 
 This is nice news, but what is it with the sorry, no source code yet
 thing?
 
 Mike, I don't actually mean to complain at you in particular.  It
 seems to me that a lot of people write something like that, especially
 with their early releases.  I just don't understand why, and I'm
 afraid that your post has pushed me over the edge into saying
 something about it.  Do people not know what Free Software means?
 
 (Plus it's not hard to find a way of hosting source code...)
 
 Regards,
Neil
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/Navigation-tp4141297p4247408.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: Navigation

2009-12-15 Thread Mike Crash

This is not a good idea. Rendering such amount of data will take a (long)
while, also there si problem where to save it (little memory and slow card),
also you need any map angle at any time. And rendering speed is not a big
problem, it seems to work fine (or at least satisfactorily).


Yorick Moko wrote:
 
 might be an idea worth considering:
 
 have the possibility to calculate a route, and pre-render the bitmaps of
 your route (at a few zoom-levels)
 This way it doesn't have to be done on the fly when you know for example
 where you are going to travel to
 when you don't follow the planned route it will of course render new files
 when nescessary
 
 you should also have the option to delete them afterwards of course
 
 or maybe a setting two way trip;
 this setting wil save all the rendered files on your way to your
 destination,
 use the pre-rendered images on your way back, and ask you if you want to
 delete them when you return home
 
 
 just an idea
 
 On Mon, Dec 14, 2009 at 10:32 AM, Mike Crash m...@mikecrash.com wrote:
 

 Sure I'm using speed data from OSM and if not available, set it based on
 way
 type and common speeds. I can find shortest and fastest path. No
 detection
 if road is in the city yet.

 I made some progress in last days and I'm going to use it for the first
 time
 to drive home today :)


 Bastian Muck wrote:
 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Mike Crash schrieb:
  I use A* for routing, it is usable, but still not what I expect.
  But I have some improvements in my mind :) I need to create
  rerouting now and to test it in real life
 
  I don't have any idea, how the code looks like, but I guess, that you
  use gps-positions as heuristic and distances as edge-weights. That
  means that you always get the shortest path. If you want  to get the
  fastes path, then you have to use timevalues calculated by possible
  speed and edge-length. With openstreetmaps that can be difficult,
  because many roads don't have any speedsproperties. You often only can
  use the roadtype depending on country to guess the speed.
  Maybe you used this, but in a first shit, I guess that you don't.
 
  I hope these ideas can help you improving your tool.
 
  Greetings Bastian
 
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.7 (MingW32)
  Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
  iD8DBQFLI6B6lYiDScJJ+7QRAugfAKD4cLPiucAwIP2eXajmSlMdRSyKxQCg3q6D
  bChe84DmVlpTa9dx4dBzE2o=
  =II9r
  -END PGP SIGNATURE-
 
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 

 --
 View this message in context:
 http://n2.nabble.com/Navigation-tp4141297p4163143.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
 
 

-- 
View this message in context: 
http://n2.nabble.com/Navigation-tp4141297p4170094.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: Navigation

2009-12-14 Thread Mike Crash

Sure I'm using speed data from OSM and if not available, set it based on way
type and common speeds. I can find shortest and fastest path. No detection
if road is in the city yet.

I made some progress in last days and I'm going to use it for the first time
to drive home today :)


Bastian Muck wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
  
 Mike Crash schrieb:
 I use A* for routing, it is usable, but still not what I expect.
 But I have some improvements in my mind :) I need to create
 rerouting now and to test it in real life
 
 I don't have any idea, how the code looks like, but I guess, that you
 use gps-positions as heuristic and distances as edge-weights. That
 means that you always get the shortest path. If you want  to get the
 fastes path, then you have to use timevalues calculated by possible
 speed and edge-length. With openstreetmaps that can be difficult,
 because many roads don't have any speedsproperties. You often only can
 use the roadtype depending on country to guess the speed.
 Maybe you used this, but in a first shit, I guess that you don't.
 
 I hope these ideas can help you improving your tool.
 
 Greetings Bastian
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.7 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
  
 iD8DBQFLI6B6lYiDScJJ+7QRAugfAKD4cLPiucAwIP2eXajmSlMdRSyKxQCg3q6D
 bChe84DmVlpTa9dx4dBzE2o=
 =II9r
 -END PGP SIGNATURE-
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/Navigation-tp4141297p4163143.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: Navigation

2009-12-10 Thread Mike Crash

I use A* for routing, it is usable, but still not what I expect. But I have
some improvements in my mind :) I need to create rerouting now and to test
it in real life

Someone asked why not to improve navit - this was my first shot. But ... I
found it a little complicated, it needs some parts totally to rewrite and
also I like control of the source code, not to depend on someone else. Also
I write it very different and plan to replace not only navit, but also
create outdoor navigation with tourist marks, cycle routes and contours, but
it is far future

It needs also more optimisations to map render, to map format, to GUI etc...
ohh and it uses binary format of cause



Bastian Muck wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
  
 Hello Mike,
 
 which alorithm do you use? A* or just the slow Dijkstra as Navit does?
 
 Greetings Bastian
 
 Mike Crash schrieb:
 Hello everyone, I only want to inform you, that I am working on new
  navigation for the Freerunner, current name is MC Navi, but may
 change. Screenshots here:

 http://www.mikecrash.com/index.php?name=Newsfile=articleid=115

 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.7 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
  
 iD8DBQFLISuQlYiDScJJ+7QRAkfAAKCZCZ4/OoY1WcpBJEfutObgsC4uJQCgw3xm
 SjFHAVO9spVuNXfCf3O71gY=
 =dG4Z
 -END PGP SIGNATURE-
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/Navigation-tp4141297p4147945.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


Navigation

2009-12-09 Thread Mike Crash

Hello everyone, I only want to inform you, that I am working on new
navigation for the Freerunner, current name is MC Navi, but may change.
Screenshots here:

http://www.mikecrash.com/index.php?name=Newsfile=articleid=115

-- 
View this message in context: 
http://n2.nabble.com/Navigation-tp4141297p4141297.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


eneolock screen locker

2009-09-03 Thread Mike Crash

If someone interested, I have created new screen locker inspired by ZedLock.
More info and download here:

http://www.mikecrash.com/index.php?name=Newsfile=articleid=114
-- 
View this message in context: 
http://n2.nabble.com/eneolock-screen-locker-tp3571840p3571840.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: [debian] eneoset

2009-07-20 Thread Mike Crash

Yes I'm using Debian with Illume, my compiled version. But there is no setup
utility in Debian for E, so I have used python version from OM2008
previously.

Current limit is problem, if I connect charger, I can decrease current to
500mA, but it is not possible to increase it again to 1A. it is kernel
stuff, not application specific. It is missing something like
force_usb_limit_dangerous as on 2.6.24


Davide wrote:
 
 On Thursday 16 July 2009 14:05:53 kimaidou wrote:
 Great stuff, though I do not understand why your title begins with
 [debian]. It seems to me with the screeshots that you are running SHR.
 I can be wrong.
 
 On his page he says he is running illume on debian. 
 I also didn't know it was possible :)
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/-debian--eneoset-tp3268014p3287945.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


[debian] eneoset

2009-07-16 Thread Mike Crash

May be someone will be interested, I was not satisfied with the setup utility
for Neo written in Python, because it was slow and changing backlight
brightness was only in 4 steps. So i have created small utility with ELM
named eneoset, which can change backlight, turn on or off bluetooth and
Wi-Fi and can change USB device/host mode. Changing USB current limit still
doesn't work. It needs kernel version 2.6.29 (may be 2.6.28 too, but not
tested), so don't try it on 2.6.24.

http://www.mikecrash.com/index.php?name=Contentpa=showpagepid=10 Download
and screenshots you will find here. 
-- 
View this message in context: 
http://n2.nabble.com/-debian--eneoset-tp3268014p3268014.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: [Debian] Chronometer

2009-06-11 Thread Mike Crash

I have released new version based on Elementary named echrono - faster
startup and nicer interface, if someone interested, he will find it again on
http://www.mikecrash.com
-- 
View this message in context: 
http://n2.nabble.com/-Debian--Chronometer-tp2553524p3060754.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: [Debian] Chronometer

2009-04-01 Thread Mike Crash

Uploaded new version with implemented lap counter, but i have forget to remove 
\r in sources, may be later :|
-- 
View this message in context: 
http://n2.nabble.com/-Debian--Chronometer-tp2553524p2573426.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


[Debian] Chronometer

2009-03-29 Thread Mike Crash

Just a notice, if someone looking for stopwatch, i have created one, packaged 
for Debian.

http://www.mikecrash.com/index.php?name=Newsfile=articleid=103
-- 
View this message in context: 
http://n2.nabble.com/-Debian--Chronometer-tp2553524p2553524.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: Is SIM Toolkit possible to support on the freerunner?

2009-03-25 Thread Mike Crash



Am Mittwoch, den 25.03.2009, 14:13 +0100 schrieb Helge Hafting:
 Michael 'Mickey' Lauer wrote:
  Technically, SIM toolkit support is possible with the Calypso.
  
  I have commented previously about this, so please look my older posts
  up; In a nutshell, STK is a heavy cross-layer spec, so adding it would
  need quit some thought.
  
  FSO will not work on it, but appreciate patches.
 
 Is there hope of getting the necessary documentation for the gsm device 
 in the freerunner? With a license that doesn't stand in the way of 
 making a open-source app based on it?

If you're interested in doing this, I'm sure we can work this out.

 STK itself seems to be documented on the net, but each gsm device seems 
 to do this differently. There is no standard on how to communicate STK 
 to/from a gsm device.

Correct. While the STK commands are thorougly documented in the specs, the AT 
commands are device-specific.
I can collect the Calypso-specific information you need -- if you want to work 
on that.

:M:




May be there should be some daemon to STK - like fso-stk and runnable GUI for 
menu, because it should respond to STK events - incoming message from bank etc

what we need is documentation, how restricted is NDA - and for who? people 
outside of company?

-- 
View this message in context: 
http://n2.nabble.com/Is-%22SIM-Toolkit%22-possible-to-support-on-the-freerunner--tp2519985p2534451.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: Is SIM Toolkit possible to support on the freerunner?

2009-03-24 Thread Mike Crash



My vote: don't implement STK, or at least disable it by default.
I don't like my SIM to do any program execution
/j



My vote: implement it, banking is part of mobile communication like calls and 
sms with the same relevance, for me it is the one and only thing, that make me 
not use neo as phone but PDA only
-- 
View this message in context: 
http://n2.nabble.com/Is-%22SIM-Toolkit%22-possible-to-support-on-the-freerunner--tp2519985p2528159.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: [debian] e17 - questions

2009-02-20 Thread Mike Crash

Hope this helps

http://www.mikecrash.com/index.php?name=Downloadsd_op=viewdownloadcid=21

there is one bug - missing keyboard and dict data, just copy it to
/usr/share/enlightenment/modules/illume
i will fix it in next build

One more question:
i'm looking for backlight gadget like mixer, exists something like that? 
i don't want to use exposure, because it is slow and has only 3 backlight
levels
if there is no, i'll try to make it, but hmm i have no experiences with e
programming :(
-- 
View this message in context: 
http://n2.nabble.com/-debian--e17---questions-tp2342213p2358055.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: connect freerunner with debian to a windows-PC

2009-02-19 Thread Mike Crash



Paul Fertser wrote:
 
 
 I wonder why nobody from the complaining has provided a usb debug log
 yet? Most probably with this log the issue can be fixed by upstream
 maintainer in a week or less. And yet nobody did that. Just get a
 debug log, shouldn't be that hard.
 
 But as nobody needs it, nobody fixes it, obviously.
 
 

How to get any log, if windows machine hard reboots immediately after
connecting? We should wait for BSOD-fixed kernel in Debian...
-- 
View this message in context: 
http://n2.nabble.com/connect-freerunner-with-debian-to-a-windows-PC-tp2118647p2352144.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: [debian] e17 from fso repos

2009-02-01 Thread Mike Crash



Nikita V. Youshchenko wrote:
 
 If someone interested, i have packaged e17 for debian, you can download
 it on www.mikecrash.com
 
 Maybe you are interested in helping debian pkg-e team in making official 
 packages?
 
 

Maybe, but i am not familiar with Debian way of packaging (looked at the
guide but it seems so difficult to join). Anyway for me is better to make
some programming, not to maintain packages.

I have compiled it for my usage and uploaded it, if somebody interested. Now
that there are official packages in debian, i have recompiled my versions to
be more friendly with it. And I also recommend to upgrade, because of some
notable bud fixes in SVN of E17.

-- 
View this message in context: 
http://n2.nabble.com/-debian--e17-from-fso-repos-tp2168121p2254377.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: [debian] compiling e17 for freerunner

2009-02-01 Thread Mike Crash

I have also no real problems compiling it. Only one bug in source, which i
have fixed locally and compiled, it seems for svn inconsistancy. You can
download it 
http://www.mikecrash.com/index.php?name=Downloadsd_op=viewdownloaddetailslid=73ttitle=Enlightenment_E17_Debian_armel_packages
here  packaged the Debian way.
-- 
View this message in context: 
http://n2.nabble.com/-debian--compiling-e17-for-freerunner-tp2253551p2254395.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: [debian] compiling e17 for freerunner

2009-02-01 Thread Mike Crash



Davide Scaini wrote:
 
 ...thanks mike, but i tried your all old packages with no success...
 i'll try this ones then i'll give you feedback.
 
 Can you precise which bug?
 thanks Robert and Mike
 d
 
 

it was in ewl_engine_evas_fb.c in:

if (ev-double_click)
clicks = 2;
if (ev-triple_click)
clicks = 3;

What's you problem about the packages? May be you are missing some
dependencies?
-- 
View this message in context: 
http://n2.nabble.com/-debian--compiling-e17-for-freerunner-tp2253551p2254569.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: buzz fix (was: Pulster offer - Freerunner now 249 eur)

2009-01-26 Thread Mike Crash

Because the bass fix is not easy to fix. I can say it is very hard to fix,
because the series capacitor on the output of amplifier is located under the
metal plate and no large capacitor can be soldered here. I have fixed it
with connecting capacitors (220uF) outside PCB and creating hole in metal
plate. It is connected with wires, but soldering it on the PCB under the
crease of metal plate (located very close to border) is freak. And may be,
OM engineers have no courage to recommend it. But after implementation it
plays very good. But - i don't use it as phone so i don't know, if it has no
RF noise.


Yorick Moko wrote:
 
 only the audio-fix (big capacitator to provide more bass isn't; hoping
 to see that one documented as well
 I would hate to get two things fixed, and have to fix a third one a
 week later...
 
 

-- 
View this message in context: 
http://n2.nabble.com/buzz-fix-%28was%3A-Pulster-offer---Freerunner-now-249-eur%29-tp2141213p2220259.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: [debian] e17 from fso repos

2009-01-23 Thread Mike Crash

It is part of e17 svn (svn.enlightenment.org), so i have not uploaded it


Timo Juhani Lindfors wrote:
 
 But where's the source code for the debian packaging (the ./debian/
 subdirectory used with dpkg-buildpackage)?
 

-- 
View this message in context: 
http://n2.nabble.com/-debian--e17-from-fso-repos-tp2168121p2206371.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