MapFactor Forum
Discussions
Members
Sign In
lubos
Activity
Discussions
6
Comments
476
Android Settings Android 11
To clarify a few things: -Android could restrict access to filesystem even if you use FAT32 (it is about how file operations are implemented) -Apps could ignore new Google's storage policy as long as they are not updated (every app on Google Pl…
Comment by
lubos
February 2022
permalink
Test of version 7.1.x for Android
It is for blind pedestrians.
Comment by
lubos
February 2022
permalink
copy/exchange "favourites.xml" via ADB to new Device (Android 11 )
This won't work on Android 11. The internal storage uses Linux filesystem with advanced permission system. The system recognizes that the file is not created by Navigator and it won't let the app access to it. On rooted device you could do…
Comment by
lubos
December 2021
permalink
Microsoft Lumia 650 Mobile Phone
Comment by
lubos
October 2021
permalink
Restoring Navigator backup files from Android 8 to Android 11
Copied files into Android/data/ won't be readable for apps due to Android 11 storage policy: https://developer.android.com/about/versions/11/privacy/storage
Comment by
lubos
October 2021
permalink
Can't import any GPX-File on android 11
Depends on used file manager, device vendor OS customisation and storage where the GPX is stored...
Comment by
lubos
September 2021
permalink
Can't import any GPX-File on android 11
Yes, the apps cannot access data which does not belong to them or are not public. Apps have to be modified to access a file opened with e.g. file manager, that's why GPX import on Navigator does not work on Android 11: https://developer.android…
Comment by
lubos
September 2021
permalink
Test of version 7.0.x for Android
About the import GPX: it could be language setting. If I have my phone in Czech then converting number to string uses "." as decimal separator. If I have my phone in German then converting number to string uses "," as decimal se…
Comment by
lubos
August 2021
permalink
Test of version 7.0.x for Android
I've got 5.5.105 from here: https://www.apkmirror.com/apk/mapfactor/mapfactor-gps-navigation-maps/mapfactor-gps-navigation-maps-5-5-105-release/
Comment by
lubos
August 2021
permalink
Test of version 7.0.x for Android
I see @filips, thanks. I was tunning the BT functionality back in 2015 for many months. The SCO is very complex and to make it working without testing device is almost impossible. However I downgraded my Navigator to version 5.5.105 and now I am ha…
Comment by
lubos
August 2021
permalink
Test of version 7.0.x for Android
I checked "Use Bluetooth handsfree channel for voice navigation". It said half a word from my phone speaker then opened Bluetooth channel, navigation froze for a few seconds. Then it said message over BT and never again closed the Bluetoo…
Comment by
lubos
August 2021
permalink
Test of version 7.0.x for Android
Now it opens SCO connection since Navigator beginning. That's wrong, that mutes the radio as long as Navigator is opened (it should be opened only for navigation messages. The navigation messages comes with about 10s delay. I would recommend to…
Comment by
lubos
August 2021
permalink
Test of version 7.0.x for Android
Hi @filips, I tested both APKs and both are using A2DP. The autoradio I am using works only with SCO (=simulating a phone call for every navigation message). I implemented SCO back in 2015 (Navigator 2.2), I tested it on a device in MF office called…
Comment by
lubos
August 2021
permalink
Test of version 7.0.x for Android
The bluetooth worked well for me with 6.0 but after update to 7.0.49 I have the same problem like @chattiewoman and no phone settings can fix the issue. It works only when I select on the autoradio "media" (A2DP bluetooth) but then I hea…
Comment by
lubos
August 2021
permalink
Test of version 7.0.x for Android
I just updated to version 7.0.31 and the "dancing texts" are sometimes quite annoying: https://drive.google.com/file/d/1NOsrykO1J0wODBiPW_JkCoUXVrEGUOtO/view?usp=drivesdk (On Huawei P30 Pro)
Comment by
lubos
June 2021
permalink
Android audio - Select the Bluetooth device for notifications
That is for bluetooth A2DP protocol, you cannot use it together with radio music. Navigator uses bluetooth SCO (it simulates a call on every instruction) - that way it interrupts music, say navigation instruction and resume the music...
Comment by
lubos
June 2021
permalink
Android audio - Select the Bluetooth device for notifications
I am afraid that this cannot be solved because bluetooth messages are transfered over channel "call" and there is no better to do that.
Comment by
lubos
June 2021
permalink
Android audio - Select the Bluetooth device for notifications
Hi Denis, Use Navigator Settings/Advanced/Sound output channel/Use custom volume - that should use notifcation channel if I remember it correctly.
Comment by
lubos
June 2021
permalink
MapFactor & Android Auto
:-bd
Comment by
lubos
May 2021
permalink
MapFactor & Android Auto
Hi FIlips, I am not working for MF anymore but let me give you one hint about the shifted arrow:As I remember the GPS arrow is rendered in 2D coordinates because with 3D coordinates it was shaking.I see you managed to render it with offset but you d…
Comment by
lubos
April 2021
permalink
No movement on screen while navigating (W10)
It looks like a Windows Store version to me.
Comment by
lubos
March 2021
permalink
Test of Android version 6.0.x
C++
Comment by
lubos
September 2020
permalink
Dynamic button in map to recalculate route on points change
I quit Mapfactor some time ago also I cannot help you with implementing this. However in case your departure is your current position then you can do a following trick: 1) start navigation 2) change map view to map overview 3) modify the waypoints/…
Comment by
lubos
June 2020
permalink
Test of Android version 6.0.x
Hi @filips, I deleted the 1 star rating, I was today morning too critical to everyone. Sorry for that. However my personal problem is only with the main menu and tools. All other screen are well done. * Using very similar icon for more operations …
Comment by
lubos
June 2020
permalink
Test of Android version 6.0.x
Actually offline, oneline search cannot recognize what's town and what's street. It is testing every word combination. If @stepan tries to do it I would recommend after search to check if there are results and if not then try to delete any…
Comment by
lubos
May 2020
permalink
Address distance bug [Not Solved]
As I was still in the company and developed this feature it looked like this: https://ibb.co/tY26Qm7 There was always blue center point and then the items found in surrounding. What I see in the MacDony's first post is that there is missing th…
Comment by
lubos
May 2020
permalink
How to change the opacity percentage of "Navigation Highlight" [solved]
As I remember the alpha channel value was hardcoded in Navigator code
Comment by
lubos
March 2020
permalink
Navigator removed from Google Play?
I can confirm that I was not able to find Navigator in Play Store yesterday, today it works
Comment by
lubos
March 2020
permalink
meaning of symbols (POI)
Do a long click on map. Select POI-types and then you can browse all POIs in categories.
Comment by
lubos
February 2020
permalink
Long delays in updates for variouse countries - leave .mca and move to .osm
It is technically not possible to support OSM format. The data needs to be decimated for different zooms, search database has to be created, etc...
Comment by
lubos
December 2019
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Users name
lubos
Joined
September 2014
Visits
8,551
Last Active
October 20
Roles
Member
Powered by Vanilla