google-code-export / mobbler

Automatically exported from code.google.com/p/mobbler
0 stars 0 forks source link

Local events not working on N8 #686

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Nokia N8

What steps will reproduce the problem?
1. View -> Local events

What is the expected output? 
Shows local events on a map.

What do you see instead?
Nothing happens.

Original issue reported on code.google.com by hugovk@gmail.com on 1 Nov 2010 at 3:54

GoogleCodeExporter commented 9 years ago
CMobblerLocation::GetLocationL()is called but the RunL() returns with -46 / 
KErrPermissionDenied so it doesn't even get a go with the Sony Ericsson cell ID 
API. 

So it could be a Symbian^3 problem, but not tried any other phones recently. 

Did they work with self-signing? 

More importantly, what permissions are needed and do we have them for the 
signed version?

Original comment by hugovk@gmail.com on 1 Nov 2010 at 3:55

GoogleCodeExporter commented 9 years ago
Getting the cell id from telephony requires the Location capability, so this 
feature will only work in signed builds.

We should either remove this option from the menu or keep it as a debug feature 
where instead of calling the telephony API we return some known values.

I say we just remove it.

Original comment by eartle@gmail.com on 1 Nov 2010 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by hugovk@gmail.com on 1 Nov 2010 at 4:30

GoogleCodeExporter commented 9 years ago
Fixed in revision aa25a8c1b2.

Only build all this stuff when __SYMBIAN_SIGNED__ is #defined.

Original comment by hugovk@gmail.com on 1 Nov 2010 at 9:21