So you want a feature inside Osmand app to install an older apk file of Osmand?
OR you use ONLY manually downloaded aps files from http://download.osmand.net/releases/ or even one of the nightly-builds. But no update message then.
--
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 osmand+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I'm not sure, but maybe it has something to do with transparency function.
Just to be sure, do you have "no polygons" option enabled?
Transparency uses ARGB 8888 = 32 bit/pixel = 4 Byte/pixel
Without transparency RGB 565 is used = 16 bit/pixel = 2 Byte/pixel
Thus, if transparency is enabled, bitmap needs 2x memory.
Just to make sure I really understood: When polygons are switched off, you need twice as much memory for rendering?
But, native memory should be used, if native lib is available?
https://github.com/osmandapp/Osmand/blob/0b86665092c5a1748f39fe0051db6db9fd4a526b/OsmAnd/src/net/osmand/plus/render/MapRenderRepositories.java#L608
Regards,
Max
Let me know of you want me to uninstall the - 18 version and test the 2 previous ones.
I will uninstall -18 and try -16 next
There is a very interesting problem going on when driving on I-5 north of Seattle. When driving south the directions are fine. Driving north however it wants to take several off ramps and re-enter via the on-ramp.
The directions themselves are weird too. Not the straightest route or the fastest. All kinds of turns via small roads with low speed limits instead of straight larger roads with higher speed limits. I went from Lynnwood to the Martin L. King / Cherry Street intersection in Seattle. First attempt sent me to SR 522. Useless. Next went down I-5. Fine. When I took a turn to the 520 bridge to turn immediately right on Montlake Blvd / 23rd Ave it send me straight out to the Lake Washington Blvd, a very twisty 25 mph route through the arboratum and along lake Washington, followed by a turn back towards 23rd Ave later on. I don' get it.
I have noticed this before where I would program a route to a ferry (I-5 / SR 104 to Edmonds ferry).Instead of taking the most direct road that has the ferry waiting lanes on the side it takes a route that ends up at a point from where it is illegal to enter the ferry. You would have to go 3 miles back , make a U-turn and enter the ferry waiting lanes. If I put in a waypoint it will calculate the correct route. If you don't have local knowledge you'll have a very frustrating time.
There was a 120 degree right turn on the way back that was announced as "slightly right". Also giving complicated directions. Instead of giving a straight route towards I-5 it was going to make me turn right onto Broadway......
So why does it work fine when moving fast on a freeway, complete with route recalculations and voice directions, but it crashes going 3 miles an hour in a forest where the entire screen is green with just a few red dotted lines ( trails)?