A custom recovery allows to install a custom ROM with adb sideload by disabling signature verification. This tutorial is for Galaxy S2 on OSX. The Android fastboot is not applicable for Samsung devices.
Prep.
- install the Android SDK and set PATH to platform-tools/
- download and install Heimdall to flash
- download CWM for Galaxy S2 AT&T or others models here
Instructions
- unzip CWM to have zImage in the current directory
- turn off the device
- press Power + Volume Down + HOME to turn on the device
- press Volume Up to continue to enter the Download mode
- type the following command to flash with the custom recovery
$> sudo heimdall flash --KERNEL zImage --no-reboot
NOTE
- The custom recovery allows to install a custom ROM with adb sideload.
- If failed with error messages, turn off the device and retry.
No comments:
Post a Comment