TWRP folder issues - Honor 7X Questions & Answers

Hi does any one have a issue with twrp on emui 8, all the folder as weirdly scramble. is it the version of twrp or a actually bug. i using the modded version of the openkirin one.

shadowsiul said:
Hi does any one have a issue with twrp on emui 8, all the folder as weirdly scramble. is it the version of twrp or a actually bug. i using the modded version of the openkirin one.
Click to expand...
Click to collapse
This is because your device is encrpyted. It is normal. So, if you want to flash anything, you MUST use a SD card or USB OTG. :good:

Related

[Official] TWRP 3.1.1-0 Mate 8[Modified][Nougat]

[Official]TWRP 3.1.1-0 for MATE 8
Modified to work with Nougat firmware​Team Win Recovery Project 3.1.1-0
WHAT IS TWRP?
Team Win Recovery Project is a custom recovery for Android devices.
It allows you to back up and restore your data, flash custom ROMs to your device, repair broken file systems, and root your device.
WHY IS IT MODIFIED?
Like you know, the official TWRP here doesn't work on Huawei Mate 8 device, it's why I modified in order it works on our device. This one only works with Nougat firmware.
SUPPORTED DEVICES
Mate 8
DOWNLOAD
twrp-3.1.1-0-next.img - MD5: 82808bdc7ff1452ea15081f033c4f826
What's new in 3.1.1-0 (TeamWin - TWRP):
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
My changes:
Code:
TWRP 3.1.1-0
* modified to work on Nougat
* kernel updated from eRecovery (B581 firmware) for proper loop support
* native_package.xml has been added to device specific version from eRecovery (B581 firmware)
* Replaced system folder by the one of eRecovery (B581 firmware)
KNOWN ISSUES
Doesn't work with Marshmallow
Doesn't enable to correctly read the decrypted data - displaying 0 MB when you push the "Install" button - Only with decrypted data
CREDITS
TeamWin - TWRP
Franzyroy (me)
Version Information
Status: Official modified - beta version
Release Date: 2017-05-26
If you like that, hit the THANKS button below !​
I can't say anything about this TWRP yet, I haven't tested it, so I do not know what it is worth ... but it is official.
I tried but it doesn't work for me with Nougat.
franzyroy said:
I tried but it doesn't work for me with Nougat.
Click to expand...
Click to collapse
Maybe it's only support for HTC? The twrp we have now (3.0.2) also good enough but only need to improve on the restore data part. As the path restore data broken but of course restore using twrp 3.0.3. Only problem with twrp 3.0.3 doesn't work well with data encryption.
Edit : Yeah. I tried it too. Doesn't work. Maybe it's for MM.
What a pc of junk waste of time to post its not 1985
franzyroy said:
I tried but it doesn't work for me with Nougat.
Click to expand...
Click to collapse
we defo need a port for nougat then... thx for testing
Sent from my Huawei Mate 8 NXT-AL10
dexz said:
Maybe it's only support for HTC? The twrp we have now (3.0.2) also good enough but only need to improve on the restore data part. As the path restore data broken but of course restore using twrp 3.0.3. Only problem with twrp 3.0.3 doesn't work well with data encryption.
Edit : Yeah. I tried it too. Doesn't work. Maybe it's for MM.
Click to expand...
Click to collapse
I checked inside, I confirm it's for MM . But it's really for our device.
c|nder said:
What a pc of junk waste of time to post its not 1985
Click to expand...
Click to collapse
???? WTF ¿¿¿ I would like to understand but I don't see!
jbmc83 said:
we defo need a port for nougat then... thx for testing
Click to expand...
Click to collapse
Maybe it could help us to have a stable version of Nougat.
Not working on MM, I couldn't boot onto recovery
Sent from my Nexus 6P using Tapatalk
M.Noury said:
Not working on MM, I couldn't boot onto recovery
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
Really? It doesn't work on Marshmallow? What is this bazaar?
M.Noury said:
Not working on MM, I couldn't boot onto recovery
Click to expand...
Click to collapse
Now that's a surprise.
dexz said:
Now that's a surprise.
Click to expand...
Click to collapse
I made a report here.
franzyroy said:
I made a report here.
Click to expand...
Click to collapse
I think all we need is some dev to look into it. 1% of the report will be reply from the official but then again 1% is better than 0% right. :laugh:
I confirm, 3.1.0.0 hangs on boot.
dexz said:
I think all we need is some dev to look into it. 1% of the report will be reply from the official but then again 1% is better than 0% right. :laugh:
Click to expand...
Click to collapse
Yes I know but well, we must try.
paulcl said:
I confirm, 3.1.0.0 hangs on boot.
Click to expand...
Click to collapse
Unfortunately.
Well, already a good new for us, if I can say, the TWRP 3.1.0-0 doesn't work also for other models, like the Huawei Honor 8. It's not really a good info but at least, we aren't alone with this issue. So we can hope to have a fix nextly or later.
I have flashed TWRP 3.1.0.0 from the honor 8 thread. I managed to boot to recovery. The only thing that not working is data partition not able to format. Got an error unable to find crypto file or something. I know it's for honor 8 but just trying my luck :laugh:
dexz said:
I have flashed TWRP 3.1.0.0 from the honor 8 thread. I managed to boot to recovery. The only thing that not working is data partition not able to format. Got an error unable to find crypto file or something. I know it's for honor 8 but just trying my luck :laugh:
Click to expand...
Click to collapse
Seriously, this one? if it's like the official, I perhaps know the cause, I hope.
Edit:
I decompiled it. This is what I think is the cause, in the recovery.fstab file.
Code:
/data f2fs /dev/block/dm-0
Look into the frd-twrp by example and you'll see fully different. Already, your data isn't a f2fs partition.
franzyroy said:
Seriously, this one? if it's like the official, I perhaps know the cause, I hope.
Click to expand...
Click to collapse
Yes the one.
Edit:
I decompiled it. This is what I think is the cause, in the recovery.fstab file.
franzyroy said:
Look into the frd-twrp by example and you'll see fully different. Already, your data isn't a f2fs partition.
Click to expand...
Click to collapse
I have tried to change data partition to f2fs using twrp 3.0.2 then flashed twrp 3.1.0 and format data but it doesn't work too. Maybe you are right recovery.fstab need to modify?

