Skip to content

Commit 18920c9

Browse files
authored
Update README.md
1 parent a42ac92 commit 18920c9

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fire-Tools
22

3-
Scripts for debloating and Installing Google Play Services to Fire Tablets + More!
3+
Scripts for debloating, install Google services, changing launcher, and more!
44

55
![Fire-Tools](https://github.com/mrhaydendp/Fire-Tools/blob/main/Screenshots/Fire%20Tools.png)
66

@@ -26,13 +26,20 @@ Get a USB cable that supports data transfer (preferrably the one in the box)
2626
## Setup
2727
### Windows (W.I.P)
2828
If you are on Windows drivers for Fire Tablets are found [here](https://developer.amazon.com/docs/fire-tablets/connecting-adb-to-device.html) and ADB drivers are [here](https://adb.clockworkmod.com/).
29+
2930
### Mac
3031
If you are on Mac OS you need install brew through this command
3132
```
3233
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3334
```
3435
Then you can install adb through this command `brew cask install android-platform-tool` and wget `brew install wget`
3536

37+
## Linux
38+
Install wget and ADB
39+
```
40+
sudo apt install wget adb
41+
```
42+
3643
## Instructions
3744
For Linux & Mac clone the repo using git and run Fire-Tools.sh
3845
```
@@ -48,3 +55,14 @@ Things you should know:
4855
- This will disable all amazon apps except `Clock`, `Calendar`, `Calculator`, `Settings`, and `Keyboard`
4956
- This should not void your warranty but, if unsure factory reset your device before sending it in.
5057
- Although this is my tool, **I am not responsible for anything that may go wrong using this script.**
58+
59+
## Credits
60+
Thank you to all these peoples software included in this script!
61+
- [Google](https://www.android.com/)
62+
- [F-Droid](https://www.f-droid.org/en/about/)
63+
- [AuroraOSS](https://auroraoss.com/contact/)
64+
- [TeslaCoil Software](https://play.google.com/store/apps/developer?id=TeslaCoil%20Software&hl=en_US&gl=US) (Nova Launcher)
65+
- [Brave](https://brave.com/about/)
66+
- [Team Newpipe](https://github.com/TeamNewPipe)
67+
- [Lawnchair](https://github.com/LawnchairLauncher/Lawnchair)
68+
- [D0k3](https://github.com/d0k3) (For inspiration to make this script)

0 commit comments

Comments
 (0)