Archive for the ‘Partition’ Category
- Get ADB (Android Device Bridge) running on your PC or Mac
- Root your phone
- See myTouch3G Rooting small payday loansfor instructions
- See myTouch3G Rooting
- Make sure you have Amon Ra’s Recovery Image installed, or another option is Cyanogen’s Recovery Image, go to myTouch3G Rooting small payday loansfor instructions
- Amon Ra’s Recovery Image small payday loans(32A)(Updated 11.18.09)
- See post on Check Your Phones Hardware and SPL small payday loans
- See post on Check Your Phones Hardware and SPL
- Amon Ra’s Recovery Image small payday loans(32B)(Updated 11.18.09)
- See post on Check Your Phones Hardware and SPL small payday loans
- See post on Check Your Phones Hardware and SPL
- Amon Ra’s Recovery Image
- Back up your data, partitioning will erase everything on your SD card
- Unplug your phone from your PC
- Power down your phone
- Enter "Recovery Move" on your phone by holding down Home and Power buttons until the recovery screen comes up
- It has a bunch of text on a black background
- Once your phone has entered Recovery Mode select and click "…fat32+ext2+swap"
- Once that is complete select and click "Convert ext2 to ext3"
- If you want to upgrade ext3 to ext4 continue on, if not, you are done
- Plug your phone back into your PC using a USB, while the phone is still in "Recovery Mode"
- Use ADB to connect to the phone by launching the command prompt on your PC
- At the command prompt go to the ADB directory and type "adb shell"
- Check that the conversion and partitioning looks good by typing "parted /dev/block/mmcblk0", Enter
- Type "print" and Enter
- Assuming everything looks good type "quit" and press Enter
- Upgrade to ext4 by typing "tune2fs -O extents,uninit_bg,dir_index /dev/block/mmcblk0p2" and press Enter
- Complete the upgrade by typing "e2fsck -fpDC0 /dev/block/mmcblk0p2" and press Enter to complete the ext3 to ext4 process
- Again, check that the conversion and partitioning still looks good by typing "parted /dev/block/mmcblk0", Enter
- Type "print" and Enter
- If everything looks good type "quit", Enter, done
- Get ADB (Android Device Bridge) running on your PC or Mac
- Root your phone
- See myTouch3G Rooting small payday loansfor instructions
- See myTouch3G Rooting
- Make sure you have Amon Ra’s Recovery Image installed, or another option is Cyanogen’s Recovery Image, go to myTouch3G Rooting small payday loansfor instructions
- Amon Ra’s Recovery Image small payday loans(32A)(Updated 11.18.09)
- See post on Check Your Phones Hardware and SPL small payday loans
- See post on Check Your Phones Hardware and SPL
- Amon Ra’s Recovery Image small payday loans(32B)(Updated 11.18.09)
- See post on Check Your Phones Hardware and SPL small payday loans
- See post on Check Your Phones Hardware and SPL
- Amon Ra’s Recovery Image
- Back up your data, partitioning will erase everything on your SD card
- Connect your phone to your PC using the USB cable
- On the PC launch the command prompt
- At the command prompt go to the ADB directory, for example c:\android\adb\
- On the PC again type "adb shell reboot recovery", press Enter
- Open the partition on your SD card by typing "parted /dev/block/mmcblk0", press Enter
- View the partition information by typing "print", press Enter
- Do this to make sure your card if formatted correctly
- Make note of how much space you have on your card, in the steps that follow I have 7969 available
- Work backwards from the total space available, 7969 (8GB card), to determine how much to allocate in the next steps
- For example: 7969 – 32(swap file) = 7937(ext2) – 512(to be allocated for ext2) = 7425(available for fat32 storage)
- Work backwards from the total space available, 7969 (8GB card), to determine how much to allocate in the next steps
- Create a new fat32 partition by typing "mkpartfs primary fat32 0 7425", then press Enter
- The fat32 partition will be used for storage and can be any size as long as you leave enough space for at least a 32mb linux swap, created last
- Create an ext2 partition by typing "mkpartfs primary ext2 7425 7937", then press Enter
- This partition is for app installation and also can be any size as long as at least 32mb is left for the next step
- You can convert the ext2 to ext3 then ext4 using a different command available further down in these instructions
- Create the swap file by typing "mkpartfs primary linux-swap 7937 7969", then press Enter
- Check the partition on your SD card by typing "parted /dev/block/mmcblk0", press Enter
- View the partition details by typing "print", press Enter
- If everything looks good, type "quit" and press Enter and proceed to next step, if not go back to step 12 and try again
- Upgrade the ext2 to ext3 by typing "upgrade_fs" and press Enter
- Check that the conversion and partitioning still looks good by typing "parted /dev/block/mmcblk0", Enter
- Type "print" and Enter
- If everything looks good type "quit", Enter, if not go back to step 18, proceed to the next step
- Upgrade to ext4 by typing "tune2fs -O extents,uninit_bg,dir_index /dev/block/mmcblk0p2" and press Enter
- Complete the upgrade by typing "e2fsck -fpDC0 /dev/block/mmcblk0p2" and press Enter to complete the ext3 to ext4 process
- Again, check that the conversion and partitioning still looks good by typing "parted /dev/block/mmcblk0", Enter
- Type "print" and Enter
- If everything looks good type "quit", Enter, and if not go back to step 21