[RECOVERY] Official TWRP 3.2.1 for Zuk Z2/ Lenovo Z2 Plus

varotone

Senior Member
Feb 11, 2014
113
408
103

Disclaimer
Code:
/**
*  What you do with your device is your choice.
*  None of the developers of this software will be held accountable for any damages to your device or to third parties.
*  You should know this by now.
**/

What's this?

This is TeamWin Recovery Project for our ZUK Z2 / Lenovo Z2 Plus (z2_plus, z2131, z2132).

This is an official recovery support thread.

Known Issues
  • None

Requirements
  • Unlocked bootloader
  • Common sense and a Z2 :p


Downloads, changelogs, installation info
All of this info can be found at the official info page.
If you use fastboot to install TWRP, you may have to specify a vendor ID in the commandline, like so:
Code:
fastboot [B]-i 0x2b4c[/B] flash recovery twrp.img
fastboot [B]-i 0x2b4c[/B] reboot
Frequently Asked Questions
Why are some of the downloads on the download page much bigger than others? Which ones should I use?
I only recently became the maintainer for the official images, and I changed the sources in doing so. This means that I do not know why the images built by the previous maintainer weigh more. You should always use the latest one available.

Why are some of the downloads for z2 and others for z2_plus? Which ones should I use?
The previous maintainer used the z2 codename, whereas I am using z2_plus because it's the standard most devs are using nowadays. Again, you should always use the latest image available
 
Last edited:

amogh1988

Senior Member
May 13, 2013
82
19
0
Trouble restoring my backup

Hi varotone,
Hey I having some problems in restoring my backups made using the recovery, flashing seems to be fine but when I try to restore it fails and phone just restarts and starts to blink the led. But if you back to recovery and flash a new ROM it works fine.
I am using the latest version of twrp ,so just wanted to chk its just an issue with me or anyone else also facing this issue.
 

varotone

Senior Member
Feb 11, 2014
113
408
103
Hi varotone,
Hey I having some problems in restoring my backups made using the recovery, flashing seems to be fine but when I try to restore it fails and phone just restarts and starts to blink the led. But if you back to recovery and flash a new ROM it works fine.
I am using the latest version of twrp ,so just wanted to chk its just an issue with me or anyone else also facing this issue.
Haven't run into that issue. Can you try to get a log? /tmp/recovery.log is fine
 
  • Like
Reactions: anil20noird

fcnz

Member
Apr 13, 2011
35
1
0
Sherbrooke
flashed it, doesn't work for me



fastboot install succeeded as you can see on the screenshot, but when I boot with vol down + power, get to the black screen with options that boots up, i go to Recovery, click it and all that happens is my phone reboots, no TWRP

any ideas?
 

Philo.Phineas

New member
Jul 7, 2016
2
0
0
fastboot claims to work, but doesn't

Code:
[email protected] ~/Downloads> adb reboot bootloader
[email protected] ~/Downloads> fastboot -i 0x2b4c flash recovery twrp-3.1.1-0-z2_plus.img 
target reported max download size of 1610612736 bytes
sending 'recovery' (18372 KB)...
OKAY [  0.569s]
writing 'recovery'...
OKAY [  0.145s]
finished. total time: 0.714s
[email protected] ~/Downloads> fastboot -i 0x2b4c reboot
rebooting...

finished. total time: 0.072s
It comes up with a menu which indicates that the bootloader is unlocked. Then when I select recovery as the option, the screen goes black and nothing happens until hold down the power button for a long time.
 

ronhoover88

Senior Member
Nov 25, 2010
2,116
544
193
Bangalore
I see at https://twrp.me/devices/zukz2.html that the Fastboot Install Method doesn't require Root. If I follow this method will I be able to install custom ROMs? Any disadvantages of this method?

Also doesn't it required the boot loader to be unlocked?
You have to unlock the bootloader first, only then can you modify.

After fastboot method you can flash your desired rom
 
  • Like
Reactions: ams73

stellarroar

Senior Member
Oct 25, 2010
356
33
28
Hi varotone,
Hey I having some problems in restoring my backups made using the recovery, flashing seems to be fine but when I try to restore it fails and phone just restarts and starts to blink the led. But if you back to recovery and flash a new ROM it works fine.
I am using the latest version of twrp ,so just wanted to chk its just an issue with me or anyone else also facing this issue.
Same issue as this. Unable to restore backups. Screen goes black after restoring about 20% and only hard reboot works to get back to Twrp.
 

varotone

Senior Member
Feb 11, 2014
113
408
103
  • Like
Reactions: anil20noird

varotone

Senior Member
Feb 11, 2014
113
408
103
I'm using twrp-3.1.1-0 version and default filesystem formats only.

Edit: In twrp I am unable to mount system partition which is why I can't provide a log. Could this be related to the issue?
Well, yes, yes it could. If TWRP can't mount /system it can't restore /system, which I guess would be the reason of the failure.
 
  • Like
Reactions: anil20noird

stellarroar

Senior Member
Oct 25, 2010
356
33
28
Well, yes, yes it could. If TWRP can't mount /system it can't restore /system, which I guess would be the reason of the failure.
I can wipe system no problem while flashing new roms, it just doesn't mount system when I try to copy the log to my computer. What could be the reason any idea?