[TUT] What Is ClockworkMod And How To Use It [Complete Guide] [VeNuM] - Galaxy Y GT-S5360 General

Firstly all creadit goes to VeNuM. i haven't make this
Now, i found this helpful to NOOBS so i copied it.
Click to expand...
Click to collapse
What Is ClockworkMod Recovery And How To Use It On Android​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ClockworkMod – also known as Clockwork and CWM – is a custom recovery for Android phones and tablets that allows you to perform several advanced recovery, restoration, installation and maintenance operations on your Android device that aren’t possible with the stock recovery. In what follows, we will cover all that this recovery is capable of doing, and how to do it. We do not discuss Touch recovery (and you shouldn’t use it on the ET4G) or Rogue recovery here. Those are different tuts…
All About Android Recovery
All Android devices ship with a recovery console that is basically a partition on the device’s internal memory and can be booted into. The stock recovery of almost all Android devices provides a few basic yet handy options that allow you to factory reset your device and also to recover its operating system using an official ROM in zip format, but that’s all you can do with it. That’s where a custom recovery comes handy.
A custom Android recovery basically replaces the stock recovery with one that lets you do all you can do with the stock recovery, plus a plethora of more options to give you a lot more control on your device. With a custom recovery, you can install official and unofficial ROMs as well as other updates including apps, themes, kernels etc. using zip files, wipe not just user data but pretty much every partition on your device, mount the storage card for USB mass storage access without leaving recovery, partition your SD card, wipe Dalvik cache and battery stats, fix permissions, perform, manage and restore backups and so on.
Introduction to ClockworkMod
ClockworkMod recovery is one of the most widely used custom Android recoveries that is available for most mainstream Android devices. It is the needed recovery for AOKP, AOSP, CM7 and 9. ClockworkMod recovery has been developed by Koushik Dutta (also known as Koush) – the same guy who brought us the Android ROM Manager.
Booting into ClockworkMod
On most Android devices including ones by Samsung, you can enter recovery by powering your device off and then powering it back on while keeping either the ‘Volume Down’ or the ‘Volume-Up’ button pressed, depending on the device (volume up for our phones). This will enter the bootloader from where you can select the ‘RECOVERY’ option by navigating to it with the Volume key and entering it with the ‘Power’ key.
On most Samsung devices specifically Samsung Galaxy S series devices, you must keep both the ‘Volume-Up’ and ‘Home’ keys pressed while powering on the device, to directly enter recovery.
Tour
1.reboot system now
This one is self-explanatory.
2.apply update from sdcard
This can be used for installation of any official or unofficial update, ROM, kernel, theme etc. that is in a zip format installable from recovery, as long as the file is named update.zip and it has been placed on the root of your SD card (i.e. not in any sub-folder). Selecting this option (and most of the options featured below) will bring up a rather annoying confirmation prompt but this has saved us on multiple occasions from a lot of trouble we would have been into due to accidental key presses. This is what we are talking about:
3. wipe data/factory reset
This option wipes all user data on the device as well as cache. Doing this will leave your phone in the state it was in when you bought it or when any custom ROM was first installed. It will also wipe any sd-ext partition that you might have setup (more on this later).
4. wipe cache partition
Wipes the cache partition of the device to clear all the data accumulated there over use. This is often used before installing a new ROM, app, kernel or any similar mod via recovery.
5. install zip from sdcard
This option brings up the following sub-menu:
1. apply /sdcard/update.zip
This one is essentially the same as the ‘apply update from sdcard’ option of the main menu.
2. choose zip from sdcard
Lets you install any zip file (with any name) from any location on your SD card. The file can be for a ROM, a kernel, an application, a theme or any mod as long as it is in recovery-flashable zip format. This is the most widely used option for installing a ROM that you have downloaded and copied to your SD card.
3. toggle signature verification
Turns the signature verification on and off. When signature verification is on, you will not be able to install any custom ROMs that haven’t been signed by the developers (most custom ROMs aren’t signed). Switching it off skips the signature verification check and proceeds with the installation.
4. toggle script asserts
Seldom-used option for a vast majority of users. It simply turns script asserts on or off. If you don’t know about these (we don’t), it’s best not to change this option.
5. +++++Go Back+++++
Takes you back to the main recovery menu, obviously!
6. backup and restore Undoubtedly one of the most important features provided by a custom recovery, the backup and restore feature – also known as Nandroid backup – allows you to take a snapshot of your phone’s entire internal memory including all partitions, and save it on the SD card.
1. Backup
Takes a Nandroid backup, as explained above.
2. Restore
Lets you restore a previously taken backup. Entering this option presents you with a list of existing backups from the SD card that you can choose from for restoration.
3. Advanced Restore
This option is similar to the Restore option but once a backup has been selected to be restored, this option allows you to choose what parts of it to restore. You can choose to restore the boot, system, data, cache and sd-ext partitions.
7. mounts and storage
Allows you to perform maintenance tasks on all the internal and external partitions of your android device
1. mount/unmount /system, /data, /cache, /sdcard or /sd-ext
These options let you toggle between mounting or unmounting these respective partitions. Most users don’t need to change these options.
2. format boot, system, data, cache, sdcard or sd-ext
These let you directly format any of these partitions. Take extreme care with this option as formatting any of these partitions will result in losing all data on them, especially the boot and system partitions. Formatting the system partition will remove your ROM and leave your phone without an operating system while wiping the boot partition may brick your phone unless you restore or flash another one before rebooting your device.
3. mount USB storage
Lets you enable USB mass storage mode for your SD card right from recovery so that you can connect it to your computer via USB and transfer any files to/from it without having to leave recovery.
8. advanced
This section contains a few options most users will not require, though these can come handy quite often, especially wiping Dalvik cache, which is required before most ROM installations.
1. Reboot Recovery
Lets you directly and very conveniently reboot from recovery right back into recovery. This is useful option for certain back-to-back installations that require the device to at least boot once between them.
2. Wipe Dalvik Cache
Allows you to wipe the cache for the Dalvik virtual machine (the custom-built Java virtual machine for Android).This is required before most ROM installations and at other occasions too, for fixing some problems.
3. Wipe Battery Stats
Wipes the saved battery usage statistics and effectively recalibrates the battery. Useful in various scenarios when Android isn’t showing correct battery levels.
4. Report Error
In case of errors, this feature can be used to save a log of recent ClockworkMod recovery operations on the SD card that you can later report from Android using ROM Manager.
5. Key Test
Lets you press any of the hardware keys to see if they are properly functioning, and to see their key codes.
6. Partition SD Card
This option gives you a no-frills way to partition your SD card properly for use with ROMs that support data2ext (a very handy hack for low internal memory devices that enables an /sd-ext partition on the SD card to be used as the internal user data storage i.e. as the /data partition). Once this option is selected, you will be given options to choose the sizes for the /sd-ext partition as well as an optional /swap partition on the SD card, and will then automatically format it for you, leaving the remaining space for normal SD card usage. This option will wipe all data from your SD card so use it with caution!
7. Fix Permissions
Fixes the file permissions for the internal memory partitions back to default. This is very useful as a fix for several errors and Force-Closes that start appearing after you or an application you installed and provided root access end up messing up the permissions of important files.
Using ClockworkMod for ROM, kernel, apps, theme or mod installation
While in the complete feature tour we have already shown you how to install a ROM, kernel, app, theme or any similar mod from a recovery-flashable zip file using the recovery options, those of you who jumped straight to this section expecting to get just this information quickly are at the right place!
This guide is primary focused on a full feature tour of ClockworkMod recovery but in our previously written guide on how to flash a ROM or app from a zip to an Android device file from recovery, we have already covered in detail how to use ClockworkMod for installing any ROM, kernel, app, theme or mod using a recovery-flashable zip file. While that guide is based on an older version of ClockworkMod recovery, everything in it still applies to the latest versions and should work flawlessly.
How To Install A ROM Or App From Zip File To Android Device From Recovery
Please note that the terms ‘installing’ and ‘flashing’ can be used interchangeably here and will mean the same thing.
Disclaimer: Although I have done my best to make the following procedure as safe as possible, you should still follow this guide at your own risk.
Rooting your device renders its warranty void.
ALWAYS take backups before rooting or flashing a custom ROM or app to your phone.
Flashing a defective ROM or app to your phone might brick it so choose the ROMs and software that you flash wisely and never install a ROM or application from an untrusted source.
AddictiveTips will not be liable if your device gets damaged or bricked during the process.
Official ROM updates from device manufacturers or carriers are released in conveniently packaged installation files that you can run on your computer while your Android device is connected to it, and they automatically take care of updating your phone’s system. Similarly, most applications are available directly in the Android Market for easy installation, or come packaged as convenient ‘.apk’ files that you can just run on your Android phone to install. The case is not the same with most custom ROMs and several custom applications, which come in .zip files rather than PC installers or .apk files.
The idea of installing a customized operating system to their smartphone can be quite intimidating for inexperienced users. Though once they get used to it, some of them end up trying out different ROMs for their devices several times a day. While I don’t exactly recommend that you flash every new ROM that is made available for your Android phone, we are here to help you get over the fear of flashing a ROM that enhances the capabilities of your device so that you can use it to its fullest potential.
Here is a quick look at what we will be covering in this guide. Feel free to skip to the real deal if you already meet the prerequisites.
• Before We Begin: Battery Check
• Before We Begin: Unlocking the Bootloader (Stock Android Devices Only)
• Before We Begin: Rooting
• Before We Proceed: Installing a Custom Recovery
• The Real Deal: Installing a Custom ROM to your Phone
• The Real Deal: Installing an App From a Zip File to your Phone
There are certain steps that you might not require, and we shall be mentioning them in each section.
Before We Begin: Battery Check
Before you proceed with any of the following steps, make sure your phone’s battery level is not too low. It is recommended to have it at 50% or more. Do NOT take this lightly. If your phone’s battery runs out while you are attempting to flash a custom ROM, there is a significant chance of your phone getting bricked and becoming unusable PERMANENTLY.
Before We Begin:Unlocking the Bootloader (Stock Android Devices Only)
Note: This step applies only to Android devices with stock version of Android installed. At the moment, Google Nexus One and Nexus S are the only two such devices available. You may skip this step if you are using any other Android device.
Users of stock Android devices such as the Google Nexus One or Nexus S also need to unlock its bootloader before they can proceed. Once you have done this, you may proceed to the next step.
Before We Begin: Rooting
Note: You may skip this step if your device is already rooted, or if you already know how to root it.
Before you can install a custom ROM to your device, your phone needs to be rooted. Rooting is basically administrator or root level access required to perform administrative tasks on your Android device. Once you are done with the rooting process, you may proceed to the next step.
Before We Proceed: Installing A Custom Recovery
Note: You may skip this step if you already have a custom recovery installed on your device.
Rooting grants you the necessary access level to execute administrative tasks on your Android device but it is the recovery that provides the tools necessary to actually perform those tasks. While every Android device ships with a recovery, the stock recovery is quite limited in what it lets you do, and you need a custom recovery image to perform advanced operations on your device. Once you have a custom recovery installed on your phone, you will be ready to proceed to the next step.
The Real Deal: Installing a Custom ROM to your Phone
Now that you have a custom recovery installed on your phone, you can perform all sorts of wonderful advanced operations on your device and this includes the ability to flash a ROM or application from a zip file. The procedure is pretty standard for most ROMs, though there are certain ROMs which require additional steps for their installation. Since those steps differ from ROM to ROM, pay attention to instructions and this includes only the standard instructions here.
• Manually
1. Download the ROM from the link given in the article featuring that ROM. It should be a zip file.
2. Connect your phone to your computer via USB and mount its storage card.
3. Copy the downloaded ROM to the root of the storage card.
4. Power your phone off and reboot it into recovery. This will involve using a combination of your device’s hardware keys. Once in recovery, you can navigate its menu using the volume up and volume down hardware keys or your phone’s trackball / optical track pad if it comes equipped with one.
5. Use the ‘backup and restore’ feature of recovery to backup your existing ROM installation, software and data. This step is known as performing a nandroid backup. ALWAYS perform a backup before flashing a custom ROM, UNLESS you can afford to lose everything that’s on your phone at the moment.
Note: ALWAYS choose to perform the following steps 6, 7 and 8 UNLESS the ROM you are attempting to flash is an updated version of the same ROM that you are currently using, and is compatible with the current installation’s data. It is usually mentioned with the update whether you can install it over a previous version without wiping its data or not.
6. Get back to the main recovery menu and use the option ‘wipe data/factory reset’. You will be prompted to confirm this action. Select “Yes – Delete all user data”.
7. From the main recovery menu, select ‘wipe cache partition’. You will be prompted to confirm this action. Select ‘Yes – Wipe Cache’.
8. From the main recovery menu, enter the ‘advanced’ menu. From this menu, select ‘Wipe Dalvik Cache’. You will be prompted to confirm this action. Select ‘Yes – Format/System’.
9. From the main recovery menu, enter the ‘Mounts and Storage’ menu. From this menu, select ‘Format/System’. You will be prompted to confirm this action. Select ‘Yes – Wipe Dalvik Cache’.
10. Go back to the main recovery menu by pressing the back button and select the ‘Install zip from SD card’ option.
11. Select ‘choose zip from sdcard’ to get a list of the files and folders on your SD card. Scroll to the ROM’s file that you copied there in step 3, and select it. You will be prompted to confirm this action. Select ‘Yes – Install file_name.zip’ where file_name.zip is the name of the zip file that you are trying to install.
12. Wait patiently while the ROM is flashed to your phone via recovery.
13. Once the installation is complete, head back to the main recovery menu if you aren’t there, and select ‘reboot system now’. Your phone will now boot into the newly installed ROM.
The Real Deal: Installing an App From a Zip File to your Phone
While most apps for Android devices are available at the app store for direct download and installation or as .apk files for direct installation, there are certain apps which are only available as zip files installable from recovery. Their installation procedure is the same as installing a custom ROM that we just featured above. However, there are a few minute differences.
• When installing an app from a zip file, you do NOT need to perform the ‘wipe data/factory reset’ or ‘wipe/system’ step so NEVER do that unless you know what you are doing, have a complete backup and want to start using your ROM as a fresh installation with the new app added.
• You might or might not need to wipe the cache and the dalvik cache for installing apps from zip file. This varies from app to app and the developers of such apps as well as many reviewers including us mention when featuring an app whether it requires a cache and dalvik cache wipe or not. However, it never hurts to wipe these caches anyway, and it does not effect the data on your device or its storage card.
There you go, this concludes the guide on how to flash a ROM or app from a zip file to your Android device using a custom recovery. To try out the skills that you just learned, search our site for custom ROMs for your phone and start flashing, always remembering to take backups first!

