Created
December 13, 2018 17:37
-
-
Save milankragujevic/7d00d3d205c826be83931de0fb221c39 to your computer and use it in GitHub Desktop.
Resize /system partition 5059D
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
umount /dev/block/mmcblk0p38 | |
resize2fs -f /dev/block/mmcblk0p38 1536M | |
e2fsck -d /dev/block/mmcblk0p38 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment