[GUIDE][ROOT][Moto G6 Play][JETER] TWRP, Root, and Magisk installation OLD guide

May 15, 2016
37
11
0
G6 Play. A few of us Jeter owners are currently working with the Treble developers to try and get Treble ROMs fully compatible. Once they are, then it'll hopefully have support for a good while

Thats was only thing i was worried about was custom roms etc in future im definitely gonna go ahead order g6 play from boostmobile.com they got it on sale for 79.99 i have read elsewhere that it will get android p update eventually i like custom roms myself more freedom
 

SB581240

Member
Mar 28, 2018
33
11
0
Im trying to decide between g6 play and moto e4 plus does anyone think the g6 play will eventually get custom ROMs like e4 plus has??? Sorry if this isn't placed to ask this questions my apologies in advance just looking for opinions on which is the better phone.
I have both. The G6 play is better looking than E4 plus with 4000 vs 5000 mAH battery. I bought G6 play for 80 bucks in a whim and it is incredibly slow with Sprint/Boost running many background processes which you cannot uninstall using adb and they keep on sending out annoying notifications. Plus E4 Plus gestures on the fingerprint is absent in G6 play. G6 Play is a good looking phone but nothing else.
 
May 15, 2016
37
11
0
I have been researching it last few days on which one i should get g6play loooks great i love that it will get 9.0 in future my only thing is its says usb type c on boostmobile.com but from every review i have seen say micro usb charging when looking at spec's and such they seem like mirror image of each other only difference in my opinion is the oreo and ability to upgrade to 9.0 in future thats my only drawback i have seen for e4plus i really like the front placed fingerprint reader i have been going back in forth for over week now on which one to get lol
 

fireball0093

Senior Member
I have both. The G6 play is better looking than E4 plus with 4000 vs 5000 mAH battery. I bought G6 play for 80 bucks in a whim and it is incredibly slow with Sprint/Boost running many background processes which you cannot uninstall using adb and they keep on sending out annoying notifications. Plus E4 Plus gestures on the fingerprint is absent in G6 play. G6 Play is a good looking phone but nothing else.
You can disable the main process that installs all those damn annoying apps very easily via adb and it doesn't redownload all the bloat. Running smoothly on my end too after doing that.
 

GIGZ1971

Senior Member
Apr 9, 2009
562
380
0
CLEVELAND
www.gigabyteinc.com
I have a problem, that may have been covered, but want to ask anyways. when I try to flash any of the boot images (recovery, no_dm_verity, stockboot..etc.) to my phone in fastboot mode I get the error "(bootloader) Image not signed or corrupt. How do I fix my bootloader image?
 

dejello

Senior Member
Oct 15, 2010
223
263
0
I have a problem, that may have been covered, but want to ask anyways. when I try to flash any of the boot images (recovery, no_dm_verity, stockboot..etc.) to my phone in fastboot mode I get the error "(bootloader) Image not signed or corrupt. How do I fix my bootloader image?
Not an error, just a fact of flashing these custom images. The bootloader is letting you know the image you're isn't signed (or signed "correctly") anymore. It should still show a successful flash as your bootloader should be unlocked for this process. Even a stockboot image pulled from a phone will show this.
 
  • Like
Reactions: GIGZ1971

GIGZ1971

Senior Member
Apr 9, 2009
562
380
0
CLEVELAND
www.gigabyteinc.com
Not an error, just a fact of flashing these custom images. The bootloader is letting you know the image you're isn't signed (or signed "correctly") anymore. It should still show a successful flash as your bootloader should be unlocked for this process. Even a stockboot image pulled from a phone will show this.
Ok thanks but when I factory reset the phone its says that I have a "bad key" until i flash majestic then I get the "n/a". I have to flash recovery in fastboot to get into TWRP as the phone wont keep it. It will not allow me to pull or push anything in fastboot mode as well. Dis I do something wrong when I unlocked the bootloader?

edit*** so as long as fastboot says OK when you flash something it actually worked correct? and your saying that it is just letting me know that the boot loader image is not signed or corrupt Correct?

edit2****I GOT IT NOW***EVERYTHING WORKS PERFECT JUST FOLLOW THE DIRECTIONS ON THE OP DUHHHHH!!! btw Every command works, as written, for me in the OP.****
 
Last edited:

colalime

Member
Jun 19, 2013
7
1
0
I was able to download and flash the complete ROM for the XT1922-5, version OPP27.91-87, but when doing the procedures in this topic (which worked well in the OPP27.61-14-4 version), the device now looped in the "Hello Moto" animation.
I tried to flash the previous ROM (OPP27.61-14-4), but a RSD Lite crash occurs in the gpt.bin file.
I am currently in OPP27.91-87, but no root.:crying:

---------- Post added at 10:07 PM ---------- Previous post was at 09:54 PM ----------



c:\adb>adb reboot bootloader

c:\adb>fastboot boot moto-g6-play-jeter-patched-twrp.img
downloading 'boot.img'...
OKAY [ 0.544s]
booting...
OKAY [ 0.076s]
finished. total time: 0.620s

