View Single Post
Posts: 1,539 | Thanked: 1,604 times | Joined on Oct 2011 @ With my N9
#63
Originally Posted by nieldk View Post
search for auto, Was doing the changes in phone terminal LOL so I need to reinstall the Application to give a full diff

There are only 2 lines in the first file /* + */ that encapsulated the button
And likewise in the second file, but 2 places
I got it working

in /usr/lib/drive-qml/models/MapSettingsModel.qml

There is a line:

/*
if (newvalue === "auto") {
setNightMode(isNight());
}
else*/ {
setNightMode(newvalue === "night");

Should be changed to:

if (newvalue === "auto") {
setNightMode(isNight());
}
else {
setNightMode(newvalue === "night");

It will start up in night mode, then choose automatic, it will set itself up and run as it should
__________________
Arie|www.everythingn9.com|Nokia N9 64GB x2|Nokia N950

@everythingn9

Temporary Inception Fix


Times Banned from TMO: 4
 

The Following 2 Users Say Thank You to Arie For This Useful Post: