How to fix - cannot boot into system after /vendor changed file system (ext2, ext4) - Android Q&A, Help & Troubleshooting

Hi there,
The phone data was somehow disabled for no reason, I tried to enable mobile data and roaming, but it did not work.
In addition,
- "Developer options" was also disabled -- the options in "Developer options" disappeared within second after I entered it and the screen went blank, except "Developer options" remaining on the top;
- centre (homescreen) and right (opened apps) buttons in the navigation on the bottom of the phone were stuck, but left button (return) was still working.
To fix this issue, I booted into recovery mode and tried
- wiping cache and dalvik cache;
- repairing and resizing system, vendor, userdata, cache, dalvik cache partitions;
- (re)mounting the above 5 partitions,
but to no avail.
I checked the debloater and made sure that no system apps were removed via debloater.
I changed vendor partition to "ext2" and back to "ext4". And I rebooted the device to system, which subsequently booted into fastboot mode instead.
How to fix it?
Recovery is still usable.
Thanks in advance.
May you need any further information, please feel free to contact me.
Regards,

change of file system is same as formatting. restore vendor from backup

aIecxs said:
change of file system is same as formatting. restore vendor from backup
Click to expand...
Click to collapse
Unfortunately, I do not have vendor backup of this OS...

Would it be possible to flash / reinstall
- vendor.new.dat.br;
- vendor.patch.dat;
- vendor.transfer.list;
from the rom
or other ways to fix it?

Why do you have TWRP in first place? Next time backup beforehand, thats the purpose of TWRP
you need to convert into raw vendor.img first
https://github.com/xpirt/sdat2img
Code:
brotli --decompress vendor.new.dat.br -o vendor.new.dat
python sdat2img.py vendor.transfer.list vendor.new.dat vendor.img
then you can flash from fastboot or adb
Code:
fastboot flash vendor vendor.img
or flash the whole ROM from stock recovery and start from scratch.

python sdat2img.py vendor.transfer.list vendor.new.dat vendor.img
produced an error
Code:
File "sdat2img.py", line 1
Python 3.11.1 (v3.11.1:a7a450f84a, Dec 6 2022, 15:24:06) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin
^
SyntaxError: invalid syntax

maybe wrong line encoding, or that python is too new? can't tell you why it failed. probably not your fault. ask in support thread. https://forum.xda-developers.com/t/...-7-o-unpack-re-pack-android-dat-files.2978952
meanwhile you can send me link to firmware so I can convert for you.

Following hours of work, I was finally able to reboot into system after flashing vendor.img created by sdat2img.
Thank you very much for your help.
Code:
Sending sparse 'vendor' 1/1 (414215 KB) OKAY [ 9.252s]
Writing 'vendor' OKAY [ 68.242s]
Finished. Total time: 78.368s
But the issues remained in the system newly accessible
- I cannot use data network;
- two buttons (centre and right) at the bottom are not usable either.

I used the same method to restore system.img.
adb push failed
Code:
adb: error: failed to copy 'system.img' to '/dev/block/bootdevice/by-name/system': remote write failed: No space left on device
system.img: 1 file pushed, 0 skipped. 32.3 MB/s (3221225472 bytes in 95.099s)
But fastboot flash system system.img was ok.
Code:
Sending sparse 'system' 1/3 (515380 KB) OKAY [ 13.746s]
Writing 'system' OKAY [ 4.438s]
Sending sparse 'system' 2/3 (510053 KB) OKAY [ 13.414s]
Writing 'system' OKAY [ 3.462s]
Sending sparse 'system' 3/3 (264688 KB) OKAY [ 7.015s]
Writing 'system' OKAY [192.959s]
Finished. Total time: 240.702s
But even after system.img was restored back, data and navigation bar problems were not solved.

the adb error 'No space left on device' is strange. I guess it tried to copy a file into a dir (/dev/block/bootdevice/by-name/system/system.img) instead of writing partition. maybe some bug in adb. I have never tested. but it seems bootloader is unlocked so you can just flash from fastboot, as you finally did.
you can try to flash other partitions from stock firmware, like apdp, bluetooth, dpo, fsc, fsg, hypod, modem, msadp. exist there some txt or xml file with mapping, partition label = file name?
if that doesn't help, maybe it is related to bootloader unlocking?
https://forum.xda-developers.com/t/how-do-i-recover-the-imei-after-unlocking-the-bootloader.4536397