Confused about TWRP

I got the redmi note 8 gingko 4/64 and wanted to ask which TWRP is actually the "best". Installed the "original" and it seems to work fine, but read here and there that the one of mauronofrio is recommended. What would you suggest?
mankokoma said:
I got the redmi note 8 gingko 4/64 and wanted to ask which TWRP is actually the "best". Installed the "original" and it seems to work fine, but read here and there that the one of mauronofrio is recommended. What would you suggest?
Click to expand...
Click to collapse
Follow this guide to see why twrp fails in some cases and the solution to overcome twrp issue.
the_weird_aquarian said:
Follow this guide to see why twrp fails in some cases and the solution to overcome twrp issue.
Click to expand...
Click to collapse
am using orangefox.. does it say why kernel and modules work. but lately i have a flashable zip of ringtones and they dont appear in phone or in folder.
---------- Post added at 09:31 AM ---------- Previous post was at 09:29 AM ----------
mankokoma said:
I got the redmi note 8 gingko 4/64 and wanted to ask which TWRP is actually the "best". Installed the "original" and it seems to work fine, but read here and there that the one of mauronofrio is recommended. What would you suggest?
Click to expand...
Click to collapse
i think original or stock from twrp doesnt have other features example convert partition to f2fs. ect. other have all this. oreangefox have alot of features.
raptorddd said:
am using orangefox.. does it say why kernel and modules work. but lately i have a flashable zip of ringtones and they dont appear in phone or in folder.
Click to expand...
Click to collapse
You mean flashable zip is not shown in internal storage in orangefox menu from where we browse files to flash??
the_weird_aquarian said:
You mean flashable zip is not shown in internal storage in orangefox menu from where we browse files to flash??
Click to expand...
Click to collapse
if i flash kernel it works. if i flash magisk for root it works. i mean you boot into OS and kernel is installed and so is magisk. if i flash a zip that has ringtones they dont install they do not show up in phone ringtones or in folder its like its not placing the files to system partition. but if i use official twrp flashable zips do install and show up in phone.. i have tried both oreangefox and pitchblack both wont flash those zips i mentioned.
seems like something got messed up . i was in rn5 whyred using orange fox.. then magisk 20.2 was released anad orangefox got update.. after that update it didnt install those zips.. then another update was released in a day. and still dont flash those zips. at that time i reverted to the old orangefox i had and that one worked.. so last friday i unlocked bootloader and encounter the same as in whyred orangefox doesnt install the zips i mentioned.
strange that no one has reported already.
raptorddd said:
if i flash kernel it works. if i flash magisk for root it works. i mean you boot into OS and kernel is installed and so is magisk. if i flash a zip that has ringtones they dont install they do not show up in phone ringtones or in folder its like its not placing the files to system partition. but if i use official twrp flashable zips do install and show up in phone.. i have tried both oreangefox and pitchblack both wont flash those zips i mentioned.
seems like something got messed up . i was in rn5 whyred using orange fox.. then magisk 20.2 was released anad orangefox got update.. after that update it didnt install those zips.. then another update was released in a day. and still dont flash those zips. at that time i reverted to the old orangefox i had and that one worked.. so last friday i unlocked bootloader and encounter the same as in whyred orangefox doesnt install the zips i mentioned.
strange that no one has reported already.
Click to expand...
Click to collapse
hmm that seems weird. Did you create the zip yourself or downloaded from somewhere?
the_weird_aquarian said:
hmm that seems weird. Did you create the zip yourself or downloaded from somewhere?
Click to expand...
Click to collapse
created myself. been using for long time. and ginkgo official twrp does place the files in the folder and shows in phone ringtones.. weird very weird,
raptorddd said:
created myself. been using for long time. and ginkgo official twrp does place the files in the folder and shows in phone ringtones.. weird very weird,
Click to expand...
Click to collapse
My experience with self-made (and third party updater-zips) is, that you have to mount the system and vendor partitions manually before you install the updater-zip.
Have you tried this already? For me that's the way it works.
the_weird_aquarian said:
Follow this guide to see why twrp fails in some cases and the solution to overcome twrp issue.
Click to expand...
Click to collapse
I have read your guide very carefully and thanks for that! Don't get me wrong, but has nothing to do with my question. My device is encrypted and yet there has not been any problems with the original TWRP and encryption or something similar.
My question was if there are any known problems or issues with the original TWRP and is it for that reason necessary to change to another one like Orangefox or the one of @mauronofrio?
mankokoma said:
I have read your guide very carefully and thanks for that! Don't get me wrong, but has nothing to do with my question. My device is encrypted and yet there has not been any problems with the original TWRP and encryption or something similar.
My question was if there are any known problems or issues with the original TWRP and is it for that reason necessary to change to another one like Orangefox or the one of @mauronofrio?
Click to expand...
Click to collapse
Hi..if you read the guide then you might know by now the problem with official twrp is the bootloop in decrypted devices..you can't flash miui OTA with twrp...if you're on encrypted device with twrp then you have to flash full rom...other than that official twrp works just fine
mankokoma said:
My experience with self-made (and third party updater-zips) is, that you have to mount the system and vendor partitions manually before you install the updater-zip.
Have you tried this already? For me that's the way it works.
Click to expand...
Click to collapse
right i found that out yesterday after manually mountinf system partition it works.. but in many years ive never had to do it like this. it was just flash zip.
raptorddd said:
right i found that out yesterday after manually mountinf system partition it works.. but in many years ive never had to do it like this. it was just flash zip.
Click to expand...
Click to collapse
yeah, had this never before either until redmi note 5 and now 8
Any idea why you can't switch off the light in TWRP?
mankokoma said:
yeah, had this never before either until redmi note 5 and now 8
Any idea why you can't switch off the light in TWRP?
Click to expand...
Click to collapse
well orangefox on whyred happened after the latest 2 new updates.. then happens in ginkgo.
no none that i tried cant turn the screen off..if all are the same then is a problem that will stay or fix later i do not know. also kernels all are alike in kernel kcal is broken.. no sound control... i feel no big differnece with whyred.
raptorddd said:
well orangefox on whyred happened after the latest 2 new updates.. then happens in ginkgo.
no none that i tried cant turn the screen off..if all are the same then is a problem that will stay or fix later i do not know. also kernels all are alike in kernel kcal is broken.. no sound control... i feel no big differnece with whyred.
Click to expand...
Click to collapse
the only differences were the reasons I bought it: much better Camera and two SIMs plus sdcard... that's it and it feels good.
What you have to wipe for flashing this ROM?
Data, System, Vendor, Cache.
All of them, right?

