Meego Wiki
Views

Migrating from N900 to N950

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
m (Screenshots)
(Hardware related bits)
Line 75: Line 75:
   devel-su
   devel-su
-
 
-
== Hardware related bits ==
 
-
The N950 comes with a quick start guide, USB cable and device. To charge, the N900 wallwart fastcharger works like a charm.
 
-
 
-
The screws holding the battery cover are Torx TX4, pry off the cover with your fingernails starting at speaker both directions to the other end, and "hinge" around USB and then off.
 
== Screenshots ==
== Screenshots ==

Revision as of 06:20, 14 July 2011

Should this go as a page under Community Office/Community device program/Nokia?

Contents

Introduction

Lots of developers will be transitioning from an N900 to an N950 as their primary device as part of the device programme. This transition allows people to get a feel for Harmattan and work out what itches they need to scratch.

The following is a small list of points which helped the author(s) get started. It is not indicative of steps necessary on the N9, and is based on the initial steps taken by the author when he received his pre-production, developer device.

Other channels: IRC:freenode.net #harmattan

Events feed

1.2011.22-6 is a pre-production, developer edition. It only has Facebook integration for chat and events, no Google Talk or Twitter. RSS feeds can be set, in the Feeds application, to appear here.

Contacts

Some N900s are unreliable with Bluetooth connections. To transfer all the contacts from your N900 to your Harmattan device, including avatars:

  • Delete any Facebook accounts on your Harmattan device
  • Delete all contacts
  • Do not try to use the "sync your phone" feature from the N950 (if you've tried it, delete the channel on both the N950 and N900)
  • N900: go to Settings > Transfer & sync > New. Define a new send-only, contacts-only channel to the N950 (which should have Bluetooth switched on and visible)

Email

Replying/quoting is FUBAR in 1.2011.22-6 (no ability to edit quote, forced top posting). With Gmail over IMAP, Delete now deletes messages, rather than archiving them (as it did in Modest). To "archive" email, move it to the All mail folder.(There's definitely an opportunity for someone to write a good Gmail client!)

Syncing multiple Google Calendars

This Harmattan build supports multiple Mail for Exchange and multiple CalDAV accounts. For Google Calendar:

  • Go to Accounts > Add accounts > CalDAV
  • Username should be your full Google Calendar username (e.g. jbloggs@gmail.com) and password.
  • The URL is:
    • For your primary calendar: https://www.google.com/calendar/dav/
    • For other calendars: https://www.google.com/calendar/dav/uuid@group.calendar.google.com/

The uuid can be found on the calendar settings page within Google Calendar, and is a long string of characters & numbers.
The trailing slashes are crucial for Google.

  • The primary calendar claimed to sync, but no events showed up. So I deleted the CalDAV entry for my primary calendar and set up Mail for Exchange:
    • Username is your full Google Calendar username and password
    • Server: m.google.com

Conversations

Unknown at this time

Map loader

Maps contains a Manage Maps feature which downloads, but doesn't expand. It is possible to do it manually, though:

  1. Connect your device as USB mass storage
  2. Open cities/MapLoader/catalog-....xml
  3. Find the region you want to download
  4. Take the Link element and append it to http://static.s2g.gate5.de/map5/. For example, the UK maps are at http://static.s2g.gate5.de/map5/maploaderzip-00.02.42.122/48210.zip
  5. Copy the contents of the zip file to cities/diskcache/

Music

Hopefully this is a bug in 1.2011.22-6: ringtones and gPodder podcasts appear in the Music app; and will play on an all songs shuffle. This can be fixed by editing Tracker configuration:

Tracker

Tracker config file can be found at:

/home/user/.config/tracker/tracker-miner-fs.cfg

Edit the file as regular user and add to the semi-colon separated IgnoredDirectories list.

Tracker indexes file system and applications. Haven't tried (could someone please confirm?) but re-indexing should be triggered with following command:

/usr/lib/tracker/tracker-store -r (or /usr/lib/tracker/tracker-store --force-reindex)

Notification light

N950 has only single white led instead of N900's RGB LED. The led is driven with same config file:

/etc/mce/mce.ini

It seems that you can also modify the functionality of power button with mce.ini

root

The default root password is rootme (as in the 770 days ;-)). You can get root to change it (using passwd) using:

 ssh root@localhost

...or:

 devel-su

Screenshots

Launch Boosted Widget Gallery from the applications list, and select Debug tools > Take a screenshot. Ctrl-Shift-P also works, as on N900.

They can be shared from Gallery (they are stored in ~/MyDocs/.images)

Task switching

Accesssing

In addition to the swipe, the up-right arrow & backspace shortcut works similarly to Ctrl-Backspace on the N900.

Rotation

Out of the box, applications which use Qt Components and lock themselves to landscape, still get rerendered in portrait in the task switcher if the keyboard is closed. Bug #231 has been reported.

It is possible to modify the themes for the home screens and lock screen to support portrait, but this is obviously only a developer-only workaround.

Personal tools