Skip to content

Commit

Permalink
Update toolbox.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Mar 3, 2024
1 parent 9a37155 commit 7d04696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toolbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ It's a little program, written in Java, which enables support for:
## Install and preparations

### Windows
1. Download a [community patch](patches) on your phone, install it and collect at least 1 cookie in there
1. *Optional:* Download a [community patch](patches) on your phone, install it and collect at least 1 cookie in there
2. Download the toolbox
3. [Install adb](https://www.xda-developers.com/install-adb-windows-macos-linux/), if not already installed and add it to your ``PATH``
4. [Install Java](https://www.java.com/de/download/) (at least 8), if not already installed
5. Enable developer options on your phone and enable USB Debugging in the developer options

### Linux
1. Download a [community patch](patches) on your phone, install it and collect at least 1 cookie in there
1. *Optional:* Download a [community patch](patches) on your phone, install it and collect at least 1 cookie in there
2. Download my program on a Linux computer
3. Install adb with ``sudo apt install android-tools-adb``, if not already installed and add it to your ``environment``
4. Install Java (at least 8) with ``sudo apt-get install openjdk-8-jre``, if not already installed
5. Enable developer options on your phone and enable USB Debugging in the developer options

### Mac
Should be supported afaik, but I can't test it myself.<br>
In general, it should be nearly the same as on Linux, apart from installing adb, which is different.
In general, it should be nearly the same as on Linux, apart from installing the necessary applications (which might work differently, using `brew` maybe?).

## How to use

Expand Down

0 comments on commit 7d04696

Please sign in to comment.