Samsung Nexus 10 TWRP Recovery: Downloads and Guide

Downloads

  • Nexus 10 TWRP Recovery — Link | File: twrp-2.8.7.0-manta.img (8.6 MB)

Supported devices

  • Nexus 10, model no. GT-P8110, codename manta
  • Don’t try this one any other device!

Important: Check your device’s model no. on free Android app called Droid Info. If you see the model no. and codename mentioned above in the app, then use this recovery, otherwise not. BTW, you can check model no. device’s packaging box too.

Warning!

Warranty may be void of your device if you follow the procedures given on this page. You only are responsible for your device. We won’t be liable if any damage occurs to your device and/or its components.

Backup!

Backup important files stored on your device before proceeding with the steps below, so that in case something goes wrong you’ll have backup of all your important files.

Step-by-step Guide

Required: Make sure you have unlocked bootloader of your Nexus 10, as it is required to be able to flash TWRP via fastboot as we are going to do below. For help, see our page on Nexus 10 bootloader unlock.

Step 1. Download the TWRP recovery from above. Keep them in a separate folder on PC.

Step 2. Install ADB driver.

Step 3. Install Nexus 10 driver.

Step 4. On your Nexus 10, enable USB debugging. For this:

  1. Go to Settings > About phone, and then tap ‘Build number’ 7 times or until you see the ‘you’re not a developer’ message pop up.
  2. Go back to Settings, then choose ‘Developer options’. Find the ‘USB debugging’ option and use its toggle button to enable it. Accept warning by tapping on OK button.

Step 5. Connect your Nexus 10 to PC now. You will get a pop-up as shown below on your phone when you connect for the first time after enabling USB debugging. Select ‘Always allow from this computer’ checkbox and then tap on OK button.

Allow USB Debugging

Step 6. Rename the recovery file to n7-recovery.img

Step 7. Now, open command window in the folder where you have the n7-recovery.img file. For this:

  1. Open that folder and then left click on empty white space in the folder.
  2. Now, while holding shift key, right click on empty white space to get a pop-up as shown below.
  3. Now choose Open command window here option from that.
    open command windows here
    You will see a command window open up, with location directed to folder where you have the twrp recovery file.

Step 8. Boot your Nexus 10 into Bootloader/Fastboot mode:

  • Power off your device and wait for 3-4 seconds after screen goes off.
  • Press and hold Power and Volume down together for 3 seconds and then let go. You’ll enter bootloader mode. And should see FASTBOOT written at top. It’s already in Fastboot mode by default.

Step 9. Test whether fastboot is working alright. For this, run the command given below. (You can also copy paste the command and then use enter key to run it.)

fastboot devices

→ Upon running command below, you should get a serial no. with fastboot written after it. If you don’t get fastboot written on cmd window, then it means you need to reinstall adb and fastboot drivers, or change restart PC, or use original USB cable.

Step 10. Flash Nexus 10 TWRP recovery now. Use the following command for that.

fastboot flash recovery n7-recovery.img

Step 11. TWRP recovery will now be installed on your Nexus 10. When done, reboot into recovery mode. Simply type the command below.

fastboot boot n7-recovery.img

Step 12. [Optional] You will see TWRP recovery. Now, you must take a full backup of your phone, including system partition. In TWRP, tap on Backup, and then select all partitions. Then do the swipe action at bottom to start the backup process.

Step 13. Tap on Reboot > System to restart the device. That’s it.

Happy flashing!

And let us know if you need any help regarding installation of TWRP recovery on your Nexus 10. Use the comments section below.

How to boot into recovery mode to use TWRP recovery

Well, now that you are rooted, Simply use an app called Quick Boot from the play store. Install the app, and then open it and tap on Recovery to reboot into recovery mode, where you will have TWRP ready for use.

Or you can use the ADB command below, but first make sure that USB debugging is enabled, and device is connected to PC in powered on state.

adb reboot recovery

That’s it.