How to root MT6572, ZTE/Telstra Tempo T815? - General Questions and Answers

Could you please help my journey for rooting my ZTE?
Background story:
I bought this cheap phone on a whim when my Nokia Lumia 520's ear speaker stopped working. It's a great phone, but due to its small 4GB storage (even less user available), I can't store all the apps n stuff I need on it, so I'm carrying around two phones everywhere. I mainly want root so I can store apps on my SD card.
I can't find any root guides, and I've tried most common one click root solutions, and apk solutions.
I'm new to non one click root, but want to learn more about development, and have to start somewhere! There is basically nil development for this phone, and that's why I need your help.
From all the research I've done, it looks like I need to somehow get the stock rom or boot image, to modify the kernel to allow easy root access.
Actual issue:
However here is where i get stuck in chicken-egg situation where I need root to install CWM, and I need CWM to get a boot image, and I need the boot image to get root. I believe ZTE already has unlocked bootloaders on all their phones, can anyone confirm? Otherwise I'll have to call their support (I'm dreading this). Before you suggest anything, there is no stock images online that I can find.
TL;DR: Can you please give assistance on how to root MT6572?
Specs
http://www.zte.com.au/telstra/T815.htm
I also believe its called the ZTE V815 on some other countries
Thank you very much. I will be extremely grateful if I am able to root this phone, but I know I won't be able to do it without help.

Jesse72 said:
Could you please help my journey for rooting my ZTE?
Background story:
I bought this cheap phone on a whim when my Nokia Lumia 520's ear speaker stopped working. It's a great phone, but due to its small 4GB storage (even less user available), I can't store all the apps n stuff I need on it, so I'm carrying around two phones everywhere. I mainly want root so I can store apps on my SD card.
I can't find any root guides, and I've tried most common one click root solutions, and apk solutions.
I'm new to non one click root, but want to learn more about development, and have to start somewhere! There is basically nil development for this phone, and that's why I need your help.
From all the research I've done, it looks like I need to somehow get the stock rom or boot image, to modify the kernel to allow easy root access.
Actual issue:
However here is where i get stuck in chicken-egg situation where I need root to install CWM, and I need CWM to get a boot image, and I need the boot image to get root. I believe ZTE already has unlocked bootloaders on all their phones, can anyone confirm? Otherwise I'll have to call their support (I'm dreading this). Before you suggest anything, there is no stock images online that I can find.
TL;DR: Can you please give assistance on how to root MT6572?
Specs
http://www.zte.com.au/telstra/T815.htm
I also believe its called the ZTE V815 on some other countries
Thank you very much. I will be extremely grateful if I am able to root this phone, but I know I won't be able to do it without help.
Click to expand...
Click to collapse
Search if there are custom recoveries available for ur MT6572 phone (use Google and XDA to search).
If any one of these seem to boot up, just install Super Su zip from that recovery.
As far as I have searched, It seems no one created a custom recovery for your phone

GokulNC said:
Try the recoveries available for all other MT6572 phones (use Google and XDA to search).
If any one of these seem to boot up, just install Super Su zip from that recovery.
It seems no one ported a custom recovery for your phone
Click to expand...
Click to collapse
Thanks, but CWM seems to be the only recovery compatible, unless I've missed something.

Jesse72 said:
Thanks, but CWM seems to be the only recovery compatible, unless I've missed something.
Click to expand...
Click to collapse
If CWM is working, download this to your SD card: http://download.chainfire.eu/696/SuperSU/
Boot info CWM recovery.
Then choose 'Install Zip' option. Then select 'From SD Card '
Browse and select the SuperSu zip file which you downloaded.
That's all!!

Yeah, don't seem to be able install CWM without root. All the guides I've found are kinda contradictory, saying install CWM to get root, and the say you need stock rom backup or root to install, of which I can't get either.
If you can find a way to install CWM without root I'd be extremely grateful

Jesse72 said:
Yeah, don't seem to be able install CWM without root. All the guides I've found are kinda contradictory, saying install CWM to get root, and the say you need stock rom backup or root to install, of which I can't get either.
If you can find a way to install CWM without root I'd be extremely grateful
Click to expand...
Click to collapse
Enable USB debugging in phone.
Install your phone drivers and ADB drivers in your computer.
Install Minimal ADB and Fastboot software in your PC (Google it)
Connect phone to PC, open Minimal ADB shortcut in desktop, type this command:
Code:
adb reboot bootloader
Now flash or boot up the CWM recovery.img for your phone from here by using command like:
Code:
fastboot boot recovery.img
Now just install SuperSu from there in recovery.

@GokuINC
i get this error every adb terminal i try today
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Someone got Cyanogen 12 running on this phone...
https://mobile.twitter.com/uberlaggydarwin/status/552059487272448000
I would think Cyanogen would be the best way to root your phone. Inuse to use it when I have my Droid Razr but I dont like them as much on my Note.
Check out this site I have not read too much on it but their might be someone there that can help.
https://cmotc.github.io
And if you figure it out you should make a walkthrough on how you did it for others with that phone
Sent from my SM-N910P (Note 4)
---------- Post added at 01:50 AM ---------- Previous post was at 01:49 AM ----------
Oh I found all of that on this site
http://www.reddit.com/r/cyanogenmod...ficial_cyanogenmod_11_for_the_cheapest_phone/
Sent from my SM-N910P (Note 4)

Jesse72 said:
@GokuINC
i get this error every adb terminal i try today
Click to expand...
Click to collapse
adb demon failed to start.
did you enabled usb debugging.?

vinay said:
adb demon failed to start.
did you enabled usb debugging.?
Click to expand...
Click to collapse
Yes
Edit: MTK droid tools would always crash, only happened today. Couldn't test through there. Dunno what's happening

Jesse72 said:
Yes
Edit: MTK droid tools would always crash, only happened today. Couldn't test through there. Dunno what's happening
Click to expand...
Click to collapse
do you know how to reboot your phone into bootloader.?
(fastboot)
if not then you could try reboot bootloader command in terminal emulator

vinay said:
do you know how to reboot your phone into bootloader.?
(fastboot)
if not then you could try reboot bootloader command in terminal emulator
Click to expand...
Click to collapse
Not doing anything

Jesse72 said:
Not doing anything
Click to expand...
Click to collapse
sorry for taing time my internet got down.
without adb it,s really hard to root.
first of all wile powering up your phone press vol down or up one of them will take you to fastboot mode then in pc instad of adb device,s type fastboot devices if it wotks then we can proceed.
if not then try rooting apps like framaroot or z4root