aIecxs said:
the adb error 'No space left on device' is strange. I guess it tried to copy a file into a dir (/dev/block/bootdevice/by-name/system/system.img) instead of writing partition. maybe some bug in adb. I have never tested. but it seems bootloader is unlocked so you can just flash from fastboot, as you finally did.
you can try to flash other partitions from stock firmware, like apdp, bluetooth, dpo, fsc, fsg, hypod, modem, msadp. exist there some txt or xml file with mapping, partition label = file name?
if that doesn't help, maybe it is related to bootloader unlocking?
https://forum.xda-developers.com/t/how-do-i-recover-the-imei-after-unlocking-the-bootloader.4536397
Click to expand...
Click to collapse
In the stock rom, it seems that there were not many flashable files, like apdp, bluetooth, dpo, fsc, fsg, hypod, modem, msad...
{
"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"
}

that is only update ROM. what you need is full firmware for blank flash.

I re-downloaded and extracted the rom and it seems it is just the same.

yes, that's the difference between update ROM and full firmware. crystal ball says, you want firmware for OnePlus2?
https://www.full-repair-firmware.com/p/oneplus-2.html

or Xiaomi maybe?
https://xiaomifirmwareupdater.com/miui
there is always two files. smaller one is OTA update ROM (tag: recovery)
bigger file is full ROM/firmware bundle (tag: fastboot)

wenyendev said:
In the stock rom, it seems that there were not many flashable files, like apdp, bluetooth, dpo, fsc, fsg, hypod, modem, msad...
View attachment 5814327
View attachment 5814329
View attachment 5814331
View attachment 5814333
Click to expand...
Click to collapse
It looks like what you're showing is a custom ROM, you may need to flash a stock ROM, that contains a stock vendor image too, to fix things.

yeah we might able to provide link, but OP won't tell us what device brand/model he's talking about...

Related

[RECOVERY] Custom CWM-Based Recovery 5.0.2.7 for HTC JetStream [v02][Dt:01/FEB]

This is a Custom CWM-Based Recovery 5.0.2.7 for HTC JetStream​Credits and special thanks to Koush and everyone else involved in Cyanogenmod project!​
so even tough i dont have this device with me i have got ROOT access and custom RECOVERY for you guys!
{
"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"
}
[ info ]
This Recovery can be flashed directly to the /recovery partition of the device and will give you lots of features!!!
[ credits / special thanks ]
Koush - for the brilliant work & coding on CWM recovery
FreeXperia Team for too many things
special thanks to bmw-boy for helping out with testing and risking his device for the sake of development!!! and NO, his device was NOT damaged during testing
ME for creating this for u guys!
[ Requirements ]
Bootloader unlocked
working fastboot
[ features ]
features derived from CWM5
ability to backup & restore to/from internal SDCARD
ability to flash custom update.zip from internal SDCARD
faster .TAR backups
my additions
changes to graphics (ported some graphics from CWM5.5 ICS edition)
revamped layout for recovery menu (to improve navigation) [renamed few options and changed their order]
changed "wipe data/factory reset" option to just "factory reset", and detailed the partitions which will be wiped
added reboot options
reboot into system
reboot into recovery
reboot into fastboot mode
some modification in "Partition SDCard" section:
put up a confirmation to warn the user that this option will wipe sdcard
added ability to select filesystem when creating new layout
add confirmation to "backup" option in Nandroid menu... it used to keep getting pressed by mistake and start making backups immediately... now it will ask u before starting backup
removed tons of "NO"s from some menus...
u can now flash to /boot /recovery & radio partitions
[ WARNING ]
THIS RECOVERY IS STILL IN TESTING... MAKE SURE THAT U HAVE UR COMPLETE DATA BACKED-UP (INCLUDING SDCARD DATA)...
and incase this doest work correctly make sure that u can restore to factory condition...
"Partition SDCard" option in CWM5 WILL WIPE UR EXTERNAL SDCARD!!!
we have tested this to work on the US version of HTC JetStream (but i think it will work on the Canadian version too)
[ how to flash this recovery ]
download the recovery image
reboot device into fastboot mode
Code:
adb reboot bootloader
now flash the recovery using
Code:
fastboot flash recovery filename.img
[where filename.img is the name of the recovery image u downloaded]
thats it!
[ donations ]
if u feel that this work has helped u OR u think that the work i put into making this is worthy of donations, then click on the following link for buying me some coffee/beer/etc
PAYPAL DONATION LINK
[ download links ]
[JetStream] CWM-Based Recovery 5.0.2.7 by DooMLoRD v02 < NEW >
MD5HASH: d0454eec0c7787992b1cdaef41ca0248
[JetStream] CWM-Based Recovery 5.0.2.7 by DooMLoRD v01 (OLD)
MD5HASH: b74c3b3e13c8801636794e0019c214f5
KINDLY DO NOT MIRROR MY FILES
please do intensive testing and let me know!
enjoy!!!
reserved for later
thanks for your great effort bro together
@MODS
may be u can sticky this?
sure!
Wondermous!
anyone else tried this?
will it factory-reset the device?
I have try most of the functions and are working
My bootloader is unlocked and device rooted, but when i try to flash recovery in fastboot , i get this:
sending 'Recovery' (4986 KB)... OKAY
writing 'Recovery'... INFOsignature checking...
FAILED (remote: signature verify fail)
Does anyone know what i did wrong?
Daniehabazin said:
My bootloader is unlocked and device rooted, but when i try to flash recovery in fastboot , i get this:
sending 'Recovery' (4986 KB)... OKAY
writing 'Recovery'... INFOsignature checking...
FAILED (remote: signature verify fail)
Does anyone know what i did wrong?
Click to expand...
Click to collapse
fixed it by re rooting, maybe it didn't like that i did a factory reset between my rooting and attempt to flash recovery.
Working - Confirmed !
Flashed as instructed - worked 1st time.
Thanks !
howdy,
in one of the posts i read someone mention a howto, can somone direct me the howto for installing CWM to my jetstream?
thanks in advance
cheers,
disco
first page of this thread?
I did a backup from recovery mode and chose to backup to the sd card. Where is the location of this backup? I think it may be /sdcard/clockworkmod/backup but I wanted to make sure. Any input would be greatly appreciated. Thanks.
scitech09 said:
I did a backup from recovery mode and chose to backup to the sd card. Where is the location of this backup? I think it may be /sdcard/clockworkmod/backup but I wanted to make sure. Any input would be greatly appreciated. Thanks.
Click to expand...
Click to collapse
Yes it will be at :
/sdcard/clockworkmod/backup
Or
/sdcard/ext_sd/clockworkmod/backup
Or
/sdcard/external_sd/clockworkmod/backup
Sent from my HTC Flyer P510e using XDA App
what would "factory reset" in the recovrey menu do to the device? will it void the root and recovery?
and what about hard-reset (buttons combo)?
i'm having crashes for a while and i'm considering theas steps, but i'm a bit scared of the consequences.
Thanks for the hard work on this one, will download and give it a go!
guru_shastri said:
what would "factory reset" in the recovrey menu do to the device? will it void the root and recovery?
and what about hard-reset (buttons combo)?
i'm having crashes for a while and i'm considering theas steps, but i'm a bit scared of the consequences.
Click to expand...
Click to collapse
it will format a few partitions... list is shown before wiping...
no idea abt hard reset
updated recovery to v02 thanks to ATT Intruder for the partition map
[ changelog ]
now u can flash to /boot, /recovery and radio partitions
so u can now flash custom kernels using recovery
[ EXPERIMENTAL ]
WARNING: DO THIS ONLY IF U KNOW HOW TO REVERT BACK TO STOCK/FACTORY SETTINGS
if someone is willing to test see if u can flash radio using this new recovery
do test out and let me know if u run into any issues
regards,
DooMLoRD
DooMLoRD said:
updated recovery to v02 thanks to ATT Intruder for the partition map
[ changelog ]
now u can flash to /boot, /recovery and radio partitions
so u can now flash custom kernels using recovery
[ EXPERIMENTAL ]
WARNING: DO THIS ONLY IF U KNOW HOW TO REVERT BACK TO STOCK/FACTORY SETTINGS
if someone is willing to test see if u can flash radio using this new recovery
do test out and let me know if u run into any issues
regards,
DooMLoRD
Click to expand...
Click to collapse
Can't test it there's not kernel yet developed or roms to do so
I'm more than welcome to start developing or mod the actual rom but, not that cool I am jiji.

[twrp] [montana] [G5s] 3.2.3-0

