[RECOVERY] Official TWRP 3.2.1 for Zuk Z2/ Lenovo Z2 Plus - Lenovo ZUK Z2 (Plus) ROMs, Kernels, Recoveries, &

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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
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

Congratulations!:highfive:

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.

New release uploaded today (twrp-3.1.0-3-z2_plus.img) on https://dl.twrp.me/z2/.
Decryption should be fixed in this build, but needs testers!

amogh1988 said:
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.
Click to expand...
Click to collapse
Haven't run into that issue. Can you try to get a log? /tmp/recovery.log is fine

Flash it under Linux, no problems. Backup also no problem and flash last LOS build works also without problem!
Thank you!

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?

Which version u try to flash?

deleted

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.

Can i flash it with their offial twrp app or with my existing twrp?

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?

ams73 said:
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?
Click to expand...
Click to collapse
You have to unlock the bootloader first, only then can you modify.
After fastboot method you can flash your desired rom

@varotone any update? New TWRP out cuple on time.
Wysłane z mojego Z2 Plus przy użyciu Tapatalka

amogh1988 said:
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.
Click to expand...
Click to collapse
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.

Araa01 said:
@varotone any update? New TWRP out cuple on time.
Wysłane z mojego Z2 Plus przy użyciu Tapatalka
Click to expand...
Click to collapse
Don't know what you mean but all downloads are at https://dl.twrp.me/z2_plus/.
stellarroar said:
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.
Click to expand...
Click to collapse
I haven't seen this. Which TWRP version are you running? Which filesystem for /data and /cache?

varotone said:
Don't know what you mean but all downloads are at https://dl.twrp.me/z2_plus/.
I haven't seen this. Which TWRP version are you running? Which filesystem for /data and /cache?
Click to expand...
Click to collapse
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?

stellarroar said:
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?
Click to expand...
Click to collapse
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.

varotone said:
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.
Click to expand...
Click to collapse
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?

Araa01 said:
@varotone any update? New TWRP out cuple on time.
Wysłane z mojego Z2 Plus przy użyciu Tapatalka
Click to expand...
Click to collapse
@varotone I guess he / she meant about updating the title of OP to reflect the latest recovery version.

Related

[Recovery] TWRP 2.8.7 Materialized Theme (Install from Mi Recovery)

Hi guys, i found this awesome TWRP for our RedMi Note 2.
- Easy rooting included
- OTA update support
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Original Post: http://en.miui.com/thread-152550-1-1.html
Link to download: http://www.mediafire.com/download/6sf0fsm8vx2o948/twrp287.zip
Instruction
Put the zip file into internal memory, then Install from updater, choose twrp287.zip or u can rename it first as update.zip then install from updater
Hope you guys enjoy it, because i surely do.
Huge thanks to the awesome people behind this :good:
What you mean with "Easy rooting"? I used already but I not found anything related to rooting :/
This recovery is buggy, i can backup data but can't restore it, also maybe we need official TWRP
Sent from my Redmi Note 2 using Tapatalk
I agree. It may look nice but it's sluggish, buggy and is a pain in the butt to unlock its lockscreen. Regular TWRP is a billion times better
jerryshaw12 said:
This recovery is buggy, i can backup data but can't restore it, also maybe we need official TWRP
Sent from my Redmi Note 2 using Tapatalk
Click to expand...
Click to collapse
I not used the restore feature so I don't know if working or not, but I trust you
jerryshaw12 said:
This recovery is buggy, i can backup data but can't restore it, also maybe we need official TWRP
Sent from my Redmi Note 2 using Tapatalk
Click to expand...
Click to collapse
elaurens said:
I agree. It may look nice but it's sluggish, buggy and is a pain in the butt to unlock its lockscreen. Regular TWRP is a billion times better
Click to expand...
Click to collapse
I used this TWRP about 2 months without any problems, almost on a daily basis.
Countless of backup/restores...
It is necessary only to turn off the screen timeout in settings, like in all versions of TWRP's.
This recovery working normaly with me.
I use this recovery since I've got my phone ( 2 mounths) and it works perfectly ! Backup/Restore works everytime, you can change the unlock method or just disable the time-out... Easy root mean that the recovery see when you have an un-root ROM and when you choose Restart System will ask you to flash SuperSU ( ex: MIUI Stable ROM ).
I use that recovery and backup and restore works fine for me.
Hmm wait, i remember,i had mounted system partition before i restore my backup, mount system partition is buggy if i want to flash / restore something maybe :/
Sent from my Redmi Note 2 using Tapatalk
jerryshaw12 said:
Hmm wait, i remember,i had mounted system partition before i restore my backup, mount system partition is buggy if i want to flash / restore something maybe :/
Sent from my Redmi Note 2 using Tapatalk
Click to expand...
Click to collapse
If for other working the restore system I think you have a problem with your device, but now I wanna try, give confirm tomorrow
This is my favorite recovery on my Redmi Note 2.:laugh::laugh::laugh:
I can't extract this recovery through Android Kitchen :/ it says the format using "data"
Sent from my Redmi Note 2 using Tapatalk
Hi,
Followed the instructions but every time I try to install it I get the following error (see picture)
I'm on MIUI Global 7.1.1.0 (LHMMICK) Stable.
What am I doing wrong?
The best way is to flash it using SP Flash ! I've flashed it like this and I never loss my TWRP recovery !
Gyovany96 said:
The best way is to flash it using SP Flash ! I've flashed it like this and I never loss my TWRP recovery !
Click to expand...
Click to collapse
But do I have to unzip the file first to get the scatter file in to SP Flash?
I've used this ( 7.0.8.0 fastboot ). I don't know, maybe they are all the same
Use what you want !
* Mi PC Suite (for the drivers)
* ADB Fastboot Tool
* materialized_twrp287_hermes.img
rename it into recovery.img & move it to ADB Fastboot Directory.
Connect your phone
MSDOS :
Change directory to ADB Fastboot directory
adb reboot fastboot
fastboot flash recovery recovery.img
disconnect & reboot by press power + vol up.
*] front LED holographic keyboard >> another dream in android.
Adam Hui said:
* Mi PC Suite (for the drivers)
* ADB Fastboot Tool
* materialized_twrp287_hermes.img
rename it into recovery.img & move it to ADB Fastboot Directory.
Connect your phone
MSDOS :
Change directory to ADB Fastboot directory
adb reboot fastboot
fastboot flash recovery recovery.img
disconnect & reboot by press power + vol up.
*] front LED holographic keyboard >> another dream in android.
Click to expand...
Click to collapse
Thanks, for the info, but where can I find "materialized_twrp287_hermes.img" there's only a .zip file I can find.
---------- Post added at 10:48 AM ---------- Previous post was at 10:46 AM ----------
Gyovany96 said:
I've used this ( 7.0.8.0 fastboot ). I don't know, maybe they are all the same
Use what you want !
Click to expand...
Click to collapse
Hi, but is only a scatter file. Shouldn't there be more files?
KURT.Beadles said:
Thanks, for the info, but where can I find "materialized_twrp287_hermes.img" there's only a .zip file I can find.
Click to expand...
Click to collapse
Lol....use WinRar, 7Zip or similiar...