vinay said:
sorry for taing time my internet got down.
without adb it,s really hard to root.
first of all wile powering up your phone press vol down or up one of them will take you to fastboot mode then in pc instad of adb device,s type fastboot devices if it wotks then we can proceed.
if not then try rooting apps like framaroot or z4root
Click to expand...
Click to collapse
Adb was working, but not now.
Framaroot and z4root both don't with, haven't tried every modstring combo on towelroot, recommend ones haven't worked.
Anyway, doing something else for now, will come back to it later.

Jesse72 said:
Adb was working, but not now.
Framaroot and z4root both don't with, haven't tried every modstring combo on towelroot, recommend ones haven't worked.
Anyway, doing something else for now, will come back to it later.
Click to expand...
Click to collapse
if adb was working try hard reset.

vinay said:
if adb was working try hard reset.
Click to expand...
Click to collapse
I did try soft reset, didn't do anything

Jesse72 said:
I did try soft reset, didn't do anything
Click to expand...
Click to collapse
soft won,t gonna do anything. backup data and do a hard reset.

vinay said:
soft won,t gonna do anything. backup data and do a hard reset.
Click to expand...
Click to collapse
How do you do that? Hard reset I mean, I don't have any app data I care about, and contacts n stuff google has.

Jesse72 said:
How do you do that? Hard reset I mean, I don't have any app data I care about, and contacts n stuff google has.
Click to expand...
Click to collapse
reboot into recovery dosen,t matter if it,s stock.
select clear data or factory reset or clear cache and data like thing.
if did,t found then go to setting find factory reset. it might also do the job if zte set it to use recovery.

Renewing an old thread
I'm not sure if anyone has had any success rooting the ZTE T815 Tempo at all, but I am on a mission. If and when I find a way to root this phone so that I can make sure apps install to an SD card and not internal or 'phone' memory, I will post a walkthrough. I've had this phone for a week (as I inadvertently destroyed access to Google apps ; mail etc etc on my other cheapie) and discovered that with its limited storage and ignorance of installed D cards, that I can't install the most basic of apps that I use all the time because the Google bloatware and install restrictions on other apps chew up ALL of the internal storage. I've managed to do a basic hack through ADM to allow some apps to be moved to the 'phone' storage, but still, the majority of apps require root access to move them. I am angry, and motivated. Watch this space. If I brick it, I'll let you know.
Cheers

Related

[TOOL] WinDroid Toolkit | Unlock | Root | Flash | Install | Shield Tablet

