User talk:Niebert

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: 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.0...)
 
Line 6: Line 6:
  
 
Robin
 
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.<br/>
 +
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.<br/>
 +
Anyway, it works on my ics files, and I can display all my appointments in QtMoko v26.<br/>
 +
You can find this file here : http://mossroy.free.fr/ics2qtcal/<br/>
 +
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)<br/>
 +
It seems to me that most of this time is spent in the Tie::iCal layer, in the following line :<br/>
 +
while (my($uid,$event) = each(%my_events))<br/>
 +
Is there anything I did wrong in this script, or an option of Tie::iCal that should be set?<br/>
 +
I did not find any way to send you a private message, so I hope you will see this one...<br/>
 +
<br/>
 +
Mossroy

Revision as of 23:56, 26 September 2010

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