#1  
Old 10-30-2011, 03:36 PM
gerbick gerbick is offline
Junior Member
 
Join Date: Apr 2010
Posts: 16
Thanked: 11 times
Default Drive application will not start, need help to troubleshoot

I have an Nokia N9, using English-US language/keyboard, I'm able to utilize the Maps application without incident; however each time I open up Drive, it just sits there with the black screen and green icon.

However it does not start up. I don't mind admitting that I'm unsure of what to do next; so any and all assistance to get this to work would be greatly appreciated.
Reply With Quote
  #2  
Old 10-30-2011, 06:14 PM
mja's Avatar
mja mja is offline
Senior Member
 
Join Date: May 2010
Location: UK, Manchester
Posts: 319
Thanked: 177 times
Default Re: Drive application will not start, need help to troubleshoot

I've got the N950, 1.1 and I don't live in the States so I'm not the best person to help you
In any case, if you start terminal and type
Code:
drive-qml
what do you see?

Have you used the Maps application to download the most recent offline maps?
__________________
Mobile: N950.
Twitter: mja_fin.
Check out Trap, Shake, Kill 'em!, XBMC Remote + WOL client
Reply With Quote

The Following User Says Thank You to mja For This Useful Post:
  #3  
Old 10-30-2011, 06:29 PM
gerbick gerbick is offline
Junior Member
 
Join Date: Apr 2010
Posts: 16
Thanked: 11 times
Default Re: Drive application will not start, need help to troubleshoot

Thank you for reply. I got the following:

Code:
### geoUrl:
Using the meego graphics system
screen width: 854
screen height: 480
### setting geoUrl property to:
Using OpenGL paint engine
### Drive application time: 561ms
_
And it just hangs. Yes, I've downloaded the latest maps, only using Maps in the US - when I updated, it said that any maps unchecked would be deleted, no need for Australia and the like, just needed the Southeast US, Jamaica and Germany.

And after 4 minutes of waiting, Drive is still not past the green icon stage.
Reply With Quote
  #4  
Old 10-30-2011, 06:51 PM
mja's Avatar
mja mja is offline
Senior Member
 
Join Date: May 2010
Location: UK, Manchester
Posts: 319
Thanked: 177 times
Default Re: Drive application will not start, need help to troubleshoot

Quote:
Originally Posted by gerbick View Post
Thank you for reply. I got the following:

Code:
### geoUrl:
Using the meego graphics system
screen width: 854
screen height: 480
### setting geoUrl property to:
Using OpenGL paint engine
### Drive application time: 561ms
_
And it just hangs. Yes, I've downloaded the latest maps, only using Maps in the US - when I updated, it said that any maps unchecked would be deleted, no need for Australia and the like, just needed the Southeast US, Jamaica and Germany.

And after 4 minutes of waiting,Under Settings-Device-GPS and positioning I've got Device positioning and Mobile data connection enabled. GPS device is "Internal GPS". I suppose you've got the same things set?
Drive is still not past the green icon stage.
OK the next lines after ### Drive application time: ... on my N950 are:
Code:
setBacklightDimming(0)
setBacklightDimming(1)
~StyleCache(): Style: Mpan...
and so on. Probably doesn't help you much though..

If you type
Code:
drive-qml -help
there might be something you could try maybe (e.g. -software or -performance-debug)?

Other stuff to try out:
Under Settings-Device-GPS and positioning I've got Device positioning and Mobile data connection enabled. GPS device is "Internal GPS". I suppose you've got the same things set?

I also wonder what would happen if you remove all maps and the retry (without offline maps)? As a last resort, there are also instructions on the forum on how to reflash the N9 (FW from Navifirm and flasher from somewhere else)..
__________________
Mobile: N950.
Twitter: mja_fin.
Check out Trap, Shake, Kill 'em!, XBMC Remote + WOL client
Reply With Quote
  #5  
Old 10-30-2011, 06:54 PM
mja's Avatar
mja mja is offline
Senior Member
 
Join Date: May 2010
Location: UK, Manchester
Posts: 319
Thanked: 177 times
Default Re: Drive application will not start, need help to troubleshoot

Or try
Code:
drive-qml -output-level debug
__________________
Mobile: N950.
Twitter: mja_fin.
Check out Trap, Shake, Kill 'em!, XBMC Remote + WOL client
Reply With Quote
  #6  
Old 10-30-2011, 07:04 PM
gerbick gerbick is offline
Junior Member
 
Join Date: Apr 2010
Posts: 16
Thanked: 11 times
Default Re: Drive application will not start, need help to troubleshoot

After like 10 minutes, got this:

