You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
0 commit comments