[TWRP] TWRP/No-Verity Kernel for Moto E5 (Nora)(XT1944-2/-4)

Hi guys, today I'm going to explain you, how to use TWRP and also how to disable forced encryption
Very Important!!!!
Works for all ROMs included stock ROM
Take a backup of boot partition with TWRP in case of something goes wrong
Pre-requisites
1.- Unlocked Bootloader
2.- PC, drivers installed and plattform tools folder: https://www.dropbox.com/s/c3c8rev5e40gy5b/platform-tools-latest-windows.zip?dl=0
3.- TWRP for Moto E5 Play by @CodyF86 : https://androidfilehost.com/?fid=3700668719832239867
4. No verity kernel by @MotoJunkie01 (Only for XT1944-2 or XT1944-4!!!!) : https://drive.google.com/file/d/1NcyuFRgvvRiS5MT5Jxl3uS3XHCnULBMc/view
5. fstab.qcom by CodyF86 also: https://androidfilehost.com/?fid=674106145207491856
Procedure
1.- While you have downloaded all necessary files, go to platform tools folder, and put there TWRP image
2.- Reboot your phone onto fastboot/bootloader, then open cmd and boot into TWRP with this code: fastboot boot twrp_james.img (don't try to flash it because it won't work, and you will need to do that in order to use TWRP, all the time!!!)
3.- While you are in TWRP, go to bakcup and select everything, put the backup into SD Card to prevent some accidents. (The time that it will take depends on how much things you have on your phone)
4.- When backup it's done reboot to bootloader and flash the no-verity kernel
5.- Reboot system
6.- Then use some root explorer, this one is free and very useful https://forum.xda-developers.com/showthread.php?t=1523691
7.- Copy downloaded fstab.qcom and go to vendor/etc, the replace the file with the new one and reboot
8.- Boot again into TWRP, and swipe for factory reset, then format data (Remember that you'll lost your data
9.- Reboot the device, and wait.
This method is easier than the other and works fine, if you go to settings/security you'll see that device is encrypted but if you open that option, you'll notice that encryption is gone.*
Thanks to @MotoJunkie01 for the kernel
Thanks to @CodyF86 for TWRP and fstab.qcom
Nice guide @Fersho. Clear, informative, comprehensive and easy to follow.
MotoJunkie01 said:
Nice guide @Fersho. Clear, informative, comprehensive and easy to follow.
Click to expand...
Click to collapse
Thanks to you for helping with the kernel, I'm very thankful with you
Fersho said:
Thanks to you for helping with the kernel, I'm very thankful with you
Click to expand...
Click to collapse
No problem. I'm glad you posted a guide with the kernel and supporting files to help others. That's what it's all about.
MotoJunkie01 said:
No problem. I'm glad you posted a guide with the kernel and supporting files to help others. That's what it's all about.
Click to expand...
Click to collapse
Then now I'm going to share how to install RR and Pie GSI and also the way to fix lag on both Oreo/Pie
where can we get the verity kernel for moto e5 1944-3
Will the no verity kernel work for XT1944-5?
Mahendra11 said:
Will the no verity kernel work for XT1944-5?
Click to expand...
Click to collapse
Maybe, try by your own risk, make a backup of boot partition because is the one that you'll need in case of something goes wrong
Thread updated, I've noticed that the previous method didn't work at all, and also I discovered that stock rom works fine without encryption, then if stock is decrypted, other roms won't be encrypted anymore
No verity kernel link is down pls re-upload it bro
Fersho said:
Thread updated, I've noticed that the previous method didn't work at all, and also I discovered that stock rom works fine without encryption, then if stock is decrypted, other roms won't be encrypted anymore
Click to expand...
Click to collapse
Re upload please
borksek said:
Re upload please
Click to expand...
Click to collapse
Sorry but I only have stock for XT1944-4 the other stock roms are lost, if somebody had downloaded the others then he could upload them
Fersho said:
Sorry but I only have stock for XT1944-4 the other stock roms are lost, if somebody had downloaded the others then he could upload them
Click to expand...
Click to collapse
Please I have the XT1944-4 could send me the file no Verity Kernel
Do you have a non-verity kernel for XT1944-3? please (single sim variant)
no-verity undownloadable
Fersho said:
Hi guys, today I'm going to explain you, how to use TWRP and also how to disable forced encryption
Very Important!!!!
Works for all ROMs included stock ROM
Take a backup of boot partition with TWRP in case of something goes wrong
Pre-requisites
1.- Unlocked Bootloader
2.- PC, drivers installed and plattform tools folder: https://www.dropbox.com/s/c3c8rev5e40gy5b/platform-tools-latest-windows.zip?dl=0
3.- TWRP for Moto E5 Play by @CodyF86 : https://androidfilehost.com/?fid=3700668719832239867
4. No verity kernel by @MotoJunkie01 (Only for XT1944-2 or XT1944-4!!!!) : https://drive.google.com/file/d/1NcyuFRgvvRiS5MT5Jxl3uS3XHCnULBMc/view
5. fstab.qcom by CodyF86 also: https://androidfilehost.com/?fid=674106145207491856
Procedure
1.- While you have downloaded all necessary files, go to platform tools folder, and put there TWRP image
2.- Reboot your phone onto fastboot/bootloader, then open cmd and boot into TWRP with this code: fastboot boot twrp_james.img (don't try to flash it because it won't work, and you will need to do that in order to use TWRP, all the time!!!)
3.- While you are in TWRP, go to bakcup and select everything, put the backup into SD Card to prevent some accidents. (The time that it will take depends on how much things you have on your phone)
4.- When backup it's done reboot to bootloader and flash the no-verity kernel
5.- Reboot system
6.- Then use some root explorer, this one is free and very useful https://forum.xda-developers.com/showthread.php?t=1523691
7.- Copy downloaded fstab.qcom and go to vendor/etc, the replace the file with the new one and reboot
8.- Boot again into TWRP, and swipe for factory reset, then format data (Remember that you'll lost your data
9.- Reboot the device, and wait.
This method is easier than the other and works fine, if you go to settings/security you'll see that device is encrypted but if you open that option, you'll notice that encryption is gone.*
Thanks to @MotoJunkie01 for the kernel
Thanks to @CodyF86 for TWRP and fstab.qcom
Click to expand...
Click to collapse
hello first congratulations for this tutorial and your work, but there is a small problem with the famous no-verity ^^ it is impossible to download would it be possible to have new links? thank you in advance!!
Hi there. I tried a thousand times now ... no succeed. Everytime I try to boot to twrp_james.img the screen is not accessable anymore. No interaction possible.
Switching device off -> switching device on .... even the "swipe to unlock" doesn't work. I use Motorola Moto E5 Nora XT1944-2.
Any ideas?!
honk0504 said:
Hi there. I tried a thousand times now ... no succeed. Everytime I try to boot to twrp_james.img the screen is not accessable anymore. No interaction possible.
Switching device off -> switching device on .... even the "swipe to unlock" doesn't work. I use Motorola Moto E5 Nora XT1944-2.
Any ideas?!
Click to expand...
Click to collapse
I have the same problem, I tried everything.
I'm unable to use TWRP (james).
after "fastboot boot twrp_james.img"
TWRP comes up with the Mount/dycrypt your data screen, a mouse pointer is visible in the middle. No user interaction is possible twrp doesn't seem to respond to touch screen user input.
Also the "No verity kernel by @MotoJunkie01 (Only for XT1944-2 or XT1944-4!!!!) : https://drive.google.com/file/d/1Ncy...XHCnULBMc/view" link is dead. Can someone reupload this files.
Does anybody have a fix for this problem? I'm using the Moto E5 XT1944-2.
honk0504 said:
Hi there. I tried a thousand times now ... no succeed. Everytime I try to boot to twrp_james.img the screen is not accessable anymore. No interaction possible.
Switching device off -> switching device on .... even the "swipe to unlock" doesn't work. I use Motorola Moto E5 Nora XT1944-2.
Any ideas?!
Click to expand...
Click to collapse
I found a solution to use twrp on the Moto E5 Nora XT1944-2:
Use a micro usb to usb adapter (OTG adapter) and connect a mouse to you phone, now you can use twrp using the mouse.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here is my no-verity kernel for xt1944-3 succesfully working
please OP add this to the thread!
https://www.mediafire.com/file/u52pxc21arlktn4/patched_boot.img/file
Can I install the No-Verity-opt-Encrypt zip instead of installing the kernel?

TWRP Recovery For Asus Zenfone Lite L1 (ZA551KL)

Presenting the TWRP Recovery for Asus Zenfone Lite L1 (ZA551KL) (asus_x00r)(Treble Supported)(Encryption Fixed) ​Disclaimer : I am not responsible for any bricked device, all responsibility bears the user.​
First Unlock Boot-loader using official asus ubl tool - Download UBL App
Team Win Recovery Project (TWRP) is the most famous custom recovery used by the people who like to flash custom roms, patches, flashable zips etc. The latest version is TWRP 3.2.3-0.
Flash zips through otg or Micro sd Cards as device is encrypted , if you format data and decry-pt then the Flashlight (torch) and the Camera will not Work.ENCRYPTION IS FIXED NOW
Installation By PC
1. Install fastboot tools - minimal adb and fastboot
2. Download twrp image and rename it as "twrp.img", then copy it to the Minimal ADB and Fastboot folder
3. Boot the device to fastboot mode - press and hold power button and volume down button
4. Connect device to pc
5. Open command prompt from Minimal ADB and Fastboot
6. Run command " fastboot flash recovery twrp.img "
7. Twrp will be flashed immediately
8. To boot in to twrp run " fastboot boot twrp.img " or disconnect device from pc and press and hold power button and volume up button
9. Device will be booted to twrp
NOW LETS DECRY-PT DATA
*Download the data Decrypt patch Zip :- Download
*Put it in otg (pendrive) or microsd card
*Then in twrp , Go to wipe section in twrp and tap on Format data (Important )
*Do not wipe data partiton , you have to format it
*then flash the Decrypt zip from your sdcard or pendrive
*after flashing wipe caches
*then reboot , and see camera and flashlight is working and Storage in Decrypted
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Join telegram group for updates​
Downloads:-
1. Minimal Fastboot and Adb
2.TWRP_3.2.3.0_asus_lite_l1
3. Decrypt Patch Download
Device tree
Credits:
@Ashish Gupta1999 (me)
Tester - for testing a lot of builds time to time
if you like my work you can donate me also
Dose it support g cam portrait mode
Yes works fantastic(front cam)
Doesn't work for me. Anyone have a working root method for Asus zenfone live L1?
dexx121 said:
Doesn't work for me. Anyone have a working root method for Asus zenfone live L1?
Click to expand...
Click to collapse
Live l1 and lite l1 is a completely different devices
This TWRP actually partially works for Live L1 (ZA550KL, SD425). The problems are 1) it can't decrypt /data, 2) it fails to mount /xrom (which is inexistent on the Go variant) and 3) no ADB/MTP, but for flashing ROMs/addons, backing up and restoring, it works nicely. Just letting y'all know about it.
AndyYan said:
This TWRP actually partially works for Live L1 (ZA550KL, SD425). The problems are 1) it can't decrypt /data, 2) it fails to mount /xrom (which is inexistent on the Go variant) and 3) no ADB/MTP, but for flashing ROMs/addons, backing up and restoring, it works nicely. Just letting y'all know about it.
Click to expand...
Click to collapse
there is a specific twrp for live l1
Ashish Gupta1999 said:
there is a specific twrp for live l1
Click to expand...
Click to collapse
Can you link me to the one you know of? I just found another one from TWRP Builder, and it did fix most problems, but I still can't use decrypted data (shows "encryption unsuccessful" on boot). And it doesn't expose /vendor either which is a small letdown. <- Fixed by unpacking and editing recovery.fstab.
AndyYan said:
Can you link me to the one you know of? I just found another one from TWRP Builder, and it did fix most problems, but I still can't use decrypted data (shows "encryption unsuccessful" on boot). And it doesn't expose /vendor either which is a small letdown. <- Fixed by unpacking and editing recovery.fstab.
Click to expand...
Click to collapse
Contact me on telegram @yoursenpai1 i will provide you there
it works
Ashish Gupta1999 said:
Contact me on telegram @yoursenpai1 i will provide you there
Click to expand...
Click to collapse
Something gone wrong. System in boot loop. Able to load TWRP through PC. Tried to flash a new ROM but only 2 options (Boot & Recovery) available. Please help
Abhicr said:
Something gone wrong. System in boot loop. Able to load TWRP through PC. Tried to flash a new ROM but only 2 options (Boot & Recovery) available. Please help
Click to expand...
Click to collapse
All I know there is no rom for this device as of now , if you flash a gsi , it. Will definitely show system image option , for now flash stock rom using stock recovery to unbrick
Ashish Gupta1999 said:
All I know there is no rom for this device as of now , if you flash a gsi , it. Will definitely show system image option , for now flash stock rom using stock recovery to unbrick
Click to expand...
Click to collapse
I used a GSI to update from Oreo to Pie. But the TWRP has only 2 options (boot & Recovery) to flash the .img file. However, I did a restore & back with the old Oreo. I want to upgrade my Asus Lite 1 to Pie!! Is there any possibility to get the mobile back to the factory state including recovery? So, that I can begin from one.
Abhicr said:
I used a GSI to update from Oreo to Pie. But the TWRP has only 2 options (boot & Recovery) to flash the .img file. However, I did a restore & back with the old Oreo. I want to upgrade my Asus Lite 1 to Pie!! Is there any possibility to get the mobile back to the factory state including recovery? So, that I can begin from one.
Click to expand...
Click to collapse
Well there is a fastboot rom available in my telegram channel of lite l1 check in there
Accidentally deleted the OS and now the mobile isn't even switching on. Any solution for this? Anyway I can install an OS ?
My mobile is ASUS Zenfone Lite L1.

