• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [CDMA] 0x4119 bootloader for Moto G Boost?

Your god

Lurker
Cyanogenmod does not install because my boot loader is 0x4113.
Where can I download 0x4118 for Boost Mobile Moto G?
 
Cyanogenmod does not install because my boot loader is 0x4113.
Where can I download 0x4118 for Boost Mobile Moto G?
The lollipop bootloader for boost is 0x4119 NOT 0x4118, the latest commits in the 3/31 change log for falcon fixes the boot loader issue.
 
The lollipop bootloader for boost is 0x4119 NOT 0x4118, the latest commits in the 3/31 change log for falcon fixes the boot loader issue.
Hello.
Then, where can I download 0x4119? I tried to install cm-12-20150331, and it says it requires 0x4118 or 0x4119 but mine is 0x4113.
 
Hello.
Then, where can I download 0x4119? I tried to install cm-12-20150331, and it says it requires 0x4118 or 0x4119 but mine is 0x4113.
You can download the partition updater here...
https://www.androidfilehost.com/?fid=95916177934538145

Flash this partition updater before flashing the rom, this will update your bootloader and modem. You may want to check the "getting ready for otas" thread and see if you have to flash the stock lollipop rom in conjunction with the partition updater BEFORE flashing CM12 just to be sure. I came from lollipop to CM12 with the updated bootloader.
 
You can download the partition updater here...
https://www.androidfilehost.com/?fid=95916177934538145

Flash this partition updater before flashing the rom, this will update your bootloader and modem. You may want to check the "getting ready for otas" thread and see if you have to flash the stock lollipop rom in conjunction with the partition updater BEFORE flashing CM12 just to be sure. I came from lollipop to CM12 with the updated bootloader.

Thank you for the help. I will try it.

My Moto G is a testing device so I have no data on it. I will first try without flashing the stock Lollipop. I have already been using CM12, and I had updated it from stock KitKat.

==================================

Updated. Now the damn screen noise is gone. CM 20150331 seems to be running fine.
 
Last edited:
Thank you for the help. I will try it.

My Moto G is a testing device so I have no data on it. I will first try without flashing the stock Lollipop. I have already been using CM12, and I had updated it from stock KitKat.

==================================

Updated. Now the damn screen noise is gone. CM 20150331 seems to be running fine.
Glad it worked out for you.
 
Glad someone asked this question. I'm currently in the same exact boat, but thanks to research failing, I stumbled across the official PAC 5.0 nightly (03/19) and I gotta say... I don't imagine I'd want CM, unless its just as customizable...

Edit: I actually had 0x4119 not 0x4113, read the post too quickly. But having 0x4119 prevented me from flashing 03/27 but from what I hear in this thread that's fixed now. Gonna try it.
 
Last edited:
^^^
remove this line from the script, and you can install cm12 on any bootloader.


Code:
assert(getprop("ro.bootloader") == "0x4118" || getprop("ro.bootloader") == "0x4119");
 
Here is complete process which I used when I was on kitkat bootloader
Open zip in winrar
Go to Meta-inf -- com -- Google -- android folder (in winrar only)
Then pull updater-script to any folder, keep winrar open,
Then open updater-script in notepad, and change all 4118 or 4119 etc to your bootloader version , like 4113.
Click save in notepad.
Than again drag updater-script in winrar (hope you have not changed folder in winrar)
Winrar will replace updater-script in zip.
Then transfer this zip to phone sdcard and flash.

If you don't have system , use adb while phone in recovery mode.
Adb push c:\folder\xyz.zip /sdcard/

C:\folder\xyz.zip = actual path of zip.
 
You can download the partition updater here...
https://www.androidfilehost.com/?fid=95916177934538145

Flash this partition updater before flashing the rom, this will update your bootloader and modem. You may want to check the "getting ready for otas" thread and see if you have to flash the stock lollipop rom in conjunction with the partition updater BEFORE flashing CM12 just to be sure. I came from lollipop to CM12 with the updated bootloader.
After flashing this their is no network...
And also bootloader not update...
So what can I do please help me suggest me something...
 

Attachments

  • Screenshot_20160821-204128.png
    Screenshot_20160821-204128.png
    64.6 KB · Views: 122
Last edited:
Back
Top Bottom