Skip to content

Feature request: Export current settings as an ADB script for backup/sharing #90

@OutrageousStorm

Description

@OutrageousStorm

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:

  1. Back up your config before a factory reset
  2. Share your setup with someone who doesn't have ShizuTools installed yet
  3. 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
# ... etc

I'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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions