![]()
Hi guys,
Since xdandroid growth fast and go much stable which we can use it daily, I decided to write this tutorial to help you whom want to have more applications on android box. Because of default init script has create data.img with only 256MB of size, it is not enough for who want to try out things and keep many good things inside the small box. So let's go to increase its size to get more funky things ![]() Requirement
Preparation
Make it bigger ![]() (*) Open "Terminal emulator", you can find it under menu "Accessories" (Ubuntu/Debian family) or "System" (Fefora/RHEL family) (*) First thing first, we need to do a file system check to make it clean and fix any issue if exists: (I have added -c option here to make fsck go to verify and fix any badblocks which can be found if your android box go crash sometime cause your phone back to boot screen) Code:
fsck.ext2 -fyc data.img Code:
dd if=/dev/zero of=data.img oflag=append conv=notrunc bs=1M count=256 Code:
ls -lh data.img Code:
-rw-r--r-- 1 uocnb uocnb 512M 2010-12-20 23:34 data.img Code:
resize2fs data.img Code:
file data.img Code:
data.img: Linux rev 1.0 ext2 filesystem data, UUID=fe9ad380-0a17-11e0-a0d9-af99d7f11bf2 ![]() Good luck and have funny, fully holiday! NOTE: (*) indicated the step you must done without any error, the main steps.
__________________
No money, no honey!
--- Motoroi XT720 - MIUI 1.10.21-t2w - [OC 1Ghz very fast & smooth] - CM-7.1.0-11.10.12-ODEX-XT720-J.Y.Daddy |
This post has been thanked 2 times. |
|
|
|