LOL x2

very nice guide........ also add CWM.zip madteam . skin with original thread link............
Sent from my GT-S6102 using Tapatalk 2

cwm link attached

one of da best threads in this forum,thx.

deathviper said:
What Is ClockworkMod Recovery And How To Use It On Android​
ClockworkMod – also known as Clockwork and CWM – is a custom recovery for Android phones and tablets that allows you to perform several advanced recovery, restoration, installation and maintenance operations on your Android device that aren’t possible with the stock recovery. In what follows, we will cover all that this recovery is capable of doing, and how to do it. We do not discuss Touch recovery (and you shouldn’t use it on the ET4G) or Rogue recovery here. Those are different tuts…
All About Android Recovery
All Android devices ship with a recovery console that is basically a partition on the device’s internal memory and can be booted into. The stock recovery of almost all Android devices provides a few basic yet handy options that allow you to factory reset your device and also to recover its operating system using an official ROM in zip format, but that’s all you can do with it. That’s where a custom recovery comes handy.
A custom Android recovery basically replaces the stock recovery with one that lets you do all you can do with the stock recovery, plus a plethora of more options to give you a lot more control on your device. With a custom recovery, you can install official and unofficial ROMs as well as other updates including apps, themes, kernels etc. using zip files, wipe not just user data but pretty much every partition on your device, mount the storage card for USB mass storage access without leaving recovery, partition your SD card, wipe Dalvik cache and battery stats, fix permissions, perform, manage and restore backups and so on.
Introduction to ClockworkMod
ClockworkMod recovery is one of the most widely used custom Android recoveries that is available for most mainstream Android devices. It is the needed recovery for AOKP, AOSP, CM7 and 9. ClockworkMod recovery has been developed by Koushik Dutta (also known as Koush) – the same guy who brought us the Android ROM Manager.
Booting into ClockworkMod
On most Android devices including ones by Samsung, you can enter recovery by powering your device off and then powering it back on while keeping either the ‘Volume Down’ or the ‘Volume-Up’ button pressed, depending on the device (volume up for our phones). This will enter the bootloader from where you can select the ‘RECOVERY’ option by navigating to it with the Volume key and entering it with the ‘Power’ key.
On most Samsung devices specifically Samsung Galaxy S series devices, you must keep both the ‘Volume-Up’ and ‘Home’ keys pressed while powering on the device, to directly enter recovery.
Tour
1.reboot system now
This one is self-explanatory.
2.apply update from sdcard
This can be used for installation of any official or unofficial update, ROM, kernel, theme etc. that is in a zip format installable from recovery, as long as the file is named update.zip and it has been placed on the root of your SD card (i.e. not in any sub-folder). Selecting this option (and most of the options featured below) will bring up a rather annoying confirmation prompt but this has saved us on multiple occasions from a lot of trouble we would have been into due to accidental key presses. This is what we are talking about:
3. wipe data/factory reset
This option wipes all user data on the device as well as cache. Doing this will leave your phone in the state it was in when you bought it or when any custom ROM was first installed. It will also wipe any sd-ext partition that you might have setup (more on this later).
4. wipe cache partition
Wipes the cache partition of the device to clear all the data accumulated there over use. This is often used before installing a new ROM, app, kernel or any similar mod via recovery.
5. install zip from sdcard
This option brings up the following sub-menu:
1. apply /sdcard/update.zip
This one is essentially the same as the ‘apply update from sdcard’ option of the main menu.
2. choose zip from sdcard
Lets you install any zip file (with any name) from any location on your SD card. The file can be for a ROM, a kernel, an application, a theme or any mod as long as it is in recovery-flashable zip format. This is the most widely used option for installing a ROM that you have downloaded and copied to your SD card.
3. toggle signature verification
Turns the signature verification on and off. When signature verification is on, you will not be able to install any custom ROMs that haven’t been signed by the developers (most custom ROMs aren’t signed). Switching it off skips the signature verification check and proceeds with the installation.
4. toggle script asserts
Seldom-used option for a vast majority of users. It simply turns script asserts on or off. If you don’t know about these (we don’t), it’s best not to change this option.
5. +++++Go Back+++++
Takes you back to the main recovery menu, obviously!
6. backup and restore Undoubtedly one of the most important features provided by a custom recovery, the backup and restore feature – also known as Nandroid backup – allows you to take a snapshot of your phone’s entire internal memory including all partitions, and save it on the SD card.
1. Backup
Takes a Nandroid backup, as explained above.
2. Restore
Lets you restore a previously taken backup. Entering this option presents you with a list of existing backups from the SD card that you can choose from for restoration.
3. Advanced Restore
This option is similar to the Restore option but once a backup has been selected to be restored, this option allows you to choose what parts of it to restore. You can choose to restore the boot, system, data, cache and sd-ext partitions.
7. mounts and storage
Allows you to perform maintenance tasks on all the internal and external partitions of your android device
1. mount/unmount /system, /data, /cache, /sdcard or /sd-ext
These options let you toggle between mounting or unmounting these respective partitions. Most users don’t need to change these options.
2. format boot, system, data, cache, sdcard or sd-ext
These let you directly format any of these partitions. Take extreme care with this option as formatting any of these partitions will result in losing all data on them, especially the boot and system partitions. Formatting the system partition will remove your ROM and leave your phone without an operating system while wiping the boot partition may brick your phone unless you restore or flash another one before rebooting your device.
3. mount USB storage
Lets you enable USB mass storage mode for your SD card right from recovery so that you can connect it to your computer via USB and transfer any files to/from it without having to leave recovery.
8. advanced
This section contains a few options most users will not require, though these can come handy quite often, especially wiping Dalvik cache, which is required before most ROM installations.
1. Reboot Recovery
Lets you directly and very conveniently reboot from recovery right back into recovery. This is useful option for certain back-to-back installations that require the device to at least boot once between them.
2. Wipe Dalvik Cache
Allows you to wipe the cache for the Dalvik virtual machine (the custom-built Java virtual machine for Android).This is required before most ROM installations and at other occasions too, for fixing some problems.
3. Wipe Battery Stats
Wipes the saved battery usage statistics and effectively recalibrates the battery. Useful in various scenarios when Android isn’t showing correct battery levels.
4. Report Error
In case of errors, this feature can be used to save a log of recent ClockworkMod recovery operations on the SD card that you can later report from Android using ROM Manager.
5. Key Test
Lets you press any of the hardware keys to see if they are properly functioning, and to see their key codes.
6. Partition SD Card
This option gives you a no-frills way to partition your SD card properly for use with ROMs that support data2ext (a very handy hack for low internal memory devices that enables an /sd-ext partition on the SD card to be used as the internal user data storage i.e. as the /data partition). Once this option is selected, you will be given options to choose the sizes for the /sd-ext partition as well as an optional /swap partition on the SD card, and will then automatically format it for you, leaving the remaining space for normal SD card usage. This option will wipe all data from your SD card so use it with caution!
7. Fix Permissions
Fixes the file permissions for the internal memory partitions back to default. This is very useful as a fix for several errors and Force-Closes that start appearing after you or an application you installed and provided root access end up messing up the permissions of important files.
Using ClockworkMod for ROM, kernel, apps, theme or mod installation
While in the complete feature tour we have already shown you how to install a ROM, kernel, app, theme or any similar mod from a recovery-flashable zip file using the recovery options, those of you who jumped straight to this section expecting to get just this information quickly are at the right place!
This guide is primary focused on a full feature tour of ClockworkMod recovery but in our previously written guide on how to flash a ROM or app from a zip to an Android device file from recovery, we have already covered in detail how to use ClockworkMod for installing any ROM, kernel, app, theme or mod using a recovery-flashable zip file. While that guide is based on an older version of ClockworkMod recovery, everything in it still applies to the latest versions and should work flawlessly.
How To Install A ROM Or App From Zip File To Android Device From Recovery
Please note that the terms ‘installing’ and ‘flashing’ can be used interchangeably here and will mean the same thing.
Disclaimer: Although I have done my best to make the following procedure as safe as possible, you should still follow this guide at your own risk.
Rooting your device renders its warranty void.
ALWAYS take backups before rooting or flashing a custom ROM or app to your phone.
Flashing a defective ROM or app to your phone might brick it so choose the ROMs and software that you flash wisely and never install a ROM or application from an untrusted source.
AddictiveTips will not be liable if your device gets damaged or bricked during the process.
Official ROM updates from device manufacturers or carriers are released in conveniently packaged installation files that you can run on your computer while your Android device is connected to it, and they automatically take care of updating your phone’s system. Similarly, most applications are available directly in the Android Market for easy installation, or come packaged as convenient ‘.apk’ files that you can just run on your Android phone to install. The case is not the same with most custom ROMs and several custom applications, which come in .zip files rather than PC installers or .apk files.
The idea of installing a customized operating system to their smartphone can be quite intimidating for inexperienced users. Though once they get used to it, some of them end up trying out different ROMs for their devices several times a day. While I don’t exactly recommend that you flash every new ROM that is made available for your Android phone, we are here to help you get over the fear of flashing a ROM that enhances the capabilities of your device so that you can use it to its fullest potential.
Here is a quick look at what we will be covering in this guide. Feel free to skip to the real deal if you already meet the prerequisites.
• Before We Begin: Battery Check
• Before We Begin: Unlocking the Bootloader (Stock Android Devices Only)
• Before We Begin: Rooting
• Before We Proceed: Installing a Custom Recovery
• The Real Deal: Installing a Custom ROM to your Phone
• The Real Deal: Installing an App From a Zip File to your Phone
There are certain steps that you might not require, and we shall be mentioning them in each section.
Before We Begin: Battery Check
Before you proceed with any of the following steps, make sure your phone’s battery level is not too low. It is recommended to have it at 50% or more. Do NOT take this lightly. If your phone’s battery runs out while you are attempting to flash a custom ROM, there is a significant chance of your phone getting bricked and becoming unusable PERMANENTLY.
Before We Begin:Unlocking the Bootloader (Stock Android Devices Only)
Note: This step applies only to Android devices with stock version of Android installed. At the moment, Google Nexus One and Nexus S are the only two such devices available. You may skip this step if you are using any other Android device.
Users of stock Android devices such as the Google Nexus One or Nexus S also need to unlock its bootloader before they can proceed. Once you have done this, you may proceed to the next step.
Before We Begin: Rooting
Note: You may skip this step if your device is already rooted, or if you already know how to root it.
Before you can install a custom ROM to your device, your phone needs to be rooted. Rooting is basically administrator or root level access required to perform administrative tasks on your Android device. Once you are done with the rooting process, you may proceed to the next step.
Before We Proceed: Installing A Custom Recovery
Note: You may skip this step if you already have a custom recovery installed on your device.
Rooting grants you the necessary access level to execute administrative tasks on your Android device but it is the recovery that provides the tools necessary to actually perform those tasks. While every Android device ships with a recovery, the stock recovery is quite limited in what it lets you do, and you need a custom recovery image to perform advanced operations on your device. Once you have a custom recovery installed on your phone, you will be ready to proceed to the next step.
The Real Deal: Installing a Custom ROM to your Phone
Now that you have a custom recovery installed on your phone, you can perform all sorts of wonderful advanced operations on your device and this includes the ability to flash a ROM or application from a zip file. The procedure is pretty standard for most ROMs, though there are certain ROMs which require additional steps for their installation. Since those steps differ from ROM to ROM, pay attention to instructions and this includes only the standard instructions here.
• Manually
1. Download the ROM from the link given in the article featuring that ROM. It should be a zip file.
2. Connect your phone to your computer via USB and mount its storage card.
3. Copy the downloaded ROM to the root of the storage card.
4. Power your phone off and reboot it into recovery. This will involve using a combination of your device’s hardware keys. Once in recovery, you can navigate its menu using the volume up and volume down hardware keys or your phone’s trackball / optical track pad if it comes equipped with one.
5. Use the ‘backup and restore’ feature of recovery to backup your existing ROM installation, software and data. This step is known as performing a nandroid backup. ALWAYS perform a backup before flashing a custom ROM, UNLESS you can afford to lose everything that’s on your phone at the moment.
Note: ALWAYS choose to perform the following steps 6, 7 and 8 UNLESS the ROM you are attempting to flash is an updated version of the same ROM that you are currently using, and is compatible with the current installation’s data. It is usually mentioned with the update whether you can install it over a previous version without wiping its data or not.
6. Get back to the main recovery menu and use the option ‘wipe data/factory reset’. You will be prompted to confirm this action. Select “Yes – Delete all user data”.
7. From the main recovery menu, select ‘wipe cache partition’. You will be prompted to confirm this action. Select ‘Yes – Wipe Cache’.
8. From the main recovery menu, enter the ‘advanced’ menu. From this menu, select ‘Wipe Dalvik Cache’. You will be prompted to confirm this action. Select ‘Yes – Format/System’.
9. From the main recovery menu, enter the ‘Mounts and Storage’ menu. From this menu, select ‘Format/System’. You will be prompted to confirm this action. Select ‘Yes – Wipe Dalvik Cache’.
10. Go back to the main recovery menu by pressing the back button and select the ‘Install zip from SD card’ option.
11. Select ‘choose zip from sdcard’ to get a list of the files and folders on your SD card. Scroll to the ROM’s file that you copied there in step 3, and select it. You will be prompted to confirm this action. Select ‘Yes – Install file_name.zip’ where file_name.zip is the name of the zip file that you are trying to install.
12. Wait patiently while the ROM is flashed to your phone via recovery.
13. Once the installation is complete, head back to the main recovery menu if you aren’t there, and select ‘reboot system now’. Your phone will now boot into the newly installed ROM.
The Real Deal: Installing an App From a Zip File to your Phone
While most apps for Android devices are available at the app store for direct download and installation or as .apk files for direct installation, there are certain apps which are only available as zip files installable from recovery. Their installation procedure is the same as installing a custom ROM that we just featured above. However, there are a few minute differences.
• When installing an app from a zip file, you do NOT need to perform the ‘wipe data/factory reset’ or ‘wipe/system’ step so NEVER do that unless you know what you are doing, have a complete backup and want to start using your ROM as a fresh installation with the new app added.
• You might or might not need to wipe the cache and the dalvik cache for installing apps from zip file. This varies from app to app and the developers of such apps as well as many reviewers including us mention when featuring an app whether it requires a cache and dalvik cache wipe or not. However, it never hurts to wipe these caches anyway, and it does not effect the data on your device or its storage card.
There you go, this concludes the guide on how to flash a ROM or app from a zip file to your Android device using a custom recovery. To try out the skills that you just learned, search our site for custom ROMs for your phone and start flashing, always remembering to take backups first!
Click to expand...
Click to collapse
one of da best threads in this forum,thx

