I am back to good old twrp 2. 3.2.0 till all bugs are ironed outlooks like ambasdii rom(ive tested latest v7) also suffers from issues made apparent when looking at the system's settings menu and CSC software info in device info. something obviously failed uppon flashing on this recovery.
Thanks for infolooks like ambasdii rom(ive tested latest v7) also suffers from issues made apparent when looking at the system's settings menu and CSC software info in device info. something obviously failed uppon flashing on this recovery.
There is an option to show only zip or img files. :good:I am back to good old twrp 2. 3.2.0 till all bugs are ironed out
One complaint I have about orange fox [emoji1663] is the inability to default the zip files only view ....most people use recovery to flash files and it is that extra steps to show only the zipped files ... Love the theming options
Is your backup really oversized compared to twrp one?i tried "orange twrp" too, but get some errors. So i am back to twrp 3.2.3-0
orange shows me backups of more than 160%!!! More than 100% are impossible!
thanks.Thanks for info
As you and others still occurred flash issues and some guys advise me, I come back to busybox to fix most of compatibility issues![]()
i have seen this fault during my backup. i do not have compared both files!Is your backup really oversized compared to twrp one?
I didnt get bad feedback. Everything seems ok :good:
run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/busybox", "mount", "/data");
run_program("sbin/busybox", "unmount", "/system");
run_program("sbin/busybox", "unmount", "/data");
Yep it should work@Arteush
if i want to mount or unmount /system and /data using orange fox
is it correct to use this in updater-script ?
Code:run_program("/sbin/busybox", "mount", "/system"); run_program("/sbin/busybox", "mount", "/data");i'm not sure this code worksCode:run_program("sbin/busybox", "unmount", "/system"); run_program("sbin/busybox", "unmount", "/data");
run_program("/sbin/mount", "/system");
run_program("/sbin/mount", "/data");
Looks like your data partition is encrypted.Using Android 10.
I can't mount data and can't find internal storage.
But i formated data and type "yes" in recovery... so i don't understand where i am wrong. I can't mount data and internal storageLooks like your data partition is encrypted.
If you did a full odin flash wiping your data you need to format data through recovery first as usual.
Try to flash Universal DM-Verity, ForceEncrypt, Disk Quota Disabler in addition to magisk and format data again.But i formated data and type "yes" in recovery... so i don't understand where i am wrong. I can't mount data and internal storage
Edit:
What i have done
i flashed last android 10 with Odin for note9 then reboot
flash TWRP 3.2.3-0 with Odin, format data and type "yes", boot into recovery, install Magisc
boot system
boot into recovery and install Orange fox then again format data and type "yes"
I can mount /data
install magisc and reboot. while booting to system my phone boots again (don't know why)
reboot again into recovery and can't mount /data. internal storage have only Fox folder
ok thanksTry to flash Universal DM-Verity, ForceEncrypt, Disk Quota Disabler in addition to magisk and format data again.
Maybe force encryption is still active.