[CLOSED][OFFICIAL] TWRP 3.4.0-0 | Team Win Recovery Project | Nokia 7.2 | Daredevil |

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Note - Iam Not Responsible for bricked devices
About Team win recovery project
TWRP is an open source, community project. TWRP development is done by roughly 4 people at this point. We also have a large support community with many people who are willing to answer questions and help people with their devices either through our IRC channel or on forums like xda-developers.
Team Win was originally formed to work on porting WiMAX to CM7 for the HTC EVO 4G. After our work on the EVO 4G we wanted to work on a project that would work on more devices than just the EVO 4G and we settled on working on a recovery. Today TWRP is the leading custom recovery for Android phones.
Installation procedure
Note - download twrp according to your phone security patch
1 . Download twrp-3.4.0-0-DDV_sprout_sprout.img copy in one folder
2. connect phone to pc boot your phone to bootloader mode
3. open cmd in that folder
4. type fastboot devices
5. type fastboot flash boot twrp-3.4.0-0-DDV_sprout.img
6. now get back to phone select recovery mode and now your phone boots in to twrp
7. now flash magisk or what ever your wish and press reboot system
bugs- none
well still you people can flash magisk.zip using sideload
just download magisk.zip & and click on sideload in twrp and open cmd and type adb sideload magisk.zip and after completion reboot system
Download Android 9 Twrp-3.3.1-0 From Here
Download Android 10 Twrp-3.4.0-0 From Here
​For More Information About Status Official Click Here​
​Join Nokia 7.2 Community​
​
XDA:DevDB Information
TWRP 3.4.0-0 , for the Nokia 7.2
Contributors
Raghu varma
My build script: https://github.com/RaghuVarma331/scripts
Source Code: https://github.com/omnirom/android_bootable_recovery
Device Source Code: https://github.com/TeamWin/android_device_nokia_DDV_sprout.git
Version Information
Status: beta
Created 2019-11-07
Last Updated 2020-06-25
Thanx.
Thanx for the effort and hope this phone will have good Custom
ROMs too
nuwanmw1988 said:
Thanx for the effort and hope this phone will have good Custom
ROMs too
Click to expand...
Click to collapse
Soon roms will be out
Does anyone have a stock recovery.img? In case that i will install OTA.
pinh3ad said:
Does anyone have a stock recovery.img? In case that i will install OTA.
Click to expand...
Click to collapse
Nokia 7.2 is an A/B system, not sure where you would get a recovery.img
Additionally, coming from 00WW_1_200 (September update), WiFi module fails after flashing TWRP, and it seems you have to reflash original kernel/boot.img to get the WiFi back. It would be helpful if someone is willing/able to provide it.
KohGeek said:
Nokia 7.2 is an A/B system, not sure where you would get a recovery.img
Additionally, coming from 00WW_1_200 (September update), WiFi module fails after flashing TWRP, and it seems you have to reflash original kernel/boot.img to get the WiFi back. It would be helpful if someone is willing/able to provide it.
Click to expand...
Click to collapse
The reason behind this we need a proper kernel sources from hmd Nokia . For that reason i used prebuilt kernel from stock rom and that rom is based on August so here August kernel & wifi modules signed with different keys and September kernel & wifi modules signed with different keys so here August kernel and September wifi modules signatures are different that's why wifi got broken
Hi Guys,
i'm having a problem, I' able to fastboot flash boot twrp-3.3.1-0-DDV_sprout-9.0-20191119.img but when I restart it, i still not having twrp booting and now, the wireless module is not booting
Anyone to help?
D:\userdata\...\Desktop\Nokia 7.2> fastboot flash boot "D:\userdata\...\Desktop\Nokia 7.2\twrp-3.3.1-PL2.img"
target reported max download size of 536870912 bytes
sending 'boot' (38736 KB)...
OKAY [ 0.849s]
writing 'boot'...
OKAY [ 0.246s]
finished. total time: 1.101s
D:\userdata\...\Desktop\Nokia 7.2> fastboot reboot
rebooting...
finished. total time: 0.002s
JoSoFer said:
Hi Guys,
i'm having a problem, I' able to fastboot flash boot twrp-3.3.1-0-DDV_sprout-9.0-20191119.img but when I restart it, i still not having twrp booting and now, the wireless module is not booting
Anyone to help?
D:\userdata\...\Desktop\Nokia 7.2> fastboot flash boot "D:\userdata\...\Desktop\Nokia 7.2\twrp-3.3.1-PL2.img"
target reported max download size of 536870912 bytes
sending 'boot' (38736 KB)...
OKAY [ 0.849s]
writing 'boot'...
OKAY [ 0.246s]
finished. total time: 1.101s
D:\userdata\...\Desktop\Nokia 7.2> fastboot reboot
rebooting...
finished. total time: 0.002s
Click to expand...
Click to collapse
You have to flash twrp According to your security patch
For example September security patch download from 2019-09-19
For example August security patch download from
2019-08-19
And also if you want to boot back to twrp after flashing twrp and rebooting in to system
Just power off your phone and reboot to download mode and press reboot to recovery now you will boot in to twrp.
If you know what exactly you are doing you won't get confused just follow steps
If you still can't able to boot then you are unlucky because all of the people who viewed this thread successfully booted as well
Hi, I tried to flash this TWRP 2 times, and in all cases the touch does not work. Nokia 7.2 TA-1196. Any ideas how to fix this?
Which TWRP to Flash?
i have model TA-1193 on november 5 security patch, os version is 00ww_1_200_SP01.
was able to successfully un lock bootloader today. Which TWRP should i flash? there are multiple images in https://sourceforge.net/projects/ddv-sprout/files/TWRP/PIE/2019-11-05/\
tried Flashing all the recoveries from the folder, wifi doesnt work.! any help how to fix it?
I wiped my SD card, now instead of 256GB it shows as 16MB, any ideas? Crap, now when i boot into Recovery, i just get a dead robot and 'No Command".
Why do the instructions here say to flash it to the boot partition, but the instructions on the twrp site say to flash it to the recovery partition? IMO recovery makes more sense but I'm no expert.
Which one is correct?
Code:
fastboot flash boot twrp.img
or
Code:
fastboot flash recovery twrp.img
I've had bat luck flashing things to boot in the past so want to make sure.
----- EDIT -----
Nvm my silly question. I've been out of the loop for a while and didn't realise there isn't even a recovery partition anymore. I've now flashed TWRP, boots up fine. No issues with anything on the stock rom afterwards.
However, my question now is how to get TWRP to work with the internal storage? I wanted to make a somewhat stock backup before rooting and the internal storage is full of jibberish folders and files. (See attached image)
CGarz said:
Why do the instructions here say to flash it to the boot partition, but the instructions on the twrp site say to flash it to the recovery partition? IMO recovery makes more sense but I'm no expert.
Which one is correct?
Code:
fastboot flash boot twrp.img
or
Code:
fastboot flash recovery twrp.img
I've had bat luck flashing things to boot in the past so want to make sure.
----- EDIT -----
Nvm my silly question. I've been out of the loop for a while and didn't realise there isn't even a recovery partition anymore. I've now flashed TWRP, boots up fine. No issues with anything on the stock rom afterwards.
However, my question now is how to get TWRP to work with the internal storage? I wanted to make a somewhat stock backup before rooting and the internal storage is full of jibberish folders and files. (See attached image)
Click to expand...
Click to collapse
Well even I appreciate the work of this guy, you have to be careful. 1st - if you on Nokia 7.2 keep in mind that all his stuff based not on Nokia 7.2 sources because Nokia not released any souses yet. 2nd - he warned about it if read carefully. 3rd - all his ROMs for Nokia 7.2 have same trouble as LineageOS and treble. I prefer stay on stock with MicroG, at least all stuff works. 4th - for internal access from twrp you have flash DisableForceEncryption_Treble. Don't use Disable_Dm-Verity_ForceEncrypt_10.20.2019 it has bugs and not works. Just look for same name as I give Disable_Forse_Encryption_Treble. Careful with, it removes encryption but leaves verity in tact. Read all warning about using it, google in help. After reboot in twrp you would read internal and data. Hope that helps. Also check version twrp that he uploading, they base on security patch and I guess it have to match your system. But I'm using fine 11/28 on august security patch.
O, and one more thing - don't relay completely on twrp backups, they not working in 100%, just try restore before. Good luck.
Thanks for the tips boomo15. I ended up installing the Lineage OS rom though.
WiFi works now, data is decrypted and the other system UI crashing bug I had has gone as well. Very pleased with the phone now.
NFC and DDTW don't work and cam quality is poor but even with those issues Lineage is still preferable to me.
CGarz said:
Thanks for the tips boomo15. I ended up installing the Lineage OS rom though.
WiFi works now, data is decrypted and the other system UI crashing bug I had has gone as well. Very pleased with the phone now.
NFC and DDTW don't work and cam quality is poor but even with those issues Lineage is still preferable to me.
Click to expand...
Click to collapse
As I told before stock works best for me, but last week I install AOSP phh_treble version for Pie 123. Since 109 a lot off better.All works smooth and fine, detects my sim card w/o problems (got 1 sim not dual). Replaced camera (crashed all time) with ported by Balu GCam works fine for me. Got one issue - can send sms but can't receive. Tried fix myself but no luck, so asked for help on AOSP treble tread. Hope somebody know what's going on. Don't use NFC can't tell if it works or not.
boomo15 said:
As I told before stock works best for me, but last week I install AOSP phh_treble version for Pie 123. Since 109 a lot off better.All works smooth and fine, detects my sim card w/o problems (got 1 sim not dual). Replaced camera (crashed all time) with ported by Balu GCam works fine for me. Got one issue - can send sms but can't receive. Tried fix myself but no luck, so asked for help on AOSP treble tread. Hope somebody know what's going on. Don't use NFC can't tell if it works or not.
Click to expand...
Click to collapse
That' strange about SMS. Did you set your APN correctly? Or does your carrier auto set it like mine does?
Also for NFC could you see if you have the option for it in settings? It should be around WiFi, Bluetooth, etc.
Hi,
I was trying to install the TWRP recovery but when I saw people in a other XDA forum everyone crying about there WiFi that wont work.
So I was wondering can I install the TWRP recovery without those problems.
Here some info about my phone:
Nokia 7.2 TA-1196
Android version: 9
Security patch level: December 5, 2019
Some help would be appreciated.
VictorAcid said:
Hi,
I was trying to install the TWRP recovery but when I saw people in a other XDA forum everyone crying about there WiFi that wont work.
So I was wondering can I install the TWRP recovery without those problems.
Here some info about my phone:
Nokia 7.2 TA-1196
Android version: 9
Security patch level: December 5, 2019
Some help would be appreciated.
Click to expand...
Click to collapse
Not sure about your version, I got Nokia 7.2 TA-1178 no any problems on stock. The problem that I experienced with was when I used Disable_Dm-Verity_ForceEncrypt_10. - bootloop. For root I used Magisk versions from 19.3-20.2 w/o any problems. Read couple treads above what I used to disable encryption. Also I use w/o problems Disable_Dm-Verity_ForceEncrypt_08.18.2019.zip - it do all job remove encryption and verity if you interested. Also not all backups that I made using TWRP posted here worked.
---------- Post added at 05:31 PM ---------- Previous post was at 05:23 PM ----------
CGarz said:
That' strange about SMS. Did you set your APN correctly? Or does your carrier auto set it like mine does?
Also for NFC could you see if you have the option for it in settings? It should be around WiFi, Bluetooth, etc.
Click to expand...
Click to collapse
Sorry I can't tell you anything about NFC. As I told before can't receive SMS and this I my business phone not playing toy I return back on stock. For me root and removing not wanted stuff enough. Bad that not all my TWRP backups working, have to always format data. Right now I do adb backup.
boomo15 said:
Not sure about your version, I got Nokia 7.2 TA-1178 no any problems on stock. The problem that I experienced with was when I used Disable_Dm-Verity_ForceEncrypt_10. - bootloop. For root I used Magisk versions from 19.3-20.2 w/o any problems. Read couple treads above what I used to disable encryption. Also I use w/o problems Disable_Dm-Verity_ForceEncrypt_08.18.2019.zip - it do all job remove encryption and verity if you interested. Also not all backups that I made using TWRP posted here worked.
---------- Post added at 05:31 PM ---------- Previous post was at 05:23 PM ----------
Sorry I can't tell you anything about NFC. As I told before can't receive SMS and this I my business phone not playing toy I return back on stock. For me root and removing not wanted stuff enough. Bad that not all my TWRP backups working, have to always format data. Right now I do adb backup.
Click to expand...
Click to collapse
Okay lets not try it this is my main phone :/
I tried to build TWRP myself using your device tree and the latest stock kernel that I extracted from the OTA. The result was a working wifi module, but whenever I set a device unlock PIN, entering the correct PIN doesn't unlock the device. It just says "Wrong PIN". Do you have any thoughts about what could be happening? I'm at a loss.