Where can I report bugs from CM 13 ?

Related

[GUIDE] Flashing Your First HD2 Clockwork Mod Android Rom [For Newbs]

This guide will explain how to install Clockwork Mod on your phone so you can flash CWM Roms, as well as performing other actions.
Clockwork Mod is the traditional way of flashing, updating, backing up and restoring Roms on Android Phones. Many chefs are now only providing Roms in this form so it is best to have it on your phone and know how to use it.
REQUIREMENTS BEFORE STARTING!! IMPORTANT, PLEASE READ THIS!!
1. YOU NEED HARDSPL 2.08 INSTALLED ON YOUR DEVICE TO FLASH MAGLDR
2. YOU NEED A RADIO WHICH SUPPORTS 576 RAM (2.08.50 or later should be fine but the Radio NEEDS to be 2.**.50.**). I recommend the 2.15.50.14 Radio
3. YOU NEED MAGLDR V1.13 ON YOUR DEVICE TO INSTALL CLOCKWORK MOD
THIS GUIDE ASSUMES YOU HAVE ALREADY FLASHED MAGLDR V1.13 ON YOUR PHONE. IF YOU HAVENT THEN PLEASE FOLLOW AND COMPLETE STEP 1 OF *THIS* GUIDE BEFORE CONTINUING WITH CWM.
-------------------------------------------------------
-------------------------------------------------------
1. FLASH CLOCKWORK MOD TO YOUR DEVICE
NOTE: There are 3 CWM images attached at the bottom of this thread. You only need to install 1 of the images depending on what type of Android Rom you want to flash. The larger the size of the CWM Partition the less space there will be left for programs installed to your phone.
150MB Partition - For lite Roms without Sense such as CM7. Gives most internal space on your phone for apps
250MB Partition - Standard size Roms or squashed Sense Roms
400MB Partition - Full Sense Roms. Hardly any internal space for apps. 512ROM Leo's will need A2SD external partition set up
If you arent sure which size you need then check the first few posts of the Rom you want to flash as it will usually tell you which size partition it needs.
1. Download the CWM Partition you require and extract it to a new folder on your pc
2. Connect your phone to your pc via the USB Cable
3. Restart your phone and HOLD DOWN the 'End Button' (far right) until the Magldr Menu appears
4. Keep pressing the 'Volume Down' button to goto Option 5. USB Flasher and press the 'Call Button' (far left) to select it
*The screen should now say Wait USB...USB*
5. Run DAF.exe (Right Click and Run As Administrator if you have Vista or Windows 7) in the folder you extracted the image to and follow the intructions on your pc to start flashing
6. After flashing the phone will reboot. HOLD DOWN the 'End Button' (far right) until the Magldr Menu appears
To start Clockwork Mod keep pressing the 'Volume Down' button to goto Option 8. AD Recovery and press the 'Call Button' (far left) to select it
NOTE: If the Rom demands a different size CWM then you can download any of the attached sizes, then extract the contents and edit the flash.cfg file with Notepad. Change the sizes on the following lines depending on what you need:
system ya ***M (partition size)
cache ya **M (cache size)
-------------------------------------------------------
-------------------------------------------------------
2. PARTITION YOUR STORAGE CARD FOR A2SD ROMS (IF REQUIRED)
NOTE1: Setting up a partition on your Storage Card will allow A2SD compatable Roms to automatically install apps to this partition rather than using your phones internal memory. This is useful for people that have alot of apps to install and for people who want to flash a Sense Rom and wont have much internal memory left.
NOTE2: Once you create an A2SD partition on your Storage Card all information will be lost so make sure to backup everything to your pc so it can be copied back after. The accessible space on your Storage Card will be made smaller by the amount of the partition you set up so only make it as big as you need make it huge if you dont have many apps to install)
1. Boot into the Clockwork Mod menu
2. Go down to 'Advanced' and select (by pressing 'Call Button')
3. Select 'Partition SD Card'
4. Select Size of required partition not sure then 1024M is a good size)
5. Make ABSOLUTELY sure you want to continue and then select 0M Swap Size
Your Storage Card will now be partitioned with the size you selected.
ALL DATA ON YOUR STORAGE CARD WILL BE LOST!!
-------------------------------------------------------
-------------------------------------------------------
3. FLASHING A CWM (CLOCKWORK MOD) ROM
1. Connect your phone to your pc via the USB Cable
2. In the Clockwork Mod main menu select 'wipe data/factory reset' and then 'Yes' on the next screen
3. When the data wipe is complete, select 'install zip from sd card' in the main menu
4. Go down to 'choose zip from sdcard' and select
5. Scroll down to your CWM Rom (which you should have copied to the Root of your Storage Card) and select it
6. Select 'Yes' from the options and wait until you get a message saying 'Install from sdcard complete'
Note: You can repeat steps 3-5 if you have more zips to install such as gps data or screen mods
7. Once finished press the 'Back' button to get to the previous menu screen
8. Select 'reboot system now' to restart your phone and your Android Rom should boot
9. Once Android has booted and you have gone through the setup screens, LONG PRESS the 'End' button and select reboot to reboot your phone to avoid possible FC (Force Close) problems
NOTE: The first boot of your Rom will take alot longer than subsequent boots so leave it and give it time (15 minutes max)
-------------------------------------------------------
-------------------------------------------------------
4. UPDATING AN EXISTING CWM (CLOCKWORK MOD) ROM
1. Connect your phone to your pc via the USB Cable
2. In the Clockwork Mod main menu select 'install zip from sd card'
3. Go down to 'choose zip from sdcard' and select
4. Scroll down to your CWM Rom update (which you should have copied to the Root of your Storage Card) and select it
5. Select 'Yes' from the options and wait until you get a message saying 'Install from sdcard complete'
6. Once finished press the 'Back' button to get to the previous menu screen
7. Select 'wipe cache partition' and then 'Yes' on the next screen
8. Select 'Advanced', Select 'Wipe Dalvik Cache' and then 'Yes' on the next screen
9. Select 'Fix Permissions' and wait for it to complete
10. Once completed press the 'Back' button and then select 'reboot system now'
11. After the phone boots into Android you will probably get alot of 'Force Close' messages. Pull the battery, plug it back in and press the 'Power' button to boot up and everything should work fine
-------------------------------------------------------
-------------------------------------------------------
USEFUL INFORMATION
HOW TO ENTER THE CLOCKWORK MOD MENU SCREEN
1. Restart your phone and HOLD DOWN the 'End' button (far right) until the Magldr Menu appears
2. keep pressing the 'Volume Down' button to goto Option 8. AD Recovery and press the 'Call' button (far left) to select it
-------------------------------------------------------
HOW TO COPY FILES TO YOUR PHONE
NOTE: This can be used to copy music or data across to your Storage Card and for copying your CWM Rom (with .zip extension) to the Root of your Card for flashing
1. Connect your phone to your pc via the USB Cable
2. In the Clockwork Mod main menu select 'mounts and storage'
3. Go down to 'mount USB storage' and select
Note: The Storage Card will now appear as a drive on your pc
4. When finished copying files select 'Unmount'
-------------------------------------------------------
HOW TO BACKUP THE CURRENT ROM ON YOUR PHONE
NOTE1: This can be used to make a complete backup of your Rom, installed apps and all settings. You can then try a different Rom and restore your backup at a later date if required.
NOTE2: Multiple backups can be made as they are stored in seperate folders (named by date and time)
1. Connect your phone to your pc via the USB Cable
2. In the Clockwork Mod main menu select 'backup and restore'
3. Select 'backup'
Note: Your entire Rom and all associated data will now be saved to your Storage Card. You can rename this folder at a later date if you wish
-------------------------------------------------------
HOW TO RESTORE A BACKUP TO YOUR PHONE
1. Connect your phone to your pc via the USB Cable
2. In the Clockwork Mod main menu select 'wipe data/factory reset' and then 'Yes' on the next screen
3. When the data wipe is complete, select 'backup and restore' in the main menu
4. Select 'restore'
5. Select the backup folder you wish to restore and then 'Yes' on the next screen
Your entire Rom and all associated data will now be restored from your Storage Card
NOTE: You can also restore parts of the backup by selecting 'Advanced Restore', selecting the backup and then choosing which part of the backup you want to restore (boot, system, data, cache or sd-ext)
-------------------------------------------------------
To SCROLL through the Menu Options use the 'Volume Up' and 'Volume Down' buttons on the left side of the phone
-------------------------------------------------------
To SELECT an Option in Clockwork Mod, press the 'Call' button which is the far left button at the bottom
-------------------------------------------------------
To GO BACK in the Clockwork Mod Menu, press the 'Back' button which is next to the 'End' button at the bottom
-------------------------------------------------------
*DISCLAIMER*
I take no responsibility for any fault or damage caused by any procedures within this guide. No warranties of any kind are given.
**Reserved**
i see that u had a hard time putting this together..!!really appreciate u'r work. thanks a lot..!!
Thanks a lot. That's a superb user guide.
I have a question: I have a TMOUS HD2 so I have a 1024MB ROM. Assuming I'm not going to install far too many apps, is there any reason I should consider using a smaller CWM than the 400MB version? Is there any downside/compatibility issue? e.g. what would happen if I install a ROM where the cook says it has been made for a smaller CWM?
alefsin said:
Thanks a lot. That's a superb user guide.
I have a question: I have a TMOUS HD2 so I have a 1024MB ROM. Assuming I'm not going to install far too many apps, is there any reason I should consider using a smaller CWM than the 400MB version? Is there any downside/compatibility issue? e.g. what would happen if I install a ROM where the cook says it has been made for a smaller CWM?
Click to expand...
Click to collapse
Setting a 400MB partition for a Rom that only requires a 150MB partition would have no negative impact on your device or speed. The only negative is that if you flashed a Rom that only needs a smaller partition then you would waste around 250MB of ROM but since you have a 1024LEO and you said you arent going to install much then you would 400MB-500MB of internal space available to install apps so you dont have too much to worry about.
The only reason why you should never install a 400MB partition is if you never plan on trying a Sense Rom. They are the only Roms that require soo much space so it would be pointless to waste the space for no reason.
Hope that answers your question.
Mark.
Wow this guide is godly, thank you so much for this, this guide answered all of my questions..
I have a TMOUS HD2, am currently on 150mb CWM on MIUI and CM7 alternately, if I change the CWM to 400mb version, is that mean that I can flash any ROM including the MIUI, CM7, Sense etc without having to change the CWM?
many TIA
DON2003 said:
I have a TMOUS HD2, am currently on 150mb CWM on MIUI and CM7 alternately, if I change the CWM to 400mb version, is that mean that I can flash any ROM including the MIUI, CM7, Sense etc without having to change the CWM?
many TIA
Click to expand...
Click to collapse
Yes it does (in general) but you are always better off flashing the size recomended by the chef to get the best results.
Mark.
Is there a way to use SD builds with CMW?
What would be the right instructions?
Thank you..
juggaknot77 said:
Is there a way to use SD builds with CMW?
What would be the right instructions?
Thank you..
Click to expand...
Click to collapse
No there isnt.
Mark.
Thanks for making this guide MSkip you make the best guides man.
I am seriosly amazed though by how many people have trouble using CWM to flash ROMs and to backup and restore their ROM. I mean CWM makes it so simply, I even made a guide that includes the break down of MAGLDR and CWM to try to help people out here. I am truly starting to see why members here get so aggrevaited by people though.
Thanks again for the guide and keep up the good work.
what if the chef wants me to install a 170MB CWR system partition???
download the 150mb partition and edit the flash.cfg file with notepad and change system ya 150M to system ya 170M
Here's a question:
Let's say I installed 150MB partition and tried any ROM, but now I want to install a ROM that needs 170 partition. Is it enough just to flash the new partition (from step 4 on...) or I need to start from scratch and install MAGLDR again and then the new partition?
Is it possible to use root this unlock Tmo HTC HD2 ?
thanks alot
theuser-1 said:
Here's a question:
Let's say I installed 150MB partition and tried any ROM, but now I want to install a ROM that needs 170 partition. Is it enough just to flash the new partition (from step 4 on...) or I need to start from scratch and install MAGLDR again and then the new partition?
Click to expand...
Click to collapse
You dont need to reinstall Magldr you can just flash a new Partition (via Magldr) and then install your new Rom.
Mark.
XdaFan02 said:
Is it possible to use root this unlock Tmo HTC HD2 ?
thanks alot
Click to expand...
Click to collapse
Sorry I dont understand your question do you want to root your phone or unlock it?
If you want to unlock it then what kind of unlock are you refering to.
Mark.
mskip said:
You dont need to reinstall Magldr you can just flash a new Partition (via Magldr) and then install your new Rom.
Mark.
Click to expand...
Click to collapse
Hi Mark
about that i have a question. I see that some roms need partition sizes different from the ones available in the CWM thread.
Is it easy to edit that partitions to make them match the rom needs???
EDIT: got it. Forget this question.
hi
whn i am trying to install a rom via cwm. it goes ok then fails to boot each time.
any idea? it gives an erro and sits on magldr screen
doran1801 said:
hi
whn i am trying to install a rom via cwm. it goes ok then fails to boot each time.
any idea? it gives an erro and sits on magldr screen
Click to expand...
Click to collapse
try to format ur sd card n make sure u do all rom requirement