(TWRP Decrypt Data = Cancel)

c:\adb>adb shell
[6ndd if=/dev/block/platform/soc/7824900.sdhci/by-name/boot of=/external_sd/boot.img
~dd if=/dev/block/platform/soc/7824900.sdhci/by-name/boot of=/external_sd/boo
# t.img[6ndd if=/dev/block/platform/soc/7824900.sdhci/by-name/boot of=/external_sd/
boot.img
/sbin/sh: [6ndd: not found
~ # dd if=/dev/block/platform/soc/7824900.sdhci/by-name/boot of=/external_sd/boo
32768+0 records in
32768+0 records out
16777216 bytes (16.0MB) copied, 0.297303 seconds, 53.8MB/s
~ # ^C
c:\adb>adb reboot bootloader

c:\adb> fastboot flash boot XT1922-5_no_dm-verity_boot.img
target reported max download size of 535822336 bytes
sending 'boot' (16384 KB)...
OKAY [ 0.568s]
writing 'boot'...
(bootloader) Image not signed or corrupt
OKAY [ 0.359s]
finished. total time: 0.927s

c:\adb>fastboot flash recovery moto-g6-play-jeter-patched-twrp.img
target reported max download size of 535822336 bytes
sending 'recovery' (16228 KB)...
OKAY [ 0.543s]
writing 'recovery'...
(bootloader) Image not signed or corrupt
OKAY [ 0.266s]
finished. total time: 0.809s

(TWRP does not start that way, so I use fastboot boot)

c:\adb>fastboot boot moto-g6-play-jeter-patched-twrp.img
downloading 'boot.img'...
OKAY [ 0.546s]
booting...
OKAY [ 0.076s]
finished. total time: 0.622s

(TWRP Decrypt Data = Cancel)

c:\adb>adb shell mount -o,rw /dev/block/platform/soc/7824900.sdhci/by-name/vendor /vendor

c:\adb>adb push fstab.qcom /vendor/etc/fstab.qcom
28 KB/s (1696 bytes in 0.058s)

(TWRP = "Wipe">"Swype to Factory Reset" = OK)

c:\adb>adb push Magisk-v16.4.zip /tmp
4111 KB/s (4500886 bytes in 1.068s)

(TWRP = "Install">"Magisk-v16.4.zip" = OK)

(Reboot System...)

(Screen "N/A"...)

(Animation "Hello Moto" in loop...)
I have the exact same problem, and I haven't seen a fix for this in this thread.

Stuck in bootloop :(
 

bubbyj

Senior Member
Dec 31, 2015
87
71
18
Hi Community,

This is literally my first experience with Magisk. I understand that it is a 'systemless' root? Correct? I'm an old Moto G3 junky.. which had an amazing dev community.. dozens and dozens of custom roms, tons of kernels, etc. With the G3 it was common to gain root simply by flashing an SU zip, or simply going under settings menu inside your custom rom and selecting 'root'.

So with this G6 Play.... Now that I have TWRP... if I chose to just simply flash an SU zip like SuperSU v2.8... or SuperUser v3.x... Would that work?

HEre's the deal....

I seem to be having some issues with maintaining root through magisk. As I do some in-depth tweaking and tuning of the system, I started getting hanging apps, forced closed, and then apps that require root begin reporting that the phone isn't rooted. Upon running root check software, 3 of the 4 I've downloaded state the same thing -- "this device is not rooted".

Don't ask me what exactly I did to cause these instances... Its too difficult to tell what single even triggers it. Being impatient, I tend to not do one thing at a time and see how it reacts. I'll generally make a ton of tweaks and tunes, and then upon reboot... i have no clue which one is causing the problem. I've had to re-root it approximately 6-8 times in the past 5 days or so. Usually after doing intensive kernel tweaking, sound mods, adding xposed modules, and magisk modules.

Lucky Patcher seems to trigger the event as well. Usually after doing a 'Patch to System/Android' mod, and/or linking it to xposed.

If I simply root it, and tread lightly, I have no issues. But that comes along with having 'no fun' either. haha.

Can someone educate me?
 

rvail623

Member
May 23, 2014
32
8
0
AZ
Hello. I'm currently using a Moto G (2013) 8Gb memory & Android 5.1 on PagePlus's minimal $10/120 days air time prepaid plan. Was purchased new from Boost, then re-flashed to Verizon for compatibility with Page Plus. For better security & faster performance, would like to (maybe) upgrade to the Moto G6 Play 16 Gb . The Boost web site is currently offering the G6 Play 16 Gb memory version for ~$80. Would this Moto G6 Play phone be able to work okay on Page Plus's $10/120 air time prepaid plan? Or would only one of the higher priced G6 Play versions (such as the "Unlocked" Moto G6 Play 32 Gb version phone currently being sold for $190 on Amazon.com) be able to work on Page Plus's $10/120 air time prepaid plan?
Or maybe: is it the policy of Page Plus to: only accept non-4G "3G only" capable phones for their lowest priced "$10/120 days air time" service?
Thanks.
 
Last edited: