On Wed, Aug 27, 2008 at 1:16 PM, leblatt <[EMAIL PROTECTED]> wrote: > Mom looks interesting, but seems to lack a pure offline mode, or did I > misunderstand the docs? > Mobile internet access can be quite expensive (50€ /month here). I'd like to > transfer osm data from PC to the phone, edit it on the field, and later > upload it back at home with DSL.
You can do this by storing the data in the jar. Dynamically storing in a j2me app is nontrivial if you want it to work on all phones, maybe there is better support nowdays but three years ago it was horrible. So internet access is the best crossplatform way of getting data to j2me, or just store it statically in the jar file. I pay ~1euro /MB which makes Google maps j2me app[1] pretty cheap, it is usually 200KB per session. Which isn't going to work for surveying.. :-) [1]http://www.google.com/gmm/index.html _______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk

