Here is the KANE_Primary_Flash script for linux users:
http://www.mediafire.com/file/mwlyoyua8wzs8h2/KANE_Primary_Flash.sh/file
Just put it in the firmware directory and run the following commands:
Code:
chmod 755 KANE_Primary_Flash.sh
.//KANE_Primary_Flash.sh/file
---------- Post added at 09:12 PM ---------- Previous post was at 08:20 PM ----------
There's no use to reflash the full firmware. Just the vbmeta.img. Well for me flashing the full firmware with the vbmeta.img didn't worked so I had to flash the vbmeta file again. But tho you need to make sure you're using the same version android build as the one in the zip file
@lia3367
---------- Post added at 09:28 PM ---------- Previous post was at 09:12 PM ----------
Steps that worked for me:
1: Go to settings -> About phone
2: Check if your build number is PSA29.160-50 (Scroll down until you find your Build number
3: Press the Build number multiple time until you see the message "You are now a developer"
4: Go back to settings -> Developer options
5: Check allow OEM unlocking
6: Reboot to fastboot mode
7: Get your bootloader's unlock code following the instructions here:
https://motorola-global-portal.cust.../unlock-your-device-a?utm_source=ausdroid.net
8: In terminal run
Code:
fastboot oem unlock [the code you got in your email]
9: Reboot your phone and follow the setup
10: Download attached archive TWRP_Root_Mot

ne_Vision.zip and extract files from it in the following order::
- .bat executive file and vbmeta.img to the folder with the firmware files;
- TWRP-3.3.1_Motorola_One_Vision.img to \adb\ folder.
- TWRP-3.3.1_Installer_Motorola_One_Vision.zip, Disable_Dm-Verity_ForceEncrypt.zip, Magisk Installer, MagiskManager copy to External SDcard in your phone.
11: Reboot to bootloader and flash the vbmeta.img with
Code:
fastboot flash vbmeta_a vbmeta.img
12: Boot into twrp with
Code:
fastboot boot ~/adb/TWRP-3.3.1_Motorola_One_Vision.img
# if your phone hangs at the TWRP splash screen reboot to bootlaoder and do
then boot into twrp again
13: Follow the steps 7.8.9.10 from this post