A Newbie Guide

Q1: What is a custom ROM? What to can it do to my phone?
A1: A custom ROM can be either:
- Modifications to the official company ROMs (a.k.a Stock ROMs) , which increases its speed and stability compared to original Stock ROMs .
Q 2.1: What's Recovery Mode? What is Download Mode? What are the different "Modes" that my phone can go into?
A2: Recovery Mode is a place where you go to if your phone is ever "stuck" or in a "bootloop" if you installed a ROM wrongly .
The stock recovery mode can't do much and therefore if you want better advantages such as:
-Backing up your current ROM and data
-Fixing Force Close Permissions
-Wiping your Dalvik-Cache
-Wiping Battery Stats (if your battery meter is jumpy , like all custom Stock ROMs)
-Install unsigned .zip files
-Formatting various parts of your internal memory (/system , /data etc)
-Mount USB Storage in Recovery Mode
The only thing you can do is use CLOCKWORKMOD RECOVERY
For Download Mode , it is a Samsung-exclusive feature that allows you to "Download" custom stock ROM files into your phone .
It works like a normal install in ClockWorkMod Recovery (a.k.a CWM) , except that it automates everything (wiping data , wiping system stuff)
These are possible modes which you can use to enter different places (for advanced people only):
Home + Power = Recovery Mode (whether stock or CWM)
Home + Volume Down + Power = Download Mode (normal)
Home + Volume Up + Power = ARMv9 Dump Mode
Home + Volume Down + Volume Up + Power = Download Mode (EMERGENCY)
Q2.2: What is ClockworkMod Recovery? How do I use it?
A2.2: ClockworkMod Recovery is one of the best custom recoveries out there and was made by the AWESOME koush
Here's how you use it by devilcode:
Originally Posted by devilcode
There you go.... not from v4.0.0.9 but its of a old version but will give you and idea or to anyone else .. will not post a link to some other site so just posting the explaination here
Options explained
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1.reboot system now
This one is self-explanatory.
2.apply update from sdcard
This can be used for installation of any official or unofficial update, ROM, kernel, theme etc. that is in a zip format installable from recovery, as long as the file is named update.zip and it has been placed on the root of your SD card (i.e. not in any sub-folder). Selecting this option (and most of the options featured below) will bring up a rather annoying confirmation prompt but this has saved us on multiple occasions from a lot of trouble we would have been into due to accidental key presses.
3.wipe data/factory reset
This option wipes all user data on the device as well as cache. Doing this will leave your phone in the state it was in when you bought it or when any custom ROM was first installed. It will also wipe any sd-ext partition that you might have setup
4.wipe cache partition
Wipes the cache partition of the device to clear all the data accumulated there over use. This is often used before installing a new ROM, app, kernel or any similar mod via recovery.
5. install zip from sdcard
This option brings up the following sub-menu:
A. apply /sdcard/update.zip
This one is essentially the same as the ‘apply update from sdcard’ option of the main menu.
B. choose zip from sdcard
Lets you install any zip file (with any name) from any location on your SD card. The file can be for a ROM, a kernel, an application, a theme or any mod as long as it is in recovery-flashable zip format. This is the most widely used option for installing a ROM that you have downloaded and copied to your SD card. Entering this option will bring up a screen that will allow you to browse your SD card for the zip file and select it for installation
C.toggle signature verification
Turns the signature verification on and off. When signature verification is on, you will not be able to install any custom ROMs that haven’t been signed by the developers (most custom ROMs aren’t signed). Switching it off skips the signature verification check and proceeds with the installation.
D. toggle script asserts
Seldom-used option for a vast majority of users. It simply turns script asserts on or off. If you don’t know about these (i don’t), it’s best not to change this option.
E. +++++Go Back+++++
Takes you back to the main recovery menu, obviously!
6.backup and restore
Undoubtedly one of the most important features provided by a custom recovery, the backup and restore feature – also known as Nandroid backup – allows you to take a snapshot of your phone’s entire internal memory including all partitions, and save it on the SD card.
A.Backup
Takes a Nandroid backup, as explained above.
B.Restore
Lets you restore a previously taken backup. Entering this option presents you with a list of existing backups from the SD card that you can choose from for restoration.
C.Advanced Restore
This option is similar to the Restore option but once a backup has been selected to be restored, this option allows you to choose what parts of it to restore. You can choose to restore the boot, system, data, cache and sd-ext partitions
7.mounts and storage
Allows you to perform maintenance tasks on all the internal and external partitions of your android device
A. mount/unmount /system, /data, /cache, /sdcard or /sd-ext
These options let you toggle between mounting or unmounting these respective partitions. Most users don’t need to change these options.
B.format boot, system, data, cache, sdcard or sd-ext
These let you directly format any of these partitions. Take extreme care with this option as formatting any of these partitions will result in losing all data on them, especially the boot and system partitions. Formatting the system partition will remove your ROM and leave your phone without an operating system while wiping the boot partition may brick your phone unless you restore or flash another one before rebooting your device. To learn more about the contents of all these partitions, see our guide to Android partitions.
C.mount USB storage
Lets you enable USB mass storage mode for your SD card right from recovery so that you can connect it to your computer via USB and transfer any files to/from it without having to leave recovery.
8.advanced
This section contains a few options most users will not require, though these can come handy quite often, especially wiping Dalvik cache, which is required before most ROM installations. Here are the options from this section:
A.Reboot Recovery
Lets you directly and very conveniently reboot from recovery right back into recovery. This is useful option for certain back-to-back installations that require the device to at least boot once between them.
B.Wipe Dalvik Cache
Allows you to wipe the cache for the Dalvik virtual machine (the custom-built Java virtual machine for Android).This is required before most ROM installations and at other occasions too, for fixing some problems.
C.Wipe Battery Stats
Wipes the saved battery usage statistics and effectively recalibrates the battery. Useful in various scenarios when Android isn’t showing correct battery levels.
D.Report Error
In case of errors, this feature can be used to save a log of recent ClockworkMod recovery operations on the SD card that you can later report from Android using ROM Manager.
E.Key Test
Lets you press any of the hardware keys to see if they are properly functioning, and to see their key codes.
F.Partition SD Card
This option gives you a no-frills way to partition your SD card properly for use with ROMs that support data2ext (a very handy hack for low internal memory devices that enables an /sd-ext partition on the SD card to be used as the internal user data storage i.e. as the /data partition). Once this option is selected, you will be given options to choose the sizes for the /sd-ext partition as well as an optional /swap partition on the SD card, and will then automatically format it for you, leaving the remaining space for normal SD card usage. This option will wipe all data from your SD card so use it with caution!
G.Fix Permissions
Fixes the file permissions for the internal memory partitions back to default. This is very useful as a fix for several errors and Force-Closes that start appearing after you or an application you installed and provided root access end up messing up the permissions of important files.
Hope it helps :d
Q3: Help me, my phone is in a bootloop and won't go into the Launcher!
A3: Firstly , define your bootloop:
If you are stuck at the "Motorolla" logo , that means you did not make a factory reset and cache wipe from Recovery Mode . Do that , then reflash and try again .
However , if your phone is stuck at the bootanimation:
Stuck for more than 10mins and is repeating the animation: You did not flash your ROM properly . Refer to above .
Stuck for less than 10mins and is NOT repeating: I suggest you have some patience
I wouldn't mind learning more on the Armv9 dump mode if you could find something about it
I always wondered what it does
Sent from my 1Ghz CM7 + CM9 Defy

[TUT] What Is ClockworkMod And How To Use It [Complete Guide] [VeNuM]

What Is ClockworkMod Recovery And How To Use It On Android [Tutorial]
ClockworkMod – also known as Clockwork and CWM – is a custom recovery for Android phones and tablets that allows you to perform several advanced recovery, restoration, installation and maintenance operations on your Android device that aren’t possible with the stock recovery. In what follows, we will cover all that this recovery is capable of doing, and how to do it. We do not discuss Touch recovery (and you shouldn’t use it on the ET4G) or Rogue recovery here. Those are different tuts…
All About Android Recovery
All Android devices ship with a recovery console that is basically a partition on the device’s internal memory and can be booted into. The stock recovery of almost all Android devices provides a few basic yet handy options that allow you to factory reset your device and also to recover its operating system using an official ROM in zip format, but that’s all you can do with it. That’s where a custom recovery comes handy.
A custom Android recovery basically replaces the stock recovery with one that lets you do all you can do with the stock recovery, plus a plethora of more options to give you a lot more control on your device. With a custom recovery, you can install official and unofficial ROMs as well as other updates including apps, themes, kernels etc. using zip files, wipe not just user data but pretty much every partition on your device, mount the storage card for USB mass storage access without leaving recovery, partition your SD card, wipe Dalvik cache and battery stats, fix permissions, perform, manage and restore backups and so on.
Introduction to ClockworkMod
ClockworkMod recovery is one of the most widely used custom Android recoveries that is available for most mainstream Android devices. It is the needed recovery for AOKP, AOSP, CM7 and 9. ClockworkMod recovery has been developed by Koushik Dutta (also known as Koush) – the same guy who brought us the Android ROM Manager.
Booting into ClockworkMod
On most Android devices including ones by Samsung, you can enter recovery by powering your device off and then powering it back on while keeping either the ‘Volume Down’ or the ‘Volume-Up’ button pressed, depending on the device (volume up for our phones). This will enter the bootloader from where you can select the ‘RECOVERY’ option by navigating to it with the Volume key and entering it with the ‘Power’ key.
On most Samsung devices specifically Samsung Galaxy S series devices, you must keep both the ‘Volume-Up’ and ‘Home’ keys pressed while powering on the device, to directly enter recovery.
Tour
1. reboot system now
This one is self-explanatory.
2. apply update from sdcard
This can be used for installation of any official or unofficial update, ROM, kernel, theme etc. that is in a zip format installable from recovery, as long as the file is named update.zip and it has been placed on the root of your SD card (i.e. not in any sub-folder). Selecting this option (and most of the options featured below) will bring up a rather annoying confirmation prompt but this has saved us on multiple occasions from a lot of trouble we would have been into due to accidental key presses. This is what we are talking about:
3. wipe data/factory reset
This option wipes all user data on the device as well as cache. Doing this will leave your phone in the state it was in when you bought it or when any custom ROM was first installed. It will also wipe any sd-ext partition that you might have setup (more on this later).
4. wipe cache partition
Wipes the cache partition of the device to clear all the data accumulated there over use. This is often used before installing a new ROM, app, kernel or any similar mod via recovery.
5. install zip from sdcard
This option brings up the following sub-menu:
1. apply /sdcard/update.zip
This one is essentially the same as the ‘apply update from sdcard’ option of the main menu.
2. choose zip from sdcard
Lets you install any zip file (with any name) from any location on your SD card. The file can be for a ROM, a kernel, an application, a theme or any mod as long as it is in recovery-flashable zip format. This is the most widely used option for installing a ROM that you have downloaded and copied to your SD card.
3. toggle signature verification
Turns the signature verification on and off. When signature verification is on, you will not be able to install any custom ROMs that haven’t been signed by the developers (most custom ROMs aren’t signed). Switching it off skips the signature verification check and proceeds with the installation.
4. toggle script asserts
Seldom-used option for a vast majority of users. It simply turns script asserts on or off. If you don’t know about these (we don’t), it’s best not to change this option.
5. +++++Go Back+++++
Takes you back to the main recovery menu, obviously!
6. backup and restore Undoubtedly one of the most important features provided by a custom recovery, the backup and restore feature – also known as Nandroid backup – allows you to take a snapshot of your phone’s entire internal memory including all partitions, and save it on the SD card.
1. Backup
Takes a Nandroid backup, as explained above.
2. Restore
Lets you restore a previously taken backup. Entering this option presents you with a list of existing backups from the SD card that you can choose from for restoration.
3. Advanced Restore
This option is similar to the Restore option but once a backup has been selected to be restored, this option allows you to choose what parts of it to restore. You can choose to restore the boot, system, data, cache and sd-ext partitions.
7. mounts and storage
Allows you to perform maintenance tasks on all the internal and external partitions of your android device
1. mount/unmount /system, /data, /cache, /sdcard or /sd-ext
These options let you toggle between mounting or unmounting these respective partitions. Most users don’t need to change these options.
2. format boot, system, data, cache, sdcard or sd-ext
These let you directly format any of these partitions. Take extreme care with this option as formatting any of these partitions will result in losing all data on them, especially the boot and system partitions. Formatting the system partition will remove your ROM and leave your phone without an operating system while wiping the boot partition may brick your phone unless you restore or flash another one before rebooting your device.
3. mount USB storage
Lets you enable USB mass storage mode for your SD card right from recovery so that you can connect it to your computer via USB and transfer any files to/from it without having to leave recovery.
8. advanced
This section contains a few options most users will not require, though these can come handy quite often, especially wiping Dalvik cache, which is required before most ROM installations.
1. Reboot Recovery
Lets you directly and very conveniently reboot from recovery right back into recovery. This is useful option for certain back-to-back installations that require the device to at least boot once between them.
2. Wipe Dalvik Cache
Allows you to wipe the cache for the Dalvik virtual machine (the custom-built Java virtual machine for Android).This is required before most ROM installations and at other occasions too, for fixing some problems.
3. Wipe Battery Stats
Wipes the saved battery usage statistics and effectively recalibrates the battery. Useful in various scenarios when Android isn’t showing correct battery levels.
4. Report Error
In case of errors, this feature can be used to save a log of recent ClockworkMod recovery operations on the SD card that you can later report from Android using ROM Manager.
5. Key Test
Lets you press any of the hardware keys to see if they are properly functioning, and to see their key codes.
6. Partition SD Card
This option gives you a no-frills way to partition your SD card properly for use with ROMs that support data2ext (a very handy hack for low internal memory devices that enables an /sd-ext partition on the SD card to be used as the internal user data storage i.e. as the /data partition). Once this option is selected, you will be given options to choose the sizes for the /sd-ext partition as well as an optional /swap partition on the SD card, and will then automatically format it for you, leaving the remaining space for normal SD card usage. This option will wipe all data from your SD card so use it with caution!
7. Fix Permissions
Fixes the file permissions for the internal memory partitions back to default. This is very useful as a fix for several errors and Force-Closes that start appearing after you or an application you installed and provided root access end up messing up the permissions of important files.
Using ClockworkMod for ROM, kernel, apps, theme or mod installation
While in the complete feature tour we have already shown you how to install a ROM, kernel, app, theme or any similar mod from a recovery-flashable zip file using the recovery options, those of you who jumped straight to this section expecting to get just this information quickly are at the right place!
This guide is primary focused on a full feature tour of ClockworkMod recovery but in our previously written guide on how to flash a ROM or app from a zip to an Android device file from recovery, we have already covered in detail how to use ClockworkMod for installing any ROM, kernel, app, theme or mod using a recovery-flashable zip file. While that guide is based on an older version of ClockworkMod recovery, everything in it still applies to the latest versions and should work flawlessly.
How To Install A ROM Or App From Zip File To Android Device From Recovery
Please note that the terms ‘installing’ and ‘flashing’ can be used interchangeably here and will mean the same thing.
Disclaimer: Although I have done my best to make the following procedure as safe as possible, you should still follow this guide at your own risk.
Rooting your device renders its warranty void.
ALWAYS take backups before rooting or flashing a custom ROM or app to your phone.
Flashing a defective ROM or app to your phone might brick it so choose the ROMs and software that you flash wisely and never install a ROM or application from an untrusted source.
AddictiveTips will not be liable if your device gets damaged or bricked during the process.
Official ROM updates from device manufacturers or carriers are released in conveniently packaged installation files that you can run on your computer while your Android device is connected to it, and they automatically take care of updating your phone’s system. Similarly, most applications are available directly in the Android Market for easy installation, or come packaged as convenient ‘.apk’ files that you can just run on your Android phone to install. The case is not the same with most custom ROMs and several custom applications, which come in .zip files rather than PC installers or .apk files.
The idea of installing a customized operating system to their smartphone can be quite intimidating for inexperienced users. Though once they get used to it, some of them end up trying out different ROMs for their devices several times a day. While I don’t exactly recommend that you flash every new ROM that is made available for your Android phone, we are here to help you get over the fear of flashing a ROM that enhances the capabilities of your device so that you can use it to its fullest potential.
Here is a quick look at what we will be covering in this guide. Feel free to skip to the real deal if you already meet the prerequisites.
• Before We Begin: Battery Check
• Before We Begin: Unlocking the Bootloader (Stock Android Devices Only)
• Before We Begin: Rooting
• Before We Proceed: Installing a Custom Recovery
• The Real Deal: Installing a Custom ROM to your Phone
• The Real Deal: Installing an App From a Zip File to your Phone
There are certain steps that you might not require, and we shall be mentioning them in each section.
Before We Begin: Battery Check
Before you proceed with any of the following steps, make sure your phone’s battery level is not too low. It is recommended to have it at 50% or more. Do NOT take this lightly. If your phone’s battery runs out while you are attempting to flash a custom ROM, there is a significant chance of your phone getting bricked and becoming unusable PERMANENTLY.
Before We Begin:Unlocking the Bootloader (Stock Android Devices Only)
Note: This step applies only to Android devices with stock version of Android installed. At the moment, Google Nexus One and Nexus S are the only two such devices available. You may skip this step if you are using any other Android device.
Users of stock Android devices such as the Google Nexus One or Nexus S also need to unlock its bootloader before they can proceed. Once you have done this, you may proceed to the next step.
Before We Begin: Rooting
Note: You may skip this step if your device is already rooted, or if you already know how to root it.
Before you can install a custom ROM to your device, your phone needs to be rooted. Rooting is basically administrator or root level access required to perform administrative tasks on your Android device. Once you are done with the rooting process, you may proceed to the next step.
Before We Proceed: Installing A Custom Recovery
Note: You may skip this step if you already have a custom recovery installed on your device.
Rooting grants you the necessary access level to execute administrative tasks on your Android device but it is the recovery that provides the tools necessary to actually perform those tasks. While every Android device ships with a recovery, the stock recovery is quite limited in what it lets you do, and you need a custom recovery image to perform advanced operations on your device. Once you have a custom recovery installed on your phone, you will be ready to proceed to the next step.
The Real Deal: Installing a Custom ROM to your Phone
Now that you have a custom recovery installed on your phone, you can perform all sorts of wonderful advanced operations on your device and this includes the ability to flash a ROM or application from a zip file. The procedure is pretty standard for most ROMs, though there are certain ROMs which require additional steps for their installation. Since those steps differ from ROM to ROM, pay attention to instructions and this includes only the standard instructions here.
• Manually
1. Download the ROM from the link given in the article featuring that ROM. It should be a zip file.
2. Connect your phone to your computer via USB and mount its storage card.
3. Copy the downloaded ROM to the root of the storage card.
4. Power your phone off and reboot it into recovery. This will involve using a combination of your device’s hardware keys. Once in recovery, you can navigate its menu using the volume up and volume down hardware keys or your phone’s trackball / optical track pad if it comes equipped with one.
5. Use the ‘backup and restore’ feature of recovery to backup your existing ROM installation, software and data. This step is known as performing a nandroid backup. ALWAYS perform a backup before flashing a custom ROM, UNLESS you can afford to lose everything that’s on your phone at the moment.
Note: ALWAYS choose to perform the following steps 6, 7 and 8 UNLESS the ROM you are attempting to flash is an updated version of the same ROM that you are currently using, and is compatible with the current installation’s data. It is usually mentioned with the update whether you can install it over a previous version without wiping its data or not.
6. Get back to the main recovery menu and use the option ‘wipe data/factory reset’. You will be prompted to confirm this action. Select “Yes – Delete all user data”.
7. From the main recovery menu, select ‘wipe cache partition’. You will be prompted to confirm this action. Select ‘Yes – Wipe Cache’.
8. From the main recovery menu, enter the ‘advanced’ menu. From this menu, select ‘Wipe Dalvik Cache’. You will be prompted to confirm this action. Select ‘Yes – Format/System’.
9. From the main recovery menu, enter the ‘Mounts and Storage’ menu. From this menu, select ‘Format/System’. You will be prompted to confirm this action. Select ‘Yes – Wipe Dalvik Cache’.
10. Go back to the main recovery menu by pressing the back button and select the ‘Install zip from SD card’ option.
11. Select ‘choose zip from sdcard’ to get a list of the files and folders on your SD card. Scroll to the ROM’s file that you copied there in step 3, and select it. You will be prompted to confirm this action. Select ‘Yes – Install file_name.zip’ where file_name.zip is the name of the zip file that you are trying to install.
12. Wait patiently while the ROM is flashed to your phone via recovery.
13. Once the installation is complete, head back to the main recovery menu if you aren’t there, and select ‘reboot system now’. Your phone will now boot into the newly installed ROM.
The Real Deal: Installing an App From a Zip File to your Phone
While most apps for Android devices are available at the app store for direct download and installation or as .apk files for direct installation, there are certain apps which are only available as zip files installable from recovery. Their installation procedure is the same as installing a custom ROM that we just featured above. However, there are a few minute differences.
• When installing an app from a zip file, you do NOT need to perform the ‘wipe data/factory reset’ or ‘wipe/system’ step so NEVER do that unless you know what you are doing, have a complete backup and want to start using your ROM as a fresh installation with the new app added.
• You might or might not need to wipe the cache and the dalvik cache for installing apps from zip file. This varies from app to app and the developers of such apps as well as many reviewers including us mention when featuring an app whether it requires a cache and dalvik cache wipe or not. However, it never hurts to wipe these caches anyway, and it does not effect the data on your device or its storage card.
There you go, this concludes the guide on how to flash a ROM or app from a zip file to your Android device using a custom recovery. To try out the skills that you just learned, search our site for custom ROMs for your phone and start flashing, always remembering to take backups first!
Edit- for Nandroid Backup Tut go HERE
By Haroon Q. Raja found (original link HERE), with additions and corrections by VeNuM
Very nice tutorial/guide!
EDIT : First!
Wow this will really help me when i decide to root
Sent from my SPH-D710 using Tapatalk
fghjfhjfghjfghjfgjh
10 char
Nice tutorial bro.
Great Guide!!! Wished we had this kind of guide on the fascinate when I started : )
Sent from my SPH-D710 using Tapatalk
jUgGsY said:
Very nice tutorial/guide!
EDIT : First!
Click to expand...
Click to collapse
Thank you
Me likes it, tank u berry mush
iSaint said:
Wow this will really help me when i decide to root
Sent from my SPH-D710 using Tapatalk
Click to expand...
Click to collapse
Thank You
iSaint said:
Wow this will really help me when i decide to root
Click to expand...
Click to collapse
LOL!
10char
iSaint said:
Wow this will really help me when i decide to root
Sent from my SPH-D710 using Tapatalk
Click to expand...
Click to collapse
Who are you rooting for?... Lol.
Thank you Venum for your time putting this together. Hopefully it will answer allot of questions before they are asked in dev thread. I'm sure it will be very helpful to allot of people.
Sent from my SPH-D710 using xda premium
blackcanopy said:
Who are you rooting for?... Lol.
Thank you Venum for your time putting this together. Hopefully it will answer allot of questions before they are asked in dev thread. I'm sure it will be very helpful to allot of people.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
myself I'm to scared not very edumacated with all this phone stuff
Sent from my SPH-D710 using Tapatalk
iSaint said:
myself I'm to scared not very edumacated with all this phone stuff
Sent from my SPH-D710 using Tapatalk
Click to expand...
Click to collapse
This coming from someone with over 800 thanks. Lol
Thank you for this!
iSaint said:
Wow this will really help me when i decide to root
Sent from my SPH-D710 using Tapatalk
Click to expand...
Click to collapse
Hahahahhaha I was thinking something like that lol
First time user here I wanted to say thank you for this, I found it very easy to read and understand, perfect for helping get threw my first root, recovery, and rom
Could someone please direct me to the version of CWM that is safest for our phones?
Thanks
NM: read the thread again and found it.
Nice Guide.
thanks great guide on installing CWM! will come in handy not just for this device but others
Thanks
Thanks for guide. Defiantly the best CWM guide out there....

