-
### Preliminary checklist
- [X] I have read the [README](https://github.com/bromite/bromite/blob/master/README.md)
- [X] I have read the [FAQs](https://github.com/bromite/bromite/blob/master/FAQ.md).…
-
**Description**
After configuring a backup folder and performing backups of some apps, at first everything seems ok: backups are listed and can be restored. However, after a while of device inactivit…
-
I've made some backups of Signal with `adb` before the new database format was introduced in 4.16.3.
I mean backups like these:
```
adb backup -apk org.thoughtcrime.securesms
```
Would you cons…
-
I have a Samsung Galaxy S2 GT-I9100 smartphone with LineageOS and TWRP. Every week I make a backup with the following command:
adb backup -f twrp-20170322.ab --twrp boot data system
I may op…
ghost updated
2 years ago
-
Pixel 7, fresh Android 14, Installation just crashes (no error). Tried to install from F-Droid, and latest version from Github.
-
Would it be possible to modify ShoppingList such that the user can choose to store the database on /sdcard instead of in internal memory? Google has deprecated "adb backup", so it will stop working in…
-
Edit: I figured out the bug the problem is TWRP during nandroid backup sets the owner and group of boot.emmc.win to root:root instead of all other files of the backup being set to media_rw:media_rw po…
-
Hw: Samsung i9506
Tried to restore also with 2.8.7.0 and same failure, so the problem was probably on the backup side, which was made on 3.0.0-0
[Uploading recovery.log.zip…]()
Relevant bit from th…
-
I haven't found any info about backing up apps, data, contacts from a Work Profile (https://support.google.com/work/android/answer/6191949?hl=en), is that doable?
-
Please add `android:debuggable="true"` to the manifest, in the ` element.
This would allow users to use the `run-as` command in `adb shell`. This opens up a lot of flexibility, so much that I can't…