Question Fastboot Boot TWRP wipes OS

As mentioned in the title, fastboot booting a twrp.img to enter a temp TWRP seems to completely wipe everything else on the device, including the current OS. To bypass this I'm using a method in one of the guides using a nonflagged twrp.img to format data, re-fastboot boot into recovery, unmount-remount data. This allows me access to storage again so I can flash a different ROM. If I make the TWRP permanent, booting from new ROM system into recovery also wipes the OS. I'm not sure what other details to provide but I can answer any questions. Help would be appreciated, thank you!
I have never heard of this problem, what TWRP are you using? Firmware? ROM?
Darkaeluz said:
I have never heard of this problem, what TWRP are you using? Firmware? ROM?
Click to expand...
Click to collapse
Started with base MIUI, I believe it was 12, then updated to 12.5, so I got hit with ARB from the start. Switched to custom ROM, I went through crDroid, EvoX, and HavocOS before switching to Descendant 12, which is what I'm on now.
I'm pretty sure the issue began when I was flashing 12 after updating to 12.5 (to make sure all the tail ends were cleaned up I suppose) before flashing crDroid.
edit: I flashed stock through MiFlash so it just didn't work and I moved on, no bricking from ARB with TWRP
I've been using the Nebrassy TWRP, following this guide.
I'm not sure what you mean by firmware. I do not use a custom kernel if that is what you're asking.
FoxTailKitsune said:
Started with base MIUI, I believe it was 12, then updated to 12.5, so I got hit with ARB from the start. Switched to custom ROM, I went through crDroid, EvoX, and HavocOS before switching to Descendant 12, which is what I'm on now.
I'm pretty sure the issue began when I was flashing 12 after updating to 12.5 (to make sure all the tail ends were cleaned up I suppose) before flashing crDroid.
edit: I flashed stock through MiFlash so it just didn't work and I moved on, no bricking from ARB with TWRP
I've been using the Nebrassy TWRP, following this guide.
I'm not sure what you mean by firmware. I do not use a custom kernel if that is what you're asking.
Click to expand...
Click to collapse
Try to flash the latest fastboot original MIUI ROM for your device, that normally gets rid of most conflicts, and I would recommend following the flashing steps from CrDroid 8.1
Darkaeluz said:
Try to flash the latest fastboot original MIUI ROM for your device, that normally gets rid of most conflicts, and I would recommend following the flashing steps from CrDroid 8.1
Click to expand...
Click to collapse
How can I do that when my ARB is higher than stock ROM
Edit: I removed the ARB check in the .bat file and then flashed stock MIUI 12.5.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I get this error after flashing but everything seems fine once booted up.
Edit2: Attempt to flash Descendant 12:
1. Boot into stock ROM, set pin, finish setup
2. Boot into bootloader -> fastboot boot twrp.img
3. Flash descendant.zip -> I get this:
ERROR: failed to mount /system_ext
failed to mount /product
3a. (optionally) make TWRP permanent -> flash current TWRP
same errors
3b. system OS is wiped, sdcard is empty
4. Boot into system. Buggy (most notably audio freezing/cutting out)
4a. fastboot boot twrp.img
4b. OS is wiped, sdcard empty
I tried this twice. First time was 1-3b, second time 1-3, 4-4b.
I will try with the crDroid 8.1 posted TWRP file.
Edit3: using crDroid TWRP file
1. fastboot boot twrp-crdroid.img
2. flash crDroid (auto-flash twrp toggled)
3. reboot recovery
4. flash everything
5. FORMAT VERY IMPORTANT
6. boot system
On further consideration, I made two mistakes. One was getting too fixated on the errors, the other was not formatting after flashing. The twrp file really helped to resolve these issues. Thanks for your help.
FoxTailKitsune said:
How can I do that when my ARB is higher than stock ROM
Edit: I removed the ARB check in the .bat file and then flashed stock MIUI 12.5.
View attachment 5525303
I get this error after flashing but everything seems fine once booted up.
Edit2: Attempt to flash Descendant 12:
1. Boot into stock ROM, set pin, finish setup
2. Boot into bootloader -> fastboot boot twrp.img
3. Flash descendant.zip -> I get this:
ERROR: failed to mount /system_ext
failed to mount /product
3a. (optionally) make TWRP permanent -> flash current TWRP
same errors
3b. system OS is wiped, sdcard is empty
4. Boot into system. Buggy (most notably audio freezing/cutting out)
4a. fastboot boot twrp.img
4b. OS is wiped, sdcard empty
I tried this twice. First time was 1-3b, second time 1-3, 4-4b.
I will try with the crDroid 8.1 posted TWRP file.
Click to expand...
Click to collapse
what MIUI are you trying to flash? what phone do you have? K40?, F3 global? China?
Darkaeluz said:
what MIUI are you trying to flash? what phone do you have? K40?, F3 global? China?
Click to expand...
Click to collapse
12.5.5, the latest official ROM. I have F3 global.
Edit: It seems to be more an issue with Descendant than the other ROMs. PEX and crDroid, although also having mounting errors, did not come with the same ones. /vendor is okay, but it seems to be an error when failing to mount /oem and/or /system(.extensions) -- this would make sense, obviously.
I may try HavocOS and some other ROMS at a later time.

Categories

Resources