Complete Guide for Rooting and Flashing Custom ROM Galaxy Y GT-5360 for beginners

Tired of searching for a complete Guide to Flash JellyBlastv3 on your GT-S5360?
Well, I have something for you::::
Read On....
Warning: The Below Steps are only for Samsung Galaxy Y, GT-S5360
Performing any of the steps shall Void the Warranty of Your Device.
I am not responsible for any damage you cause to your Device or emotional loss or anything.
You are solely responsible for you actions.
The Following procedure has been tested by me and it is working correctly.
​
Warnings and Important Tips:
1. The process may and will erase all your data present on the device. Better backup your contacts, Messages, Calendar entries, Notes Etc. You may use Super Backup, Go Backup or SMS Backup & Restore. There are several other apps in the Market. I would recommend to backup using multiple apps.
2. A Computer should be within reach with internet. Also have a USB Cable. Wi-Fi is recommended.
3. Make sure the system is running Stock ROM and Stock Kernel.
4. Also make sure you are running latest version of android available. On Galaxy Y, it is 2.3.6
5. If not, you can update, by going into settings>about phone>software update. Sign in with Samsung Account. 6. Before proceeding further, make sure that the phone is fully charged (Recommended 70% at least). High Chances of damage are there if the device runs out of juice during flashing.
7. Proceed with caution. Avoid confusion. Follow the steps! Never Jump to next step before completing first!
8. Within Procedures if you think the battery is not enough (>70%), you can charge it before proceeding to next procedure. The Phone can’t be charged within an ongoing procedure.
9. Enable the USB Debugging option. Go to Settings>Development>USB Debugging. Check it every time.
10. It took me considerable time to type the detailed steps to make it easy for even a beginner. Be Generous.
DO NOT FORGET TO PRESS THE THANKS BUTTON! :laugh:
I. Root​
Rooting is a process by which you can get root access or administrator privileges to your Android phone and can flash tweaks, custom ROMs, custom kernels, install additional applications which requires root, use firewall etc.
Root will void your phone’s warranty but it doesn’t matter you can get it back! (Google unroot)
1. Download the the update.zip file to your SD Card (not in any folder). I have attached it with the post.
2. Switch off your phone & boot into recovery mode.
3. Press Vol Up + Power Key + Home button together at the same time to boot in recovery mode.
4. Touch screen is disabled here.
5. Use volume keys for scrolling & home button for selection.
6. Select Apply update from SD card.
7. Select update.zip (which you have downloaded).
8. When it shows Installed from SD Card complete written.
9. Select reboot system now.
10. Your phone will restart & first boot may take 5 minutes. (Mine took a few seconds!)
11. Check for an application Superuser and open it.
12. Go to Menu > Preferences > SU Binaries> Update binaries.
13. SU Binaries will update. (You need active data connection or Wi-Fi)
14. When it get updated, restart your phone.
You’re done! Your phone is now rooted.
Warning: Do not delete Superuser or you will lose your root!
II. Flash ClockWorkMod​
ClockWorkMod is a Custom Recovery which lets you Flash Custom ROM, Kernels etc.
Note: This is temporary. Every time you need CWM, you have to flash it again. (For your convinience, keep it in the SD)
Instructions:
1. Enable USB Debugging by going to Menu -> Settings -> Applications -> Development - Enable USB Debugging.
2. Download the CWM Recovery.zip file and Place that file on the root directory of your SD card. (Attached)
3. Switch off your phone .Then boot into recovery mode, (hold Volume up button + Home button + Power button).
6. Select "apply update from SD card ", find the zip file you copied to your SD card earlier.
Once done, it will give you the option to reboot your phone, reboot and you're done!
You got CWM installed, you can now flash custom ROMs.
III. Backup Stock ROM​
In case, if anything happens to your device while flashing Custom ROM, backup of Stock ROM serves as a contingency plan. The Backup can be used to recover damaged device via Odin. (Now don’t ask me what’s Odin)
It can also be used to return to the Original State if ever you wish to revert back.
1. Boot into CWM by Flashing CWM again.
2. Go to Backup/Restore
3. Select Backup Current ROM. It will take a while and then it’s Done! The size of the Backup File depends upon the no. of apps installed. Generally should be around 200-400 MB.
IV. Flash Custom ROM (JellyBlastv3 by Avijit Ghosh)
DOWNLOADS: http://forum.xda-developers.com/showthread.php?t=1679563​
INSTALLATION GUIDE:
1. Make sure that you're on Stock kernel. Stock = Factory version.
2. Remove a2sd or data2sd and format your 2nd partition if you have it.
3. Place the above file to your SD Card (NOT IN ANY FOLDER!!!)
4. Switch off your phone.
5. Flash Clockwork mode.
6. Wipe data/factory reset.
7. Wipe cache partition.
8. Go to Advanced options and Wipe Dalvik cache.
9. Now choose: Install zip from sd card.
10. Choose JELLYBLAST V3.signed.zip and choose yes.
11. Keep your fingers crossed and pray.
It will be installed. Now reboot your phone. First boot will take time. Be patient.
V. Install OTA​
Over The Air Updates are the updates that are released after the ROM to fix bugs and problems or to make minor changes.
Important: Apply the OTA Updates in serial-wise manner to avoid bricking.
1. Download OTA 1, OTA 2, OTA 3, OTA 4.1 and OTA 5 and place them in your SD Card.
2. Boot into CWM, Select “Install .zip from SD ” and select OTA 1. After Completion, Device will Reboot.
3. Repeat Similar Steps OTA 2, 3,4, and 5.
4. You are Done! Now you are Running the latest version of the Custom ROM available.
5. You can check for updates in OTA updater.
VI. Partitioning SD Card​
On SGY GT-S5360, the Internal Memory is too low (190 MB). Every time you try to update the apps or try to Install new apps, you get the annoying message saying “ Internal Memory Full, delete some apps”. This is where Link2sd comes to the rescue!
There are also Similar apps available on the Market, but here we will be using Link2SD.
There are several ways to partition SD card, but here we will be using CWM.
Note: You need a rooted device, well doesn’t matter we have already rooted.
Note: This method will erase all your data on SD, so better backup it
1. Boot into CWM recovery.
2. Select Advanced options.
3. Select Partition SD Card.
4. Choose the partition size. (1024 recommended)
5. Choose the Swap size. (0 M)
6. Select “Yes”. It will take a while and then you are done! Reboot your phone.
7. Open Link2SD (or Download it from the Market). A pop-up will appear, choose ext3 (ext4 is fastest but ext3 is most compatible). Then Reboot.
8. Open Link2SD, Go to settings , then tick Auto Link.
9. Below in Auto Link settings click on all the three- Link App file, Link Dalvik Cache, Link library files.
10. Also set the Default location to external.
11. You are done. You can also link some of the existing user apps to the partition.
Now all your user applications will be linked to the SD Card, saving your precious internal memory space
Also Don’t forget to Grant Link2SD superuser permissions.
YOU ARE DONE! RESTORE YOUR BACKUP & ENJOY!!
NOW DON’T BE SELFISH! PRESS THE THANKS BUTTON!!!
The ROM has been made available by Dev Avijit Ghosh. Do not forget to thank the developer for his effort.​

