TWRP 3.3.1 & Root for Moto 1 Vision

ilia3367

Senior Member
Oct 29, 2007
255
203
73
53
Emerald City
Ok, that's bad. No adb in recovery :/
Do you have any link to kane twrp sources?
Maybe someone else may be able to fix it
The phone when it is in TWRP connects across ADB to a PC. I use Total Commander with ADB plugin.
I use adb sideload once every hundred years.
 
Last edited:

tys0n

Senior Member
Nov 29, 2010
3,110
2,042
253
Stockholm
That's too bad but it's still progress. If I were you I'd ask the admins to move the thread to the development area, might get some attention that way.
That would be nice, but it will need a link to kane twrp sources so that anyone can review the code / build it if they want to.
The phone when it is in TWRP connects across ADB to a PC. I use Total Commander with ADB plugin.
I use adb sideload once every hundred years.
I've tried both TWRP builds now and I can't get adb to work on kane twrp.
Code:
C:\platform-tools_r29.0.4>adb devices
List of devices attached
It comes up empty.
But it's working fine when booted to system, and in other devices.
I usually don't use sideload neither, but it's pretty good to have adb in recovery for adb push/pull, fixing bootloops, running .bat for various stuff etc.
I guess I'll have to live without it for now. I'm still happy for root and twrp. :good:
 

Tuandroidaldia

Senior Member
Jul 7, 2018
53
14
0
28
Autonomous City of Good Airs
I've installed Magisk v19.3 and the results are the same. I've noticed that the device reboots when I'm trying to unlock it using Face Unlock or Fingerprint, I didn't appreciate any reboot using Pattern Unlock.

Edit: I had another random reboot browsing Facebook.
 
Last edited:
  • Like
Reactions: alphalog

stoult

New member
Sep 27, 2014
2
0
0
Hello,
I tried to install TWRP on my One Vision twice. The first one went well, it worked.
On Monday, I forgot Format Data for decryption before flashing the TWRP Installer, and now my phone won't start. Not even installing to stock. Could you help me please? It's been a month since I bought it. Please! Thank you very much
 

sfoot13

Senior Member
Apr 24, 2013
587
235
0
www.flickr.com
Hello,
I tried to install TWRP on my One Vision twice. The first one went well, it worked.
On Monday, I forgot Format Data for decryption before flashing the TWRP Installer, and now my phone won't start. Not even installing to stock. Could you help me please? It's been a month since I bought it. Please! Thank you very much
Did you fix it?
 

SnoopDoggyStyleDogg

Senior Member
Jul 14, 2015
481
113
0
Suceava
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_Moto_One_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
Code:
fastboot -w
then boot into twrp again
13: Follow the steps 7.8.9.10 from this post
 
Last edited:

Tuandroidaldia

Senior Member
Jul 7, 2018
53
14
0
28
Autonomous City of Good Airs
I'll try PHH's root this weekend, otherwise I may go back to stock, reboots are getting annoying.
Another issue I'm having is when the phone reaches less than 20% of charge, it randomly shutdowns and shows the 0% charge warning. And it's overheating :/
My gf has a stock unrooted one action and doesn't have any of this problems, so I can assume that the issue is the root (magisk at least)