[v521][RECOVERY][TWRP] TWRP-3.1.1-0_v521-lineage for LG G Pad X 8.0[Unofficial] - LG G Pad X 8.0 ROMs, Kernels, Recoveries, & Other

{
"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"
}
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
You can find the source code for TWRP at https://github.com/omnirom/android_bootable_recovery
What's new in 3.1.1-0:
Backups will now include adopted storage keys (Dees_Troy)
Fixed an adb restore issue (bigbiff)
Fixed rebooting when no OS is present (Dees_Troy)
Fixed line wrapping in the GUI terminal (_that)
Updated TWRP source code to AOSP 7.1.2 (Dees_Troy)Updated TWRP source code to AOSP 7.1.2
Install as image using Flashify or TWRP
Downloads: TWRP-3.1.1-0_v521-recovery.img
Version Information
Status: Stable
TWRP Version: 3.1.1-0
Kernel: 3.10.84-lineage
Created 2017-05-18
Last Updated 2017-05-19

reserved

Thank you!
Sent from my LG-V521 using XDA-Developers Legacy app

king3opobn said:
Thank you!
Sent from my LG-V521 using XDA-Developers Legacy app
Click to expand...
Click to collapse
TWRP-3.1.1-0 is here --> TWRP-3.1.1-0_v521-recovery.img

For some reason im not able to make a nandroid backup of my stock rooted rom. TWRP is failing to mount data. Am I doing something wrong? I've used TWRP countless times on other devices to backup and have never had a problem.

mad212 said:
For some reason im not able to make a nandroid backup of my stock rooted rom. TWRP is failing to mount data. Am I doing something wrong? I've used TWRP countless times on other devices to backup and have never had a problem.
Click to expand...
Click to collapse
i downloaded the 3.1.1-0 version and reinstalled but no issue here. did you edit anything or install on the wrong device? mount points are defined in the /etc/recovery.fstab file in recovery. maybe try re-downloading and installing

mad212 said:
For some reason im not able to make a nandroid backup of my stock rooted rom. TWRP is failing to mount data. Am I doing something wrong? I've used TWRP countless times on other devices to backup and have never had a problem.
Click to expand...
Click to collapse
if you just rooted the device you're going to have to wipe data in twrp before it will be mountable

HighRidas said:
if you just rooted the device you're going to have to wipe data in twrp before it will be mountable
Click to expand...
Click to collapse
That did it. Thanks!

Hi.
Using your recovery, I get this:
"b3" devices; this is a "v521". Installer Error (Status 7)
Flashed to an older version of TWRP for the v521 and that worked. Thoughts?

bmac6996 said:
Hi.
Using your recovery, I get this:
"b3" devices; this is a "v521". Installer Error (Status 7)
Flashed to an older version of TWRP for the v521 and that worked. Thoughts?
Click to expand...
Click to collapse
What zip were you trying to flash? im guessing the first half of your error said "this package is meant for b3 devices..." or something along those lines. Im pretty sure the shabbypenguin 3.0.2.0 is b3 based, so it was generic or compatible with v521, v525 etc. . this is v521 only. I assume whatever zip you were trying to install only had the b3 assert. Most have "b3, v521" asserts in the update-script.
That error usually comes up when the recovery checks the assert in the zip you're installing, against the recovery default.prop and the v521 assert wasn't found in the zip package. So it failed because the recovery read the zip as being for another device.
Could also be your bootloader is outdated.

HighRidas said:
What zip were you trying to flash? im guessing the first half of your error said "this package is meant for b3 devices..." or something along those lines. Im pretty sure the shabbypenguin 3.0.2.0 is b3 based, so it was generic or compatible with v521, v525 etc. . this is v521 only. I assume whatever zip you were trying to install only had the b3 assert. Most have "b3, v521" asserts in the update-script.
That error usually comes up when the recovery checks the assert in the zip you're installing, against the recovery default.prop and the v521 assert wasn't found in the zip package. So it failed because the recovery read the zip as being for another device.
Could also be your bootloader is outdated.
Click to expand...
Click to collapse
This started with my LTE is being slow like snail on LineageOS. Baseband wasn't showing up on status (showing unknown) so I was going to try to flash/upgrade the modem to see if that does anything. Would drop into TWRP and flash but would get that error saying this was made for a "B3" not a "V521".
So I decided to go back to stock and flash with this :
https://forum.xda-developers.com/lg-g-pad-83/development/rom-lg-stock-nougat-t3561088
But even that came up with the same errors So I downgrade to shabbypenguin's TWRP and then I was able to flash those packages. Went back to LG STOCK and tried the modem zips but to my original issue, still getting SLOW LTE speeds. Maybe my radios are kaput? APN looks correct comparatively to other US Tmobile APN settings.
You said it could be the bootloader. Wouldn't going back to stock (link above) or even flashing latest LineageOS or RR update it to the latest bootloader?

HighRidas said:
if you just rooted the device you're going to have to wipe data in twrp before it will be mountable
Click to expand...
Click to collapse
I'm in the same boat like the other guy was, every time time I try to wipe data through twrp it fails.. How am I supposed to wipe it?

@HighRidas twrp 3.2 is released, fyi

Does this support encryption if I encrypt with Lineage? I'm hearing some issues with TWRP in general with encrypted Nougat devices.