Complete Guide for Rooting and Flashing Custom ROM Galaxy Y GT-5360 for beginners

Tired of searching for a complete Guide to Flash JellyBlastv3 on your GT-S5360?
Well, I have something for you::::
Read On....
Warning: The Below Steps are only for Samsung Galaxy Y, GT-S5360
Performing any of the steps shall Void the Warranty of Your Device.
I am not responsible for any damage you cause to your Device or emotional loss or anything.
You are solely responsible for you actions.
The Following procedure has been tested by me and it is working correctly.
​
Warnings and Important Tips:
1. The process may and will erase all your data present on the device. Better backup your contacts, Messages, Calendar entries, Notes Etc. You may use Super Backup, Go Backup or SMS Backup & Restore. There are several other apps in the Market. I would recommend to backup using multiple apps.
2. A Computer should be within reach with internet. Also have a USB Cable. Wi-Fi is recommended.
3. Make sure the system is running Stock ROM and Stock Kernel.
4. Also make sure you are running latest version of android available. On Galaxy Y, it is 2.3.6
5. If not, you can update, by going into settings>about phone>software update. Sign in with Samsung Account. 6. Before proceeding further, make sure that the phone is fully charged (Recommended 70% at least). High Chances of damage are there if the device runs out of juice during flashing.
7. Proceed with caution. Avoid confusion. Follow the steps! Never Jump to next step before completing first!
8. Within Procedures if you think the battery is not enough (>70%), you can charge it before proceeding to next procedure. The Phone can’t be charged within an ongoing procedure.
9. Enable the USB Debugging option. Go to Settings>Development>USB Debugging. Check it every time.
10. It took me considerable time to type the detailed steps to make it easy for even a beginner. Be Generous.
DO NOT FORGET TO PRESS THE THANKS BUTTON! :laugh:
I. Root​
Rooting is a process by which you can get root access or administrator privileges to your Android phone and can flash tweaks, custom ROMs, custom kernels, install additional applications which requires root, use firewall etc.
Root will void your phone’s warranty but it doesn’t matter you can get it back! (Google unroot)
1. Download the the update.zip file to your SD Card (not in any folder). I have attached it with the post.
2. Switch off your phone & boot into recovery mode.
3. Press Vol Up + Power Key + Home button together at the same time to boot in recovery mode.
4. Touch screen is disabled here.
5. Use volume keys for scrolling & home button for selection.
6. Select Apply update from SD card.
7. Select update.zip (which you have downloaded).
8. When it shows Installed from SD Card complete written.
9. Select reboot system now.
10. Your phone will restart & first boot may take 5 minutes. (Mine took a few seconds!)
11. Check for an application Superuser and open it.
12. Go to Menu > Preferences > SU Binaries> Update binaries.
13. SU Binaries will update. (You need active data connection or Wi-Fi)
14. When it get updated, restart your phone.
You’re done! Your phone is now rooted.
Warning: Do not delete Superuser or you will lose your root!
II. Flash ClockWorkMod​
ClockWorkMod is a Custom Recovery which lets you Flash Custom ROM, Kernels etc.
Note: This is temporary. Every time you need CWM, you have to flash it again. (For your convinience, keep it in the SD)
Instructions:
1. Enable USB Debugging by going to Menu -> Settings -> Applications -> Development - Enable USB Debugging.
2. Download the CWM Recovery.zip file and Place that file on the root directory of your SD card. (Attached)
3. Switch off your phone .Then boot into recovery mode, (hold Volume up button + Home button + Power button).
6. Select "apply update from SD card ", find the zip file you copied to your SD card earlier.
Once done, it will give you the option to reboot your phone, reboot and you're done!
You got CWM installed, you can now flash custom ROMs.
III. Backup Stock ROM​
In case, if anything happens to your device while flashing Custom ROM, backup of Stock ROM serves as a contingency plan. The Backup can be used to recover damaged device via Odin. (Now don’t ask me what’s Odin)
It can also be used to return to the Original State if ever you wish to revert back.
1. Boot into CWM by Flashing CWM again.
2. Go to Backup/Restore
3. Select Backup Current ROM. It will take a while and then it’s Done! The size of the Backup File depends upon the no. of apps installed. Generally should be around 200-400 MB.
IV. Flash Custom ROM (JellyBlastv3 by Avijit Ghosh)
DOWNLOADS: http://forum.xda-developers.com/showthread.php?t=1679563​
INSTALLATION GUIDE:
1. Make sure that you're on Stock kernel. Stock = Factory version.
2. Remove a2sd or data2sd and format your 2nd partition if you have it.
3. Place the above file to your SD Card (NOT IN ANY FOLDER!!!)
4. Switch off your phone.
5. Flash Clockwork mode.
6. Wipe data/factory reset.
7. Wipe cache partition.
8. Go to Advanced options and Wipe Dalvik cache.
9. Go to mounts and storage->select mount/system and mount/data.
10.Now choose: Install zip from sd card.
11. Choose JELLYBLAST V3.signed.zip and choose yes.
12. Keep your fingers crossed and pray.
It will be installed. Now reboot your phone. First boot will take time. Be patient.
V. Install OTA​
Over The Air Updates are the updates that are released after the ROM to fix bugs and problems or to make minor changes.
Important: Apply the OTA Updates in serial-wise manner to avoid bricking.
1. Download OTA 1, OTA 2, OTA 3, OTA 4.1 and OTA 5 and place them in your SD Card.
2. Boot into CWM, Select “Install .zip from SD ” and select OTA 1. After Completion, Device will Reboot.
3. Repeat Similar Steps OTA 2, 3,4, and 5.
4. You are Done! Now you are Running the latest version of the Custom ROM available.
5. You can check for updates in OTA updater.
VI. Partitioning SD Card​
On SGY GT-S5360, the Internal Memory is too low (190 MB). Every time you try to update the apps or try to Install new apps, you get the annoying message saying “ Internal Memory Full, delete some apps”. This is where Link2sd comes to the rescue!
There are also Similar apps available on the Market, but here we will be using Link2SD.
There are several ways to partition SD card, but here we will be using CWM.
Note: You need a rooted device, well doesn’t matter we have already rooted.
Note: This method will erase all your data on SD, so better backup it
1. Boot into CWM recovery.
2. Select Advanced options.
3. Select Partition SD Card.
4. Choose the partition size. (1024 recommended)
5. Choose the Swap size. (0 M)
6. Select “Yes”. It will take a while and then you are done! Reboot your phone.
7. Open Link2SD (or Download it from the Market). A pop-up will appear, choose ext3 (ext4 is fastest but ext3 is most compatible). Then Reboot.
8. Open Link2SD, Go to settings , then tick Auto Link.
9. Below in Auto Link settings click on all the three- Link App file, Link Dalvik Cache, Link library files.
10. Also set the Default location to external.
11. You are done. You can also link some of the existing user apps to the partition.
Now all your user applications will be linked to the SD Card, saving your precious internal memory space
Also Don’t forget to Grant Link2SD superuser permissions.
YOU ARE DONE! RESTORE YOUR BACKUP & ENJOY!!
NOW DON’T BE SELFISH! PRESS THE THANKS BUTTON!!!
The ROM has been made available by Dev Avijit Ghosh. Do not forget to thank the developer for his effort.
For Screenshots and Downloads Visit :
http://forum.xda-developers.com/showthread.php?t=1679563​
U posted in the wrong section only questions go in q and a also there are many other guides for this I'll report for it to be moved
Phone Slow? go ------>HERE<------
_____________________________________
"All my life I had one dream to achieve many many goals" ​
Here I have attached the files for Rooting (update_root.zip) and Clockworkmod recovery. Download them from here. :good:
zaeemsheikh said:
It has been already moved.
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
Smh was that addressed to me? If so would it have been crazy to assume it moved after I reported it and me and the OP weren't crazy because as u see he thanked me
Phone Slow? go ------>HERE<------
_____________________________________
"Google took 4 years to reach android 4.0.4 and apple to reach android 1.6" ​
You have forgotten the most important step in flashing any zip file in cwm
Go into mounts and storage and mount system and data before you choose a zip from sd card
Also the links to jb v3 have been removed due to rule brakes - I suggest you base your guide on another rom
marcussmith2626 said:
You have forgotten the most important step in flashing any zip file in cwm
Go into mounts and storage and mount system and data before you choose a zip from sd card
Also the links to jb v3 have been removed due to rule brakes - I suggest you base your guide on another rom
Click to expand...
Click to collapse
Well, I myself flashed the zip without mounting system and data. Would you please care to tell what does this mount system and data do? Anyways thanks, I will edit my post.
Also why have the links been removed?
TingTingin said:
U posted in the wrong section only questions go in q and a also there are many other guides for this I'll report for it to be moved
Phone Slow? go ------>HERE<------
_____________________________________
"All my life I had one dream to achieve many many goals" ​
Click to expand...
Click to collapse
Alright.
zaeemsheikh said:
Well, I myself flashed the zip without mounting system and data. Would you please care to tell what does this mount system and data do? Anyways thanks, I will edit my post.
Also why have the links been removed?
Click to expand...
Click to collapse
Mount system allows cwm to write to the system folder of your phone
Some versions of cwm when cwm is flashed have system already mounted which is probably why you got away with it
If system is not mounted the zip will still appear to of flashed but nothing will of changed
zaeemsheikh said:
Well, I myself flashed the zip without mounting system and data. Would you please care to tell what does this mount system and data do? Anyways thanks, I will edit my post.
Also why have the links been removed?
Click to expand...
Click to collapse
the thing is in 'permanent' cwm kernels(like savie) /system won't be auto mounted therefore you'll have to mount it manually for successfull flash as cwm can't write onto an un mounted partition . The problem doesn't seem to exist with temporary cwms.
CWM Rom Manager
Hey I would just like to know! I used this then after some reading I would like to install the rom manager from Play Store. I tried it but it seems that my Galaxy Y is not supported then it asked me if I already installed one. Is it ok to also use rom manager with this method?
I already change my ROM feom stocm to cm7, then i decide to partition my memory
But sadly after i did the partition steps you provided here, i lost 2gb from my sd and i check the link2SD storage info and found 2nd partition not mount. I click cleanup 2nd partirion too but i receive error message /data/sdext2 mount not found. I tried to mount it in CWM but nothing happens, what should i do? My internal is already full now
..
:laugh:Very good post.
Is this guide tested and works?
Nice
Thanksss for sharingg
But my eset find virus in jelly blast v3 ROM
But I like this ROM battery performance is awesome...
Sent from my P2 using XDA Premium 4 mobile app
Excellent Guide
Hey,
Thank you very much for providing such a nice guide. I did it and now all I have is a new custom ROM and its supported features. Also thank you to those who make all stuffs necessary for installing new custom ROM. I am really happy to use my new custom ROM.
:good:
same question
reezer16 said:
Hey I would just like to know! I used this then after some reading I would like to install the rom manager from Play Store. I tried it but it seems that my Galaxy Y is not supported then it asked me if I already installed one. Is it ok to also use rom manager with this method?
Click to expand...
Click to collapse
:cyclops: i wanna ask the same question ..
---------- Post added at 12:24 PM ---------- Previous post was at 12:09 PM ----------
Where to download the jellyblast v3.zip
Link on the page is not working...
M a beginner
Sent from my Galaxy Nexus
Unable to update OTA update on my galaxy y..
Can anybody plz tell me from where to download the manual updates like ota 1,2,3,4,5,
Sent from my Galaxy Nexus
zaeemsheikh said:
Tired of searching for a complete Guide to Flash JellyBlastv3 on your GT-S5360?
Well, I have something for you::::
Read On....
Warning: The Below Steps are only for Samsung Galaxy Y, GT-S5360
Performing any of the steps shall Void the Warranty of Your Device.
I am not responsible for any damage you cause to your Device or emotional loss or anything.
You are solely responsible for you actions.
The Following procedure has been tested by me and it is working correctly.
​
Warnings and Important Tips:
1. The process may and will erase all your data present on the device. Better backup your contacts, Messages, Calendar entries, Notes Etc. You may use Super Backup, Go Backup or SMS Backup & Restore. There are several other apps in the Market. I would recommend to backup using multiple apps.
2. A Computer should be within reach with internet. Also have a USB Cable. Wi-Fi is recommended.
3. Make sure the system is running Stock ROM and Stock Kernel.
4. Also make sure you are running latest version of android available. On Galaxy Y, it is 2.3.6
5. If not, you can update, by going into settings>about phone>software update. Sign in with Samsung Account. 6. Before proceeding further, make sure that the phone is fully charged (Recommended 70% at least). High Chances of damage are there if the device runs out of juice during flashing.
7. Proceed with caution. Avoid confusion. Follow the steps! Never Jump to next step before completing first!
8. Within Procedures if you think the battery is not enough (>70%), you can charge it before proceeding to next procedure. The Phone can’t be charged within an ongoing procedure.
9. Enable the USB Debugging option. Go to Settings>Development>USB Debugging. Check it every time.
10. It took me considerable time to type the detailed steps to make it easy for even a beginner. Be Generous.
DO NOT FORGET TO PRESS THE THANKS BUTTON! :laugh:
I. Root​
Rooting is a process by which you can get root access or administrator privileges to your Android phone and can flash tweaks, custom ROMs, custom kernels, install additional applications which requires root, use firewall etc.
Root will void your phone’s warranty but it doesn’t matter you can get it back! (Google unroot)
1. Download the the update.zip file to your SD Card (not in any folder). I have attached it with the post.
2. Switch off your phone & boot into recovery mode.
3. Press Vol Up + Power Key + Home button together at the same time to boot in recovery mode.
4. Touch screen is disabled here.
5. Use volume keys for scrolling & home button for selection.
6. Select Apply update from SD card.
7. Select update.zip (which you have downloaded).
8. When it shows Installed from SD Card complete written.
9. Select reboot system now.
10. Your phone will restart & first boot may take 5 minutes. (Mine took a few seconds!)
11. Check for an application Superuser and open it.
12. Go to Menu > Preferences > SU Binaries> Update binaries.
13. SU Binaries will update. (You need active data connection or Wi-Fi)
14. When it get updated, restart your phone.
You’re done! Your phone is now rooted.
Warning: Do not delete Superuser or you will lose your root!
II. Flash ClockWorkMod​
ClockWorkMod is a Custom Recovery which lets you Flash Custom ROM, Kernels etc.
Note: This is temporary. Every time you need CWM, you have to flash it again. (For your convinience, keep it in the SD)
Instructions:
1. Enable USB Debugging by going to Menu -> Settings -> Applications -> Development - Enable USB Debugging.
2. Download the CWM Recovery.zip file and Place that file on the root directory of your SD card. (Attached)
3. Switch off your phone .Then boot into recovery mode, (hold Volume up button + Home button + Power button).
6. Select "apply update from SD card ", find the zip file you copied to your SD card earlier.
Once done, it will give you the option to reboot your phone, reboot and you're done!
You got CWM installed, you can now flash custom ROMs.
III. Backup Stock ROM​
In case, if anything happens to your device while flashing Custom ROM, backup of Stock ROM serves as a contingency plan. The Backup can be used to recover damaged device via Odin. (Now don’t ask me what’s Odin)
It can also be used to return to the Original State if ever you wish to revert back.
1. Boot into CWM by Flashing CWM again.
2. Go to Backup/Restore
3. Select Backup Current ROM. It will take a while and then it’s Done! The size of the Backup File depends upon the no. of apps installed. Generally should be around 200-400 MB.
IV. Flash Custom ROM (JellyBlastv3 by Avijit Ghosh)
DOWNLOADS: http://forum.xda-developers.com/showthread.php?t=1679563​
INSTALLATION GUIDE:
1. Make sure that you're on Stock kernel. Stock = Factory version.
2. Remove a2sd or data2sd and format your 2nd partition if you have it.
3. Place the above file to your SD Card (NOT IN ANY FOLDER!!!)
4. Switch off your phone.
5. Flash Clockwork mode.
6. Wipe data/factory reset.
7. Wipe cache partition.
8. Go to Advanced options and Wipe Dalvik cache.
9. Go to mounts and storage->select mount/system and mount/data.
10.Now choose: Install zip from sd card.
11. Choose JELLYBLAST V3.signed.zip and choose yes.
12. Keep your fingers crossed and pray.
It will be installed. Now reboot your phone. First boot will take time. Be patient.
V. Install OTA​
Over The Air Updates are the updates that are released after the ROM to fix bugs and problems or to make minor changes.
Important: Apply the OTA Updates in serial-wise manner to avoid bricking.
1. Download OTA 1, OTA 2, OTA 3, OTA 4.1 and OTA 5 and place them in your SD Card.
2. Boot into CWM, Select “Install .zip from SD ” and select OTA 1. After Completion, Device will Reboot.
3. Repeat Similar Steps OTA 2, 3,4, and 5.
4. You are Done! Now you are Running the latest version of the Custom ROM available.
5. You can check for updates in OTA updater.
VI. Partitioning SD Card​
On SGY GT-S5360, the Internal Memory is too low (190 MB). Every time you try to update the apps or try to Install new apps, you get the annoying message saying “ Internal Memory Full, delete some apps”. This is where Link2sd comes to the rescue!
There are also Similar apps available on the Market, but here we will be using Link2SD.
There are several ways to partition SD card, but here we will be using CWM.
Note: You need a rooted device, well doesn’t matter we have already rooted.
Note: This method will erase all your data on SD, so better backup it
1. Boot into CWM recovery.
2. Select Advanced options.
3. Select Partition SD Card.
4. Choose the partition size. (1024 recommended)
5. Choose the Swap size. (0 M)
6. Select “Yes”. It will take a while and then you are done! Reboot your phone.
7. Open Link2SD (or Download it from the Market). A pop-up will appear, choose ext3 (ext4 is fastest but ext3 is most compatible). Then Reboot.
8. Open Link2SD, Go to settings , then tick Auto Link.
9. Below in Auto Link settings click on all the three- Link App file, Link Dalvik Cache, Link library files.
10. Also set the Default location to external.
11. You are done. You can also link some of the existing user apps to the partition.
Now all your user applications will be linked to the SD Card, saving your precious internal memory space
Also Don’t forget to Grant Link2SD superuser permissions.
YOU ARE DONE! RESTORE YOUR BACKUP & ENJOY!!
NOW DON’T BE SELFISH! PRESS THE THANKS BUTTON!!!
The ROM has been made available by Dev Avijit Ghosh. Do not forget to thank the developer for his effort.
For Screenshots and Downloads Visit :
http://forum.xda-developers.com/showthread.php?t=1679563​
Zaeem Sheikh​
FOLLOW the steps correctly and you won’t need me! ​
Click to expand...
Click to collapse
Hi,
i am new to this. Tried flashing a custom rom but after rebooting my phone, i am still running on my old rom. What should i do now?
Please help me.
:crying:
Happy28288 said:
Hi,
i am new to this. Tried flashing a custom rom but after rebooting my phone, i am still running on my old rom. What should i do now?
Please help me.
:crying:
Click to expand...
Click to collapse
Somebody didn't mount system before flashing a zip in cwm did they
Failing to mount system = nothing will change

Categories

Resources