-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/>. |