Showing posts with label Galaxy Note 2. Show all posts
Showing posts with label Galaxy Note 2. Show all posts

Sunday, October 6, 2013

How to Install TWRP Recovery on the Samsung Galaxy Note 2 (GT-N7100)


Next step after rooting your Samsung Galaxy Note 2 is, flash a custom recovery image. While the root-access lets you install root-only apps, a custom recovery will let you install custom ROMs as well as all sorts of flashable content. This provides an opportunity to change the appearance of your device completely without paying a penny and you don’t have to be a geek to do that. It’s as simple as going through a few clicks and you have a custom ROM installed on your device. Sounds interesting? huh. Let us show you how you can install TWRP Recovery — a custom recovery — on your Galaxy Note 2.

I. Before You Begin:

1. You must have rooted your device before doing this procedure. You can check out our root guide to root your device.
2. This will replace your current recovery with the TWRP Recovery.
3. This works for the GT-N7100 model only.

II. Downloading Required Files:

1. TWRP Recovery Image (Download the latest version having .img as extension)

III. Installing TWRP Recovery on the Samsung Galaxy Note 2 (GT-N7100):

1. Download and place both the files onto your Desktop.
2. Unzip files from the Fastboot archive to your Desktop.
3. Turn ON the USB debugging option on your device by going to Menu>>Settings>>Developer options>>USB debugging.
4. Once it’s been enabled, connect your device to your PC using the USB cable.
5. Launch a Command Prompt Window on your Desktop. To do so, press and hold the Shift button on your keyboard and right-click on any empty area on the screen, then select Open command window here.
6. Type in following command into the window replacing recoveryfile.img with the actual name of the Recovery Image you downloaded:
adb push recoveryfile.img /sdcard
7. Next issue the following command. Again, replace the recoveryfile.img with the actual name of the Recovery Image you have.
adb shell dd if=/sdcard/recoveryfile.img of=/dev/block/mmcblk0p9
8. It’ll install the recovery on your device
9. Once it’s done, reboot your device.
10. You’re all set!
Excellent! Your Galaxy Note 2 has been successfully equipped with the TWRP Recovery and it can now be loaded with custom ROMs!

Thursday, October 3, 2013

How to Root the Samsung Galaxy Note 2 (GT-N7100)


So you have just picked up the Samsung phablet — Galaxy Note 2 — and wondering if you could have root-access on it so you can unlock the true potential of it? You’re in luck. Chainfire, a known name in Android industry, has come up with a root method for the device and this guide shows exactly how you can use it to root your Samsung Galaxy Note 2 device. After rooting your device, you’ll have access to hundreds of root-only apps available in the store as well as you can flash a custom recovery and enjoy custom ROMs. But before doing any of these, you need to root your device so get onto the procedure below and do that first.

I. Before You Begin:

1. This will void the warranty of your device. However, you can reinstate the warranty by unrooting your device if there’s any unrooting procedure available.
2. You should have a Windows based PC to do this procedure.

II. Downloading Required Files:

1. CF-Root (Download link’s available in the third post)
2. Odin (It’s attached in the second post)

III. Rooting the Samsung Galaxy Note 2 (GT-N7100):

1. Place both the files you downloaded to your Desktop.
2. Unzip files from both the archives to your Desktop.
3. Launch the Odin tool by double-clicking on its executable file available on your Desktop.
4. Click on PDA and select the CF-Root file you extracted earlier from the archive.
5. Make sure that the Repartition box isn’t checked.
6. Turn OFF your device
7. Reboot your device into Download mode. To do that, press and hold the Volume DOWN+Home+Power buttons together.
8. Once inside Download mode, connect your device to your PC via USB cable.
9. Hit Start button in the tool and it’ll start flashing the file.
10. You should be rooted once the file’s been flashed!
11. You’re done!