User:Christz

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Import)
Line 28: Line 28:
  
 
  $ iconv -c -f utf8 -t latin1 calendar-utf8.vcf > calendar-latin1.vcf
 
  $ iconv -c -f utf8 -t latin1 calendar-utf8.vcf > calendar-latin1.vcf
 +
 +
'''Note:''' You can reset the PIM data if you delete the <tt>~/Applications/Qtopia/qtopia_db.sqlite</tt> file. But if you do so you have to restart Qtopia for the changes to take effect (process <tt>qpe</tt>). If you modify the database the changes take effect immediately.

Revision as of 16:43, 7 March 2009

Contents

Om 2008.12

  • Don't forget to set a root password!

Wifi

  • wicd (v1.5.6) does not seem to work.
  • Mofi (v0.02) does not seem to work.

Issues

  • Contacts can not be searched through.

Additional Software

Calendars

The Openmoko calendar is still available in the repository (openmoko-dates2 - 0.1.0+svnr703-r2.03 - Legacy Om calendar application.). But the prefered calendar is the Qtopia Calendar (qtopia-phone-x11-datebook - 1:4.3.2+gitr476+ba3f443faec4cefcd3805158eef70921ed39f3de-r51 - Qtopia application for organizing dates and schedules.)

Import

The Qtopia calendar supports the import of iCalendar files. The following character encodings have be confirmed to work:

  • ASCII
  • latin1

Files encoded in UTF8 are not supported (non-ASCII characters get mangled on import). To change the character encoding use the following command:

$ iconv -c -f utf8 -t latin1 calendar-utf8.vcf > calendar-latin1.vcf

Note: You can reset the PIM data if you delete the ~/Applications/Qtopia/qtopia_db.sqlite file. But if you do so you have to restart Qtopia for the changes to take effect (process qpe). If you modify the database the changes take effect immediately.

Personal tools

Om 2008.12

  • Don't forget to set a root password!

Wifi

  • wicd (v1.5.6) does not seem to work.
  • Mofi (v0.02) does not seem to work.

Issues

  • Contacts can not be searched through.

Additional Software

Calendars

The Openmoko calendar is still available in the repository (openmoko-dates2 - 0.1.0+svnr703-r2.03 - Legacy Om calendar application.). But the prefered calendar is the Qtopia Calendar (qtopia-phone-x11-datebook - 1:4.3.2+gitr476+ba3f443faec4cefcd3805158eef70921ed39f3de-r51 - Qtopia application for organizing dates and schedules.)

Import

The Qtopia calendar supports the import of iCalendar files. The following character encodings have be confirmed to work:

  • ASCII
  • latin1

Files encoded in UTF8 are not supported (non-ASCII characters get mangled on import). To change the character encoding use the following command:

$ iconv -c -f utf8 -t latin1 calendar-utf8.vcf > calendar-latin1.vcf