Starmobile Play Plus Rooting Guide
Nov 25, 2016
techSo I got this Php2390 phone called the Play Plus, a budget Marshmallow phone by Starmobile. It has decent features but you know what when you use this phone in real life you will gonna lose your patience with this one because it has a very crappy performance.
So I was finding for hacks for this phone in order to solve this problem, but none of those things have solved my problem. And here’s what I did in order to hacked and get rooted.
1. Install Custom Recovery
The problem with all those custom recoveries made for the SC7731/C chipset is that it is intended for users who use the Lollipop firmware and those are not compatible with the Marshmallow firmware. So what I did was to port the Cyanogen Recovery and not the TWRP recovery because the touchscreen doesn’t work when I use it.
Download: https://drive.google.com/file/d/0B8k8uNG80jEub05OaThaZG5WekE/view?usp=sharing
In order to flash it, you must have Android SDK platform tools installed. But since we’re only gonna use the Fastboot in this procedure we will use the Minimal ADB and Fastboot tool to proceed immediately.
1.1 Pre-flash instructions
First is to connect your phone to the PC through phone’s USB cable then enable “USB Debugging” by going to the Developer settings. If you don’t have Developer settings on the settings list, you must go to the about page then press the build number couple of times until it says it is enabled.
1.2 Main flash procedure
Now go to the folder where Fastboot is located and press and hold SHIFT then right click then select “Open command window here.”
Then reboot your phone to fastboot mode with this command:
adb reboot bootloader
Now if you entered the fastboot mode successfully, you may now do the following by typing this command:
fastboot flash recovery <directory to the custom recovery>
Once its done, reboot your phone.
fastboot reboot
Then reboot to recovery by doing the “adb reboot recovery” command. If it’s successful, congratulations!
2. Main event
With the strict security Google implemented in Marshmallow, rooting is harder than ever before. Luckily, Chainfire introduced a new way of rooting method called Systemless Root - a rooting method that doesn’t write to the system partition in order to root it. It has significant benefits though especially to this phone. One, you can temporarily unroot it when you do OTA updates and two, it is more safer than the traditional root.
Download the latest systemless SuperSU here and flash it via ADB or through the recovery. Voila! That’s it.
3. Additional notes
Systemless Root isn’t stable as of now as many apps aren’t supporting this yet. But you can now use Xposed to tweak your phone. Happy hacking!