Has anyone flashed this successfully? I'm having "remote: unknown command" errors.
to prove that I already successfully unlocked the bootloader:
fastboot getvar unlocked
Code:
unlocked: yes
finished. total time: 0.002s
fastboot flash recovery TWRP-3.1.1-0_v521-recovery.img
Code:
target reported max download size of 536870912 bytes
sending 'recovery' (16170 KB)...
OKAY [ 0.510s]
writing 'recovery'...
FAILED (remote: unknown command)
finished. total time: 0.511s
Any ideas? I'd appreciate any assistance.

mattlach said:
Has anyone flashed this successfully? I'm having "remote: unknown command" errors.
to prove that I already successfully unlocked the bootloader:
fastboot getvar unlocked
Code:
unlocked: yes
finished. total time: 0.002s
fastboot flash recovery TWRP-3.1.1-0_v521-recovery.img
Code:
target reported max download size of 536870912 bytes
sending 'recovery' (16170 KB)...
OKAY [ 0.510s]
writing 'recovery'...
FAILED (remote: unknown command)
finished. total time: 0.511s
Any ideas? I'd appreciate any assistance.
Click to expand...
Click to collapse
Must be done on 20f with dirty cow. https://forum.xda-developers.com/g-pad-x-80/how-to/nougat-7-0-v521-guide-to-update-v521-lg-t3533338

Airtioteclint said:
Must be done on 20f with dirty cow. https://forum.xda-developers.com/g-pad-x-80/how-to/nougat-7-0-v521-guide-to-update-v521-lg-t3533338
Click to expand...
Click to collapse
Ah. Thank you.
Someone really ought to fix the LineageOS guide page for the v521
Now I just have to figure out how to downgrade to 20f without a Windows machine to run LGUP on. I tried in a VM with USB forwarding, but no dice. The USB debugging authorization gets confused when it connects to the host and then the VM...

Encryption does NOT work but I think this is Lineage problem or the device doesn't support it.
When a LineageOS update comes out, and it reboots to recovery, the recovery doesn't install anything. Is this the recovery's fault or LineageOS' fault?
I also have to run this every upgrade (TWRP loop): dd if=/dev/zero of=/dev/block/platform/soc.0/7824900.sdhci/by-name/misc count=1 bs=32

c0080900v said:
I'm in the same boat like the other guy was, every time time I try to wipe data through twrp it fails.. How am I supposed to wipe it?
Click to expand...
Click to collapse
Same here, I go to "Wipe" and swipe and I get various "failed to mount" errors.

cookiemonster79 said:
Same here, I go to "Wipe" and swipe and I get various "failed to mount" errors.
Click to expand...
Click to collapse
You will need to format data on the wipe tab which will remove encryption and delete anything installed but will allow storage to mount.
Sent from my LG-V521 using Tapatalk

Related

[Q] E:Error executing updater binary in zip...

