|
|
樓主 |
發表於 2013-7-30 21:21:54
|
顯示全部樓層
回復 雞虫大支 #19 的帖子
上面個網址,你按型號入去之後有教你點裝架。
比如s3When your download has finished, see How to install CyanogenMod on the Galaxy S III (International).
再入就有教程
Installing a custom recovery on Galaxy S III (International)
Samsung devices come with a unique boot mode called Download Mode which is very similar to Fastboot Mode on some devices with unlocked bootloaders. Heimdall is a cross-platform, open source tool for interfacing with Download Mode on Samsung devices. The preferred method of installing a custom recovery is through this boot mode. Rooting the stock firmware is neither recommended nor necessary.
Download koush's ClockworkMod Recovery, and the Heimdall Suite:
koush's ClockworkMod Recovery: download
md5: 50ad0c2968a4c5a46ee726868ec64d08
Windows:
Heimdall Suite 1.4RC1 Command-line Binary(has bug): download
Heimdall Suite 1.4RC2 Command-line Binary: download
NOTE: The Heimdall Suite 1.4RC2 requires the Microsoft Visual C++ 2012 Redistributable Package to be installed on the computer, which can be downloaded here. You will need the 32/64 bit version as required by Heimdall, NOT as required by your OS. Heimdall currently seems to be 32 bit. You may well ACTUALLY need to reboot for the redistributable to install properly.
Linux 32bit:
Heimdall Suite 1.4RC1 Command-line Binary: download
Linux 64bit:
Heimdall Suite 1.4RC1 Command-line Binary: download
Mac OS X:
Heimdall Suite 1.4RC1 Command-line Binary: download
Place the libusb-1.0.0.dylib library from the zip inside /opt/local/lib on the machine.
Building From Source: The source code for the Heimdall Suite is available on Github. For more details about how to compile the Heimdall Suite, please refer to the README provided on Github or refer to the instructions to Install and compile Heimdall.
Power off the Galaxy S III (International) and connect the USB adapter to the computer but not to the Galaxy S III (International).
Now boot the Galaxy S III (International) into download mode by holding down Home & Volume Down & Power. Accept the disclaimer. After this insert the USB cable into the device.
Windows only:
Run the included zadig.exe in the drivers folder of the Heimdall Suite.
Choose Options » List All Devices from the menu.
Select Samsung USB Composite Device or MSM8x60 or Gadget Serial or Device Name from the drop down menu.
Click Replace Driver (having selecting "Installed Driver" from the drop down list built into the button).
NOTE: A prompt may appear warning that the installer is unable to verify the publisher of the driver, ignore it and select "Install this driver anyway." Also you may receive two strange prompts, possibly from Windows, about security. Cancel then both and just carry on.
NOTE: On Windows 8 you must disable driver signature enforcement in order to use zadig.
Place koush's ClockworkMod Recovery file into the Heimdall directory.
On the computer, open a terminal and run the following command from the Heimdall directory:
heimdall flash --recovery recovery.img --no-reboot
Tip: It may be necessary to run the command as root in Linux distributions, ie "sudo heimdall [...]". If a blue bar doesn't show up after the process has finished or this appears: "Failed to confirm end of file transfer sequence!", it may be a symptom.
Tip: it may be necessary to capitalize the name of the partition on some devices... ie --KERNEL instead of --kernel, or ---RECOVERY instead of --recovery
Tip: protocol initialization can (does?) fail if the device is connected via a USB hub - connect directly to the PC
Tip: If on Linux 64bit you get "unable to execute ./heimdall: No such file or directory" - try the 32bit version and make sure to run it with sudo.
Tip: On Mac OS X you may see this message: "ERROR: Claiming interface failed!", if so, you need to disable the default USB drivers with the following commands:
sudo kextunload -b com.apple.driver.AppleUSBCDC;
sudo kextunload -b com.apple.driver.AppleUSBCDCACMControl;
sudo kextunload -b com.apple.driver.AppleUSBCDCACMData;
A blue transfer bar will appear on the device showing the recovery being transferred.
You need now to manually reboot the phone into ClockworkMod Recovery mode by holding Home & Volume Up & Power.
The Galaxy S III (International) now has ClockworkMod Recovery installed. Continue to the next section |
|