Skip to main content

How to Root the Samsung Galaxy J2

Samsung Galaxy J2 is one of the phones that Samsung has launched in its J lineup of budget smartphones. Since it’s a budget Android smartphone, it’s not the top of the line with hardware, but that doesn’t mean it’s not a great device (it does have that Super AMOLED display that Samsung is famous for after all).
If you aren’t satisfied with what you have on the phone, however, might want to root the Galaxy J2. With root access you’ll be allowed to remove the existing stock apps from your phone, add new apps that require root access, flash a custom recovery which will then let you flash a custom ROM, and more. There’re tons of things you can do when your phone’s rooted and the following guide will walk you through rooting the Samsung Galaxy J2 and flashing a custom recovery on it.

Before You Begin

  1. This could void the warranty of your device. We won’t be held responsible for anything that happens from doing this tutorial so please proceed at your own risk.
  2. You must have a Windows based PC to do this procedure as the tool that you’re going to use is Windows only.
  3. Ensure that ADB USB drivers are installed on your Windows computer. Install them if they aren’t already.
  4. This should also flash a custom recovery on your device.
  5. You should only do this on a Samsung Galaxy J2 device.

How to Root the Samsung Galaxy J2

Root-Samsung-Galaxy-J2
To root the device, you’ll first flash a custom recovery called TWRP using Odin and then flash SuperSU using the installed recovery to obtain root. Here’s how it’s all done:

Downloading Required Files

  1. Download Odin and save it to your desktop.
    Odin
  2. Download TWRP Recovery and save it to your desktop.
    TWRP for Galaxy J2 (Download the latest version that has .tar as its extension)
  3. Download SuperSU and save it to your desktop.
    SuperSU

Flashing a Custom Recovery on the Samsung Galaxy J2

  1. Extract files from Odin over to your desktop by right-clicking on it and selecting Extract here.
  2. Launch Odin by double-clicking on its executable file available on your desktop.
  3. When the Odin launches, click on the PDA button and navigate to your desktop and select TWRP Recovery .tar to be flashed as PDA on your device.
  4. Uncheck the Repartition option if it’s already checkmarked.
  5. Checkmark the options that say Auto Reboot and F. Reset Time.
  6. Turn off your device.
  7. Turn your device back on in download mode. To do that, hold down Volume DOWN, Home, and Power buttons together for a few seconds.
  8. When the device shows a prompt, hit the Volume UP key and you should enter the download mode.
  9. Plug in your device to your PC using a USB cable.
  10. Odin should show that your device is added to the PC.
  11. Hit Start in the Odin and it’ll start flashing TWRP Recovery on your device.
  12. Wait for Odin to finish flashing the recovery.
  13. When the Odin’s done flashing recovery, your device should automatically reboot.
A custom recovery called TWRP was successfully flashed on your Samsung Galaxy J2, and here’s how you can use that recovery to gain root access on your device:

Rooting the Samsung Galaxy J2 Using SuperSU

  1. Connect your device to your PC using a USB cable.
  2. Copy SuperSU .zip from your desktop over to the internal SD card storage on your device. Place the file in the root folder so you can easily find it in the steps below.
  3. When SuperSU is copied, disconnect your device from your PC.
  4. Turn off your device.
  5. Reboot your device into TWRP Recovery mode. To do that, hold down Volume UP, Home, and Power buttons together for a couple of seconds.
  6. Your device should reboot into the recovery mode.
  7. Once inside the recovery, tap on Install to install a zip file on your device.
  8. Navigate to internal SD card storage on your device and find and tap on SuperSU .zip to flash it on your device.
  9. Tap on Swipe to Confirm Flash to confirm flashing of SuperSU on your device.
  10. Wait for TWRP to flash SuperSU on your device. It shouldn’t take too long to do that.
  11. When SuperSU’s flashed, reboot your device by tapping Reboot followed by System from the recovery menu.
  12. Your device should reboot.
And your Samsung Galaxy J2 is now rooted!
You now have a custom recovery and root-access on your Samsung Galaxy J2 that should let you run root-only apps and custom ROMs on your device.
Head to our custom ROMs repository to find a custom ROM for your device and then head to our how to load a custom ROM on an Android device procedure to learn how you can flash your favorite custom ROM on your Samsung Galaxy J2.
Let us know how this worked for you!

Comments

Post a Comment

plz add ur comment here

Popular posts from this blog

Wordpress hacking - How to install / run wpscan on windows xp / windows 7 / windows 10

HOW TO RUN WPSCAN ON WINDOWS Byrockstardevil Requirements: rubyinstaller Development Kit for rubyinstaller curl DLL for windows : libcurl.dll 1 - install rubyinstaller you must have Ruby 2.2.3 version . download links here : http://rubyinstaller.org/downloads/ for more info : https://github.com/oneclick/rubyinstaller/wiki 2 - install Development Kit for rubyinstaller download link : http://rubyinstaller.org/downloads/ how to install : https://github.com/oneclick/rubyinstaller/wiki/Development-Kit if you face that problem  "unknown encoding name -  (ArgumentError)" just type "chcp 1252" in cmd and hit enter 3 - install libcurl.dll A - Download libcurl.dll from : http://www.confusedbycode.com/curl/ B - copy libcurl.dll copy  libcurl.dll into ruby bin folder or wpscan folder and make sure to add it to your PATH. I also added .DLL to PATHEXT ex : C:\Ruby21-x64\bin\ you can visit : http://www.computerhope.com/issues/ch000549.htm to know to set the p

How To Generate Random IP Address Using JAVA ?

Today I'll Show You How To Generate Random IP Address... But First Why I Want This...Right...? Ans : If You Want Test Your Code That Whether It Is Recognizing The Machine By It’s IP Address Then You Had To Use This Code To Generate Random IP Address. So Here We Goooo.... private String generateIPAddress ( int p1 , int p2 , int p3 ) { StringBuilder sb = null ; Random r1 = new Random (); Random r2 = new Random (); Random r3 = new Random (); Random r4 = new Random (); String ip1 = Integer . toString ( b1 ); String ip2 = Integer . toString ( b2 ); String ip3 = Integer . toString ( b3 ); String ip4 = Integer . toString ( b4 ); String b1 = IpConverter . longToIp ( r1 . nextLong ()); String b2 = IpConverter . longToIp ( r2 . nextLong ()); String b3 = IpConverter . longToIp ( r3 . nextLong ()); String b4 = IpConverter . longToIp ( r4 . nextLong ()); //Now the I

3 Ways to Root Android 7.0 Nougat on Nexus Running Official AOSP [Update: Root Android 7.1]

3 Ways to Root Android 7.0 Nougat on Nexus Running Official AOSP [Update: Root Android 7.1] If you own a Nexus phone then chances are you have already updated your device with the latest official Android 7.0 Nougat firmware. This brings the newer firmware build number NRD90M to the Nexus range including the Nexus 5X, 6P, 9, 6, Nexus Player, and the Pixel C. Unfortunately, Nexus 5 and 7 were left behind. This has been a game-changing week for the Android community as you can now expect the new software for your Android device soon enough. It may either come officially from a manufacturer or unofficially from developers like CyanogenMod. Just like we saw the unofficial support for the  Nexus 5 and the Nexus 7  today. As the new AOSP source code is now available to developers, soon you may find Cyanogen 14 based custom ROMS releasing for several devices. Hence, to be ready, you may need to be rooted and also setup a custom recovery like TWRP on your device. So that once the CM 14 bas