{
"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"
}
Requirements
Unlocked bootloader
Fastboot drivers installed on PC
Instructions:
Download the TWRP image here: twrp-montana-3.2.3.0.img
Rename the downloaded img file recovery.img
Put phone into fastboot mode (hold vol down + power button).
Connect phone to PC.
Open a command prompt where you have fastboot and the TWRP image file located.
Type the following in command prompt (recovery.img is the name of your twrp img you downloaded & renamed).
Code:
fastboot flash recovery recovery.img
Normal output:
Code:
target reported max download size of 536870912 bytes
sending 'recovery' (14542 KB)...
OKAY [ 0.460s]
writing 'recovery'...
(bootloader) Image not signed or corrupt
OKAY [ 0.270s]
finished. total time: 0.730s
Select recovery using the volume keys and power button to select.
Note for Windows 10 users who use the powershell and not cmd
The command will become:
Code:
./ fastboot flash recovery recovery.img
Source Code:
Github
Contributors
@teamwin @sohamlad7 @GoldeneyeS2 @lohanbarth
Version Information
Status: Stable
Current Stable Version: TWRP 3.2.3-0
Stable Release Date: 2018-10-08
Created 2018-07-05
Last Updated 2018-10-08
I think i have found a error. Cant decrypt files. TWRP from Squid a could do that. Your TWRP gives failed password error with correct password.
lohanbarth said:
Requirements
Unlocked bootloader
Fastboot drivers installed on PC
Instructions:
Download the TWRP image here: LINK
Rename the downloaded img file recovery.img
Put phone into fastboot mode (hold vol down + power button).
Connect phone to PC.
Open a command prompt where you have fastboot and the TWRP image file located.
Type the following in command prompt (recovery.img is the name of your twrp img you downloaded & renamed).
Code:
fastboot flash recovery recovery.img
Normal output:
Note for Windows 10 users who use the powershell and not cmd
The command will become:
Source Code:
Github
Contributors
@[email protected]@[email protected]
Version Information
Status: Stable
Current Stable Version: TWRP 3.2.2-0
Stable Release Date: 2018-07-05
Created 2018-07-05
Last Updated 2018-07-05
Click to expand...
Click to collapse
Support on Arm64 rom's?
Adamask said:
I think i have found a error. Cant decrypt files. TWRP from Squid a could do that. Your TWRP gives failed password error with correct password.
Click to expand...
Click to collapse
go to wipes and click on data format.
rssxda said:
Support on Arm64 rom's?
Click to expand...
Click to collapse
Yes
twrp 3.2.3 in op.
after wipe data and reboot the phone twrp is not there
Cesarcami53 said:
after wipe data and reboot the phone twrp is not there
Click to expand...
Click to collapse
it's normal you have to flash a .zip file so that it stays
Where is the twrp zip..??
Hello ! guys ... I'm without pc can I flash it for this app?
zanduo said:
Hello ! guys ... I'm without pc can I flash it for this app?
Click to expand...
Click to collapse
if the twrp application does not work, used flasify, you have to be root and have the bootloader unlock
lohanbarth said:
if the twrp application does not work, used flasify, you have to be root and have the bootloader unlock
Click to expand...
Click to collapse
I have root and twrp and bootloader .... the problem and that I am without pc ...
---------- Post added at 03:50 PM ---------- Previous post was at 03:27 PM ----------
lohanbarth said:
if the twrp application does not work, used flasify, you have to be root and have the bootloader unlock
Click to expand...
Click to collapse
Thanks man i use flasify And Works! Thanks ! Now i waiting for 64 roms
I have another problem. I managed to flash the recovery.img sucessfully (as described) and I can start TWRP. It functions properly, however every time I do a backup (not recovery!) after reboot the TWRP is gone.
How is that possible? Why the recovery partition gets overwriten or damaged by a simple backup?
How do I permanently flash the recovery partition with TWRP without need to reflash it every time?
RuKlowd said:
I have another problem. I managed to flash the recovery.img sucessfully (as described) and I can start TWRP. It functions properly, however every time I do a backup (not recovery!) after reboot the TWRP is gone.
How is that possible? Why the recovery partition gets overwriten or damaged by a simple backup?
How do I permanently flash the recovery partition with TWRP without need to reflash it every time?
Click to expand...
Click to collapse
flash a .zip file (magisk or a custom rom) to fix it
ur backup gets the original recovery of stock rom.. then, if u recovery u lost the twrp, but, if u recovery and reinstall twrp from twrp for .img, u dont lose him..
lohanbarth said:
flash a .zip file (magisk or a custom rom) to fix it
Click to expand...
Click to collapse
Thanks, it worked! So the recovery partition won't really (permanently) flash unless you root the device, right? Do I always need to root to permanently flash any other partition, too?
ilovepanda said:
ur backup gets the original recovery of stock rom.. then, if u recovery u lost the twrp, but, if u recovery and reinstall twrp from twrp for .img, u dont lose him..
Click to expand...
Click to collapse
Sorry, I had difficulties to understand you :/
if you make a backup, the backup will also add the recovery stock, so when restoring, it will also restore the backup of the recovery stock, it would be better to install the stock and before the first boot, install the twrp via .img
is this recovery only fot the xt1792, or can i also use it for the xt1794 ?
PhoenixGamer said:
is this recovery only fot the xt1792, or can i also use it for the xt1794 ?
Click to expand...
Click to collapse
You can

TWRP Backup: twrp xiaomi failed to mount /vendor structure needs cleaning

