Last active
May 6, 2016 17:53
-
-
Save enten/ef26866a989eac976ace to your computer and use it in GitHub Desktop.
Increase userdata.img size outcome of Android compilation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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