[4.4.2][183.46.10.XT907]RSD Flashable Firmware

Search This thread

jaycush

Senior Member
Jan 17, 2013
109
14
Im rooted and unlocked now but I have 182.46.10 and I would like to install 183. How can I do it?

Enviado desde mi XT907 mediante Tapatalk

182 and 183? Is there even a difference? I had 183 before unlocking bootloader and root. I know others had 182 I do not believe there is an actual differerence.
 

cbernardo13

Senior Member
Jun 1, 2008
226
53
Brandon, FL
the .XML is bad..it has 3 lines that should not be there and 1 missing...this is the proper code
Code:
<?xml version="1.0"?>
<flashing>
  <header>
    <phone_model model="VZW_XT907_CFC" />
    <software_version version="smq_vzw-user 4.4.2 KDA20.62-10.1 10 release-keysSM_BP_101031.042.32.86P" />
    <interfaces>
      <interface name="AP" />
    </interfaces>
  </header>
  <steps interface="AP">
    <step operation="flash" partition="partition" filename="gpt.bin" MD5="5B3FD782141145E4BD1C9270D954AFF1" />
    <step operation="reboot-bootloader" />
    <step operation="flash" partition="sbl1" filename="sbl1.mbn" MD5="B06997B2407D87205454D47A4DE2CA77" />
    <step operation="flash" partition="sbl2" filename="sbl2.mbn" MD5="9EBD6FB39A7DDBD3DD8BB0F0E7B4E612" />
    <step operation="flash" partition="sbl3" filename="sbl3.mbn" MD5="B3D58C0A21BAA8DEAC238B6002ABB59E" />
    <step operation="flash" partition="rpm" filename="rpm.mbn" MD5="6ACFA1DA4F8FF45341D7C2EC40C733F7" />
    <step operation="flash" partition="tz" filename="tz.mbn" MD5="8514ED883150B7A0579F9431CD872B39" />
    <step operation="flash" partition="aboot" filename="emmc_appsboot.mbn" MD5="974770FC264C73E429B716F1832A8C38" />
    <step operation="flash" partition="modem" filename="NON-HLOS.bin" MD5="56CC3781D10C94A342F5262560EFEFDB" />
    <step operation="flash" partition="fsg" filename="fsg.mbn" MD5="42661F0BBF0DB568369F9337324F7BEC" />
    <step operation="erase" partition="modemst1" />
    <step operation="erase" partition="modemst2" />
    <step operation="flash" partition="logo" filename="logo.bin" MD5="506F42184C465D9CD8BB2BD27DB77F1A" />
    <step operation="flash" partition="boot" filename="boot.img" MD5="B59DF3268823BCE19DF80409C036645D" />
    <step operation="flash" partition="recovery" filename="recovery.img" MD5="2FD6AB345BBE5B6C99DE1B5CE1D56F2C" />
    <step operation="flash" partition="system" filename="system.img" MD5="1362E5D51CA3D71089F9B48A836624C9" />
    <step operation="erase" partition="tombstones" />
    <step operation="erase" partition="cache" />
    <step operation="erase" partition="userdata" />
  </steps>
</flashing>
edit: the removed lines that cause the failed flash.
Code:
    <step operation="getvar" var="max-download-size" />
    <step operation="oem" var="fb_mode_set" />
Code:
    <step operation="oem" var="fb_mode_clear" />

This worked! Thank you!
 
  • Like
Reactions: afextwin

vipsy6

Senior Member
Jun 13, 2014
220
25
Vadodara
Link for firmware

@Leraeniesh please provide alternate link if possible.

Can anyone please provide link for 4.4.2 firmware as link in the OP is not working.
 
Last edited:

intercrab

New member
Feb 28, 2016
1
0
i ned this fimware

please how a can download this sofware help me my android have an virus in system and ned reinstal the fimware
 

Ammad909

New member
Apr 10, 2016
3
0
i am currently using razr m update to 4.4.2 firmware is 183.46.15 bootloader locked but i want to install custom rom so in order to do so i tried to downgrade using rsd lite to flash 183.46.10 firmware but it gave error and flash failed...please help me how to unlock bootloader.
 

sd_shadow

