-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Hey — love ShizuTools, use it regularly.
One feature I keep wishing for: an export button that generates an ADB shell script with all the current tweaks applied, so you can:
- Back up your config before a factory reset
- Share your setup with someone who doesn't have ShizuTools installed yet
- Apply settings in bulk on a new device via a single script
The output would look like:
#!/bin/bash
# ShizuTools export — generated 2026-03-16
adb shell settings put global animator_duration_scale 0.5
adb shell settings put global window_animation_scale 0.5
adb shell wm density 390
# ... etcI've been maintaining android-adb-toolkit which does something adjacent (web GUI → generates scripts), and the export format I use there works well for this. Happy to collaborate on a shared script format if that's useful.
Would this be feasible to add?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels