After removing moto account g4 plus has to disable airplane mode when calling. (bootloader) slot-count: not found (bootloader) slot-suffixes: not found (bootloader. Moto g3 no services after new frp i tried all command bt not work. (bootloader) slot-count: not found (bootloader) slot-suffixes: not found (bootloader) slot. Moto g4 plus xt1643 flash file need.!!!Solved If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.
If you want to do anything at all interesting with your phone once you have unlocked the bootloader, you will need to install custom recovery software on it. And if you are going to install a custom recovery image on your phone, you are going to want to install Team Win Recovery Project, more commonly known by its abbreviation TWRP, the most popular, open source custom recovery software for Android phones.
If you are reading this post, then you likely already know the advantages of installing a custom recovery like TWRP. For those that don’t, TWRP offers a plethora of functionality that stock recoveries do not. With TWRP, you can install custom ROMs and kernels on your phone. You can backup and restore your entire phone including partitions that normal backup apps can’t touch including boot and system. You can wipe, repair and reformat partitions. And most importantly for most Android hackers, with TWRP you can root your phone by installing a super user (root) app like the very popular SuperSu by chainfire.
(bootloader) Slot-count Not Found Moto G2
In the remainder of this post, I’ll outline the steps I took to successfully install TWRP on my Moto G5 Plus. I encountered a few bumps along the way, so hopefully by sharing what I learned, I can save you some time and aggravation as you take the next step along the path to rooting your Moto G5 Plus. Let’s get started.
Prerequisites
Bootloader Slot Count Not Found Moto G4
- A Bootloader Unlocked Moto G5 Plus PhoneIf you have not yet unlocked your bootloader, please visit my post “How to Unlock the Moto G5 Plus Bootloader.”
- A PC running Windows, OS X, or LinuxI am using an Apple PowerBook Pro running Ubuntu 16.10 Yakkety Yak.
- The latest Motorola driversWindows (and possible OS X) users will need these, but Linux users will not.
Download link:
motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
Follow Motorola’s instructions to make sure your drivers are installed correctly. - A USB B to Micro USB cable
- The Android Debug Bridge (ADB) and Fastboot programsOriginally you had to download the entire Android SDK if you wanted just these two programs. Fortunately Google recently made available for download the Android Platform-Tools package containing these programs. The most recent software is available for download at:
https://developer.android.com/studio/releases/platform-tools.html
Download the appropriate version for your OS and install adb and fastboot according to Google’s instructions. - TWRP for Moto G5 Plus (codename Potter)As of right now there is no official release of TWRP for the Moto G5 Plus. A few talented individuals on the XDA Developers forums have compiled versions that work very well though.
At first I installed the TWRP 3.1.0-0 image that kicks off this thread:
forum.xda-developers.com/g5-plus/development/unofficial-twrp-3-1-0-0-moto-g5-plus-t3576575
More recently in the same thread, user Nijkerk posted a TWRP 3.1.1-0 build that fixes a few bugs in the 3.1.0-0 version like not being able to mount external SD cards or take snapshots within TWRP.
Download link:
twrp-3.1.1-0-GtrCraft-potter.img
TWRP Installation on the Moto G5 Plus
In the remainder of this post, I’ll outline the steps I took to successfully install TWRP on my Moto G5 Plus. I encountered a few bumps along the way, so hopefully by sharing what I learned, I can save you some time and aggravation as you take the next step along the path to rooting your Moto G5 Plus. Let’s get started.
Prerequisites
Bootloader Slot Count Not Found Moto G4
- A Bootloader Unlocked Moto G5 Plus PhoneIf you have not yet unlocked your bootloader, please visit my post “How to Unlock the Moto G5 Plus Bootloader.”
- A PC running Windows, OS X, or LinuxI am using an Apple PowerBook Pro running Ubuntu 16.10 Yakkety Yak.
- The latest Motorola driversWindows (and possible OS X) users will need these, but Linux users will not.
Download link:
motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
Follow Motorola’s instructions to make sure your drivers are installed correctly. - A USB B to Micro USB cable
- The Android Debug Bridge (ADB) and Fastboot programsOriginally you had to download the entire Android SDK if you wanted just these two programs. Fortunately Google recently made available for download the Android Platform-Tools package containing these programs. The most recent software is available for download at:
https://developer.android.com/studio/releases/platform-tools.html
Download the appropriate version for your OS and install adb and fastboot according to Google’s instructions. - TWRP for Moto G5 Plus (codename Potter)As of right now there is no official release of TWRP for the Moto G5 Plus. A few talented individuals on the XDA Developers forums have compiled versions that work very well though.
At first I installed the TWRP 3.1.0-0 image that kicks off this thread:
forum.xda-developers.com/g5-plus/development/unofficial-twrp-3-1-0-0-moto-g5-plus-t3576575
More recently in the same thread, user Nijkerk posted a TWRP 3.1.1-0 build that fixes a few bugs in the 3.1.0-0 version like not being able to mount external SD cards or take snapshots within TWRP.
Download link:
twrp-3.1.1-0-GtrCraft-potter.img
TWRP Installation on the Moto G5 Plus
Bootloader Slot Count Not Found Moto G7 Power
- Back up your phone. If you are installing TWRP immediately after unlocking your bootloader then you wouldn’t have any apps or data on it, but if you’ve been using your phone, backup anything you don’t want to lose. This procedure will cause you to lose all of the data!
- Verify that Developer Options settings are activated on your phone and USB debugging is enabled.
For a refresher on how to activate Developer Options, please read “How to Enable Developer Options in Android 7 Nougat“.
To enable USB debugging, Go to Settings →Developer Options and scroll down until you find USB debugging. Turn it on if it is not already. - Boot your phone into fastboot mode. First, fully power down your phone. Then press and hold the power button and volume down button simultaneously until the fastboot screen appears.
- Plug your phone into your PC.
- Open a terminal session, navigate to the directory where you have saved the TWRP image, and run fastboot flash recovery twrp-3.1.1-0-GtrCraft-potter.img. DO NOT reboot your phone yet.
- Reboot immediately into recovery mode. Do not boot into the system first! If you are on the stock ROM and boot into the system and not into recovery, it will overwrite TWRP and you will have to reinstall it. Use the volume down button to navigate through the bootloader options until you get to Reboot Recovery. Press the power button to select and reboot.
The first thing you may notice is that in the Motorola bootloader unlocked warning screen, the ID has changed from “bad key” to “N/A”.
This is good indicator that you have been successful. If all did go well, in a few seconds you should see the TWRP main screen: - It is now safe to reboot into the system without fear of having TWRP overwritten. In the main TWRP screen, press reboot, then press system.
If your system boots up correctly, you have succeeded. If for some reason something has gone wrong, please go back through each step and make sure you have followed them exactly. If you are still having problems, please post a comment below, and hopefully I or one of my readers can provide you assistance.
With your phone’s bootloader unlocked and TWRP installed, it’s time to take the final big step and root your Moto G5 Plus. That will be the subject of my next post. Look for it soon.