Skip to content

Commit 912add1

Browse files
committed
Created README, enabled Launch Check
1 parent 20f16ec commit 912add1

File tree

5 files changed

+120
-17
lines changed

5 files changed

+120
-17
lines changed

.idea/.idea.AndroidDebloater/.idea/avalonia.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.AndroidDebloater/.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.AndroidDebloater/.idea/workspace.xml

Lines changed: 20 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MainWindow.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public partial class MainWindow : Window
1313
public MainWindow()
1414
{
1515
InitializeComponent();
16-
//DebloatBtn.IsEnabled = false;
16+
DebloatBtn.IsEnabled = false;
1717
}
1818

1919
public void ShowHelp(object sender, RoutedEventArgs args)

README.md

Lines changed: 82 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,83 @@
1+
![Repo-Image](https://massimo.gg/github-images/nameland.webp)
2+
3+
<div align="center">
4+
15
# AndroidDebloater
2-
A simple C# Application that allows you to debloat nearly every Android device.
6+
7+
![License](https://img.shields.io/github/license/massimo-rnd/AndroidDebloater)
8+
![Issues](https://img.shields.io/github/issues/massimo-rnd/AndroidDebloater)
9+
![Forks](https://img.shields.io/github/forks/massimo-rnd/AndroidDebloater)
10+
![Stars](https://img.shields.io/github/stars/massimo-rnd/AndroidDebloater)
11+
![Last Commit](https://img.shields.io/github/last-commit/massimo-rnd/AndroidDebloater)
12+
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/massimo-rnd/AndroidDebloater?include_prereleases)
13+
14+
</div>
15+
16+
## 🚀 Overview
17+
18+
AndroidDebloater is a simple tool written in C#, that enables you to debloat your Android Device with a GUI using ADB.
19+
20+
## 🎯 Features
21+
22+
- Remove Bloatware from Phone
23+
- Pre-Made Scripts for Google Bloat, Android System Bloat, Third-Party Bloat
24+
- No installation of ADB tools needed
25+
- Compatible with Windows, macOS & Linux
26+
27+
## 🛠️ Installation
28+
29+
1. Go to the [Releases](https://github.com/massimo-rnd/AndroidDebloater/releases/latest) page and Download the latest Version for your OS
30+
2. Install the Application
31+
3. Open the Application
32+
33+
## 💻 Usage
34+
35+
### Preperations
36+
To use this tool with your Android Device, you have to enable "Developer Mode" and "USB Debugging".
37+
38+
This can be done by entering your Settings App, go to About and Click the "Build Number" 7 Times.
39+
40+
If you get "You are now a Developer", go back, go into "Developer Options" and Enable "USB Debugging".
41+
42+
Now you can Connect your Phone. Your Phone should show a Message about trusting your Computer. Just click Accept.
43+
44+
### Using the tool
45+
To start, first click the "List ADB Devices" Button to see if your Device is connected.
46+
47+
If sucessful, you can choose your Package and click "Start Debloat"
48+
49+
## 🚧 Roadmap
50+
51+
- [ ] Implement Manufacturer Specific Scripts
52+
53+
Check out the [open issues](https://github.com/massimo-rnd/AndroidDebloater/issues) for more.
54+
55+
## 🤝 Contributing
56+
57+
Contributions, issues, and feature requests are welcome!
58+
Feel free to check the [issues page](https://github.com/massimo-rnd/AndroidDebloater/issues).
59+
60+
1. Fork the project.
61+
2. Create your feature branch (`git checkout -b feature/AmazingFeature`).
62+
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).
63+
4. Push to the branch (`git push origin feature/AmazingFeature`).
64+
5. Open a pull request.
65+
66+
## 📜 License
67+
68+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
69+
70+
## 📊 Repository Metrics
71+
72+
![Repo Size](https://img.shields.io/github/repo-size/massimo-rnd/AndroidDebloater)
73+
![Contributors](https://img.shields.io/github/contributors/massimo-rnd/AndroidDebloater)
74+
![Commit Activity](https://img.shields.io/github/commit-activity/m/massimo-rnd/AndroidDebloater)
75+
76+
---
77+
78+
### 📞 Contact
79+
80+
For any inquiries, feel free to reach out:
81+
- email: [hi@massimo.gg](mailto:hi@massimo.gg)
82+
- X: [massimo-rnd](https://x.com/massimo-rnd)
83+
- [Discord](https://discord.gg/wmC5AA6c)

0 commit comments

Comments
 (0)