Link To Main Thread
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
About
The WinDroid Toolkit is a Windows program built in Visual Studio using the C# programming language that simplifies the rooting process for many Android devices. The toolkit makes it easy to unlock your bootloader, flash a custom recovery and gain permanent root. It also includes other functions such as flashing kernels, pushing files and installing apps. If you find it helpful, give me a thanks and a donation if you can. If you find a bug or have a feature request, feel free to leave a reply. Thanks!
Download
WinDroid Toolkit
Changelog
Check out this document for current and past changelogs.
Supported Devices
Check out this spreadsheet for a list of currently supported devices.
Device not supported? Make a request here!
Contribute
Check out the source code on GitHub here.
Disclaimers
Please do not post, mirror, or take credit for this toolkit or any related work without explicit permission.
I am in no way responsible for any harm, damage, nuclear fission or bee infestation that may occur to your device through the use of this toolkit.
Reserved
Reserved.
Sorry for the question... but how is the process to root a Nvidia Shield Tablet? It supports update 2.2.1?
Thanks!!
tux_topo said:
Sorry for the question... but how is the process to root a Nvidia Shield Tablet? It supports update 2.2.1?
Thanks!!
Click to expand...
Click to collapse
I'm working on a step-by-step written guide, but the toolkit will guide you through the steps to root as well. The toolkit does support the 2.2.1 update. :good:
Noob question: The proccess reset the tablet? Will gone a loose any data?
Thanks!!
tux_topo said:
Noob question: The proccess reset the tablet? Will gone a loose any data?
Thanks!!
Click to expand...
Click to collapse
+1.
not looking to install custom recovery, just root. Looking forward to the progress of this toolkit. Thanks @WindyCityRockr
Sent from my 1+1
tux_topo said:
Noob question: The proccess reset the tablet? Will gone a loose any data?
Thanks!!
Click to expand...
Click to collapse
Mojar7070 said:
+1.
not looking to install custom recovery, just root. Looking forward to the progress of this toolkit. Thanks @WindyCityRockr
Sent from my 1+1
Click to expand...
Click to collapse
Unlocking the bootloader WILL erase all data. I don't know if you could achieve root without a custom recovery but if you plan to flash a custom recovery you will need to unlock the bootloader.
While this tool worked for me, it didn't work well with step 2. It did flash the recovery but I had to manually reboot to recovery for it to work. Selecting yes/next to reboot to recovery after flashing it through the tool only took me to fastboot. That was the only thing I noticed but other than that, everything else worked perfectly. For clarification as well, I did it on newest firmware available right now (2.2.1).
gqukyo said:
While this tool worked for me, it didn't work well with step 2. It did flash the recovery but I had to manually reboot to recovery for it to work. Selecting yes/next to reboot to recovery after flashing it through the tool only took me to fastboot. That was the only thing I noticed but other than that, everything else worked perfectly. For clarification as well, I did it on newest firmware available right now (2.2.1).
Click to expand...
Click to collapse
The reboot option after the recovery flash is supposed to reboot you back to Android because the next step in the toolkit is to push SuperSU, which requires ADB.
WindyCityRockr said:
The reboot option after the recovery flash is supposed to reboot you back to Android because the next step in the toolkit is to push SuperSU, which requires ADB.
Click to expand...
Click to collapse
Well in my case, it didn't do that either, mine ended up in fastboot. In any case it everything works as it should. thanks!
Worked flawless.
After flashing TWRP where it asks to reboot, it does reboot the tablet but the program seems to get stuck on "Rebooting......" even after the tablet have booted.
I tried waiting a min to see if it changed but I had to remove and attach the USB again before it realized it was connected and said "Move to step 3".
I'm happy though because anything that can be done smoother than ADB (even though it is really easy) is appreciated.
Wow, this looks super useful and easy. I was just thinking of rooting my shield again cause I'm sick of adds and just dropped in to see how things were progressing on the development side.
Glad I did now, might give this a whirl today
Edit: This is awesome! I was contemplating rooting my 2nd shield (after my first one blew up after 5 days) and have been putting it off for a while.
I'm used to rooting n'stuff so I don't find it to difficult but this just made things so much easier! I had it unlocked and rooted in a couple of minutes.
Big thank you for your effort and hard work.
I can't seem to get adb working. What do I need to do to get the program to recognize my shield tablet?
Sent from my Nexus 6 using Xparent Cyan Tapatalk 2
Ensure you have installed the drivers.
And don't forget to use an USB 2.0 port! USB 3.0 ports generally do not work.
Is there any way to do this with Ubuntu?
Thank you for this! It looks like an amazing tool, just what I was looking for. I had a Kindle Fire HD and it was a hell lot of trouble to install TWRP and flash roms, and when I saw my brand new shield had a hell of a process to get rooted in Lollipop the Kindle nightmare just flashed before my eyes (I had bricked it once so my heart practically stops every time an android device of mine reboots, in fear it won't turn on again). It's such a relief to see everything automated.
If you read what I had written there before (some questions about how to use the toolkit) never mind me, I found the instructions
i can't get this to work, it keeps saying OFFLINE. i installed everything it requested when I opened the .exe
Unlocked bootloader.
Installed Twrp.
But when i go to recovery mode on my lg watch r it STILL boots to the stock recovery???
Am i doing something wrong?

Alcatel OneTouch A462C ROOT and Bootloader Unlock needed.

I got an Alcatel OneTouch A462C and I need a root method and a bootloader unlock method. There is no way it could be that hard, its a ****ty tracfone, what security measures could it have?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
^Heres the phone in question.
[email protected] said:
I got an Alcatel OneTouch A462C and I need a root method and a bootloader unlock method. There is no way it could be that hard, its a ****ty tracfone, what security measures could it have?
^Heres the phone in question.
Click to expand...
Click to collapse
Locked peloader for one, no flashing via SPFT. I heard someone say to get to stock recovery you need to use the button combination same as Samsung phones. Volume up + home button + power. Try this and let me know if it works.
To unlock bootloader, use fastboot to do so. Do some research before unlocking. I made a custom recovery for this device but I couldn't test it.
kirito9 said:
Locked peloader for one, no flashing via SPFT. I heard someone say to get to stock recovery you need to use the button combination same as Samsung phones. Volume up + home button + power. Try this and let me know if it works.
To unlock bootloader, use fastboot to do so. Do some research before unlocking. I made a custom recovery for this device but I couldn't test it.
Click to expand...
Click to collapse
I did the button combo and the phone should be on stock. Now how do I use fastboot to unlock the bootloader? Do you use any IM service?(Skype,ICQ,AIM)
[email protected] said:
I did the button combo and the phone should be on stock. Now how do I use fastboot to unlock the bootloader? Do you use any IM service?(Skype,ICQ,AIM)
Click to expand...
Click to collapse
I use telegram/facebook. You can find me on telegram @kirito9 and on facebook @nickron Davis.
kirito9 said:
Locked peloader for one, no flashing via SPFT. I heard someone say to get to stock recovery you need to use the button combination same as Samsung phones. Volume up + home button + power. Try this and let me know if it works.
To unlock bootloader, use fastboot to do so. Do some research before unlocking. I made a custom recovery for this device but I couldn't test it.
Click to expand...
Click to collapse
kirito9 said:
I use telegram/facebook. You can find me on telegram @kirito9 and on facebook @nickron Davis.
Click to expand...
Click to collapse
I messaged you on telegram. You havent been on since august 31st
Lol!
AdamOutler said:
Lol!
Click to expand...
Click to collapse
Care to share the joke? . Is it TracFone?
kirito9 said:
Locked peloader for one, no flashing via SPFT. I heard someone say to get to stock recovery you need to use the button combination same as Samsung phones. Volume up + home button + power. Try this and let me know if it works.
To unlock bootloader, use fastboot to do so. Do some research before unlocking. I made a custom recovery for this device but I couldn't test it.
Click to expand...
Click to collapse
Care to share said custom recovery? might help get it tested if people could get hands on it.
would also help if you shared what tools would be needed to flash it, and what tools are needed to back up beforehand,
possibly even a small step by step guide like you did for the other alcatel phones?
naemr said:
Care to share said custom recovery? might help get it tested if people could get hands on it.
would also help if you shared what tools would be needed to flash it, and what tools are needed to back up beforehand,
possibly even a small step by step guide like you did for the other alcatel phones?
Click to expand...
Click to collapse
The recovery.img I compiled was a bit lacking, I'll have to fix build and probably make a guide, if I do have time that it.
Yea, I have been trying to root this phone for a while. I have probably tried everything besides Saferoot and nothing has worked.
Hi AdamOutler,
Beginners Clarification: your post 15th October 2016, 05:51 AM |#6 "Lol! Flash with Odin on Windows, Linux and Mac. Use JOdin3," Googled and found your "[Release] JOdin3 CASUAL Cross Platform and Web-Based Flashing For Samsung Phones" http://forum.xda-developers.com/showthread.php?t=2598203
Does this mean you were able to root the Alcatel OneTouch A462C using JOdin3? (Also please do no Flame as had wanted to ask this by PM but was unable)
Thanks
Ken
I know this is a pretty big bump but I to need help with this phone any updates?
This Phone is a Qualcom Technologies, Inc "Proccessor MSM8609" Model TCL A462C Acatel Onetouch runing Android version 4.4.4 and Yes I have tried King root It reports Rooted but only temporarly and I cant even remove system apps with the temp root and yes I have tried third party apps for this process they claim root granted and even claimed they removed said apps but as soon as reboot root is gone and the apps are back please help.
Further more I havent been able to find a reliable way to transfer my root over to super su eaither
By the way I can go into factory recovery but cannot go into fastboot or download mode the only other mod I can go into is Safemode.
Also It Takes A while of running with the temp root but eventually although it takes a while kingroot will also eventually tell me that this phone restricts root authorization and by the time this happens Apps also start reporting that the su binary is not installed with the exception of super su which tells me su binary ocuipied This happens later after those same apps previously told me root granted. And yes I have checked and made sure there is not kingroot imposed restrictions. I dont know why this happens.

Vortex SYNQ Dev Thread (TWRP Image & Bootloader Unlock!!!)

During our quest to gain root on the ANS UL40, @Matthew702 and I went a bit off topic and started messing with his Vortex Synq he picked up. 'Thew was able to find a method to unlock the bootloader, which I will post here shortly, and we shortly thereafter found out that the device is "vulnerable" to using SPFT--as in the VCOM port stays open and allows us to read/write partition images directly from the emmc.
UPDATE: We now have enough people to really get the ball rolling for some development for this phone, so as we accomplish more things we'll post them here
Anything you try from here, you do so at your own risk. This may void your warranty, break your device, etc.
HOW TO UNLOCK THE BOOTLOADER
Go to Settings>About Phone>Build Number and tap this a lot really fast to enable developer mode
Go to the new developer mode option in the Settings menu, check the switch that says Allow OEM Unlock
Plug your phone into your computer, enable ADB Debugging, open up a terminal on your computer, and initiate an "adb reboot fastboot" to put the device into fastboot mode
In your computer terminal again, type in "fastboot oem unlock". If it fails, run it again. If it fails again, reboot to fastboot one more time and try a couple more times. Eventually it should work after a couple tries, it did for us
Confirm the device unlock on the phone (pressing volume up at the prompt I believe), and wait for the phone to reboot. Note that it's not stuck in a bootloop at this point, it's just factory resetting after the unlock, so give it time to work
HOW WE WANT TO ROOT IT (NOT DONE YET): METHOD 1
Pull a recovery image from the phone with SPFT using a proper mtk6739 scatter file which I can't exactly find
Port TWRP to the phone from another device's mtk6739 TWRP image with carliv image kitchen tool, and flash it back to the phone with SPFT
Flash Magisk in TWRP, reboot, profit
HOW WE WANT TO ROOT IT (NOT DONE YET): METHOD 2
Pull a boot image with SPFT
Use the Magisk APK to inject magisk into the boot image
Flash the boot image back with SPFT (or maybe fastboot), reboot, profit
HOW TO FLASH TWRP TO THE PHONE (STILL EXPERIMENTAL)
Download the TWRP image from here
Reboot to the bootloader
Assuming you unlocked the bootloader from before, just do "fastboot flash recovery [imagename]" to get it on there
If fastboot complains about it not being able to flash, try running the command one more time
CUSTOM ROMS FOR THIS PHONE
This phone came with 8.1 Oreo, so that means it has to be Treble enabled. I'm no expert with Treble stuff but I believe GSIs made for arm a-only partitions SHOULD work on here. We haven't tested this for ourselves yet though
Like mentioned before, feel free to drop by and leave a message if you're willing to help us out on our endeavors. I also want to try and get 'Thew a working recovery on his phone again if possible, since for some reason when we try to flash back the image we pulled (with our "best guess" mt6739 scatter file) it didn't work
i might have one.. i will check as soon as i get to the shop
jasonmerc said:
During our quest to gain root on the ANS UL40, @Matthew702 and I went a bit off topic and started messing with his Vortex Synq he picked up. 'Thew was able to find a method to unlock the bootloader, which I will post here shortly, and we shortly thereafter found out that the device is "vulnerable" to using SPFT--as in the VCOM port stays open and allows us to read/write partition images directly from the emmc.
Unfortunately during our testing, he seems to have messed up his recovery image and is unable to restore a stock one on there. If there's any other owners out there willing to help us out (and maybe willing to risk their device for some test builds of TWRP too) I beseech thee to make yourself known.
Click to expand...
Click to collapse
i have one .. if you need
desbloqueokings said:
i have one .. if you need
Click to expand...
Click to collapse
Check your PMs on here, just sent you something
So the other 6739 scatter files we found didn't exactly work for this phone, so we pulled our own with a tool we found on Hovatek. This isn't a "port" from another phone, this directly came from the Synq itself.
Give major thanks to @desbloqueokings for pulling this for us!
The group we had seems a bit inactive now, so I'll post my new creations up here for all you guys here to test and tell us all if it works or not. One is a patched boot image that contains Magisk, all you'd need to do for that is flash the boot image and install a Magisk APK and you should be good to go for root. The other is a dirty port of TWRP Recovery I did from another MT6739 phone. It was hard finding an image to port from, so I want to give a huge thanks to @lopestom who sent me a 6739 image he had that I could port from
PLEASE BE AWARE THAT THESE ARE TEST IMAGES. I DONT HAVE THIS PHONE MYSELF AND CANT TEST IT MYSELF, SO IM NOT SURE IF THESE WILL WORK OR NOT. PLEASE MAKE A BACKUP OF YOUR CURRENT BOOT & RECOVERY IMAGES WITH SPFT USING THE SCATTER FILE ABOVE BEFORE TRYING ANY OF THIS. WHAT YOU DO TO YOUR OWN PHONE IS YOUR OWN RESPONSIBILITY. WHILE I WILL TRY TO HELP YOU IF SOMETHING BREAKS, IM NOT RESPONSIBLE FOR WHAT YOU CHOOSE TO DO
With that being said, here's the Mega folder containing the boot and recovery images. You can either flash these through SPFT like most people do with mediatek phones, or through fastboot, whatever you can get working. I'd also recommend you unlock your bootloader using the method posted above before doing any of this
Let me know if this stuff works or not, if you choose to flash it
Our victory was bittersweet, but a victory nonetheless
We got a working recovery image from @lopestom that seems to work fine on the surface, but when we need to flash the zip that disables dm-verity (disables force encryption) it supposedly breaks the /system partition on the stock ROM. My recommendation would be to take a backup of your /system directory in recovery before trying to flash anything. But since this is a Treble-enabled device, that means GSI ROMs could also work when flashed.
Here's a link to the recovery image we were using. We flashed it in fastboot with an unlocked bootloader but I imagine it would work just fine in SPFT too. I was told by the person that made the image that it's apparently not a good idea to flash the disable-force-encryption zip on a dirty port of a TWRP image like this (and to also never wipe /data). While you should be able to use this TWRP to flash something like Magisk, don't do those other two things for now.
Here's some screenshots from @Matthew702 to show the phone booting to TWRP (we made the mistake of trying to wipe /data and trying to flash the disable-encryption zip, please do not do this):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thank you!
You guys are amazing.
I had a SYNQ just laying around taking up space. Now it is not totally useless. Anyway i wanted to say thanks and post some proof of concept.
Sorry for the horrible quality...
So i used the recovery image named “recoverytest3.img” if im not mistaken. Once that was complete (And i figured i messed everything up because i had a dead android guy every other time....) To my surprise TWRP popped up in russian. At that point i installed magisk manager and downloaded the most recent package then rebooted to recovery and flashed the pack.
NOTES - I did use Command line WIN 10 via the platform tools package your provided for the whole process.... If you don’t know russian or whatever lang TWRP happens to be in just good. Anyway im sure im missing some data i should add but i am dog tired and having trouble reading the phone.
night all and i hope it all goes well for everyone else.
xAlimorAx
xAlimorAx said:
I had a SYNQ just laying around taking up space. Now it is not totally useless. Anyway i wanted to say thanks and post some proof of concept.
Sorry for the horrible quality...
So i used the recovery image named “recoverytest3.img” if im not mistaken. Once that was complete (And i figured i messed everything up because i had a dead android guy every other time....) To my surprise TWRP popped up in russian. At that point i installed magisk manager and downloaded the most recent package then rebooted to recovery and flashed the pack.
NOTES - I did use Command line WIN 10 via the platform tools package your provided for the whole process.... If you don’t know russian or whatever lang TWRP happens to be in just good. Anyway im sure im missing some data i should add but i am dog tired and having trouble reading the phone.
night all and i hope it all goes well for everyone else.
xAlimorAx
Click to expand...
Click to collapse
Yeah it showed up in Russian for our tester too. Not sure why it does that, but otherwise it should still work fine
Need your assistance
Season greetings to you my friend, I ended up formatting my vortex synq using Sp flash tool, after attempting to root, now I have black screen only vcom for sp flash tool works but I need preloaded files and others to unbrick, it was gonna be a Xmas gift for my aunt, but I messed it up, wont turn on just vcom when connected to PC, I have the files stckboot and recovery but sp tool needs pre-loader error, plz help me
Please back up vortex synq
Good I ask for a help to see if someone will have or could make a back up for this vortex synq cell phone since some of us have problems in the firmware when modifying it and we do not have a previous backup if someone can collaborate, it would be infinitely appreciated.
I know this post is old but if somebody can backup the firmware from this it would be awesome, because i am trying to restore my vortex snyq (its hard bricked) but i can't find the preloader for this phone anywhere, when i tried to flash the preloader with sp flash tool it gives me this: STATUS_DA_HASH_MISMATCH, the preloader has to match this phone, if anyone has a backup of the firmware feel free to post it here or dm me, but yeah just wanted to post here.
also need firmware having the same issue ages now
any help much appreciated
safe 2021-2022
use this to unlock bootloader and backup fw https://github.com/bkerler/mtkclient
Making this post to do a dump of the Vortex Synq stuff I had on Mega. XDA allows us to upload large files to here now, and my Mega account is getting pretty full, so I want to transfer everything I have that's Vortex Synq related from there to here. That means any download links pointing to my Mega will be broken, but all of that stuff previously linked by me can be found in this zip.
disclaimer
Feel free to use any of my stuff in any way you see fit. The only thing I ask is that if you do improve on something, share it with everyone else and don't just keep it for yourself. Keep it going for the good of the community/public.
Also, know that it's been a long time since I've messed with this phone, so I don't remember what mods/images/etc in my Mega repo are functional or not. Anything contained within this zip, FLASH AT YOUR OWN RISK.
/disclaimer

[CLOSED] Delete Thread.

Due to the disrespect of certain members I will no longer share the tutorials.
Wait does this mean you finally got my script to work?
lebigmac said:
Wait does this mean you finally got my script to work?
How about a little feedback in my project thread? Is that too much to ask for?
Did the latest fix work for you or not? Hello?
Click to expand...
Click to collapse
I said you were working on it. LOL. If it worked I'd be writing a Guide for that!
Make sure boot.img matched with the phone build number, or the phone may get bootloop.
Moto One Ace is one of the easiest phone to root
mingkee said:
Make sure boot.img matched with the phone build number, or the phone may get bootloop.
Moto One Ace is one of the easiest phone to root
Click to expand...
Click to collapse
Exactly. Definitely made a note of that in the guide since that is why the frozen touchscreen issue happens.
Articul8Madness said:
.This tutorial is for people like me than ran into problems rooting the Moto One 5G Ace XT2113 (MetroPCS Qualcomm Variant) running on stock Android 10. I got this phone literally last week brand new in the box. This is a hand holding guide for the Noobs that really are intimidated by rooting their device.
Follow the following at your own risk! I am not responsible for any mishaps with your devices.
I want to thank @mingkee and @sd_shadow for pointing me in the right direction. And for the rest of the contributors that I took bits and pieces from that helped me figure out rooting this; I did achieve root out the starting gate but initially lost touchscreen functionality. The issue was that you have to use the boot.img of your firmware to patch into Magisk; if you do this with your phone out the box you really don't know which firmware was used and that is where the bungle happens. This will clear up all those potential freakout moments.
Thanks to Android 10 being System As Root with all these new super partitions running amuck, you cannot get Write access in the actual system files. So even when you achieve root, you can't do much. @lebigmac is working on that as we speak. Drop by his thread on R/W access and beta test his script so he can get more knowledge about how our phone works.
Introduction/Preparation
First, go and prepare by READING EVERYTHING. Very important. This is the Qualcomm variant and NOT the Mediatek variant. Flashing does make a difference between the two. Last thing you want to do is brick the device because you flashed the wrong firmware to the wrong processor, or you flashed other software for the other similiar Moto One 5G and it bricked.
Second, unlock the bootloader. All T-Mobile and their subsidiary variants can be unlocked by Motorola as well as International and Motorola factory variants; go to their bootloader official unlock site and follow their instructions, it's easy peasy. If you do it in firefox it may not go to the third step page and hang on the page where you put the long code in (follow instructions on page to get the unlock code you'll see what I'm talking about). It is HIGHLY ADVISABLE to do this in Waterfox or Chrome (I used Waterfox). And yes, you may have to request the code 3x to get it to send to your email depending on their server traffic. When you get it, follow Motorola's instructions for unlocking the bootloader in fastboot. It will show you that the bootloader is unlocked.
Verizon and ATT Variants CANNOT BE BOOTLOADER UNLOADER UNLOCKED.
***NOTES SO YOU DON'T FREAK OUT***
1. I did NOT see the motorola post screen telling me it was unlocked. I had to find this in fastboot's menu.
2. The only way to restore the phone if something goes wrong is by flashing it via fastboot. The way to get to fastboot is turn the phone off and press Volume Down and Power. The Motorola tool will NOT work. That's normal.
3. You will see a cute message that you've unlocked the bootloader and that the phone software integrity is compromised when you boot the phone up every single time after the bootloader unlock. It will also say press the power button to pause. This is normal. Give it a minute, you havent broke it.
4. OEM Unlocking should already be activated and greyed out in the Developer Options once the bootloader is unlocked; you can't access it anymore.
Files
You will need an SD card for root. You will also need other apks to successfully help you pull off root ready to install. Pull ALL the necessary files you will need.
1. Get Minimal ADB and Fastboot (it's easier).
2. Download the Motorola Drivers from their site if yo don't already have them (if you run into problems you will have to uninstall and reinstall them through their utility which is found on PC here: C:\Program Files\Common Files\Motorola Shared\Mobile Drivers
3. Cpu-Z.apk (Very important, its hard to know your hardware without this).
4. Magisk v22.0.apk (They no longer have a separate Magisk Manager)
5. Root Explorer.apk (This software helps navigation better but you can use any Explorer of your choice).
6. Root Checker.apk
7. Stock Firmware XT2113-3_KIEV_RETEU_10_QZK30.Q4-40-62_subsidy-DEFAULT_regulatory-XT2113-3-EU-SAR_CFC.xml (This is important if you mess up the boot image trying to root). You can get the firmware of your choice at Motorola Official Firmware For Kiev.
8. Patience (and a good movie keeping you going).
As of now this device as no TWRP, so you have to do this the old fashioned way to root. And just so you know, I used Windows 7 for all of this.
Pre-Rooting
1. Make sure the phone is fully charged.
2. Make sure your sim card is REMOVED from the phone. Everytime you wipe the phone or do anything messing with the boot image the phone resets itself to factory settings, and tries to push an update. Just take the silver key thing and pop it out. You will have to push it back in and out in a second, but start with it out.
3. Make sure your wifi is OFF.
4. Make sure your SD is in and mountable and all files you need are on the card.
5. Make sure you Save boot.img to your SD Card from your firmware files. This is very important for root.
6. Make sure your developer options are activated.
7. Make sure your USB debugging is enabled AND you've given permissions for your computer to have administrative access with it enabled (more on this below).
8. Make sure to check CPU-Z for your hardware specs so you download the right files for the phone and avoid potential problems.
9. Make sure you manually set USB to Transfer files (no other option will work and by default its set to Charge this Device).
10. Make sure you have the STOCK CABLE that comes with the phone. Like most Motorolas this model is funky about using other cables.
11. Make sure you back up all your calls, texts, pics, etc. Flashing the firmware is the ultimate factory reset and you will lose all your files on the phone. SMS Restore is a good software to backup Calls and Text logs and it supports keeping MMS.
12. Make sure you have the internet. It is necessary for some steps.
Rooting
1. Make sure all the firmware files are extracted into your Minimal ADB and Fastboot folder (or whatever ADB folder you're using for this).
2. Open FlashFile.xml in Notepad. This is located among the firmware files you put in the Minimal ADB and Fastboot folder.
3. Cut, copy, and paste everything from the FlashFile that is shown and then paste it in an online Flash file Converter. I used Online Flash File Converter here.
4. Convert the text by pressing the bar below where you pasted the text. It may be in Spanish or Portuguese but is should say something like Cerar Commandos.
5. Copy the text by hitting the two pieces of paper icon in the corner after it's converted. Or just cut copy and paste manually.
6. Turn the phone completely OFF.
7. Plug your phone via USB cable into the computer.
8. Press Volume Down and Power to boot into fastboot mode. Do not use "adb reboot bootloader" as that command may or may not work and hang at "waiting for device" (it was iffy for me and it knocked off USB permissions BADLY).
9. Open up Minimal ADB and Fastboot (Make sure you don't have it set to open this as an administrator, it messes with permissions) Make sure your firmware files are in the Minimal ADB directory or it won't work.
10. Paste the contents of the flashfile converter into Minimal ADB and Fastboot. This should start the process of the flashing.
11. When the entire flash is complete, boot the phone and disconnect phone from the computer. Ignore the bootloader unlock error.
12. Wait. Sometimes this takes up to 3-5 minutes on a new flash. You should see the boot animation of Motorola.
13. Push your Sim Card back into the phone.
14. Start setting up your device on the screen. Sim Card must be in or it will give you a message your phone is Network Locked.
15. Once you make it to the Wifi Setup screen take the Sim back OUT the phone. Do not connect to Wifi.
16. Once you are done with setup, go to Settings>About phone.
17. Go all the way down to Build Number and press it until you unlock Developer Options.
18. Go to Settings>System>Advanced>Developer Options. Advanced is a pull down tab that will reveal Developer Options.
19. Disable Automatic System Updates. I know this is hard for some people, but a forced OTA update may cause problems and prohibit root.
20. Enable USB Debugging. Disable Verify bytecode of debuggable apps. Disable Verify apps over USB if it is highlighted. Exit.
21. Put your SD/Sim card back into the phone.
22. Go to the Files folder and install Magisk first, then Root Explorer and Root Checker.
23. Open Magisk. You will see Magisk and App. Hit Install by Magisk (a fingerprint looking icon is to its left).
24. Allow Magisk to access photos, media, and files if it asks.
25. Select option "Select and Patch A File."
26. It will take you to a screen where you can select your explorer to navigate to your SD card where you saved the boot.img. Go there and select it.
27. Magisk will save it as magisk_patched.img. Once you get it patched, find where it saved, make sure it's on your SD card and then turn off the phone.
28. Plug your phone via USB cable into the computer.
29. Press Volume Down and Power to boot into fastboot mode.
30. Open up a fresh Minimal ADB and Fastboot (Make sure you don't have it set to open this as an administrator, it messes with permissions) Make sure you transfer the magisk_patched.img that Magisk patched off your SD card into this folder.
31. Rename your original boot.img to "boot.img original" or whatever distinct name you want to give it in your Minimal ADB and Fastboot folder.
32. Rename your magisk_patched.img to boot.img.
33. In Minimal ADB and Fastboot type "fastboot flash boot boot.img" and hit enter.
34. If all goes well it should flash to the partition before it says done and in how many seconds.
35. When it is done, reboot phone by selecting START (keep pressing volume rockers until you see it, then press the power button).
36. Wait for the bootloader cannot be trusted screen to pass (may take a minute) and wait for the Hello Moto opening.
37. Open Root Checker and confirm root. You can uninstall it after confirmation if you like.
38. Open Root Explorer. A prompt asking you to grant permission should pop up.
Congrats. You should be rooted now.
***NOTES SO YOU DON'T FREAK OUT***
1. Do NOT flash someone else's patched boot image. It WILL NOT WORK. Do the work, find your firmware, and patch the boot image yourself. You're asking for bootloop hell if you do as your boot.img that Magisk patches needs to match that particular firmware you used.
2. While it hasn't happened to me, You may have followed everything perfect and it still bootlooped. Save yourself the frustration and just flash it over. See the next section on the proper way to flash so you don't lose your baseband, IMEI, or any other important stuff.
3. While you won't lose anything just flashing boot.img, you will lose everything having to flash ALL the firmware over. Keep backups of all your important stuff.
****Notes on Flashing The Stock Firmware if you have to****
In the event you bootloop and have to start from scratch, follow my guide on restoring the firmware on the phone. And don't worry - it won't relock the bootloader. You can find my guide here: The Complete Noob Guide to Flashing via Fastboot MetroPCS Moto One 5G Ace XT2113 [Qualcomm Version]
Hope this helps my fellow TMobile and subdiary acolytes and othoers. I have flashed and reflashed my phone with different variant roms trying to force Write status and beta testing scripts for @lebigmac on our device so it's pretty straightforward now.
I will try and answer questions if I can or point you in the right direction.
Click to expand...
Click to collapse
Question I keep seeing you have to use adb to fix if messed up, sorry not a question yet but that's wrong. When I did it I think I mixed up my moto g stylus boot.img and got a boot loop. I flashed stock boot.img and it came up with a screen saying Android os was corrupted try to reboot if didn't work factory reset is needed. Rebooted popped up again hit factory reset and the phone did it for me. Not sure if you knew that, question tho lol sorry, can I patch boot img with magisk and flash to a phone that's not fresh from a factory reset
bobbyp1086 said:
Question I keep seeing you have to use adb to fix if messed up, sorry not a question yet but that's wrong. When I did it I think I mixed up my moto g stylus boot.img and got a boot loop. I flashed stock boot.img and it came up with a screen saying Android os was corrupted try to reboot if didn't work factory reset is needed. Rebooted popped up again hit factory reset and the phone did it for me. Not sure if you knew that, question tho lol sorry, can I patch boot img with magisk and flash to a phone that's not fresh from a factory reset
Click to expand...
Click to collapse
Well, when I rooted the 1st time I got a frozen touchscreen as I didn't have the correct Firmware (as the phone's firmware out of the box auto updated and the firmware that was available did not match its peripherals). So my phone lost ALL TOUCH ability. The way I explain in this guide is what worked for me, as the LHSA tool doesn't help at that stage. And honestly, I think adb is better and more familiar to most Moto folks that have had several devices and got root on them.
If you mixed up your Moto G Stylus boot.img, all you have to do is try and reflash your firmware boot.img and flash it (or if you have root your patched boot.img). I've flashed this phone almost 70 times in 9 days and I normally do not reflash my boot.img as its already patched to the firmware and I'm just starting from scratch. However, I wouldn't advise that on recovery.img that went wrong, just saying. The phone will force a factory reset.
I don't recommend a factory reset for flashing if you're trying to get root. It's best to compile all the files in ADB to make sure they're taking together, and not going after the fact. There is no shutting off DM-Verity at this time, especially without TWRP and a patch for it, and this model is a bit funky about added flashing with this new Dynamic Partition crap.
Articul8Madness said:
Well, when I rooted the 1st time I got a frozen touchscreen as I didn't have the correct Firmware (as the phone's firmware out of the box auto updated and the firmware that was available did not match its peripherals). So my phone lost ALL TOUCH ability. The way I explain in this guide is what worked for me, as the LHSA tool doesn't help at that stage. And honestly, I think adb is better and more familiar to most Moto folks that have had several devices and got root on them.
If you mixed up your Moto G Stylus boot.img, all you have to do is try and reflash your firmware boot.img and flash it (or if you have root your patched boot.img). I've flashed this phone almost 70 times in 9 days and I normally do not reflash my boot.img as its already patched to the firmware and I'm just starting from scratch. However, I wouldn't advise that on recovery.img that went wrong, just saying. The phone will force a factory reset.
I don't recommend a factory reset for flashing if you're trying to get root. It's best to compile all the files in ADB to make sure they're taking together, and not going after the fact. There is no shutting off DM-Verity at this time, especially without TWRP and a patch for it, and this model is a bit funky about added flashing with this new Dynamic Partition crap.
Click to expand...
Click to collapse
That's what mine did, I flashed stock boot, is corrupted my phone says and forced reset, I'm newish to moto, Samsung for many years, had to ditch them tho lol.
I appreciate the help and hope I didn't come across as arguing, more like clarifying. I too prefer adb over anything, only get the rom from tool. Again thanks for info.
bobbyp1086 said:
That's what mine did, I flashed stock boot, is corrupted my phone says and forced reset, I'm newish to moto, Samsung for many years, had to ditch them tho lol.
I appreciate the help and hope I didn't come across as arguing, more like clarifying. I too prefer adb over anything, only get the rom from tool. Again thanks for info.
Click to expand...
Click to collapse
If your bootloader is unlocked the only way you should have gotten the corruption is if you flashed an incompatible firmware. Mine came with MetroPCS but I've flashed RETUS and RETEU well. I'd stray from any VZW or ATT software just because you can't trust their firmware won't lock down the bootloader.
Or maybe the software just didn't download well. Try re-downloading it . I've had a bad download mess up a flash before.
I think it's cause 1 magisk wasn't installed and 2i used a different phone to patch
bobbyp1086 said:
I think it's cause 1 magisk wasn't installed and 2i used a different phone to patch
Click to expand...
Click to collapse
You have to install Magisk and patch on the phone in question since it's looking for that firmware and that phone's peripherals. You can't use another phone - that's a no no. This ain't Gingerbread, lol.
Articul8Madness said:
You have to install Magisk and patch on the phone in question since it's looking for that firmware and that phone's peripherals. You can't use another phone - that's a no no. This ain't Gingerbread, lol.
Click to expand...
Click to collapse
I'm fairly new to magisk, just recently in past year or so stopped using supersu. Not by choice lol but upgraded my note 4 lmao. So as far as the script for read and write, never flashed and after I got magisk, no modules only su permissions, fx did mount /
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and fix file permissions, it's in settings
bobbyp1086 said:
I'm fairly new to magisk, just recently in past year or so stopped using supersu. Not by choice lol but upgraded my note 4 lmao. So as far as the script for read and write, never flashed and after I got magisk, no modules only su permissions, fx did mount /View attachment 5279427View attachment 5279429View attachment 5279431View attachment 5279433 and fix file permissions, it's in settings
Click to expand...
Click to collapse
Having Root on this device is not going to magically fix the fact that Android 10 on ALL DEVICES is READ ONLY. You will have to go to @lebigmac or @munjeni and try their R/W mount scripts to get true root access. Munjeni's V2 worked for me. He's on V7 now. LeBigMac has been hard at work trying to get us up and running with his script, but we have Super partitions AND A/B. So it's taking some time.
Articul8Madness said:
Having Root on this device is not going to magically fix the fact that Android 10 on ALL DEVICES is READ ONLY. You will have to go to @lebigmac or @munjeni and try their R/W mount scripts to get true root access. Munjeni's V2 worked for me. He's on V7 now. LeBigMac has been hard at work trying to get us up and running with his script, but we have Super partitions AND A/B. So it's taking some time.
Click to expand...
Click to collapse
I am not familiar with either but take it that's it's not an easy task. Should I run v2 or v7 then? Moto one g ace metro.
I was fooled by the trickery, I thought something seemed off with the root on modern phone's.
I just bought a new Moto One 5G ace and was wondering where I can find the stock T-Mobile Firmware variants to prevent bricking?
I successfully rooted it with Magisk patched and ready to go. Unfortunately for the time being the phone won't bypass safety net even with MagiskHide. It just won't work but I'm really happy this phone can be unlocked
bobbyp1086 said:
I am not familiar with either but take it that's it's not an easy task. Should I run v2 or v7 then? Moto one g ace metro.
I was fooled by the trickery, I thought something seemed off with the root on modern phone's.
Click to expand...
Click to collapse
Android 10 is very challenging. It is easy to root but it is a trickable root with a false sense of root since Google locked all Android 10 and newer as Read Only on the System with this super partition crap trying to be Apple.
Skel40 said:
I just bought a new Moto One 5G ace and was wondering where I can find the stock T-Mobile Firmware variants to prevent bricking?
Click to expand...
Click to collapse
Check my guide. I posted link to where the repository is.
Skel40 said:
I successfully rooted it with Magisk patched and ready to go. Unfortunately for the time being the phone won't bypass safety net even with MagiskHide. It just won't work but I'm really happy this phone can be unlocked
Click to expand...
Click to collapse
You will not pass safety net because you've rooted it and Android 10 will block it. It isn't necessary, especially if you delete all Google stuff and their tracking Covid crap.
Articul8Madness said:
Having Root on this device is not going to magically fix the fact that Android 10 on ALL DEVICES is READ ONLY. You will have to go to @lebigmac or @munjeni and try their R/W mount scripts to get true root access. Munjeni's V2 worked for me. He's on V7 now. LeBigMac has been hard at work trying to get us up and running with his script, but we have Super partitions AND A/B. So it's taking some time.
Click to expand...
Click to collapse
Hi @Articul8Madness. Thanks for mentioning me
There's a Motorola user who recently got my script to work using the troubleshooting repair script that I posted here
It turns out the lpmake arguments that are auto-generated by the original script were flawless and were not the root cause of the unidentified lpmake error that some Motorola users were experiencing at the end of the original script. According to @Xiaoleng the error was most likely caused by some kind of new Motorola security feature that prevents the terminal command from executing if the arguments are too long. Go figure.
And he was even able to fastboot flash the super_fixed.bin in one piece without having to first split it up into chunks. That's a huge surprise to me. I always thought Motorola users can only fastboot flash super sparsechunks?!
Please feel free to give it a try and report back your results. Thanks. Good luck!

[Question/Tutorial] Make a phone unusable in 4 simple steps

Update:
My phone was not recognized by the computer since the usb flex was broken, the data lines did not work, but the charging lines did.
Watch this video for a solution:
Hello!.
I'm going to show you how to make any phone unusable, like I did with my Sony experia m4 aqua!
Step 1: Unlock the bootloader.
Step 2: Install a corrupt custom rom.
Step 3: To mess things up even more, go to your twrp recovery and wipe everything (even internal memory!).
Step 4: Enjoy your new expensive paperweight!
Well, beyond the joke, yes, that's what I did, without any kind of wisdom I tried to install a custom rom and the only thing I achieved is a completely useless phone which to this day I cannot recover with my knowledge, if you You know more than me (surely you do), you can read my great problem and hopefully know the answer.
Post about my problem:
Hard brick / Device not found. Sony M4 Aqua E2303.
I installed a faulty ROM which caused my phone to not be detected by my computer (it shows up as an unknown device). I want to flash the original rom, but there is no way, because when I do it with the flashtool and it asks me to connect the...
forum.xda-developers.com
My last chance, the sd.
Hello, first of all sorry for the English (google translator). I will start from the beginning of all my problems. My phone, Sony Xperia m4 aqua e2023, began to have problems with the original rom, so I thought of restoring it with the twrp...
forum.xda-developers.com
Test Point on Sony M4 Aqua (hard brick).
Hello and thanks for reading! The whole problem started with a bad rom, I flashed it and when I turn on the device, the basic things, Wi-Fi, data, etc ... did not work, but worst of all, the PC does not recognize it, for therefore I cannot flash...
forum.xda-developers.com
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
goodbye and thanks in advance.
I'm no pros, but as far as I know, your phone can still access TWRP and can still read sd card. Why don't you try flashing a rom by sd card?
Much simple and dangerous:
adb reboot bootloader
"unlock bootloader"
fastboot erase abl
fastboot -w
fastboot reboot
Audsd512 said:
I'm no pros, but as far as I know, your phone can still access TWRP and can still read sd card. Why don't you try flashing a rom by sd card?
Click to expand...
Click to collapse
Not really, I can't access twrp, because I inadvertently wiped the internal storage, next to that was twrp, so I don't have a custom recovery, not even the stock one.
Skorpion96 said:
Much simple and dangerous:
adb reboot bootloader
"unlock bootloader"
fastboot erase abl
fastboot -w
fastboot reboot
Click to expand...
Click to collapse
And what does that really achieve?
RenzoMag said:
And what does that really achieve?
Click to expand...
Click to collapse
Delete bootloader, the phone then can't boot into anything
Skorpion96 said:
Delete bootloader, the phone then can't boot into anything
Click to expand...
Click to collapse
Damn, and in case someone does that, will there be any solution? I already think about some management in the hardware
RenzoMag said:
Damn, and in case someone does that, will there be any solution? I already think about some management in the hardware
Click to expand...
Click to collapse
Only solution is to boot into fastboot using testpoint or desoldering emmc and flashing with a flasher
Skorpion96 said:
Only solution is to boot into fastboot using testpoint or desoldering emmc and flashing with a flasher
Click to expand...
Click to collapse
I think that is one of the only solutions I have, since my computer does not recognize my phone, and I also have no way to enter a custom recovery.
I investigated some of the test point, but I don't know if my device supports it and if there is someone in my city who wants or has the tools to do it, I was directly thinking of changing the mother for a broken screen phone, but there isn't even that. .
In this post I talk about that, but do not clarify any doubts
Test Point on Sony M4 Aqua (hard brick).
Hello and thanks for reading! The whole problem started with a bad rom, I flashed it and when I turn on the device, the basic things, Wi-Fi, data, etc ... did not work, but worst of all, the PC does not recognize it, for therefore I cannot flash...
forum.xda-developers.com
RenzoMag said:
I think that is one of the only solutions I have, since my computer does not recognize my phone, and I also have no way to enter a custom recovery.
I investigated some of the test point, but I don't know if my device supports it and if there is someone in my city who wants or has the tools to do it, I was directly thinking of changing the mother for a broken screen phone, but there isn't even that. .
In this post I talk about that, but do not clarify any doubts
Test Point on Sony M4 Aqua (hard brick).
Hello and thanks for reading! The whole problem started with a bad rom, I flashed it and when I turn on the device, the basic things, Wi-Fi, data, etc ... did not work, but worst of all, the PC does not recognize it, for therefore I cannot flash...
forum.xda-developers.com
Click to expand...
Click to collapse
Yes, by the way I would go flashing emmc directly since you have no istructions to use testpoint
Skorpion96 said:
Yes, by the way I would go flashing emmc directly since you have no istructions to use testpoint
Click to expand...
Click to collapse
From what I understand, that is done with special tools, right?
RenzoMag said:
From what I understand, that is done with special tools, right?
Click to expand...
Click to collapse
Yes you need a flasher
Skorpion96 said:
Yes you need a flasher
Click to expand...
Click to collapse
oh, fu$ck

Categories

Resources