-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (59 loc) · 2.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<body>
<h1>Moov Now data export</h1>
<p>The Moov Now device will track your ride, run, swim, cycle, box, HIIT and crossfit accurately, but it does not have any export option or backup options. This is a modified version of the official Moov Now Coach application wich allows you to export swimming timings to the "MoovBackup" folder as csv files. You have to open and close the swimming in history, and the swimming will be saved. It works on any Android 4.4 device or more than 4.4 or on an Android PC emulator, such as Nox.
Install and enjoy.</p>
You can download from here:
<a href="https://androidfilehost.com/?fid=6006931924117917386" download>https://androidfilehost.com/?fid=6006931924117917386
</a>
<p>Update:
The Moov Now app has a hidden timing, one that monitors every swimming stroke.
For the ones that want to monitor the timing of every single stroke, I have built a new version of my MOD to export strokes to csv file.</p>
<a href="https://www.androidfilehost.com/?fid=1899786940962596201"download>https://www.androidfilehost.com/?fid=1899786940962596201
</a>
<p>How to use:</p>
<p>
Install Moov Coach MOD apk to android device or android emulator such NOX
</p>
<p>
<img src="https://raw.githubusercontent.com/uM0d/Moov-Now-swimming-data-export/master/1.png">
</p>
<p>
Open Moov Coach MOD and wait to restore your backup
</p>
<p>
<img src="https://raw.githubusercontent.com/uM0d/Moov-Now-swimming-data-export/master/2.png" >
</p>
<p>
Open a swim from history
</p>
<p>
<img src="https://raw.githubusercontent.com/uM0d/Moov-Now-swimming-data-export/master/3.png">
</p>
<p>
Open File Manager
</p>
<p>
<img src="https://raw.githubusercontent.com/uM0d/Moov-Now-swimming-data-export/master/4.png">
</p>
<p>
Search for MoovBackup folder.
</p>
<p>
<img src="https://raw.githubusercontent.com/uM0d/Moov-Now-swimming-data-export/master/5.png">
</p>
<p>
You can read your swim as csv.
</p>
<p>
<img src="https://raw.githubusercontent.com/uM0d/Moov-Now-swimming-data-export/master/6.png">
</p>
<p>
You can open csv file with Excel.
</p>
<p>
<img src="https://raw.githubusercontent.com/uM0d/Moov-Now-swimming-data-export/master/Strokes.png">
</p>
</body>
</html>