Re: MicroSD cards support questions in gta02

2011-02-27 Thread Πρεκατές Αλέξανδρος
Qi booted qtmoko from my sdcard in gta02 successfully .
Thank you for the detailed instructions.

Alexandros


Στις Κυριακή 27 Φεβρουάριος 2011 00:23:11 Ed Kapitein γράψατε:

 
 Hi Alexandros,
 
 Well, it seems good, the freerunner regonizes the card and loads the
 kernel. The kernel panic is as expected, there is just a kernel on the
 card and no distro yet. Could you try  to install the root files system
 from [2] ?
 After you installed it make sure to install the kernel in /boot as
 uImage-GTA02.bin and add the /boot/append-GTA02.
 (you could make a tar file before installing the rootfs)
 
 in cut and paste style:
 mkdir /tmp/mpt
 mount /dev/sde1 /tmp/mpt
 cd /tmp/mpt
 tar -czf /tmp/old_boot.tgz ./boot
 tar -xzvpf /the/downloaded/qtmoko-debian-v31.tar.gz
 tar -xzvpf /tmp/old_boot.tgz
 cd /
 umount /tmp/mpt
 eject /dev/sde
 
 put the card in the freerunner and boot using qi
 That should give you a working distro.
 Please let us know any success/failure!
 
 Kind regards,
 Ed
 
 [2]
 http://sourceforge.net/projects/qtmoko/files/qtmoko-debian-v31.tar.gz/down
 load

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


Re: MicroSD cards support questions in gta02

2011-02-27 Thread Ed Kapitein
Hi Alexandros,

Good to hear that!
Please try some other values for the clock settings in
/boot/append-GTA02, and some smaller values for the slow_ratio setting.
i think the system will be slow now, adjusting these values might make
your freerunner faster.
(or instable ;-) )

Kind Regards,
Ed

On 02/27/2011 02:27 PM, Πρεκατές Αλέξανδρος wrote:
 Qi booted qtmoko from my sdcard in gta02 successfully .
 Thank you for the detailed instructions.

 Alexandros


 Στις Κυριακή 27 Φεβρουάριος 2011 00:23:11 Ed Kapitein γράψατε:

 Hi Alexandros,

 Well, it seems good, the freerunner regonizes the card and loads the
 kernel. The kernel panic is as expected, there is just a kernel on the
 card and no distro yet. Could you try  to install the root files system
 from [2] ?
 After you installed it make sure to install the kernel in /boot as
 uImage-GTA02.bin and add the /boot/append-GTA02.
 (you could make a tar file before installing the rootfs)

 in cut and paste style:
 mkdir /tmp/mpt
 mount /dev/sde1 /tmp/mpt
 cd /tmp/mpt
 tar -czf /tmp/old_boot.tgz ./boot
 tar -xzvpf /the/downloaded/qtmoko-debian-v31.tar.gz
 tar -xzvpf /tmp/old_boot.tgz
 cd /
 umount /tmp/mpt
 eject /dev/sde

 put the card in the freerunner and boot using qi
 That should give you a working distro.
 Please let us know any success/failure!

 Kind regards,
 Ed

 [2]
 http://sourceforge.net/projects/qtmoko/files/qtmoko-debian-v31.tar.gz/down
 load



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


GTA01 (Neo1973) questions

2011-02-27 Thread Marc Verwerft
Hi list,

My intention is to 'revive' my Neo1973 to take it along for a 5-week trip. I
don't want to use it as a phone, just for it's GPS (maps) capabilities. I've
loaded SHR (lite) image but it takes up some much space that after a 'opkg
update' my device is 99% full.

So, some questions for the more knowledgeable:
- how do I get rid of all phone/SMS and contact apps? Is there an easy way
to figure this out? Or would I be beter off with a different distribution
altogether?
- I had a look at the gllin scripts - seems they've hadn't been kept inline
with the newest kernels. How do I start the gps chip nowadays? And would
gllin still work?
- I prefer to install either tangogps or foxtrotgps. Can I still use those
on the GTA01?

Regards,

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


Re: GTA01 (Neo1973) questions

2011-02-27 Thread Dr. H. Nikolaus Schaller
Hi Marc,

Am 27.02.2011 um 16:24 schrieb Marc Verwerft:

 Hi list,
 
 My intention is to 'revive' my Neo1973 to take it along for a 5-week trip. I 
 don't want to use it as a phone, just for it's GPS (maps) capabilities. I've 
 loaded SHR (lite) image but it takes up some much space that after a 'opkg 
 update' my device is 99% full.
 
 So, some questions for the more knowledgeable:
 - how do I get rid of all phone/SMS and contact apps? Is there an easy way to 
 figure this out? Or would I be beter off with a different distribution 
 altogether?

