Yes, OsmAnd has. Like any app on Android the local app data is stored in /data/data/<application name> In that folder both files and sqlite3 databases are stored with settings and the like. Next to that most apps also store their user data there. In case of apks with a lot of "user data", like the maps for navigation applications, you have to store it somewhere else.
You can only access that /data/data location if you have a rooted phone. 2016-08-20 12:45 GMT+02:00 Carles Pina i Estany <[email protected]>: > > I've done a Python script to change it (using gpxpy module). > > Now everything is fine but I had to delete my favourites because just > overwriting favourites.gpx created duplicates (I thought that it would > but it does). > > So it seems that OsmAnd has an internal database that merges with > favourites.gpx? > > Thanks for the information, > > On Aug/20/2016, Carles Pina i Estany wrote: > > > > Hi! > > > > I'd like to re-organise my favourites.gpx (the categories, create new > > ones and re-organise). Do you usually do it on Osmand or use some other > > software (on Linux or Web based) to reorganise the categories? > > > > Thank you! > > > > -- > > Carles Pina i Estany > > Web: http://pinux.info || Blog: http://pintant.cat > > GPG Key 0x8CD5C157 > > > > -- > > You received this message because you are subscribed to the Google > Groups "Osmand" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > For more options, visit https://groups.google.com/d/optout. > -- > Carles Pina i Estany > Web: http://pinux.info || Blog: http://pintant.cat > GPG Key 0x8CD5C157 > > -- > You received this message because you are subscribed to the Google Groups > "Osmand" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Osmand" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