hello, hope you guys can help me out:
everytime i try to flash trickdroid, viperones or zenROMplus i get the same similar error in TWRP which looks like this:
Updating parition details...
Formatting Cache using mke2fs...
Done.
Formatting Data using mke2fs...
Wiping Internall SDcard
Updating parition details...
Installing '/sdcard/TrickDroid_9.0.0.zip'...
Checking for MD5 file...
Skipping MD5 check: no MD5 file found.
=======================
|Welcome to TrickDroid!|
|by torxx |
=======================
Formatting paritions...
E:Error executing updater binary in zip '/sdcard/Trick
Error flashing zip '/sdcard/TrickDroid_9.0.0.zip'
Updating partition details...
i have no problems flashing CM10 or CM10.1 nightly.
whats wrong with that?
Ville (s4) (o2 branding)
unlocked
s-off
hboot 2.13.0000
radio 1.11.50.05.28
TWRP v2.5.0.0
Flashing the Sense ROMs like TrickDroid or zenROM+ doesn't work in TWRP versions above 2.3.3.0.
Don't ask me why, but it doesn't work. You can temporarily flash it in an older recovery
fastboot boot recoveryname.img
Aah ok thanks! Didnt know that this was a well known problem with twrp v2.5+, because i didnt find such an error on google. Could u tell which recovery i should use? CWM or better lower twrp version? Is a twrp version lower than 2.3 buggy or fine?
turnschuh said:
Aah ok thanks! Didnt know that this was a well known problem with twrp v2.5+, because i didnt find such an error on google. Could u tell which recovery i should use? CWM or better lower twrp version? Is a twrp version lower than 2.3 buggy or fine?
Click to expand...
Click to collapse
TWRP 2.3.3.0 is the beat IMO. It works fine for me and is very stable.
Sent from my One S using Tapatalk 2
Ah, that explains the issue I've been having recently. Thanks for the help! I reverted to 2.3.3 and was able to get viper to flash again. I haven't noticed any difference between 2.3.3 and 2.5 on this device. Are there any downsides to keeping 2.3.3 for the foreseeable future?
HOSer_hut said:
Ah, that explains the issue I've been having recently. Thanks for the help! I reverted to 2.3.3 and was able to get viper to flash again. I haven't noticed any difference between 2.3.3 and 2.5 on this device. Are there any downsides to keeping 2.3.3 for the foreseeable future?
Click to expand...
Click to collapse
It's quicker to wipe on the newer one, but other than that it's the same. (Save for a few UI elements)
Sent from my One S using Tapatalk 2
The major change is the addition of otg in versions above 2.4
HTC_One_S | S-OFF | ViperOneS_2.2.0 | Black-Blue_Sense_Theme | ElementalX_4.2
Thank you guys. i was able to flash it with CWM Now i want twrp 2.3.3.0 but didnt find any download link on the official site nor on trusted sites like this forum. Can someone help me out again? (last question from me in this thread^^) thanks in advance!
turnschuh said:
Thank you guys. i was able to flash it with CWM Now i want twrp 2.3.3.0 but didnt find any download link on the official site nor on trusted sites like this forum. Can someone help me out again? (last question from me in this thread^^) thanks in advance!
Click to expand...
Click to collapse
On the TWRP website, search for Ville and you'll find all the previous versions (not the goo.im app link)
oh lol yea found it thanks, think im blind sometimes..
Yes!! Back in action
Awesome! So glad I stumbled onto this thread. The Google searches were all coming up with nothing until this one. I was using 2.6.1.0 when I initially had this issue then upgraded to 2.6.3.0 hoping that would resolve but nothing. Rolled back to 2.3.3.0 and now I'm good to go :good:
Just FYI, to anyone else that comes after me this fix worked for me and I'm using a T-Mo Galaxy S2 so this fix is not device-specific.
The issue I'm running into is that I can't figure out how to revert to 2.3.3.0. I'm using 2.6.0.0 and in the cmd prompt I type "fastboot erase cache" and then "fastboot flash recovery xxxxxx.zip". But when I do that I'm forever stuck in fastboot until I flash 2.6.0.0 again. It's like my HOX+ is married to that version and can't use anything else. Any help would be greatly appreciated.
aaron79att said:
The issue I'm running into is that I can't figure out how to revert to 2.3.3.0. I'm using 2.6.0.0 and in the cmd prompt I type "fastboot erase cache" and then "fastboot flash recovery xxxxxx.zip". But when I do that I'm forever stuck in fastboot until I flash 2.6.0.0 again. It's like my HOX+ is married to that version and can't use anything else. Any help would be greatly appreciated.
Click to expand...
Click to collapse
Fasboot flashing needs to be .img not .zip
extract your 2.33 zip so that you can flash the .img
fastboot flash recovery recovery.img (typing the name of recovery.img)
or download the img file from twrp website
http://teamw.in/project/twrp2
click on the "get twrp for your device" on the right and follow the links to the version you want for your particular brand of phone.
tivofool said:
Fasboot flashing needs to be .img not .zip
extract your 2.33 zip so that you can flash the .img
fastboot flash recovery recovery.img (typing the name of recovery.img)
or download the img file from twrp website
click on the "get twrp for your device" on the right and follow the links to the version you want for your particular brand of phone.
Click to expand...
Click to collapse
Thanks for the reply, tivo. My mistake on the .zip. I meant .img. I made sure to download the correct version, but still have the same issue. I just get stuck on the white HTC development screen. So, I can get into bootloader and TWRP (2.6.0.0 only), but can't flash ROMs. I'm just stuck with no OS and can't seem to find a work-around. My bootloader says Tampered and Unlocked/S-On. I did, however, use an unlock guide for the One X by accident, instead of the X+. That is the only thing I can think that would cause my troubles...
charliearthur said:
Awesome! So glad I stumbled onto this thread. The Google searches were all coming up with nothing until this one. I was using 2.6.1.0 when I initially had this issue then upgraded to 2.6.3.0 hoping that would resolve but nothing. Rolled back to 2.3.3.0 and now I'm good to go :good:
Just FYI, to anyone else that comes after me this fix worked for me and I'm using a T-Mo Galaxy S2 so this fix is not device-specific.
Click to expand...
Click to collapse
sorry how to revert back? I have TWRP 2.5.0.0
Edit:Nevermind I found out, but that wasn't the case for me I'm trying to flash liquid jb v2.37 and after I downgraded twrp ,I've still got an error (error 7)...
How do i get 2.3.3 when the goo.im page only goes back to 2.5 for my device? Also is this solution still relevant for flashing an AOKP 4.4 kit kat nightly rom on the Sprint HTC One (m7wls/m7spr)
usaff22 said:
TWRP 2.3.3.0 is the beat IMO. It works fine for me and is very stable.
Sent from my One S using Tapatalk 2
Click to expand...
Click to collapse
tried to find this on the link for a T-Mobile phone, but it only has nexus 7. So I googled it and every carrier seems to have the previous versions on techerrata EXCEPT T-Mobile.
Any help would be appreciated
Learnerspermit said:
tried to find this on the link for a T-Mobile phone, but it only has nexus 7. So I googled it and every carrier seems to have the previous versions on techerrata EXCEPT T-Mobile.
Any help would be appreciated
Click to expand...
Click to collapse
If you just search [ville] on the TWRP website, it should have the One S recovery you need. It doesn't matter if you have the T-Mobile of the International version.
usaff22 said:
If you just search [ville] on the TWRP website, it should have the One S recovery you need. It doesn't matter if you have the T-Mobile of the International version.
Click to expand...
Click to collapse
Sorry for not mentioning that part as well.
Went to the TWRP site and see NO SEARCH ENGINE, nor anything there that says Ville. Nor Googling TWRP ville.
Learnerspermit said:
Sorry for not mentioning that part as well.
Went to the TWRP site and see NO SEARCH ENGINE, nor anything there that says Ville. Nor Googling TWRP ville.
Click to expand...
Click to collapse
On the TWRP site, look for the "Get TWRP for your device" button in the upper right hand corner. Then that should bring up the search function:
{
"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"
}

