[RECOVERY][SM-N960F/DS/N] OrangeFox Recovery R11.0 [UNOFFICIAL]

bober10113

Senior Member
Mar 12, 2017
4,457
1,617
113
looks 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.
 

Techvir

Senior Member
Jul 13, 2007
3,515
886
253
looks 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.
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
 

Icetea

Senior Member
Nov 8, 2014
1,687
494
113
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!
 

3arthur6

Senior Member
Sep 15, 2011
413
857
123
looks 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 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 ;)
 
  • Like
Reactions: ACC18

3arthur6

Senior Member
Sep 15, 2011
413
857
123
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
There is an option to show only zip or img files. :good:
Tap on the three lines in top right.
Look at the attached screenshots.
 

Attachments

bober10113

Senior Member
Mar 12, 2017
4,457
1,617
113
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 ;)
thanks.

edit,:
on yarpiin 3.3.1 and on geiti94 3.2.3, galaxy watch pairs fine after a whole system restore incl all partitions. on this one, both old and new revisions, watch dosent connect back upon boot or reboot.
 
Last edited:

Icetea

Senior Member
Nov 8, 2014
1,687
494
113
Is your backup really oversized compared to twrp one?
i have seen this fault during my backup. i do not have compared both files!
maybe i am not familiar enough with your app, but i like to be save. So i use twrp again.

i have seen this behavior last time during using cyanogenmod backup a view years ago.?
 
Last edited:

kramer04

Senior Member
Jan 15, 2011
570
212
73
France
@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");
Code:
run_program("sbin/busybox", "unmount", "/system");
run_program("sbin/busybox", "unmount", "/data");
i'm not sure this code works
 
Last edited:

3arthur6

Senior Member
Sep 15, 2011
413
857
123
@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");
Code:
run_program("sbin/busybox", "unmount", "/system");
run_program("sbin/busybox", "unmount", "/data");
i'm not sure this code works
Yep it should work

And just this will do the job too
Code:
run_program("/sbin/mount", "/system");
run_program("/sbin/mount", "/data");
 
  • Like
Reactions: kramer04

Tops1

Senior Member
Nov 17, 2015
250
32
48
Melbourne
Hi need help urgent please
i flashed twrp 3.2.3-0 through fox recovery
and now i cant boot at all not even into download mode
all it says is
could not do normal boot. invalid KERNEL LENGTH!
thanks so much for any help

All good now had to plug into pc got into download mode and flashed recovery using oden
 

Attachments

Last edited:

kramer04

Senior Member
Jan 15, 2011
570
212
73
France
Looks 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.
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
 
Last edited:

3arthur6

Senior Member
Sep 15, 2011
413
857
123
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
Try to flash Universal DM-Verity, ForceEncrypt, Disk Quota Disabler in addition to magisk and format data again.
Maybe force encryption is still active.
 
  • Like
Reactions: kramer04