LiveSplit Android Remote is an app to control LiveSplit from your Android device. (Android 2.3 or above)
- A running timer that synchronizes with LiveSplit
- Start
- Pause
- Resume
- Reset
- Split
- Undo split
- Skip split
- Keeps screen on
-
Download and install the current app version from Google Play (Click on the Google Play Button above to get there)
or
download any current/previous .apk from the apk folder here on GitHub. (You may have to allow apps from unknown sources in your phone security/developer settings. Older versions may not work as well for obvious reasons.) -
Download and extract LiveSplit 1.7 or newer: http://livesplit.org/downloads/
-
Download and extract the LiveSplit server component (LiveSplit.Server_1.7.x.zip or newer) into the LiveSplit "components" sub-directory: https://github.com/LiveSplit/LiveSplit.Server/releases
-
Start LiveSplit, open your layout
-
Add the LiveSplit Server component to your layout
-
Note your IP, you will need it for the app (You may also change port if necessary). (This IP is needed so the app knows how to connect to your LiveSplit computer.)
-
Start the server (Windows may ask for firewall permissions, you have to allow it)
-
Go to the app settings and enter your IP (and port if you changed it)
(You can also use your public IP to access the server via internet, but you will have to forward that port in your router)
If you want to compile the .apk yourself (although they are all in the apk folder) or edit the code (although you can make requests to me what you want as a new feature or fix), you should be able to pretty much just put the whole project into Android Studio. You will need the SDK files specified in app/build.gradle or change it to yours.