Kirin GSI Custom ROMs Developments for Huawei

I have found this android 10 Rom for which you are uninterested in the probe on my p20 EML L09 and it works correctly
https://www.haky86.com/kirin-gsi/#Android_100
Does it work with L29? What version of the recovery has to be used?
Thanks in advance for your answer?
Screens?
I can confirm the ROM is working pretty fine !
Flashed via fastboot then I flashed TWRP (downloaded the P20 Pro version from the official TWRP website) and sideload Gapps since touchscreen isn't working
Some screenshots
ectoplasma22 said:
I can confirm the ROM is working pretty fine !
Flashed via fastboot then I flashed TWRP (downloaded the P20 Pro version from the official TWRP website) and sideload Gapps since touchscreen isn't working
Click to expand...
Click to collapse
How have you done to load the gapps?
I don't have twrp, how can I do it?
this rom also works https://sourceforge.net/projects/am...tagOS-10.0.1-arm64-ab-vanilla.img.xz/download
mir2480 said:
this rom also works https://sourceforge.net/projects/am...tagOS-10.0.1-arm64-ab-vanilla.img.xz/download
Click to expand...
Click to collapse
Where did you find that one ? Seems interesting ! Any flashing specifications ? Or juste flash system.img ?
---------- Post added at 02:27 AM ---------- Previous post was at 02:24 AM ----------
mir2480 said:
How have you done to load the gapps?
I don't have twrp, how can I do it?
Click to expand...
Click to collapse
Get the official TWRP app, choose Berkeley as your device and download latest TWRP 3.3.10 I think
Then flash it via fastboot, reboot into recovery by holding volume down while powering up. Plug back into your PC, adb sideload gapps.zip , you might have to adb shell twrp sideload before
ectoplasma22 said:
I can confirm the ROM is working pretty fine !
Flashed via fastboot then I flashed TWRP (downloaded the P20 Pro version from the official TWRP website) and sideload Gapps since touchscreen isn't working
Click to expand...
Click to collapse
re-size system partition to fix it.
edit:
or get the "KSSI" aex 7.x (Kirin Specific System Image) which gapps is fixed there.
https://www.haky86.com/kssi/emui-pie/
haky 86 said:
re-size system partition to fix it.
edit:
or get the "KSSI" aex 7.x (Kirin Specific System Image) which gapps is fixed there.
https://www.haky86.com/kssi/emui-pie/
Click to expand...
Click to collapse
How can I make twrp work? and also how can I make magisk work on a gsi rom with android 10?
haky 86 said:
re-size system partition to fix it.
edit:
or get the "KSSI" aex 7.x (Kirin Specific System Image) which gapps is fixed there.
https://www.haky86.com/kssi/emui-pie/
Click to expand...
Click to collapse
Do you intend to develop more around the P20 or Kirin ? Would love to try new ROMs and I can still run your AEX as daily routine, battery is not as good as emui9 but close and everything is running fine
ectoplasma22 said:
Do you intend to develop more around the P20 or Kirin ? Would love to try new ROMs and I can still run your AEX as daily routine, battery is not as good as emui9 but close and everything is running fine
Click to expand...
Click to collapse
https://sourceforge.net/projects/am...tagOS-10.0.1-arm64-ab-vanilla.img.xz/download
this rom also works!!!
one despises you lot with your unlocked bootloaders phhhfffff
mir2480 said:
How have you done to load the gapps?
I don't have twrp, how can I do it?
Click to expand...
Click to collapse
This rom also works, the arm64 ab: https://www.pling.com/p/1376076/#files-panel . I installed gapps by rooting with magisk then installing weebgapps module. I havent seen a bug yet in this gsi. Get the vanilla version
jackching said:
This rom also works, the arm64 ab: https://www.pling.com/p/1376076/#files-panel . I installed gapps by rooting with magisk then installing weebgapps module. I havent seen a bug yet in this gsi. Get the vanilla version
Click to expand...
Click to collapse
Did you try the gapps version ? I'm downloading it now from official havoc gsi
ectoplasma22 said:
Did you try the gapps version ? I'm downloading it now from official havoc gsi
Click to expand...
Click to collapse
Ya it wont install. The .img has to be smaller then 2.5 or 2.6 GB in order to install on this phone. Something like that
jackching said:
Ya it wont install. The .img has to be smaller then 2.5 or 2.6 GB in order to install on this phone. Something like that
Click to expand...
Click to collapse
How can I increase the partition size to install larger roms?
mir2480 said:
How can I increase the partition size to install larger roms?
Click to expand...
Click to collapse
wipe, advanced wipe, repair or change file system, resize file system, swipe. Thats if you somehow got twrp working on 9.x...
jackching said:
wipe, advanced wipe, repair or change file system, resize file system, swipe. Thats if you somehow got twrp working on 9.x...
Click to expand...
Click to collapse
Using twrp shell could be possible
Did you install magisk with a patched boot.img ? In this case what did you use ?
New KSSI rom, checkout the new link for change log. have fun
https://www.haky86.it/kssi/emui-9-1/

