Skip to content

Commit

Permalink
Made source code available
Browse files Browse the repository at this point in the history
  • Loading branch information
GameTheory- committed Sep 20, 2019
1 parent e40a6e9 commit b73b4a9
Show file tree
Hide file tree
Showing 9 changed files with 564 additions and 28 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Do not track

misc/
backup-debloat/
backups/
Instructions
*.ab
*.zip
package_list
xx
x
7 changes: 5 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
##### November 25, 2018 v1.1
##### Sep 19, 2019 - v1.2
- Made source code available

##### Nov 25, 2018 - v1.1
- minor code update
- new adb binary

##### April 19, 2018 v1.0
##### Apr 19, 2018 - v1.0
- first release
13 changes: 5 additions & 8 deletions Other_Tools
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
If you like this tool, consider checking out my other useful projects...

### Reboot Utility
https://intechgeek.com/reboot-utility/
https://techstop.github.io/reboot-utility/

### mktool
https://intechgeek.com/mktool/
https://techstop.github.io/mktool/

### APK Utility
https://intechgeek.com/apk-utility/
https://techstop.github.io/apk-utility/

### Backup and Debloat Android No Root
https://intechgeek.com/backup-and-debloat-android-no-root/

### VPNBook GUI - free vpn
https://intechgeek.com/free-vpn-for-linux/
https://techstop.github.io/backup-and-debloat-android-no-root/

### MKV to MP4
https://intechgeek.com/mkv-to-mp4/
https://techstop.github.io/mkv-to-mp4/
29 changes: 12 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
## Backup and Debloat Android No Root v1.1
## Backup and Debloat Android No Root v1.2

![image](configs/bnd.png)

A tool for creating backups and debloating non rooted android devices. This tool uses the adb method of backing up and uninstalling apps.

**For Android 4.0 and up**

**Tested on ubuntu & xubuntu**

**This project uses:**
- [dos2unix](https://waterlan.home.xs4all.nl/dos2unix.html)

## Limitations
Adb has its' known limitations...
- For Android 4.0 and up
- Tested on ubuntu & xubuntu

1. It can only backup apps where the developer of the app allows the app to be backed up in the `AndroidManifest.xml`. In full backups those apps will be ignored. In individual app backups you will get an empty backup for those apps.
2. Apps are only uninstalled for the user and not root. This means the apps are uninstalled but remain on the device like if they are frozen (not a problem at all).
## Project Page

If you remove system apps that you later decide you want back, you can do a factory reset and the apps will reinstall automatically.
<https://techstop.github.io/backup-and-debloat-android-no-root/>

## Usage
Make sure the `backupdebloat` file has execute permissions.

Make sure the `bda` file has execute permissions.

1. Enable usb debugging on your device in developer options and then plug it to your computer.
2. Execute the file as follows in a terminal: `./backupdebloat`
2. Execute the file as follows in a terminal: `./bda`
3. optional - Use the "Add Desktop Shortcut" option for quick access

## Project Page
https://intechgeek.com/backup-and-debloat-android-no-root/
### Resources

[dos2unix](https://waterlan.home.xs4all.nl/dos2unix.html)
Binary file removed backupdebloat
Binary file not shown.
Loading

0 comments on commit b73b4a9

Please sign in to comment.