I896: Difference between revisions
From Hackepedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
== Steps that worked for me == | == Steps that worked for me == | ||
* [http://wiki.cyanogenmod.com/wiki/Samsung_Captivate:_Full_Update_Guide#Installing_the_ClockworkMod_Recovery Installing Clockwork Recovery Mod on OSX] | * Reference URL for [http://wiki.cyanogenmod.com/wiki/Samsung_Captivate:_Full_Update_Guide#Installing_the_ClockworkMod_Recovery Installing Clockwork Recovery Mod on OSX] | ||
* Download [http://cmw.22aaf3.com/aries/sgh-i896/recovery/captivate-recovery-cwm5-kernel.tar kernel image] | |||
$ tar xvf captivate-recovery-cwm5-kernel.tar | |||
* Start cellphone in download mode by holding volume down, power on, and plugging in the USB. Note: You have to have USB debugging turned on in system settings! | |||
$ heimdall flash --kernel zImage | |||
== Stock image == | |||
I needed to go back to the stock Rogers Wireless image on osx. I downloaded the stock image, and ran heimdall in download mode: | |||
$ heimdall flash --primary-boot boot.bin --cache cache.rfs --factoryfs factoryfs.rfs --secondary-boot Sbl.bin --kernel zImage --verbose |
Revision as of 16:02, 2 July 2012
Upgrade your Captivate to the SlimICS 3.9 Rom
Reference URLs
This is for the Samsung Captivate (Rogers Wireless Canada = Model = i896)
Steps that worked for me
- Reference URL for Installing Clockwork Recovery Mod on OSX
- Download kernel image
$ tar xvf captivate-recovery-cwm5-kernel.tar
- Start cellphone in download mode by holding volume down, power on, and plugging in the USB. Note: You have to have USB debugging turned on in system settings!
$ heimdall flash --kernel zImage
Stock image
I needed to go back to the stock Rogers Wireless image on osx. I downloaded the stock image, and ran heimdall in download mode:
$ heimdall flash --primary-boot boot.bin --cache cache.rfs --factoryfs factoryfs.rfs --secondary-boot Sbl.bin --kernel zImage --verbose