User talk:Niebert

From Openmoko

Revision as of 22:56, 26 September 2010 by Mossroy (Talk | contribs)

Jump to: navigation, search

Hi,

first of all thanks a lot for your updates in the wiki! I was wondering if you managed to get navit on android working. I tried with a small mapset (75MB) and the latest apk from 11.08.2010. Navit starts and gives me a black screen thereafter the GPS icon in the header is visible. After a while navit crashes and I see the homescreen again. Best regards

Robin



Hi,

I created a script ics2qtcal.pl, based on the directions you gave on http://wiki.openmoko.org/wiki/PIM_Storage#Import.2FExport_of_Calendar_Data_for_PIM-Storage.
It is still an early alpha stage : everything is not implemented, and I'm not a perl expert at all, so the code should probably be enhanced.
Anyway, it works on my ics files, and I can display all my appointments in QtMoko v26.
You can find this file here : http://mossroy.free.fr/ics2qtcal/
The main problem with it is performance : it is very slow on large ics files (around 8 minutes on my Core i5 computer, for less than 500Ko split in 3 ics files)
It seems to me that most of this time is spent in the Tie::iCal layer, in the following line :
while (my($uid,$event) = each(%my_events))
Is there anything I did wrong in this script, or an option of Tie::iCal that should be set?
I did not find any way to send you a private message, so I hope you will see this one...

Mossroy

Personal tools

Hi,

first of all thanks a lot for your updates in the wiki! I was wondering if you managed to get navit on android working. I tried with a small mapset (75MB) and the latest apk from 11.08.2010. Navit starts and gives me a black screen thereafter the GPS icon in the header is visible. After a while navit crashes and I see the homescreen again. Best regards

Robin



Hi,

I created a script ics2qtcal.pl, based on the directions you gave on http://wiki.openmoko.org/wiki/PIM_Storage#Import.2FExport_of_Calendar_Data_for_PIM-Storage.
It is still an early alpha stage : everything is not implemented, and I'm not a perl expert at all, so the code should probably be enhanced.
Anyway, it works on my ics files, and I can display all my appointments in QtMoko v26.
You can find this file here : http://mossroy.free.fr/ics2qtcal/
The main problem with it is performance : it is very slow on large ics files (around 8 minutes on my Core i5 computer, for less than 500Ko split in 3 ics files)
It seems to me that most of this time is spent in the Tie::iCal layer, in the following line :
while (my($uid,$event) = each(%my_events))
Is there anything I did wrong in this script, or an option of Tie::iCal that should be set?
I did not find any way to send you a private message, so I hope you will see this one...

Mossroy