I posted this as a comment on the TrackBuilder tutorial, but I am still unable to get anything to work. Basically, I want to be able to create (or edit) the LocationProvider file on the fly. As a simple example, imagine if the user wanted to get from point A to point E, however, there were three routes (B, C, D) the user could take. Once the user chooses the route, say C, the locationProvider would be edited to go from A to C to E.
The TrackBuilder is very close to this, except for the adb shell portion to move the newly created file. Is there anyway to accomplish this with out the adb?
Any information will be greatly appreciated.

