File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5994,6 +5994,10 @@ device_ramdisk64() {
59945994 sleep 2
59955995 done
59965996
5997+ case $1 in
5998+ " getversion" ) device_datetime_cmd;;
5999+ esac
6000+
59976001 echo
59986002 print " * Mount filesystems with this command (for iOS 11.3 and newer):"
59996003 print " mount_filesystems"
@@ -9983,7 +9987,7 @@ device_enter_ramdisk() {
99839987 fi
99849988
99859989 if (( device_proc >= 7 )) ; then
9986- device_ramdisk64
9990+ device_ramdisk64 $1
99879991 else
99889992 device_ramdisk $1
99899993 fi
@@ -10506,7 +10510,7 @@ main() {
1050610510 ;;
1050710511 " dfuipswipsw" ) device_dfuipsw ipsw;;
1050810512 " customipsw" ) restore_customipsw;;
10509- " getversion" ) device_ramdisk getversion;;
10513+ " getversion" ) device_enter_ramdisk getversion;;
1051010514 " shutdown" ) $idevicediagnostics shutdown;;
1051110515 " restart" ) $idevicediagnostics restart;;
1051210516 " remove4" ) device_ramdisk setnvram $rec ;;
You can’t perform that action at this time.
0 commit comments