[TOOL] WinDroid Toolkit | Unlock | Root | Flash | Install | One (M9)

Link To Main Thread
{
"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"
}
About
The WinDroid Toolkit is a Windows program built in Visual Studio using the C# programming language that simplifies the rooting process for many Android devices. The toolkit makes it easy to unlock your bootloader, flash a custom recovery and gain permanent root. It also includes other functions such as flashing kernels, pushing files and installing apps. If you find it helpful, give me a thanks and a donation if you can. If you find a bug or have a feature request, feel free to leave a reply. Thanks!
Download
WinDroid Toolkit
Changelog
Check out this document for current and past changelogs.
Supported Devices
Check out this spreadsheet for a list of currently supported devices.
Device not supported? Make a request here!
Contribute
Check out the source code on GitHub here.
Disclaimers
Please do not post, mirror, or take credit for this toolkit or any related work without explicit permission.
I am in no way responsible for any harm, damage, nuclear fission or bee infestation that may occur to your device through the use of this toolkit.
Reserved
Reserved.
This works with the new bootloader setup for the M9?
Captain_Throwback said:
This works with the new bootloader setup for the M9?
Click to expand...
Click to collapse
The toolkit uses the official HTC Dev bootloader unlock, official TWRP, and latest SuperSU, so I assume it does, unless extra steps are needed.
The program stops on my windows7 x64 laptop
It install the drivers and show online but if i choose Get tooken ID my phoon reboots and after that the program stops.
sorry for my bad english
now i tried to push a file and that works, i got allready my token and unlocked different way.
How
niekie73 said:
The program stops on my windows7 x64 laptop
It install the drivers and show online but if i choose Get tooken ID my phoon reboots and after that the program stops.
sorry for my bad english
now i tried to push a file and that works, i got allready my token and unlocked different way.
Click to expand...
Click to collapse
SO how did you get token and unlock? Get my phone Tuesday so trying to find out how to get this done before it gets here...
kaw900r said:
SO how did you get token and unlock? Get my phone Tuesday so trying to find out how to get this done before it gets here...
Click to expand...
Click to collapse
I used this one
http://forum.xda-developers.com/one-m9/general/guide-root-install-twrp-htc-one-m9-t3061133
Any chance you can add some sort of extracting files from twrp backup and an deodex function to the tollkit?
DroidShift79 said:
Any chance you can add some sort of extracting files from twrp backup and an deodex function to the tollkit?
Click to expand...
Click to collapse
I can look into it, but any features I add to the toolkit would have to be compatible with all of the devices I support, which is over 90 now. It may not work with every device correctly.
WindyCityRockr said:
I can look into it, but any features I add to the toolkit would have to be compatible with all of the devices I support, which is over 90 now. It may not work with every device correctly.
Click to expand...
Click to collapse
doesn't work. won't flash twrp. and my phone is unlocked.
stargaterules said:
doesn't work. won't flash twrp. and my phone is unlocked.
Click to expand...
Click to collapse
Can confirm, unlocked using htcdev.com and flashed TWRP the old fashioned way (fastboot flash recovery twrp.img) and received this message:
target reported max download size of 536870912 bytes
sending 'recovery' (35928 KB)...
OKAY [ 0.945s]
writing 'recovery'...
FAILED (remote: cannot flash this partition in s-on state)
finished. total time: 0.968s
So it looks like we might need s-off first? That would suck.
NaitsirkC said:
Can confirm, unlocked using htcdev.com and flashed TWRP the old fashioned way (fastboot flash recovery twrp.img) and received this message:
target reported max download size of 536870912 bytes
sending 'recovery' (35928 KB)...
OKAY [ 0.945s]
writing 'recovery'...
FAILED (remote: cannot flash this partition in s-on state)
finished. total time: 0.968s
So it looks like we might need s-off first? That would suck.
Click to expand...
Click to collapse
Yup, that's exactly what I get and yes, need s off first. So we gotta wait.
stargaterules said:
Yup, that's exactly what I get and yes, need s off first. So we gotta wait.
Click to expand...
Click to collapse
Actually I misspoke. In bootloader mode it says that, but in download mode, the one with the black background instead of the white background, it works like a charm! That's a relief.
What works like a charm? It's not letting me install recovery because s is on. How did you get past that?
stargaterules said:
What works like a charm? It's not letting me install recovery because s is on. How did you get past that?
Click to expand...
Click to collapse
It's supposed to be in download mode, it works just fine then. Manually choose download mode not bootloader and it works
WindyCityRockr said:
The toolkit uses the official HTC Dev bootloader unlock, official TWRP, and latest SuperSU, so I assume it does, unless extra steps are needed.
Click to expand...
Click to collapse
Recovery must be flashed while in download mode on the M9, not in bootloader. Flashing in bootloader is only possible if the device is S-OFF.
Captain_Throwback said:
Recovery must be flashed while in download mode on the M9, not in bootloader. Flashing in bootloader is only possible if the device is S-OFF.
Click to expand...
Click to collapse
awesome. it works. maybe add the info about device needing to be in download mode so people don't get confused. the program reboots the device into bootloader.
Will the program be updated?
Captain_Throwback said:
Recovery must be flashed while in download mode on the M9, not in bootloader. Flashing in bootloader is only possible if the device is S-OFF.
Click to expand...
Click to collapse
Hi guys, so the steps are the next:
1.- Unlock Bootloader Normally with the program.
2.- using this program Flash recovery but get into download mode manually(the program take to bootloader mode)
3.- ROOT.
Correct?
Thanks!
emptyPD said:
Hi guys, so the steps are the next:
1.- Unlock Bootloader Normally with the program.
2.- using this program Flash recovery but get into download mode manually(the program take to bootloader mode)
3.- ROOT.
Correct?
Thanks!
Click to expand...
Click to collapse
2b Make a stock backup
For 3 you need to make sure you install the latest Beta SuperSU, which I don't think is linked in this app.

