Advertisements
Advertisements

Advertisements

Easter Eggs in N9!!!

| May 22, 2013 | 19 Replies
Advertisements

2013-05-22_13-56-35

This is actually super cool! It may be over a year since the last Software Update, and nearly two years since device announcement, but the Harmattan community are still finding little secrets left behind by the team.

By going into Settings > About and tapping NOKIA a few times in quick succession, you get a dialogue that says Easter Eggs are turned on (and conversely, the same once on will deactivate them).

So far, these are the easter eggs that are known:

  • WLAN0 in the about screen – IP Address of the device
  • Settings > Device > Display – Swipe down to close toggle is back
  • Added Wallpapers

The thread in TMO also links to some code that seems to show the Swipe to Close functionality, as well as something with LPM. No idea though what it does as I can’t find anything on my N9 or N950.

MGConfItem eggs(EGGS_GCONF_KEY);
    if (eggs.value().toBool()) {
        m_lowPowerChangeable = true;
        m_topCloseChangeable = true;
    } else {
        MGConfItem lps (“/meegotouch/settings/low_power_switchable”);
        m_lowPowerChangeable = lps.value (true).toBool ();
        MGConfItem tcs (“/meegotouch/settings/top_swipe_switchable”);
        m_topCloseChangeable = tcs.value (false).toBool ();
    }
Let us know if you find anything!
Source: TMO
Advertisements

Category: Linux, MeeGo, N9 Hacks, N9Apps, Nokia

About the Author ()

Hi! My name is Michael. I currently live in Sydney, working on all things Digital Marketing. I have a real passion for the latest technology and I'm a real Nokia buff! My aim is to keep those of you, like myself, updated with the latest in what's going on in the Nokia World. Get in touch on Twitter via @MFaroTusino, or even simply drop me an email at mike.mnb[at]outlook.com or tips[at]mynokiablog.com