Hello,
I made some Backups with TWRP on my Xiaomi Remi Note 5 before.
When I tried now, I get this Error:
Failed to mount '/vendor' (Structure needs cleaning)
The filesize of "vendor" looks a bit strange (see picture).
I think there is a problem with the file-system. When I try to repair the filesystem I get:
Error:4 unable to repair filesystem.
Any help to fix this problem appreciated.
Thanks in advance,
Ingo
https://forum.xda-developers.com/album.php?albumid=15132&pictureid=58030
https://forum.xda-developers.com/album.php?albumid=15132&pictureid=58029
https://forum.xda-developers.com/album.php?albumid=15132&pictureid=58028
{
"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"
}
Flensburger said:
Hello,
I made some Backups with TWRP on my Xiaomi Remi Note 5 before.
When I tried now, I get this Error:
Failed to mount '/vendor' (Structure needs cleaning)
The filesize of "vendor" looks a bit strange (see picture).
I think there is a problem with the file-system. When I try to repair the filesystem I get:
Error:4 unable to repair filesystem.
Any help to fix this problem appreciated.
Thanks in advance,
Ingo
https://forum.xda-developers.com/album.php?albumid=15132&pictureid=58030
https://forum.xda-developers.com/album.php?albumid=15132&pictureid=58029
https://forum.xda-developers.com/album.php?albumid=15132&pictureid=58028
Click to expand...
Click to collapse
Hello I am getting the same error what did you do to solve the error?
Anirudh44 said:
Hello I am getting the same error what did you do to solve the error?
Click to expand...
Click to collapse
Till now, I did nothing and just leave it as it is. I want to flash the 9.6.4 Firmware (it is on now) and not the upgrade to Miui 10 because of the downgrade problem.
But I worry if I brick the phone when flashing the 9.6.4. So, I wait for the problem solving itself
Maybe you try it and report?
:angel:
i have same problem like you, and solved my problem.
1. enter recovery (twrp)
2. enter wipe data, checklist vendor
3. repair file system, change file system, look your vendor type. mine is ext4. so, i choose ext4. swipe
sorry for my bad english.
zhemenx said:
i have same problem like you, and solved my problem.
1. enter recovery (twrp)
2. enter wipe data, checklist vendor
3. repair file system, change file system, look your vendor type. mine is ext4. so, i choose ext4. swipe
sorry for my bad english.
Click to expand...
Click to collapse
O.K., I tried that. No so good, ended in a reboot-loop
I put back one my old Backups (the last which was working before the vendor-partition-**** started. Now I have to configure the phone again to get it working for me.
After that I will have a look on the vebdor partition, if it is o.k. again.
Flensburger said:
O.K., I tried that. No so good, ended in a reboot-loop
I put back one my old Backups (the last which was working before the vendor-partition-**** started. Now I have to configure the phone again to get it working for me.
After that I will have a look on the vebdor partition, if it is o.k. again.
Click to expand...
Click to collapse
It looks that you have a Redmi Note 5 pro (Whyred) so Redmi 5 Plus (Vince) doesn´t have any issue with downgrading. I guess this happened cause you flashed at some time a pie rom and then to it vendor is not longer used; maybe it solves wiping vendor partition.
SubwayChamp said:
It looks that you have a Redmi Note 5 pro (Whyred) so Redmi 5 Plus (Vince) doesn´t have any issue with downgrading. I guess this happened cause you flashed at some time a pie rom and then to it vendor is not longer used; maybe it solves wiping vendor partition.
Click to expand...
Click to collapse
I think, i did not flash apie rom, cause I don't know what that is
I only rootet it, installed TWRP and Magisk.
And yes, it is a Whyred.
The Vendor-Partition is still broken.
I can make a Backup with TWRP, but without the System. When I try to Backup System as well, I get the error:
Code:
Invalid encryption mode file /data/unencrypted/mode
Backing up System...
Invalid encryption mode file /data/unencrypted/mode
Error opening: '/system/app/AnalyticsCore/oat' (Not a directory)
I:Error in Generate_TarList!
Error creating backup.
I:InfoManager saving '/external_sd/TWRP/BACKUPS/1f6bac4b/2018-12-10--02-10-34_OPM1171019011/system.info'
createTarFork() process ended with ERROR: 255
Backup Failed. Cleaning Backup Folder.
Does it help if I post the complete TWRP-Log?
Flensburger said:
I think, i did not flash apie rom, cause I don't know what that is
I only rootet it, installed TWRP and Magisk.
And yes, it is a Whyred.
The Vendor-Partition is still broken.
I can make a Backup with TWRP, but without the System. When I try to Backup System as well, I get the error:
Code:
Invalid encryption mode file /data/unencrypted/mode
Backing up System...
Invalid encryption mode file /data/unencrypted/mode
Error opening: '/system/app/AnalyticsCore/oat' (Not a directory)
I:Error in Generate_TarList!
Error creating backup.
I:InfoManager saving '/external_sd/TWRP/BACKUPS/1f6bac4b/2018-12-10--02-10-34_OPM1171019011/system.info'
createTarFork() process ended with ERROR: 255
Backup Failed. Cleaning Backup Folder.
Does it help if I post the complete TWRP-Log?
Click to expand...
Click to collapse
Check if you swipe to allow modifications in recovery.
In this case it could be that your vendor partition is missing and it may solved by flashing stock rom again through MiFlash Tool if you´re not in ARB top code.
Also this recovery is actually better with more functions https://forum.xda-developers.com/re...ment/twrp-orangefox-recovery-project-t3837547 and if you switch to it you can share also there the issue so this forum is for vince and is not allowed to treat and solve here issues from other device.
SubwayChamp said:
Check if you swipe to allow modifications in recovery.
In this case it could be that your vendor partition is missing and it may solved by flashing stock rom again through MiFlash Tool if you´re not in ARB top code.
Also this recovery is actually better with more functions https://forum.xda-developers.com/re...ment/twrp-orangefox-recovery-project-t3837547 and if you switch to it you can share also there the issue so this forum is for vince and is not allowed to treat and solve here issues from other device.
Click to expand...
Click to collapse
Back again....
I installed the FOX recovery and tried the same repair and backup stuff. Also the "swipe to allow modifications" was on.
No success, "Vendor" eg. "system" Partition still damaged.
Then I installed the 9.6.4 Image via FOX. After that the partition was O.K. again. The installed Apps are untouched.
But now I face a new problem. Making a backup via FOX on to the SD-Card won't work because FOX claims the free space on the SD is 51 MB, but it is actually 51 GB.
I will try to go back to TWRP an see how that works.
Thanks
Flensburger said:
Back again....
I installed the FOX recovery and tried the same repair and backup stuff. Also the "swipe to allow modifications" was on.
No success, "Vendor" eg. "system" Partition still damaged.
Then I installed the 9.6.4 Image via FOX. After that the partition was O.K. again. The installed Apps are untouched.
But now I face a new problem. Making a backup via FOX on to the SD-Card won't work because FOX claims the free space on the SD is 51 MB, but it is actually 51 GB.
I will try to go back to TWRP an see how that works.
Thanks
Click to expand...
Click to collapse
O.K., now I solved the SD-problem as well by reading what's written in error log............
emptied the SD card :laugh:

TWRP cactus not working on REDMI 6A global

Hi, i hv not been successf intalling twrp img for my redmi 6a global v10.2.8.0(ocbmixm) using twrp v3.3.0 -0 cactus -v3.2.3-0 cactus. Fastboot show no error. Bootloader is unlock.
{
"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"
}
tomtombak said:
Hi, i hv not been successf intalling twrp img for my redmi 6a global v10.2.8.0(ocbmixm) using twrp v3.3.0 -0 cactus -v3.2.3-0 cactus. Fastboot show no error. Bootloader is unlock.
Click to expand...
Click to collapse
How did you proceed ?
tomtombak said:
Hi, i hv not been successf intalling twrp img for my redmi 6a global v10.2.8.0(ocbmixm) using twrp v3.3.0 -0 cactus -v3.2.3-0 cactus. Fastboot show no error. Bootloader is unlock.
Click to expand...
Click to collapse
how many you've been tried??
i'm 10 times maybe more.... :laugh::laugh::laugh::laugh::laugh::laugh: until i cant remember... :laugh::laugh::laugh:
@ Adista :HV tried twrp cactus from v3.3 to 3.2 all. what version of rom and twrp ar you using. @Ryu--X using adb fastboot methods:
"C:\adb>adb devices
List of devices attached
xxxxxxxxxxxd29 device
:\adb>fastboot flash recovery twrp-3.3.0-0—cactus.img
target reported max download size of 134217728 bytes
sending 'recovery' (17040 KB)...
OKAY [ 0.547s ]
writing 'recovery' ...
OKAY [0.391s]
finished. total time:. 0.953s
:\adb>fastboot flash recovery twrp-3.2.3-2—cactus.img
target reported max download size of 134217728 bytes
sending 'recovery' (16982 KB)...
OKAY [ 0.547s ]
writing 'recovery' ...
OKAY [0.375s]
finished. total time:. 0.922s
C:\adb>"
Note many devices will replace your custom recovery automatically during first boot. To prevent this, use Google to find the proper key combo to enter recovery. After typing fastboot reboot, hold the key combo and boot to TWRP. Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP. If you don't follow this step, you will have to repeat the install.
Binbin Qian said:
Note many devices will replace your custom recovery automatically during first boot. To prevent this, use Google to find the proper key combo to enter recovery. After typing fastboot reboot, hold the key combo and boot to TWRP. Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP. If you don't follow this step, you will have to repeat the install.
Click to expand...
Click to collapse
You don't need this, install the TWRP-3.0.3.0 OMFG mod or the LR-Team one and then use the "Sign Boot" patch...
I had a problem of recovery replacement, it happened to me after installing TWRP and rebooting the phone. This is what I was doing:
- Installed TWRP.
- Reboot phone.
- Keep volume up + power booting while rebooting.
- Recovery overwritten automatically.
My mistake was to keep the power button pressed after the first vibration. Therefore, while rebooting when you feel the vibration release the power button and wait for TWRP to start. Just in case, in my phone after releasing the power button it kept in black screen, if you have this, just press once the power button.
tomtombak said:
@ Adista :HV tried twrp cactus from v3.3 to 3.2 all. what version of rom and twrp ar you using. @Ryu--X using adb fastboot methods:
"C:\adb>adb devices
List of devices attached
xxxxxxxxxxxd29 device
:\adb>fastboot flash recovery twrp-3.3.0-0—cactus.img
target reported max download size of 134217728 bytes
sending 'recovery' (17040 KB)...
OKAY [ 0.547s ]
writing 'recovery' ...
OKAY [0.391s]
finished. total time:. 0.953s
:\adb>fastboot flash recovery twrp-3.2.3-2—cactus.img
target reported max download size of 134217728 bytes
sending 'recovery' (16982 KB)...
OKAY [ 0.547s ]
writing 'recovery' ...
OKAY [0.375s]
finished. total time:. 0.922s
C:\adb>"
Click to expand...
Click to collapse
im on global rom 10.2.8 and all 3.2/3.3 twrp with no luck..
now im trying on rom 10.3.2 global rom and still searching unofficial twrp for cactus. @jonaaa said that unofficial would be better, even it start with chines language. :laugh:
jonaaa said:
You don't need this, install the TWRP-3.0.3.0 OMFG mod or the LR-Team one and then use the "Sign Boot" patch...
Click to expand...
Click to collapse
Where did you find LR Team for 6a? Or the omfg mod, can't find anywhere.
How to fix?
Hey, if you updated MIUI to Android Pie, install this recovery (includes the batch install file), 100% no bootloops.
Just reboot into fastboot, run the batch file and that's it.
https://drive.google.com/file/d/1gjD_MYakltiRLtwgTyS9oAvQQNeOHGYg/view
Hope I helped.
rond14 said:
I had a problem of recovery replacement, it happened to me after installing TWRP and rebooting the phone. This is what I was doing:
- Installed TWRP.
- Reboot phone.
- Keep volume up + power booting while rebooting.
- Recovery overwritten automatically.
My mistake was to keep the power button pressed after the first vibration. Therefore, while rebooting when you feel the vibration release the power button and wait for TWRP to start. Just in case, in my phone after releasing the power button it kept in black screen, if you have this, just press once the power button.
Click to expand...
Click to collapse
Hey man, i got exectly what u said. After fastboot i pressed power key and volume up, unitill i heard vibration. Than i relased power key, still volume up key, and got mi sign. Than black screen, and after that when i press power key, phone just turned on instead going into recovery...
Gvex95 said:
Hey man, i got exectly what u said. After fastboot i pressed power key and volume up, unitill i heard vibration. Than i relased power key, still volume up key, and got mi sign. Than black screen, and after that when i press power key, phone just turned on instead going into recovery...
Click to expand...
Click to collapse
Hi, it's tricky, that's the reason I use a different procedure now, you can follow it as it worked for me:
https://runakay.blogspot.com/2020/03/installing-twrp-recovery-in-xiaomi.html

[ROM][STOCK 13][MyUi 5.0]

{
"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"
}
MyUi 5.0 [] Moto G(9) Power
Android 13 Stock
Date: 02/01/2023
Build: Stock 13
Dev: @Veeronez
Changelog:
- 4Gb Ram Boost
- 30 fonts straight from Ricedroid
- Vendor r/w with multitasking optimizations and forced encryption disabled
- Fixed fingerprint
- Includes moto camera 2 with new design
- Includes root
- Moto Dolby (magisk module)
Notes
If you format it by twrp using the "yes" function, your phone will be decrypted, consequently twrp will be able to access the files in the internal memory
After the first boot go to
Settings/apps/default apps and set dialer app as default for calls
Register your fingerprint and after that use the fix fod module to remove the icon from the lock screen and fix the FM radio
bugs:
let me know if you find
Installation
check this command
fastboot getvar anti
If any value appears stop the process
In case everything is ok↓
Extract it on your computer and run the automatic installer
Download
- Gdrive -
If Motorola doesn't do it, I do
Kernel Source: Latest Stock

			
				
Veronez said:
View attachment 5825173
MyUi 5.0 [] Moto G(9) Power
Android 13 Stock
Date: 02/01/2023
Build: Stock 12
Dev: @Veeronez
Changelog:
- 4Gb Ram Boost
- 30 fonts straight from Ricedroid
- Vendor r/w with multitasking optimizations and forced encryption disabled
- Fixed fingerprint
- Includes moto camera 2 with new design
- Includes root
- Moto Dolby (magisk module)
Notes
If you format it by twrp using the "yes" function, your phone will be decrypted, consequently twrp will be able to access the files in the internal memory
After the first boot go to
Settings/apps/default apps and set dialer app as default for calls
Register your fingerprint and after that use the fix fod module to remove the icon from the lock screen and fix the FM radio
bugs:
let me know if you find
Installation
check this command
fastboot getvar anti
If any value appears stop the process
In case everything is ok↓
Extract it on your computer and run the automatic installer
Download
- Gdrive -
If Motorola doesn't do it, I do
Kernel Source: Latest stock
Click to expand...
Click to collapse
9/10 La cámara no funciona
pablo xd said:
9/10 La cámara no funciona
Click to expand...
Click to collapse
Use gcam
Veronez said:
Usar gcam
Click to expand...
Click to collapse
Excelente, es mucho mejor que MyUI 4. no tiene reinicios, con la cámara y la radio no hay problemas que hay soluciones (solo con el módulo magicks solo se corrige la huella dactilar y la radio no, no es que me afecte pero solo estoy aclarando) En realidad me gustó esta rom 10/10
Mod translation: Excellent, it is much better than MyUI 4. it does not have reboots, with the camera and the radio there are no problems that there are solutions (only with the magicks module only the fingerprint is corrected and the radio does not, it is not that it affects me but I am only clarifying) I actually liked this rom 10/10
@Veronez
do you have any tutorials?
When entering adb.exe nothing happens
I hv got bug there are 2 commands that always fails
+ fastboot erase product
Erasing 'product_a' (bootloader) Permission denied
FAILED (remote: '')
fastboot: error: Command failed
+ fastboot resize-logical-partition product_a 0x0
Resizing 'product_a' FAILED (remote: '')
fastboot: error: Command failed
+ fastboot erase system
Erasing 'system_a' (bootloader) Permission denied
FAILED (remote: '')
fastboot: error: Command failed
+ fastboot resize-logical-partition system_a 4000000000
Resizing 'system_a' FAILED (remote: '')
fastboot: error: Command failed
+ fastboot erase vendor
Erasing 'vendor_a' (bootloader) Permission denied
FAILED (remote: '')
fastboot: error: Command failed
fastboot erase product and fastboot erase system but the subsequent command runs.. so this doesn't show any problems until it reaches to OOTB setup.. there my touch screen is unable to work.. but all my device buttons are working
can't seem to find any solution.. tried everything.. right now i flashed my phone back to stock rom..
I think the problem has to do with " encryption setting " or something IDK..
EDIT : I m doing all this on my Arch Linux.. so i m gonna try it again on windows.. maybe from there it works
nvm found the solution... just don't flash if u have custom recovery flashed like twrp..
always flash ur recovery to oem one first, and then install..
also my fingerprint sensor is not working.. like It's not showing in security
For those who are having a hard time installing the rom, it's simple, first of all they need to have the fastboot unlocked, already having that we need to have the file already unzipped, after that we need to use the sdk platform tools, well from here everything is more easy they need to delete (those that are selected in the image) those files after that in another folder they pass the rom files after that they pass all the tools files of the sdk platform and already having the cell phone in fastboot connected to the computer they execute the file named _flash_stock_ doesn't want so much experience for installation at least that's how I installed it, I'm happy because it's very stable, it has its cons but I'm not complaining
Help!! my cmd apears "target reported max download size"
Can I use twrp for the installation?
LucasGam289 said:
Can I use twrp for the installation?
Click to expand...
Click to collapse
no, it has an automatic installer, just read above in a comment that says how to install it, it's not that complicated‍
luizzz gomez said:
no, it has an automatic installer, just read above in a comment that says how to install it, it's not that complicated‍
Click to expand...
Click to collapse
I did the automatic installation but it does not download and start the phone normally (and that I have the bootloader unlocked)
LucasGam289 said:
I did the automatic installation but it does not download and start the phone normally (and that I have the bootloader unlocked)
Click to expand...
Click to collapse
did you use sdk tools?
luizzz gomez said:
did you use sdk tools?
Click to expand...
Click to collapse
Yeah, i installed the rom twice and it sends me to the normal version of my phone :/
LucasGam289 said:
Yeah, i installed the rom twice and it sends me to the normal version of my phone :/
Click to expand...
Click to collapse
how weird. For my part I am satisfied
luizzz gomez said:
how weird. For my part I am satisfiedView attachment 5862527
Click to expand...
Click to collapse
Wouldn't it be necessary to delete the system in sdk?
LucasGam289 said:
Wouldn't it be necessary to delete the system in sdk?
Click to expand...
Click to collapse
Look, don't get so complicated, you need the platform-tools folder, well, with that you extract the rom, and there in another folder you put the platform-tools folder and then the rom and delete what says "Pablo" Then you run that installer having the cell phone in recovery mode already there connected to the cell phone with the computer or laptop via cable, you run the installer and if it doesn't start you do the same but deleting those same files selected by Pablo but those from the platform tools folder and run the automatic installer, I'm not telling you that it's like that, I don't remember well but one of those two It must be

Categories

Resources