[TOOL] Mi Toolkit V4 (Root, TWRP + Stock Recovery, IMEI Backup)

Because Manu11 didn't update his thread about the toolkit. I decided to post this to help Mi 4i users that got into trouble with TWRP unable to flash dh.harald's CM12.1
FEATURES
-Root (MIUI only, CM users can enable Root in Developer Options) Working on MIUI7 (thanks to @ss.suryakant95 for testing this out)
-TWRP Recovery
-Stock Recovery (just in case)
-EFS (IMEI) Backup and Restore
{
"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"
}
DOWNLOAD
(Some users had problems unzipping this ZIP with WinRAR, consider using free alternatives such as 7-zip)
MAIN URL: Click here to download (Please use this download, but if in any case you can't extract, you may use the mirror I provided.)
MIRROR: Click here to download.
HOW-TO
1. Enable Developer Options (Tap MIUI version 7 times in About Phone), and then in Developer Options, enable USB debugging.
2. Have you downloaded the ZIP? No? Download it, now.
3. Extract the downloaded ZIP wherever you like, keep in mind that all files must be kept together.
4. Connect your phone to the PC.
5. Run the Start.bat file.
ATTENTION: Please do a ROOT (I'll assume you're still in MIUI) before you flash TWRP, or you may be brought back into stock recovery. (Thanks to @omerjerk for testing this)
---
UPDATE: This toolkit's TWRP is deprecated (download the newest version here), but if you don't want to hassle with downloading another fastboot driver, you can still download dh.harald's recovery .img file, and copy your downloaded recovery to the extracted toolkit folder, then change dh.harald's recovery filename into twrp.img (UNTESTED)
I'll repack this toolkit with dh.harald's newest TWRP whenever possible.
---
This toolkit is made by magdag, all credits goes to him.
i'm getting error on extracting the zip file. can you re-upload plz
aloknand said:
i'm getting error on extracting the zip file. can you re-upload plz
Click to expand...
Click to collapse
don't use winrar...use 7zip to extract
aloknand said:
i'm getting error on extracting the zip file. can you re-upload plz
Click to expand...
Click to collapse
I've provided mirror in OP.
chikebum said:
don't use winrar...use 7zip to extract
Click to expand...
Click to collapse
hey thanks. extracted using 7-zip. :good:
any chance on getting updated twrp recovery or official support of twrp recovery?
milav said:
any chance on getting updated twrp recovery or official support of twrp recovery?
Click to expand...
Click to collapse
I can't speak for magdag, the dev. So, this is literally the version that is usable for flashing TWRP.
I don't expect any official support for TWRP. And I prefer CWM, if there's one.
does any one know to do a nandroid backup with twrp????? mines turning out to be 35mb!
krome_3k said:
does any one know to do a nandroid backup with twrp????? mines turning out to be 35mb!
Click to expand...
Click to collapse
Backup everything (all partitions) except the first in the list.
You may want to use the compression.
The backup should be somewhere between 3.5GB and 5.5GB depending on the options and the data.
You could install ROM Manager (from Koushik Dutta) from the Play Store.
Choose the TWRP as recovery and Unknown Device as device.
Then you can use this to backup with TWRP and it will choose the right options for you.
elot01 said:
Backup everything (all partitions) except the first in the list.
You may want to use the compression.
The backup should be somewhere between 3.5GB and 5.5GB depending on the options and the data.
You could install ROM Manager (from Koushik Dutta) from the Play Store.
Choose the TWRP as recovery and Unknown Device as device.
Then you can use this to backup with TWRP and it will choose the right options for you.
Click to expand...
Click to collapse
bro got my device soft bricked.. i think. the phone boots directly to twrp and twrp is unable to flash the official rom zip which i downloaded from the xiaomi website [miui_MI4iGlobal_V6.6.10.0.LXIMICF_80f20c0908_5.0.zip]. i think the only option i have is to flash a rom via fastboot but the when i download the fastboot rom [http://www.technobuzz.net/flash-miui-6-stable-rom-on-brickeddead-mi-4i-with-fastboot-mode/] nothing happens. i get a 503 error. does anybody out there have the fastboot rom for this device???
EDIT : tried flashing again phones working now but still does anyone have the fastboot rom??
krome_3k said:
bro got my device soft bricked.. i think. the phone boots directly to twrp and twrp is unable to flash the official rom zip which i downloaded from the xiaomi website [miui_MI4iGlobal_V6.6.10.0.LXIMICF_80f20c0908_5.0.zip]. i think the only option i have is to flash a rom via fastboot but the when i download the fastboot rom [http://www.technobuzz.net/flash-miui-6-stable-rom-on-brickeddead-mi-4i-with-fastboot-mode/] nothing happens. i get a 503 error. does anybody out there have the fastboot rom for this device???
EDIT : tried flashing again phones working now but still does anyone have the fastboot rom??
Click to expand...
Click to collapse
Just Google it. Seriously. Or go to MIUI Forums and see the options you got there, there should be plenty of MIUI Fastboot ROM since 6.5.6
Kreaz said:
Just Google it. Seriously. Or go to MIUI Forums and see the options you got there, there should be plenty of MIUI Fastboot ROM since 6.5.6
Click to expand...
Click to collapse
i posted after extensive googling. the only problem i faced was that the fastboot rom was undownloadable. but got the job done using twrp after it failed multiple times.
krome_3k said:
i posted after extensive googling. the only problem i faced was that the fastboot rom was undownloadable. but got the job done using twrp after it failed multiple times.
Click to expand...
Click to collapse
I have 6.6.5.0 as fastboot rom available.
For another person i already made a link available via Dropbox.
Here is the link (will keep it available till the end of the week): https://dl.dropboxusercontent.com/u/63898882/ferrari_global_images_V6.6.5.0.LXIMICF_20150521.0000.3_5.0_global_5ef519a03a.tgz
Thanks
Working like charm on MIUI7
ss.suryakant95 said:
Thanks
Working like charm on MIUI7
Click to expand...
Click to collapse
Is it the root or the twrp flashing?
Kreaz said:
Is it the root or the twrp flashing?
Click to expand...
Click to collapse
Both root and twrp
I've MiUi 6.6.10 on my device.
I used this toolkit to flash twrp but I'm not able to do so.
Whenever I select the 2 option, it flashes the recovery successfully. But, when I boot to recovery again using adb reboot recovery, I get the stock recovery and not twrp.
What I'm doing wrong ?
P.S. I haven't rooted the phone yet.
---------- Post added at 08:21 PM ---------- Previous post was at 08:14 PM ----------
omerjerk said:
I've MiUi 6.6.10 on my device.
I used this toolkit to flash twrp but I'm not able to do so.
Whenever I select the 2 option, it flashes the recovery successfully. But, when I boot to recovery again using adb reboot recovery, I get the stock recovery and not twrp.
What I'm doing wrong ?
P.S. I haven't rooted the phone yet.
Click to expand...
Click to collapse
It worked after root.
I think it should be added in the main post that root is required.
Hi
Not able to restore stock recovery with the toolkit. I've tried to flash stock.img manually in fastboot., but not able to get into stock recovery even fastboot show succeeded.
elot01 said:
I have 6.6.5.0 as fastboot rom available.
For another person i already made a link available via Dropbox.
Here is the link (will keep it available till the end of the week): https://dl.dropboxusercontent.com/u/63898882/ferrari_global_images_V6.6.5.0.LXIMICF_20150521.0000.3_5.0_global_5ef519a03a.tgz
Click to expand...
Click to collapse
sorry bro i missed the download can u reupload it please???
krome_3k said:
sorry bro i missed the download can u reupload it please???
Click to expand...
Click to collapse
I am at work at the moment, so you wil have to wait until tonight.

TWRP for LG Aristo 2

{
"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"
}
Warning: Make a backup of your current stock recovery and data! As always I'm not responsible for bricks.
This is twrp version 3.2.1-0 and has finally been ported to the LG Aristo 2!
To flash:
1. Make sure your bootloader is unlocked
2. Download recovery.img from below
3. Boot phone into fastboot mode using "adb reboot bootloader" without quotations
4. Flash using "fastboot flash recovery recovery.img" without quotations
5. Once it is done, disconnect the phone and reboot into recovery
6. Wipe /data and /cache
7. Flash no verity zip from https://build.nethunter.com/android-tools/no-verity-opt-encrypt/ (Get latest version)
8. Flash magisk zip from https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
9. Reboot and Enjoy!
Thanks to @brad2192 for flashing experimental builds for me!
*UPDATE 2-Fixed time bug, so now backups can be identified by date: https://www.androidfilehost.com/?fid=5862345805528064784*
TWRP DEVICE TREE: https://github.com/armandopartida0/android_device_lge_cv1
Donate here --------> https://paypal.me/APartida332
Works great, was a fun night of figuring this out together glad it worked out! Everything is functioning properly!
Just remember when you first load into TWRP you will need to go to wipe > format data and type yes.
This will erase all data so be sure to backup all your personal files to your SD card using the phone before you format. Then proceed to use the above instructions!
I got it flashed successfully and can get to it but it's asking for a decrypt password. I never set one up, so I'm not sure what to do. I still tried to format but it gives an error about inability to mount.
Edit - even with the error, it still has me set up Android again but it still wants a decrypt password and I can't mount.
tge101 said:
I got it flashed successfully and can get to it but it's asking for a decrypt password. I never set one up, so I'm not sure what to do. I still tried to format but it gives an error about inability to mount.
Edit - even with the error, it still has me set up Android again but it still wants a decrypt password and I can't mount.
Click to expand...
Click to collapse
hmmm. Can you provide a picture of the error please?
armandop_ said:
hmmm. Can you provide a picture of the error please?
Click to expand...
Click to collapse
I got it figured out. I rebooted directly back to TWRP after formatting the data and it mounted.
tge101 said:
I got it figured out. I rebooted directly back to TWRP after formatting the data and it mounted.
Click to expand...
Click to collapse
ah ok. Thanks for letting me know
Its normal. look at the other threads for twrp they always say to format the data after a reboot. Maybe add it to your tutorial thingy.
Edit: Thanks a lot guys its a lot more fun with root and TWRP. (>^.^)>
armandop_ said:
Warning: Make a backup of your current stock recovery and data! As always I'm not responsible for bricks.
This is twrp version 3.2.1-0 and has finally been ported to the LG Aristo 2!
To flash:
1. Make sure your bootloader is unlocked
2. Download twrp.img from below
3. Boot phone into fastboot mode using "adb reboot bootloader" without quotations
4. Flash using "fastboot flash recovery twrp.img" without quotations
5. Once it is done, disconnect the phone and reboot into recovery
6. Wipe /data and /cache
7. Flash no verity zip from https://build.nethunter.com/android-tools/no-verity-opt-encrypt/ (Get latest version)
8. Flash magisk zip from https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
9. Reboot and Enjoy!
Thanks to @brad2192 for flashing experimental builds for me!
TWRP 3.2.1-0 (tested and working): https://drive.google.com/open?id=1XDQ01-OTloDd1e-uhfU3La5XzsVbPZmH
Click to expand...
Click to collapse
Thank you for this! Once my sata cables come in the mail and I get my Windows copy up and running on my second hard drive I need to create an ISO .img from the KDZ file you gave me. Need to get my phone back to stock, and im thankful you guys got TWRP working on this great phone.
Create a IMG from kdz? Don't you just use the kdz in lg up or something to reflash?
teknoweanie said:
Create a IMG from kdz? Don't you just use the kdz in lg up or something to reflash?
Click to expand...
Click to collapse
That sounds like allot less pain in the ass. Can you give me a quick breakdown of how to reset into stock using the KDZ. Dont need go type paragraps or anything just a brief summary this is all new to me.
Heres a tutorial. Its made for the aristo 1 but im sure it should work with the aristo 2. Use the lg up program.here
Just make sure to use the kdz made for the aristo 2 that you already have.
Forgot you may need uppercut aswell. here sometimes it gives a error which uppercut fixes.
Has anyone tried any other cameras with this phone? I was thinking of trying to flash CameraNext or SnapDragon but I've never tried either on a stock rom, so I'm not sure whether I'd bootloop.
tge101 said:
Has anyone tried any other cameras with this phone? I was thinking of trying to flash CameraNext or SnapDragon but I've never tried either on a stock rom, so I'm not sure whether I'd bootloop.
Click to expand...
Click to collapse
I don't have the phone so I can't test that. Mabe someone here with the phone can test?
tge101 said:
Has anyone tried any other cameras with this phone? I was thinking of trying to flash CameraNext or SnapDragon but I've never tried either on a stock rom, so I'm not sure whether I'd bootloop.
Click to expand...
Click to collapse
I love the Google Camera, just sucks that it saves strictly to Internal.
brad2192 said:
I love the Google Camera, just sucks that it saves strictly to Internal.
Click to expand...
Click to collapse
It only works up to be version 3 right? That's the last one I could find for non arm64.
tge101 said:
It only works up to be version 3 right? That's the last one I could find for non arm64.
Click to expand...
Click to collapse
Yeah, exactly. But it records really nicely
i have trouble booting in to recovery.... it takes me back to fastboot... Also I tried to revert to flash the root_boot and that does not work for me... pls help
Hey guys quick question... So I accidentally wiped system and didn't make a backup. I can get into twrp but have no os to flash. What can I do to get my phone working again? Sorry and thanks!
tge101 said:
Has anyone tried any other cameras with this phone? I was thinking of trying to flash CameraNext or SnapDragon but I've never tried either on a stock rom, so I'm not sure whether I'd bootloop.
Click to expand...
Click to collapse
I am trying to find good camera apps for this phone because the stock one is not that good. I will try those two that you have just posted.
Xsavi said:
I am trying to find good camera apps for this phone because the stock one is not that good. I will try those two that you have just posted.
Click to expand...
Click to collapse
I've tried finding other LG camera apps but none would work. Let me know how CameraNext works (if it does).
OpenCamera is giving me terrible quality.
Bacon Camera seems ok.
Google Camera is ok, but limited.
That's all I've tried. I know this camera should be capable of some good pictures.
Edit - I found an APK only install for CameraNextMod v10. This might be the best we can get with this camera unless the zip versions are compatible. Here's a link https://drive.google.com/file/d/1aLdiT1B2TcDFL0vfcmwYz6L7EdxqgFKj/view?usp=sharing
---------- Post added at 07:09 PM ---------- Previous post was at 06:26 PM ----------
armandop_ said:
ah ok. Thanks for letting me know
Click to expand...
Click to collapse
So, I just went back into TWRP for the first time since and it's still asking for a password to decrypt. I don't want to wipe everything again. Any ideas? Nothing is mounted and I can't mount without the password.

Struck at Error:7 twrp "this package requires firmware from miui 9.5.14"

So I was initially on pixel experience 9.0 plus for my redmi note 7 pro and then decided to flash MIUI V11.0.5.0.PFHINXM via TWRP recovery. After flashing, the phone booted normally. Then I switched the rom to Pixel Experience 10. I didn't like the rom so thought of coming back to 9.0-pixel-experience but when I tried to do so, I got the error Error:7 twrp "this package requires firmware from miui 9.5.14" update your firmware. I tried updating the firmware too by flashing firmware from https://xiaomifirmwareupdater.com/firmware/violet/ but nothing seemed to work. Later I tried flashing pixel experience 10 and got the error. Now I am not able to flash any other rom other than Miui. Can someone help me to fix it, please?
ps: I have already tried flashing factory images of latest miui roms and that has not solved the problems.
which recovery are you using
try changing recovery
check with orangefox
I have tried switching recoveries too. Nothing seem to work.
gursewak.10 said:
which recovery are you using
try changing recovery
check with orangefox
Click to expand...
Click to collapse
I have tried changing the recovery too. Same error.
try flashing stable fastboot rom with option flash all.
then flash orangefox recovery with fastboot and then try.
flashing fastboot rom will undo anything happened to any partition
Seemed like it would have worked
gursewak.10 said:
try flashing stable fastboot rom with option flash all.
then flash orangefox recovery with fastboot and then try.
flashing fastboot rom will undo anything happened to any partition
Click to expand...
Click to collapse
I already tried flashing the latest Fastboot image and then tried flashing again. It still doesn't work.
are you formatting data before flashing??
when you format data there is no residue left of previous roms.
try format data then flash fastboot rom with "flash all" and then install recovery, try orangefox .
Yes
gursewak.10 said:
try flashing stable fastboot rom with option flash all.
then flash orangefox recovery with fastboot and then try.
flashing fastboot rom will undo anything happened to any partition
Click to expand...
Click to collapse
gursewak.10 said:
are you formatting data before flashing??
when you format data there is no residue left of previous roms.
try format data then flash fastboot rom with "flash all" and then install recovery, try orangefox .
Click to expand...
Click to collapse
I first erased everything from wipe and then even removed system,data,cache from advance wipe and then flashed. Whenever I try to flash any rom, it fails at the manifest check and gives the above said error. I even tried flashing the latest firmware. Nothing seem to work for me and now I am stuck at Miui?.
Starksm said:
I first erased everything from wipe and then even removed system,data,cache from advance wipe and then flashed. Whenever I try to flash any rom, it fails at the manifest check and gives the above said error. I even tried flashing the latest firmware. Nothing seem to work for me and now I am stuck at Miui.
Click to expand...
Click to collapse
i guess the rom file you are trying to install is either corrupted or checking for something.
could you upload updater-script file from meta-inf/com/google/Android folder from the rom you are trying to flash which is giving this error.
Please find the screenshot attached.
gursewak.10 said:
i guess the rom file you are trying to install is either corrupted or checking for something.
could you upload updater-script file from meta-inf/com/google/Android folder from the rom you are trying to flash which is giving this error.
Click to expand...
Click to collapse
Btw every rom has that updater line that I have highlighted. If I remove the assert function from the updater, the rom will get flashed but I just want to know why the issue is happening.
{
"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"
}
https://drive.google.com/file/d/1-7X0FyJH37mjOxVZcpdnb-STaxM2V_BO/view?usp=drivesdk
Please find the screenshot attached.
https://ibb.co/9gCg59f
its for checking, so you cannot flash the rom over a very old version of the stock rom which makes flashed rom not work properly or not booting at all.
they build roms over a specific version on which they test to have it working fine during all phases.
so thats why developers have it to keep a check over version of the rom you are installing upon. so that it has no conflicts between integration in future for running the rom.
moreover i see the version of your rom is old and may have a new version ,so try to have an updated version of the rom which may flash fine.
I tried flashing the lastest today's built of mokee and still the same error
gursewak.10 said:
its for checking, so you cannot flash the rom over a very old version of the stock rom which makes flashed rom not work properly or not booting at all.
they build roms over a specific version on which they test to have it working fine during all phases.
so thats why developers have it to keep a check over version of the rom you are installing upon. so that it has no conflicts between integration in future for running the rom.
moreover i see the version of your rom is old and may have a new version ,so try to have an updated version of the rom which may flash fine.
Click to expand...
Click to collapse
https://drive.google.com/file/d/1-EJlMd23ZJXa-Q_G9GCnkAN1oXTPxyGT/view?usp=drivesdk
Starksm said:
https://drive.google.com/file/d/1-EJlMd23ZJXa-Q_G9GCnkAN1oXTPxyGT/view?usp=drivesdk
Click to expand...
Click to collapse
from what i know, mokee rom has a patch for that.
you need to install that patch first.
This ought to be firmware bug. try fw 9.9.3 or the global 11.0.5.0 fw. Might work.....
I thought that too
Roshin1401 said:
This ought to be firmware bug. try fw 9.9.3 or the global 11.0.5.0 fw. Might work.....
Click to expand...
Click to collapse
I tried flashing the latest firmware too but it still doesn't want to work.
there is one simple and easy solution for this "delete that line" and then flash.
Xiaomi firmware update about 65mb
xiaomifirmwareupdater.com
I have tried that already
[email protected] said:
xiaomifirmwareupdater.com
Click to expand...
Click to collapse
It didn't work
Hey! thanks for helping with your solutions. My issue was solved by flashing the latest INDIAN MIUI FIRMWARE. I can now easily flash any rom without any problems. Thanks
Please, can you explain the process, because even I'm getting firmware update error while flashing PE10 even after flashing latest Indian firmware before flashing Custom ROM, Tried Official TWRP, Peter TWRP booth. This started after update of MIUI-11, There was no such issue with MIUI10.

Categories

Resources