I think you can store the distro on a SD card and boot from there.
If you use a 4GB card you have plenty of space for everything.

It may be a little slower than internal Flash.

For SHR you need to unpack the kernel to a FAT partition
and the .tgz root file system to an ext2/ext3.

Nikolaus

PS: for the future you will be able to upgrade to the GTA04 motherboard.


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


ValaCompass - 3D compass application for the FRNB

2011-02-27 Thread Michele Brocco
Hi list,

I released a proof-of-concept 3D compass application that uses the
hmc5843 chip included in the Freerunner Navigation Board
(http://wiki.openmoko.org/wiki/Freerunner_Navigation_Board) and the
accelerometers of the GTA02. The GUI is not fancy at all but it should
be ok for playing around :) Thanks to the SHR guys the application is
already in the SHR-U feeds. A short wiki page that provides
information on installation, usage and the location of the source code
is available at:

http://wiki.openmoko.org/wiki/ValaCompass

Regards,

Michele

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


Re: ValaCompass - 3D compass application for the FRNB

2011-02-27 Thread David Lanzendörfer
Hi
I released a proof-of-concept 3D compass application
Nice work!

The GUI is not fancy at all
You told me, that it's not fancy. But the screenshot hit me anyway.
That's a bit spartanic, don't you think? ^.^
I would have imagined something like this as a frontend:
http://www.maissen.com/juwelier/images/meister_kompass.jpg
A 3D animated compass would be so insanely cool ^.^

best regards
lev


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: ValaCompass - 3D compass application for the FRNB

2011-02-27 Thread Michele Brocco
On 2/27/11, David Lanzendörfer david.lanzendoer...@o2s.ch wrote:
 Hi
I released a proof-of-concept 3D compass application
 Nice work!
Thanks!

The GUI is not fancy at all
 You told me, that it's not fancy. But the screenshot hit me anyway.
 That's a bit spartanic, don't you think? ^.^
You should believe what I write! :)
 I would have imagined something like this as a frontend:
 http://www.maissen.com/juwelier/images/meister_kompass.jpg
 A 3D animated compass would be so insanely cool ^.^
I do agree! But I currently dont want to face 3D texture rendering
issues. It's slow enough as it is now with this dumb vector
visualization :) once it will draw the lines with an acceptable
refresh rate maybe it will be worth trying. Or maybe someone here on
the list can provide infos on that.

regards,

Michele

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


Re: [QtMoko] chinese character support

2011-02-27 Thread Thomas Franck
Keep replying to myself.. am I the only one receiving my mails?

 Another thing is the pinyin keyboard that is in the sources.. but not
 put in the image.. where do I trigger that?
 
 currently I'm in the middle of getting things ready for a QtMoko
 translation into zh_CN.. (thanks to my wife)

It seems as if enabling zh_CN as language automagically puts the
pinyinim in the image.. :D

need to try it yet, but it's there..

now I wonder.. once my wife and I managed to translate things.. how do
we give that to radek? I mean, the .ts files are all over the place.. ;)

Cheers,
-- 
Thomas

-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Computers save time the way kudzu prevents soil erosion.
  - Al Castanoli
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~



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


Re: GTA01 (Neo1973) questions

2011-02-27 Thread Marc Verwerft
On Sun, Feb 27, 2011 at 4:46 PM, Dr. H. Nikolaus Schaller h...@goldelico.com
 wrote:

 Hi Marc,

 Am 27.02.2011 um 16:24 schrieb Marc Verwerft:

  Hi list,
 
  My intention is to 'revive' my Neo1973 to take it along for a 5-week
 trip. I don't want to use it as a phone, just for it's GPS (maps)
 capabilities. I've loaded SHR (lite) image but it takes up some much space
 that after a 'opkg update' my device is 99% full.
 
  So, some questions for the more knowledgeable:
  - how do I get rid of all phone/SMS and contact apps? Is there an easy
 way to figure this out? Or would I be beter off with a different
 distribution altogether?

 I think you can store the distro on a SD card and boot from there.
 If you use a 4GB card you have plenty of space for everything.

 It may be a little slower than internal Flash.

 For SHR you need to unpack the kernel to a FAT partition
 and the .tgz root file system to an ext2/ext3.

 Nikolaus

 PS: for the future you will be able to upgrade to the GTA04 motherboard.

I know. You showed me one on FOSDEM and I'm very much looking forward to it
;-)  - but it's not going to be ready in time for my trip so I've gotta hang
on to my GTA01 for a while.

Thanks for the good tips!
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community