Skip to content

Commit 793a842

Browse files
committed
update
1 parent 128b555 commit 793a842

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

ontrack/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OnTrack v2 — TDS Telecom Field Route Optimizer
1+
# OnTrack — TDS Telecom Field Route Optimizer
22

33
Route optimization tool for TDS field service technicians.
44
Enter addresses manually or load a CSV/Excel file, optimize the drive order, preview each stop in Street View, and launch turn-by-turn navigation in Google Maps or ArcGIS FieldMaps.
@@ -72,11 +72,8 @@ pyinstaller ontrack.spec
7272
```bash
7373
pip install buildozer
7474

75-
# First build (downloads Android SDK + NDK — takes 20–40 min)
7675
buildozer android debug
7776

78-
# APK output:
79-
# bin/ontrack-2.0.0-arm64-v8a-debug.apk
8077
```
8178

8279
> **Note:** OR-Tools has no python-for-android recipe.
@@ -85,9 +82,7 @@ buildozer android debug
8582
8683
### Sign for Play Store
8784
```bash
88-
# Build release AAB
8985
buildozer android release
90-
# Then sign with your keystore and upload to Google Play Console.
9186
```
9287

9388
---

0 commit comments

Comments
 (0)