Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AozoraDev committed Sep 6, 2023
1 parent 83e2a66 commit a72c02d
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
![Mitobi](img/mitobi.jpg)
## About
Mitobi is a tool for backing up internal Android app data without the need for root access or a PC. It works by modifying the APK and then injecting Mitobi into the APK.
Mitobi is a tool for backing up and restoring internal data from an Android app without the need for root access or a PC.

By modifying the APK, Mitobi works by copying the internal data to the external data of that app (or the Mitobi folder in internal storage if the app has storage permission).
## Features
- [x] Backup
- [x] Restore
- [ ] File Chooser
- [ ] Backup to external storage (if the app has storage permission)
- [ ] Backup to internal storage (if the app has storage permission)
- [ ] Works without modifying the APK (root probably required)
## Installing
> We are currently working on our injector called [Pita](https://github.com/HaruByte/Pita). \
> Mitobi is just a preview of [Pita](https://github.com/HaruByte/Pita).
TODO
See [Wiki:Installing](/wiki/Installing)
## Building
1. Ensure that Java 17 and Android SDK are installed on your device.
2. To build the test app:
```
./gradlew assembleDebug
```
3. To build the DEX file:
```
./gradlew :lib:generateDexDebug
```
See [Wiki:Building](/wiki/Building)
## License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

0 comments on commit a72c02d

Please sign in to comment.