Recognized Contributor / XDA Welcome Team
Sep 21, 2011
18,983
2
10,009
South Dakota
goo.gl
Motorola Droid X
Amazon Fire
i am currently using razr m update to 4.4.2 firmware is 183.46.15 bootloader locked but i want to install custom rom so in order to do so i tried to downgrade using rsd lite to flash 183.46.10 firmware but it gave error and flash failed...please help me how to unlock bootloader.

you can not downgrade
only way to unlock the bootloader if on 183.46.15 is sunshine app

free to test compatibility, $25 to unlock
I would root with hydrogen peroxide, even though kingroot or temporary root should work too

Sent from my KFFOWI using XDA Labs

---------- Post added at 05:47 AM ---------- Previous post was at 05:41 AM ----------

XT907 with kernel date July 2014 or after
can now be unlocked with sunshine app
http://theroot.ninja/download.html
xda thread: http://xdaforums.com/showthread.php?t=2792487


Sent from my KFFOWI using XDA Labs
 
  • Like
Reactions: Ammad909

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    I take no credit for this. Do not thank me. Go thank Skrilax_CZ.
    This is only for reference for those that only visit XDA

    Firmware flashable using RSD Lite to backup back to 4.4.2 Kitkat
    Android 4.4.2
    Blur_Version.183.46.10.XT907.Verizon.en.US


    Go check out the guys at http://sbf.droid-developers.org/ for more awesome firmwares
    1
    i have unlocked my phone to use with other sim cards.. can i flash 4.4.3 update or will i lose my sim connectivity of other providers>>

    I lost it going to official Verizon (4.4.2), but got it back by doing the same hack I used to get it in the first place.
    1
    Anyone having issues flashing back to Stock 98.30 with the flash files? I keep getting an "Unknown Fastboot Command", Failed Flash Error.. Not sure if RSD Lite or PC config is the problem. I downloaded the above mentioned file (4.4.2-KDA20.62-10.1_CFC_1FF.xml.zip, Opened RSD Lite, Decompressed/Flashed, and get "FAIL". Anything I need to change in my ADB/Fastboot/SDK-Platform-tools folder??? The error I am getting says "Please check input file. Either XML format is wrong or image files associated with it are missing".

    the .XML is bad..it has 3 lines that should not be there and 1 missing...this is the proper code
    Code:
    <?xml version="1.0"?>
    <flashing>
      <header>
        <phone_model model="VZW_XT907_CFC" />
        <software_version version="smq_vzw-user 4.4.2 KDA20.62-10.1 10 release-keysSM_BP_101031.042.32.86P" />
        <interfaces>
          <interface name="AP" />
        </interfaces>
      </header>
      <steps interface="AP">
        <step operation="flash" partition="partition" filename="gpt.bin" MD5="5B3FD782141145E4BD1C9270D954AFF1" />
        <step operation="reboot-bootloader" />
        <step operation="flash" partition="sbl1" filename="sbl1.mbn" MD5="B06997B2407D87205454D47A4DE2CA77" />
        <step operation="flash" partition="sbl2" filename="sbl2.mbn" MD5="9EBD6FB39A7DDBD3DD8BB0F0E7B4E612" />
        <step operation="flash" partition="sbl3" filename="sbl3.mbn" MD5="B3D58C0A21BAA8DEAC238B6002ABB59E" />
        <step operation="flash" partition="rpm" filename="rpm.mbn" MD5="6ACFA1DA4F8FF45341D7C2EC40C733F7" />
        <step operation="flash" partition="tz" filename="tz.mbn" MD5="8514ED883150B7A0579F9431CD872B39" />
        <step operation="flash" partition="aboot" filename="emmc_appsboot.mbn" MD5="974770FC264C73E429B716F1832A8C38" />
        <step operation="flash" partition="modem" filename="NON-HLOS.bin" MD5="56CC3781D10C94A342F5262560EFEFDB" />
        <step operation="flash" partition="fsg" filename="fsg.mbn" MD5="42661F0BBF0DB568369F9337324F7BEC" />
        <step operation="erase" partition="modemst1" />
        <step operation="erase" partition="modemst2" />
        <step operation="flash" partition="logo" filename="logo.bin" MD5="506F42184C465D9CD8BB2BD27DB77F1A" />
        <step operation="flash" partition="boot" filename="boot.img" MD5="B59DF3268823BCE19DF80409C036645D" />
        <step operation="flash" partition="recovery" filename="recovery.img" MD5="2FD6AB345BBE5B6C99DE1B5CE1D56F2C" />
        <step operation="flash" partition="system" filename="system.img" MD5="1362E5D51CA3D71089F9B48A836624C9" />
        <step operation="erase" partition="tombstones" />
        <step operation="erase" partition="cache" />
        <step operation="erase" partition="userdata" />
      </steps>
    </flashing>
    edit: the removed lines that cause the failed flash.
    Code:
        <step operation="getvar" var="max-download-size" />
        <step operation="oem" var="fb_mode_set" />
    Code:
        <step operation="oem" var="fb_mode_clear" />
    1
    the .XML is bad..it has 3 lines that should not be there and 1 missing...this is the proper code
    Code:
    <?xml version="1.0"?>
    <flashing>
      <header>
        <phone_model model="VZW_XT907_CFC" />
        <software_version version="smq_vzw-user 4.4.2 KDA20.62-10.1 10 release-keysSM_BP_101031.042.32.86P" />
        <interfaces>
          <interface name="AP" />
        </interfaces>
      </header>
      <steps interface="AP">
        <step operation="flash" partition="partition" filename="gpt.bin" MD5="5B3FD782141145E4BD1C9270D954AFF1" />
        <step operation="reboot-bootloader" />
        <step operation="flash" partition="sbl1" filename="sbl1.mbn" MD5="B06997B2407D87205454D47A4DE2CA77" />
        <step operation="flash" partition="sbl2" filename="sbl2.mbn" MD5="9EBD6FB39A7DDBD3DD8BB0F0E7B4E612" />
        <step operation="flash" partition="sbl3" filename="sbl3.mbn" MD5="B3D58C0A21BAA8DEAC238B6002ABB59E" />
        <step operation="flash" partition="rpm" filename="rpm.mbn" MD5="6ACFA1DA4F8FF45341D7C2EC40C733F7" />
        <step operation="flash" partition="tz" filename="tz.mbn" MD5="8514ED883150B7A0579F9431CD872B39" />
        <step operation="flash" partition="aboot" filename="emmc_appsboot.mbn" MD5="974770FC264C73E429B716F1832A8C38" />
        <step operation="flash" partition="modem" filename="NON-HLOS.bin" MD5="56CC3781D10C94A342F5262560EFEFDB" />
        <step operation="flash" partition="fsg" filename="fsg.mbn" MD5="42661F0BBF0DB568369F9337324F7BEC" />
        <step operation="erase" partition="modemst1" />
        <step operation="erase" partition="modemst2" />
        <step operation="flash" partition="logo" filename="logo.bin" MD5="506F42184C465D9CD8BB2BD27DB77F1A" />
        <step operation="flash" partition="boot" filename="boot.img" MD5="B59DF3268823BCE19DF80409C036645D" />
        <step operation="flash" partition="recovery" filename="recovery.img" MD5="2FD6AB345BBE5B6C99DE1B5CE1D56F2C" />
        <step operation="flash" partition="system" filename="system.img" MD5="1362E5D51CA3D71089F9B48A836624C9" />
        <step operation="erase" partition="tombstones" />
        <step operation="erase" partition="cache" />
        <step operation="erase" partition="userdata" />
      </steps>
    </flashing>
    edit: the removed lines that cause the failed flash.
    Code:
        <step operation="getvar" var="max-download-size" />
        <step operation="oem" var="fb_mode_set" />
    Code:
        <step operation="oem" var="fb_mode_clear" />

    This worked! Thank you!
    1
    i am currently using razr m update to 4.4.2 firmware is 183.46.15 bootloader locked but i want to install custom rom so in order to do so i tried to downgrade using rsd lite to flash 183.46.10 firmware but it gave error and flash failed...please help me how to unlock bootloader.

    you can not downgrade
    only way to unlock the bootloader if on 183.46.15 is sunshine app

    free to test compatibility, $25 to unlock
    I would root with hydrogen peroxide, even though kingroot or temporary root should work too

    Sent from my KFFOWI using XDA Labs

    ---------- Post added at 05:47 AM ---------- Previous post was at 05:41 AM ----------

    XT907 with kernel date July 2014 or after
    can now be unlocked with sunshine app
    http://theroot.ninja/download.html
    xda thread: http://xdaforums.com/showthread.php?t=2792487


    Sent from my KFFOWI using XDA Labs