General Found TWRP 3.5.0 for Redmi K40 (POCO F3)

So I just found a TWRP 3.5.0 file (I don't know who made this) from QQ ydss (China). Yeah I actually doing a leaking this file for you guys so you could have a try if you want to
Download here (GDrive)
Translated from Chinese:
The model structure is the factory (OEM) Android 11's structure. Partition structure is the latest virtual-A/B and doesn't have recovery partition, this is a special point.
Support latest Magisk Root.
This is the first beta build, please use the command "fastboot boot xxxx.img" to start using the recovery.
Support Dynamic Partition Plugins, auto-decrypt is not supported, you need to format Data to access to Data manually.
Sorry for bad English!
P/S: I will not response as your device is bricked, do it at YOUR OWN RISK
Link is working now, I forgot to enable public sharing, sorry guys
now not unlock phone still wait unlock to test
waiting for the 7-day restriction xiaomi bleat lifting
twrp boots up but this IT does not support decryption yet. You can't install anything yet
Chinese K40 users have done twrp3.5. They can swipe the temporary image of twrp into the mobile phone, but they can't decrypt it. I try to format the data and use the computer's ADB push / sacrd/ xx.zip It will prompt that the mobile phone is out of space
And does the version work?
bringchen said:
Chinese K40 users have done twrp3.5. They can swipe the temporary image of twrp into the mobile phone, but they can't decrypt it. I try to format the data and use the computer's ADB push / sacrd/ xx.zip It will prompt that the mobile phone is out of space
Click to expand...
Click to collapse
It just the interface test for sure, and flash is pretty useless right now until there would be a ROM support it
And that's could be a long while that we have to waiting for big-hands devs
CHGICEMAN said:
And does the version work?
Click to expand...
Click to collapse
Of course bruh, how could I put here if it doesn't work??
DumbHokage said:
Of course bruh, how could I put here if it doesn't work??
Click to expand...
Click to collapse
and why is everyone saying that this twrp has no decryption and does not work? who is lying?
any update to this version sir?
Hey, guys, has anyone tried this twrp to read USB devices?
T-HeaD said:
and why is everyone saying that this twrp has no decryption and does not work? who is lying?
Click to expand...
Click to collapse
And don't u read the italic description above???
Hopefully there is an official twrp
This recovery working properly, I got the phone on March 4 and unlocked it on March 13 and used this to flash into magisk.
It can't unlock the data partition, but you can use otg to flash zip.
Alpha Another said:
This recovery working properly, I got the phone on March 4 and unlocked it on March 13 and used this to flash into magisk.
It can't unlock the data partition, but you can use otg to flash zip.
Click to expand...
Click to collapse
Wow how can you get the phone that early, is literally the sametime those reviewers are getting the phone to be tested.
When do we can expect an offical TWRP version?
bl3d2death said:
When do we can expect an offical TWRP version?
Click to expand...
Click to collapse
It probably never will,
they are not even for older models
DeathStroke47 said:
This twrp is ****. It can't flash xiaomi.eu rom from otg.
Click to expand...
Click to collapse
Ure stupid, it's a fastboot option not a flashable rom.
Please applaud me
............delete

Question Eliteroms newest weekly

Hello, anyone facing Issue after flash Eliteroms weekly? I did try flash using TWRP but after successful flash it keep boot on Fasboot
wacayalu said:
Hello, anyone facing Issue after flash Eliteroms weekly? I did try flash using TWRP but after successful flash it keep boot on Fasboot
Click to expand...
Click to collapse
First install:
Use the first install.bat file included in the extracted zip folder, in Fastboot mode.
With Twrp/wipe format data type yes/reboot twrp(if errors red lignes,repeat the operation by restarting on the Twrp each time).
You need to update with OTA not directly with TWRP.
You may be using an older version of TWRP.
These roms are Hybrid you can use the update.bat file included in the extracted zip folder, in Fastboot mode.
NOSS8 said:
First install:
Use the first install.bat file included in the extracted zip folder, in Fastboot mode.
With Twrp/wipe format data type yes/reboot twrp(if errors red lignes,repeat the operation by restarting on the Twrp each time).
You need to update with OTA not directly with TWRP.
You may be using an older version of TWRP.
These roms are Hybrid you can use the update.bat file included in the extracted zip folder, in Fastboot mode.
Click to expand...
Click to collapse
Aloha Wacayalu,
Did you get the elite roms working on the 13 pro? If so what version are you using. I've been think about flashing elite roms as well, but don't know which version to flash. Could you let me know.
Mahalo
devilman30 said:
Aloha Wacayalu,
Did you get the elite roms working on the 13 pro? If so what version are you using. I've been think about flashing elite roms as well, but don't know which version to flash. Could you let me know.
Mahalo
Click to expand...
Click to collapse
Only flash using fasboot atm and its working on 14.0.23.3.20, if u flash using twrp it wont boot, the dev said its gonna take a while for flash using twrp
wacayalu said:
Only flash using fasboot atm and its working on 14.0.23.3.20, if u flash using twrp it wont boot, the dev said its gonna take a while for flash using twrp
Click to expand...
Click to collapse
Mahalo for the information... what is your stock version when you purchased the phone? I'm on xiaomi global. How is the rom ? Is it worth it? Have you had any other problems?
devilman30 said:
Mahalo for the information... what is your stock version when you purchased the phone? I'm on xiaomi global. How is the rom ? Is it worth it? Have you had any other problems?
Click to expand...
Click to collapse
Was on global, did try last build for elite but not satisfied as thier build on poco f3.. rn im on eu + dfe
wacayalu said:
Was on global, did try last build for elite but not satisfied as thier build on poco f3.. rn im on eu + dfe
Click to expand...
Click to collapse
what is dfe?
RockyAJ said:
what is dfe?
Click to expand...
Click to collapse
Disable force encrypt, to remove the encryption on partition
D.F.E is not necessary if you:
Format the data
To update
If you use a TWRP which decrypts the data.
No lock screen security.

Categories

Resources