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
Fire Tools is a powerful script that debloats and installs Google services to Amazon Fire Tablets to make them feel snappier and increase the ease of use. In addition it also allows you to install custom launchers such as Nova and Lawnchair. If you wish to add your own apps theres a custom batch installer. It's as easy as putting your `.apk` files into the Custom folder and clicking the Batch-Install button!
2
3
3
-
Fire Tools is a powerful script that debloats and installs Google services to Amazon Fire Tablets to make them feel snappier and increase the ease of use. In addition it also allows you to install custom launchers such as: Nova, Lawnchair, and others. If you wish to add your own apps theres a custom batch installer. It's as easy as putting your `.apk` files into the Custom folder and clicking the Batch-Install button!
4
-
5
-
**Note this tool requires USB Debbuging and Unknown Sources to be enabled**
4
+
**Note this tool requires USB Debbuging to be enabled**
6
5
7
6
## Supported Devices
8
7
- Fire HD 10 (9th Gen, 11th Gen)
@@ -11,15 +10,29 @@ Fire Tools is a powerful script that debloats and installs Google services to Am
Now switch on `Developer Options` and `USB Debugging`. Then get a USB cable that supports data transfer (preferrably the one in the box) and plug it into the computer.
For Linux, WSL, and macOS run this command in terminal:
25
38
```
@@ -29,11 +42,8 @@ cd Fire-Tools && ./Fire-Tools.sh
29
42
```
30
43
31
44
## Config Options
32
-
This script is very customizable, you can whitelist apps so they're not disabled by commenting out the package name ex:
33
-
```
34
-
#com.package.name
35
-
```
36
-
The Launcher can also be changed by swapping out `Launcher.apk` (Nova by default) with one of your choice and clicking Custom-Launcher in the script. You can also batch install apps by dropping the `.apk` files in the Custom folder and clicking Batch-Install in the script.
45
+
This script is very customizable, you can whitelist apps so they're not disabled by deleting them from Debloat.txt.
46
+
You can also batch install apps by dropping `.apk` files in the Custom folder and clicking Batch Install in the script.
37
47
38
48
## Notes
39
49
Things you should know:
@@ -44,12 +54,9 @@ Things you should know:
44
54
- Although this is my tool, **I am not responsible for anything that may go wrong when using this script.**
45
55
46
56
## Credits
47
-
Thank you to all these peoples software included in this script!
57
+
Thank you to all these people's software included in this script!
0 commit comments