I have a new phone: Fairphone 4. I followed the instructions, into “Maps” app, in /e/os, to export “Favourites” to the new phone, but it’s impossible. The app doesn’t import Favourites.
Correct. I followed this tips, but then, when I open “Favourites.xml” in “Maps”, Murena’s app, nothing happens. My favourites places are not imported. No error message: simply the app doesn’t import Favourites.
I can go ahead and file a bug if you want. The permission imo too general. If Magicearth had an App dialog that would open the dir and ask for scoped permission on for example “Downloads”, that would be better than giving it the read permission system-side.
‘It is recommended to send the file to yourself in mail or whatsapp attachment, then open it on the phone, tap on the attachment and select "Open With Magic Earth’."
… and for me this shows exactly the behaviour @llamasjm described.
sorry, just linked this for completeness sake. The faq is still proper for the official App, it was never meant to be shipped as system app.
If you’d install MagicEarth as user-app, it would ask for the read-external perm on first start. It’s the existance as system-app with rigid permissions that invalidate the official faq.
@andreasmjg not compatible, it’s just an app custom sqlite db. I checked how I’d do a readout, but couldn’t figure out what format it uses as geo coordinates.
There’s no lat long separation of coordinates. There is a body field that has lat long in the text description (raw sqlite fails to decode that) - but what’s the “coord” field? it says helpfully WGS_PT_INT as field type - I get WGS, but have no idea how it splits integers to decimals.
531594725036142167 - Cristo Rei, Lisbon
671506437246026492 - Eiffelturm / Eiffeltower, Paris
721779132560392983 - Pariser Platz / Brandenburg Gate, Berlin
sqlite3 Favourites.xlm ".schema LMK"
CREATE TABLE LMK(id INTEGER PRIMARY KEY NOT NULL,tile INTEGER NOT NULL,name TEXT,desc TEXT,coord WGS_PT_INT NOT NULL,icon INTEGER,categ INTEGER,upd TIME_INT NOT NULL,body BLOB NOT NULL);
This is the reason I stopped using Magic Earth and why I still am reluctant to go back to it, although it would be very convenient as it’s a good maps app.
Until it has import/export compatibility with other maps apps, it’s just as switching-friendly as Google Maps