Love isn't blind, it is retarded.
Sony Ericsson Training Data Export Format Version 1.0 importer for SportsTracker. Currently this class works only as a stand-alone program with SportsTracker jar file dependency. The functionality is by no means complete but if there will be some interest I am willing to finish it.
This importer is distributed only as a Java source file and some knowledge of computer programming is needed to configure it correctly. Place the file (you can find the link at the bottom of this text, before the comments section) into SportsTracker directory and open it in your favorite text editor to configure it. Locate definitions of runningSportType and runningSportSubtype and set them to the IDs of the running sport type that you use in the SportsTracker. Do the same for walkingSportType and walkingSportSubtype for normal day walking data, or set them to 0 if you do not wish to import that data. For walking data you must also set walkingStepsPerSecond.
Compile the file with Java compiler (you must have JDK installed, of course).
javac -cp SportsTracker.jar SonyEricssonImporter.java
Running the importer is performed written below. You must of course run it as the user into whose storage you are importing.
java -cp SportsTracker.jar:. SonyEricssonImporter %file_to_import%
The importer can handle duplicate entries, so you do not have to worry about importing duplicates.
| Attachment | Size |
|---|---|
| SonyEricssonImporter.java | 8.56 KB |