Skip to content

Commit 1bc950c

Browse files
authored
Create README.md
0 parents  commit 1bc950c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# OnewheelEnhancer
2+
3+
OnewheelEnhancer is an iOS tweak runnable on jailbroken devices.
4+
Upon installing, it'll patch FutureMotion's official app to support background audio mode to enable speed alerts.
5+
6+
# Features
7+
8+
- Live cells voltage tracking
9+
- Helps spotting weaks cells (higher cells are displayed in green, cells weaker by 0.03V will be in green, weakers than 0.06V in red)
10+
- Speed alert settable. You'll receive a push notification along with an alarm ringing from your phone if you exceed this max speed
11+
- Displays original cells type delivered with your BMS. If you replaced your battery pack with another cells type, a wrong information will be displayed.
12+
13+
### Installation
14+
15+
##### Download from cydia
16+
Add my repo to Cydia by clicking [this link](https://thibauddavid.github.io/cydiarepo/) from your jailbroken iPhone and tap on link to install source, then install onewheelenhancer
17+
18+
##### Install from .deb file
19+
Use `scp` to send .deb to your device, then install it using `dpkg -i /path/to/package.deb`
20+
21+
#### Building for source
22+
This package is build using Theos. Follow [their instructions](https://github.com/theos/theos/wiki/Installation) to install it.
23+
Once done, just `cd` to onewheelenhancer path then use `make package install`
24+
25+
### Todos
26+
27+
- Plot cells status over time
28+
29+
**Ride on !**

0 commit comments

Comments
 (0)