Skip to content

Instantly share code, notes, and snippets.

@hanksudo
Last active October 4, 2015 22:27
Show Gist options
  • Save hanksudo/2708576 to your computer and use it in GitHub Desktop.
Save hanksudo/2708576 to your computer and use it in GitHub Desktop.
[Android] repack System Image
#!/usr/bin/env bash
out/host/linux-x86/bin/mkyaffs2image -f out/target/product/generic/system out/target/product/generic/obj/PACKAGING/systemimage_intermediates/system.img
out/host/linux-x86/bin/acp -fpt out/target/product/generic/obj/PACKAGING/systemimage_intermediates/system.img out/target/product/generic/system.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment