Reply
Thread Tools
Posts: 72 | Thanked: 29 times | Joined on Feb 2012 @ US
#101
Originally Posted by mbanck View Post
Huh, the sun is setting at 4PM in Texas right now??
actually no sun right now nothing but rain. haha but not quite, its more like 8 pm.

my local weather tells me sunrise: 7.29am & sunset 8.24pm

Originally Posted by jd4200 View Post
Confirmed that day/night does not seem to be automatically switching; the changes for the patch where taken directly from what Nieldk and Arie discovered, so unless I've made a mistake with the patch, I'll need to wait for either of them to re-confirm it is working for them.
I think i might have caused a little confusion. My drive qml files codes lines has difference of 3 lines from Arie or nieldk probably from when i edit the traffic functions? I left some minor comments for reference. So its probably affecting your patch. Sorry

Last edited by solstice88; 2012-07-11 at 16:11. Reason: grammer
 
Posts: 1,539 | Thanked: 1,604 times | Joined on Oct 2011 @ With my N9
#102
Automatic switching works for me. Tested last night and this morning.
__________________
Arie|www.everythingn9.com|Nokia N9 64GB x2|Nokia N950

@everythingn9

Temporary Inception Fix


Times Banned from TMO: 4
 

The Following User Says Thank You to Arie For This Useful Post:
jd4200's Avatar
Posts: 451 | Thanked: 424 times | Joined on Apr 2010 @ England
#103
Originally Posted by Arie View Post
Automatic switching works for me. Tested last night and this morning.
If you get chance would you mind posting the changes you've made. It's a bit conufsing for me going through two or so pages of testing thanks.
__________________
BTC:
19ePiXZUdxqNAq9tStLzZV4dduSQeGPJzj
 
Posts: 7 | Thanked: 1 time | Joined on Jun 2012 @ Costa Rica
#104
The traffic is available for Costa Rica

Or I'm wrong

I'm enable Traffic but the map in Drive don't showme color or indications....
 
Posts: 1,320 | Thanked: 915 times | Joined on Feb 2010
#105
Well using drive-qml -output-level-debug

The app starts in Night mode and the only terminal output is "setBacklightDimming(1)"

Nothing about nightmode pops up and it is set to automatic.

Using Aries files and trying to just outcomment myself.
__________________
Well Nokia do at least know how to build a decent phone, just apparently don't know how to support it..

N900 Died Replaced with N8, Requested E7, "Accidentally Broke E7", Now rolling with an N9 and im loving it!


My Contributions

N900 Conversations Wiki Page
 
jd4200's Avatar
Posts: 451 | Thanked: 424 times | Joined on Apr 2010 @ England
#106
Originally Posted by godofware424
Using Aries files and trying to just outcomment myself.
Same.
I've tried using the files posted earlier, even with this it does not work for me.
I've tried switching from day/night to automatic multiple times, changing the times and reopening the application, but to no avail.

I wondering if it could be a firmware variant specific issue, or something similar.
__________________
BTC:
19ePiXZUdxqNAq9tStLzZV4dduSQeGPJzj

Last edited by jd4200; 2012-07-11 at 17:35.
 

The Following User Says Thank You to jd4200 For This Useful Post:
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#107
I'm not getting auto switchover either, but here is how you can use the ALS, it seems to work on startup (note, forum mangled, the QML should be all one line, and the OR statement looks wrapped):
Code:
function isNight() {
    var als;
    als = Qt.createQmlObject('import QtMobility.sensors 1.2; AmbientLightSensor { }', this, null);
    als.start();
    if (als.reading.lightLevel == 1 || als.reading.lightLevel == 2) {
        als.destroy(1000);
        return true;
    }
    als.destroy(1000);
    return false;
}
 

The Following 4 Users Say Thank You to jflatt For This Useful Post:
Guest | Posts: n/a | Thanked: 0 times | Joined on
#108
Hmm seems like there is some errors in how sunrise /sunset is calculated. Depending perhaps on timezone and /or something more.
Probably this can be fixed relatively easy. Will have a look at the isNight () function later
 

The Following 2 Users Say Thank You to For This Useful Post:
Posts: 58 | Thanked: 19 times | Joined on Jan 2012 @ Finland
#109
Originally Posted by Morpog View Post
Last missing item would be the ability to touch the "distance left" to switch it to "time left". Symbians drive had that.

And traffic rerouting of course, but I doubt this is hidden in there....
Just wondering if speed cameras could be enabled somehow too..?
 
Posts: 1,320 | Thanked: 915 times | Joined on Feb 2010
#110
Originally Posted by Z3tor View Post
Just wondering if speed cameras could be enabled somehow too..?
Been asked by myself and another earlier on, no point to keep asking the same thing. Just Thank the posts we made and then the more Thanks shows the amount of people who want the feature
__________________
Well Nokia do at least know how to build a decent phone, just apparently don't know how to support it..

N900 Died Replaced with N8, Requested E7, "Accidentally Broke E7", Now rolling with an N9 and im loving it!


My Contributions

N900 Conversations Wiki Page
 
Reply


 
Forum Jump


All times are GMT. The time now is 10:48.