Skip to content

Instantly share code, notes, and snippets.

@enten
Last active May 6, 2016 17:53
Show Gist options
  • Save enten/ef26866a989eac976ace to your computer and use it in GitHub Desktop.
Save enten/ef26866a989eac976ace to your computer and use it in GitHub Desktop.
Increase userdata.img size outcome of Android compilation
dd if=/dev/zero bs=1G count=16 >> userdata.img
e2fsck -f userdata.img
resize2fs userdata.img
e2fsck -f userdata.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment