good night!
thanks
finacho, on 21 October 2011 - 07:14 PM, said:
PuCiNhOOO, on 21 October 2011 - 07:37 PM, said:
demy94, on 20 October 2011 - 08:01 PM, said:
rom_omnia2, on 20 October 2011 - 08:51 PM, said:
su mv /etc/fstab.txt /etc/fstab swapon -a
free
Mem: 124188 120000 4188 Swap: 128512 180 128332 Total: 252700 120180 132520
nikkotsoi, on 18 October 2011 - 12:29 PM, said:
PuCiNhOOO, on 21 October 2011 - 07:37 PM, said:
rom_omnia2, on 21 October 2011 - 09:35 PM, said:
su mv /etc/fstab.txt /etc/fstab swapon -a
free
Mem: 124188 120000 4188 Swap: 128512 180 128332 Total: 252700 120180 132520
Edited by longsin, 22 October 2011 - 01:54 AM.
Unofficial guide: How to manually install Android 2.2 (Froyo) beta 3 release on My Storage partition instead of external SD card on the Samsung Omnia II (GT-i8000)
WARNING: This guide will remove the hidden partition from your phone.
(But I guess it's possible to just resize the my storage partition to get the space you need for the swap and ext4 partitions without loosing the hidden partition)
sudo mount /dev/sdd2 /media/system sudo tar zxvf ext4.tar.gz -C /media/system
sudo mount /dev/sdd1 /media/sdcard cp haret.exe zImage startup.txt /media/sdcard
sudo vi /media/system/system/etc/vold.fstab
dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.0/mmc_host/mmc0
dev_mount sdcard /sdcard auto /devices/platform/s3c-sdhci.1/mmc_host/mmc1
sudo vi /media/system/init.rc
mount vfat /dev/block/mmcblk1p5 /storage
mount vfat /dev/block/mmcblk0p1 /storage
vi /media/sdcard/startup.txt
Set CMDLINE "rootdelay=2 root=/dev/mmcblk0p2 init=/init console=ttySAC2,115200"
Set CMDLINE "rootdelay=2 root=/dev/mmcblk1p2 init=/init console=ttySAC2,115200"
sudo touch /media/system/system/etc/fstab sudo chmod 666 /media/system/system/etc/fstab sudo echo /dev/block/mmcblk1p3 swap swap defaults 0 0 > /media/system/system/etc/fstab
sudo umount /media/system sudo umount /media/sdcard
Edited by Gardakkan, 22 October 2011 - 04:59 AM.
0 members, 2 guests, 0 anonymous users