Why do you need to do that?i need stack firmware to flash it with my locked droid turbo xt1254 MCG24.251-5-5 with tool to falsh it
Why do you need to do that?i need stack firmware to flash it with my locked droid turbo xt1254 MCG24.251-5-5 with tool to falsh it
because i think he has mismatched firmareWhy do you need to do that?
https://mega.nz/#!dd4wXYiI!sRgo3aathlCDcg4YqBLxrRrd2ZK4u8BbnvHSCDoP7hEi need stack firmware to flash it with my locked droid turbo xt1254 MCG24.251-5-5 with tool to falsh it
i need stack firmware to flash it with my locked droid turbo xt1254 MCG24.251-5-5 with tool to falsh it
@jcase ask me to do that i will flash and see
You will need to use RSDLite or ADB. You said it will not recognize the device in RSDLite -- so you will have to use ADB --or try them both on another PC. You said the drivers were OK, but double check that. Here's the the latest Motorola USB drivers for PC.KARIM9377 said:I was try to unlock my bootloader with last mathed and it wont jcase
told me i have to flash 100% Stock firmware and give me the link i download it
QUARK_VERIZON_6.0.1_MCG24.251-5-5_cid2_subsidy-DEFAULT_CFC.xml
I DONT HOW TO FLASH IT
i try with RSD but my devices not show up i use windows 7
all driver is ok adb and fastboot
can you help me how to flash it
thank you
See here for mfastboot setup files and instructions, attached to this thread below:Motorola stock firmware files have multiple sparsechunk pieces (i.e. img.spareschunk.0,1,2,3), fastboot doesn't allow proper flashing of each of the pieces but Mfastboot does.
@KARIM9377,4. Change the name of the file attached to this post to FlashAll.bat.
I paid for sunshine and have the bootloader unlocked and can gain temp root. The official twrp app does not install twrp. Can I just use flashfire or similar app? Maybe I'm doing something wrong on the twrp app.@autoprime got the initroot working with internet for Droid Turbo - https://forum.xda-developers.com/g4-play/development/root-autoinitroot-motorola-bootloader-t3639316/
This provides a temp root until reboot, after rebooting you have to go into the bootloader and run
To clear out the ramdisk address.
While temprooted, SunShine will work to unlock the device again.
Install twrp the traditional (correct) way using fastbootI paid for sunshine and have the bootloader unlocked and can gain temp root. The official twrp app does not install twrp. Can I just use flashfire or similar app? Maybe I'm doing something wrong on the twrp app.
Thanks, matt
Sent from my VS988 using XDA-Developers Legacy app
Yes, everyone on Droid Turbo XT1254 should follow the steps in this updated guide, including specific SuperSu version to use (for initial root) and how to install TWRP:Install twrp the traditional (correct) way using fastboot
Then use SuperSu 2.62
Haha I took out SuperSU. As far as I'm concerned, SuperSU is obsolete. It's all about the Magisk now. But if enough people decide they like to be old school, I might be persuaded to put it back in.Yes, everyone on Droid Turbo XT1254 should follow the steps in this updated guide, including specific SuperSu version to use (for initial root) and how to install TWRP:
[GUIDE] How to unlock your bootloader, install TWRP and gain root access
OK, then people need to search that thread for the specific SuperSu version needed for Motorola Marshmallow. It was discussed enough!Haha I took out SuperSU. As far as I'm concerned, SuperSU is obsolete. It's all about the Magisk now. But if enough people decide they like to be old school, I might be persuaded to put it back in.
in the first i use auto#initroot and its work ok then i try with sunshine to unlock but its ask as attched photo@KARIM9377,
To clarify, you are really only changing the Windows extension from .txt to .bat. However you will need to SEE the Windows extensions. STUPID default Microsoft Windows installation HIDES KNOWN EXTENSIONS. You will need to enable seeing Windows extensions (.jpg, .pdf, .exe, .doc, etc.) before doing this re-naming.
Many people run into issues with stuff like this because they have kept the Windows extensions hidden.
fastboot oem config fsg-id is not correct. The correct command is fastboot oem config fsg-id "". Those two pairs of quotation marks at the end are critical. Without that command, you will bootloop.in the first i use auto#initroot and its work ok then i try with sunshine to unlock but its ask as attched photo
i try to flash stock firmware one with mfastboot and fastboot but all fail to bootup then i use RSD lite 6.2.4 and i can see fastboot on RSD lite and i do flash with it but it seam cant bootup every flash i try get bootloop only when i do auto#initroot its bootup
but No IMEI, Unknown Baseband now and still cant bootup if i restat the phone i have to flash auto#initroot
i try use command fastboot oem config fsg-id but not working too
now i want to try with anther PC with RSD lite and see if fix the Unknown Baseband and the boot
use Ethernet Cable with my droid to get internet and its work because WIFI not working Unknown Baseband
please if i do mastek please let me know i wait long time to get my droid unlock bootloader and when its here I messup
i hope you can understand what i did
A space between the d and quote marks, or not? Seems there is, but just double checking.fastboot oem config fsg-id is not correct. The correct command is fastboot oem config fsg-id "". Those two pairs of quotation marks at the end are critical. Without that command, you will bootloop.
i will try it and if you can tell me how to fix No IMEI, Unknown Baseband do you think if i flash with RSD will fix the radiofastboot oem config fsg-id is not correct. The correct command is fastboot oem config fsg-id "". Those two pairs of quotation marks at the end are critical. Without that command, you will bootloop.
Yes. The space separates the attribute (fsg-id) from the parameter ("").A space between the d and quote marks, or not? Seems there is, but just double checking.
yes this command work fastboot oem config fsg-id ""Yes. The space separates the attribute (fsg-id) from the parameter ("").
I'm just wildly speculating here, but fsg is modem-related. Autoprime's root method seems to work via messing with that parameter, which might be causing the issues you see as a side effect. When you set the fsg-id to nothing (""), that causes it to be automatically set by the phone (maybe the sim card?). So I think there's a chance that once you take care of that, it will fix the IMEI and baseband issues as well.i will try it and if you can tell me how to fix No IMEI, Unknown Baseband do you think if i flash with RSD will fix the radio
thanks for your helpI'm just wildly speculating here, but fsg is modem-related. Autoprime's root method seems to work via messing with that parameter, which might be causing the issues you see as a side effect. When you set the fsg-id to nothing (""), that causes it to be automatically set by the phone (maybe the sim card?). So I think there's a chance that once you take care of that, it will fix the IMEI and baseband issues as well.
But again, autoprime and jcase would know more than me. They actually know things. I just connect dots, and not always correctly.
Awesome!! Thank u a lot bro!@autoprime got the initroot working with internet for Droid Turbo - https://forum.xda-developers.com/g4-play/development/root-autoinitroot-motorola-bootloader-t3639316/
This provides a temp root until reboot, after rebooting you have to go into the bootloader and run
To clear out the ramdisk address.
While temprooted, SunShine will work to unlock the device again.