[TOOL] Motorola OTA Link Generator Tool

Search This thread

nitanmarcel

Senior Member
Jul 14, 2015
513
152
Suceava

Attachments

  • Screenshot_20191206-171338.png
    Screenshot_20191206-171338.png
    220.1 KB · Views: 357
Jan 9, 2013
25
3
If the hosting is down again:

If you have Docker installed, you could simply go to GitHub and download/checkout the source code.
Afterwards simply go to the directory where to code is and execute

docker run -it --rm --name motorola-ota-tool -v "$PWD/:/var/www/html" -p 8080:80/tcp php:5.6-apache
 

CostasV23

Senior Member
Sep 22, 2013
289
31
Im trying to generate OTA using the tool of the first page for the XT1650 but everytime it shows an error. I even used the example inputs and it still cant find anything. Im on the 1st May 2018 patch and im trying to get the december patch
 

rtd4

Senior Member
Jan 31, 2021
114
30
Doesn't work on motorola moto e20

C:\Users\user\Downloads\adb>fastboot getvar all
(bootloader) socidp2: c857289729a818bf2a9034f20a866ab6
(bootloader) socidp1: 90cd288557f7d3d495dcea4784f52b21
(bootloader) tokenp1: 5a45323232564e344757000000000000
(bootloader) lcs: 5
(bootloader) max-download-size: 0x36000000
(bootloader) is-userspace: no
(bootloader) version: 1.0
(bootloader) unlock_raw_data: 5723343740b0abd3d1e48e3c38d1936a
(bootloader) sku: XT2155-3
(bootloader) build_type: user
(bootloader) product_name: aruba
(bootloader) ro.build.version.incremental: 6489b
(bootloader) ro.carrier.ontim: reteu_reteu
(bootloader) imei2:
(bootloader) imei: 3566**********
(bootloader) persist.radio.multisim.config: ds
(bootloader) fingerprint(2):: .267-38/6489b:user/release-keys
(bootloader) fingerprint(1):: motorola/aruba_reteu/aruba:11/RON31
all: Done!!
finished. total time: 0.172s
 

WoKoschekk

Senior Member
Feb 25, 2019
1,345
1
424
Cologne
Moto G6
Moto G6 Plus
I am not able to get the GUID value nor there is oem.prop under /oem. Can someone help?
Doesn't work on motorola moto e20

Here's the proof that the tool is working:

To get the update information for your device please use ADB on your PC (get it here). For usage instructions search this forum or use Google.
Then execute the following commands:
Code:
adb shell getprop ro.mot.build.guid
Code:
adb shell getprop ro.carrier
 
  • Like
  • Love
Reactions: sd_shadow and rtd4

rtd4

Senior Member
Jan 31, 2021
114
30
Here's the proof that the tool is working:

To get the update information for your device please use ADB on your PC (get it here). For usage instructions search this forum or use Google.
Then execute the following commands:
Code:
adb shell getprop ro.mot.build.guid
Code:
adb shell getprop ro.carrier
Where security updates are applied in ADB Sideload or via Recovery
 

Top Liked Posts