![]() |
2010-10-13
, 18:21
|
Posts: 85 |
Thanked: 15 times |
Joined on Sep 2010
|
#262
|
![]() |
2010-10-13
, 21:52
|
Posts: 85 |
Thanked: 15 times |
Joined on Sep 2010
|
#263
|
![]() |
2010-10-13
, 22:00
|
Posts: 85 |
Thanked: 15 times |
Joined on Sep 2010
|
#264
|
![]() |
2010-10-14
, 01:03
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#265
|
Hi MartinK
Regarding SQLite storage, I came across the Mobile Atlas Creator (formerly known as TrekBuddy Atlas Creator - [URL="http://mobac.dnsalias.org/"]http:
...
If I downloaded maps using this tool to one of these formats, would it work with modRana? Thanks.
Feedback:
However the Check feature may not be working quite right. Here what i have found so far.
1) Still shows KM and not miles in download area. Not sure if that was one of the fixes mentioned in the change log, but it seemed to be.
2) If you run a check for a given area (ie: 5km, 10km, etc.) and all tiles are considered available, if you just hit "edit" and increase the size and check again it will continue to report that all tiles are available no matter how high you go.
3) if you hit Download anyway, despite #2 above, because you know you don't actually have them, it will finish without having downloaded anything (as noted by the lack of change in disk space) and tell you that all are now available. if you then return to the map and scroll to an area where you know you don't actually have tiles you will just get a black area, and the menu buttons disappear, and the program becomes unresponsive (or rather, unuseable since three are no buttons and the screen can no longer be scrolled) and has to be closed.
4) After restarting the app: going to batch and starting a download for the area you tried to download in #2, it will run normal and start downloading all the missing tiles. However, if i wanted to check the size of the download before letting it continue, to see if it would actually see that i didn't have them, i hit stop and then check. It said i would only need 1.8mb of files, so i hit continue download. As opposed to the slow pace at which it was going before (reporting 2-4 tiles downloaded per second), it was showing thousands downloaded per second (the same speed as the check) and finished without downloading anything. repeat the black screen from #3.
More Feedback:
Seeing as the download is going to take sometime, and i like to use my phone for lots of stuff, i thought i would try using it a bit while the download was in progress.
More Feedback:
I think when i get home i am going to try deleting the DB files and downloading over wifi and see what happens then.
I will also see about uploading the log file that modrana makes now.
![]() |
2010-10-14
, 02:27
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#266
|
This may be a bit more complex to fix than expected. Basically, after examining the (older Rana-heritage) code a bit more throughly, I found that it actually uses some tile coordinate derived (scale dependent!) unit and not plain kilometers as I thought. Before some conversion code is added, I can just switch the labels and and the would not be much difference in precision
The Following User Says Thank You to Flandry For This Useful Post: | ||
![]() |
2010-10-14
, 23:20
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#267
|
![]() |
2010-10-14
, 23:31
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#268
|
I made another update, V0.16-4.
I finally managed to reproduce the failed size estimation followed by a black screen, as reported by TBP + get a log out of it.
Looks like it being caused by two separate issues - database becoming inaccessible and failed loading of status tiles.
I hardened the code running both, so it now will either work as intended or at least should not get the application to an unusable state and should print an error message.
I have also noticed during testing, that MyDocs sometimes becomes read only (for all applications). Did anybody notice something like this before ?
I don't know if this is caused by modRana or some other program accessing MyDocs. It can be fixed by connecting and disconnecting in mas-storage mode or by restarting the device. An appropriate mount/umount command would IMO also fix it.
cd / find . -name "*"
The Following User Says Thank You to eitama For This Useful Post: | ||
![]() |
2010-10-15
, 15:26
|
|
Posts: 546 |
Thanked: 85 times |
Joined on Feb 2008
@ Winnipeg, Canada
|
#269
|
It will basically display ALL the files/procs/handles on your device.Code:cd / find . -name "*"
If it reaches any currupt files, you will get an error and the mount will switch back to read only.
find / >/dev/null
The Following User Says Thank You to grog For This Useful Post: | ||
![]() |
2010-10-19
, 10:24
|
Posts: 15 |
Thanked: 2 times |
Joined on Oct 2010
|
#270
|
Never heard of this tool before, I'll have to check out the structure of the files it produces.
![]() |
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
|
Regarding SQLite storage, I came across the Mobile Atlas Creator (formerly known as TrekBuddy Atlas Creator - http://mobac.dnsalias.org/) which is a maps downloader tool that can download various maps to various formats for the known GPS nav apps for other devices. It can also download to certain SQLite formats, namely BigPlanet Tracks SQLite, Oruxmaps Sqlite, and RMaps SQLite. If I downloaded maps using this tool to one of these formats, would it work with modRana? Thanks.