Code:
~StyleCache(): Style: MPanRecognizerStyle[]#.L:not released! refcount: 1
~StyleCache(): Style: MSwipeRecognizerStyle[]#.L:not released! refcount: 1
!StyleCache(): Style: MTapAndHoldRecognizerStyle[]#.L:not released! refcount: 1
Still not running. Our Settings > Device > GPS & Positioning settings are identical

Debug is popping in with:

Code:
MApplicationService: registerService() registering failed

Last edited by gerbick; 10-30-2011 at 07:09 PM.
Reply With Quote
  #7  
Old 10-30-2011, 07:26 PM
mja's Avatar
mja mja is offline
Senior Member
 
Join Date: May 2010
Location: UK, Manchester
Posts: 319
Thanked: 177 times
Default Re: Drive application will not start, need help to troubleshoot

Quote:
Originally Posted by gerbick View Post
Debug is popping in with:

Code:
MApplicationService: registerService() registering failed
OK maybe someone from Nokia can help you with this?
(Edit: could this have something to do with your Nokia/Ovi account (is it enabled)? Just a wild guess)
Edit2: http://apidocs.meego.com/1.0/mtf/cla...n_service.html (found your error message there)
__________________
Mobile: N950.
Twitter: mja_fin.
Check out Trap, Shake, Kill 'em!, XBMC Remote + WOL client

Last edited by mja; 10-30-2011 at 07:34 PM.
Reply With Quote
  #8  
Old 10-30-2011, 07:25 PM
mja's Avatar
mja mja is offline
Senior Member
 
Join Date: May 2010
Location: UK, Manchester
Posts: 319
Thanked: 177 times
Default Re: Drive application will not start, need help to troubleshoot

With the drive-qml -output-level debug I get the following lines between "### Drive application time: ..." and "setBacklightDimming(0)":
Code:
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v.1.4 driver, enabling brokenTexSubImage
+--Component.onCompleted
+--onLocalVoiceSkinsChanged
+--getRawLocalList
+--isFemale
+--sortLocalList
What does your output look like? I'm not sure if we're getting anywhere but diagnosing the problem would still be the first step
__________________
Mobile: N950.
Twitter: mja_fin.
Check out Trap, Shake, Kill 'em!, XBMC Remote + WOL client
Reply With Quote
  #9  
Old 10-30-2011, 07:33 PM
gerbick gerbick is offline
Junior Member
 
Join Date: Apr 2010
Posts: 16
Thanked: 11 times
Default Re: Drive application will not start, need help to troubleshoot

I'm in the US. Nokia won't help.

Finally getting different errors:

Code:
file:///usr/lib/drive-qml/models/VoiceSkinModel.qml:128 Error: 1101 does not match to any local voiceskin
"" ""
"" ""
BMEVENT_CHARGER
BMEVENT_CHARGING
BMEVENT_BATMON
"" ""
"" ""
So how do I get voices downloaded? Perhaps not having any is a problem.
Reply With Quote
  #10  
Old 10-30-2011, 07:40 PM
mja's Avatar
mja mja is offline
Senior Member
 
Join Date: May 2010
Location: UK, Manchester
Posts: 319
Thanked: 177 times
Default Re: Drive application will not start, need help to troubleshoot

Quote:
Originally Posted by gerbick View Post
I'm in the US. Nokia won't help.

Finally getting different errors:

Code:
file:///usr/lib/drive-qml/models/VoiceSkinModel.qml:128 Error: 1101 does not match to any local voiceskin
"" ""
"" ""
BMEVENT_CHARGER
BMEVENT_CHARGING
BMEVENT_BATMON
"" ""
"" ""
So how do I get voices downloaded? Perhaps not having any is a problem.
I just used Drive today and noticed I didn't have any voices installed.. When I got back home I installed the UK voice from within Drive. So I had no problems with no-voices-installed. Going back to that "MApplicationService: registerService() registering failed" it looks like it's detecting another instance of Drive maybe and is waiting for it to close(?)...if I'm reading that code correctly.
__________________
Mobile: N950.
Twitter: mja_fin.
Check out Trap, Shake, Kill 'em!, XBMC Remote + WOL client
Reply With Quote
Reply

Tags
drive, fix, nokia, resolved

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Start default Message application from code crazyjoelv Application Developer Support 1 07-07-2011 11:45 AM
Hard drive detection ? matthgyver In-Vehicle 24 05-22-2011 09:01 AM
How do I start application development on laptop using xephyr sonydeepa Application Developer Support 2 09-06-2010 03:36 AM
persistent usb drive mishmich Netbook 2 06-23-2010 08:41 PM
Writing to usb drive sk0rncobra1 Netbook 6 05-28-2010 06:46 PM


All times are GMT. The time now is 12:49 AM.