Skip to content

Commit fdae093

Browse files
authored
Merge pull request #3 from mrhaydendp/testing
Hotfix
2 parents a549998 + 2aee52d commit fdae093

File tree

3 files changed

+25
-35
lines changed

3 files changed

+25
-35
lines changed

Fire Tablet Prep.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

Fire-Tools.png

1.78 KB
Loading

README.md

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Fire Tools
2+
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!
23

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**
65

76
## Supported Devices
87
- 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
1110

1211
![Screenshot](https://github.com/mrhaydendp/Fire-Tools/blob/main/Fire-Tools.png)
1312

14-
1513
## Setup
16-
First go here for Tablet Setup
17-
- [Fire Tablet Prep](https://github.com/mrhaydendp/Fire-Tools/blob/main/Fire%20Tablet%20Prep.md)
18-
19-
Then follow the instructions for your platform:
14+
Follow the instructions for your platform:
2015
- [Linux/macOS](https://github.com/mrhaydendp/Fire-Tools/blob/main/Linux-Instructions.md)
2116
- [Windows](https://github.com/mrhaydendp/Fire-Tools/blob/main/Windows-Instructions.md)
2217

18+
## Fire Tablet Prep
19+
### Enable Developer Options & USB Debugging
20+
Open `Settings` and go to `Device Options` then scroll down and and tap `About Fire Tablet`
21+
22+
![About](https://github.com/mrhaydendp/Fire-Tools/blob/main/Prep%20Pictures/About%20Fire%20Tablet.png)
23+
24+
Then tap `Serial Number` 7 times it should say you are 2 taps away after the 5th tap
25+
26+
![Serial](https://github.com/mrhaydendp/Fire-Tools/blob/main/Prep%20Pictures/2%20Taps%20Away.png)
27+
28+
Press the back button and `Developer Options` will now be visible
29+
30+
![Developer Options](https://github.com/mrhaydendp/Fire-Tools/blob/main/Prep%20Pictures/Developer%20Options.png)
31+
32+
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.
33+
34+
![USB Debugging](https://github.com/mrhaydendp/Fire-Tools/blob/main/Prep%20Pictures/USB%20Debugging.png)
35+
2336
## Installer Script
2437
For Linux, WSL, and macOS run this command in terminal:
2538
```
@@ -29,11 +42,8 @@ cd Fire-Tools && ./Fire-Tools.sh
2942
```
3043

3144
## 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.
3747

3848
## Notes
3949
Things you should know:
@@ -44,12 +54,9 @@ Things you should know:
4454
- Although this is my tool, **I am not responsible for anything that may go wrong when using this script.**
4555

4656
## 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!
4858
- [Google](https://www.android.com/)
49-
- [F-Droid](https://www.f-droid.org/en/about/)
50-
- [AuroraOSS](https://auroraoss.com/contact/)
59+
- [Aefyr](https://github.com/Aefyr/SAI) (Split APKs Installer)
5160
- [TeslaCoil Software](https://play.google.com/store/apps/developer?id=TeslaCoil%20Software&hl=en_US&gl=US) (Nova Launcher)
52-
- [Brave](https://brave.com/about/)
53-
- [Team Newpipe](https://github.com/TeamNewPipe)
5461
- [Lawnchair](https://github.com/LawnchairLauncher/Lawnchair)
5562
- [D0k3](https://github.com/d0k3) (For inspiration to make this script)

0 commit comments

Comments
 (0)