mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-12 00:09:10 +01:00
Allow version select for dumping bb and actrec sshrd (32-bit)
This commit is contained in:
parent
c1f2864432
commit
225061ebe1
@ -5931,7 +5931,9 @@ device_dump() {
|
|||||||
$scp -P $ssh_port root@127.0.0.1:/tmp/$arg.tar .
|
$scp -P $ssh_port root@127.0.0.1:/tmp/$arg.tar .
|
||||||
cp $arg.tar $dump
|
cp $arg.tar $dump
|
||||||
elif [[ $device_mode == "DFU" ]]; then
|
elif [[ $device_mode == "DFU" ]]; then
|
||||||
device_ramdisk $arg
|
log "This operation requires an SSH ramdisk, proceeding"
|
||||||
|
print "* I recommend dumping baseband/activation on Normal mode instead of Recovery/DFU mode if possible"
|
||||||
|
device_enter_ramdisk $arg
|
||||||
dump="../saved/$device_type"
|
dump="../saved/$device_type"
|
||||||
log "Mounting filesystems"
|
log "Mounting filesystems"
|
||||||
$ssh -p $ssh_port root@127.0.0.1 "mount.sh pv"
|
$ssh -p $ssh_port root@127.0.0.1 "mount.sh pv"
|
||||||
@ -6159,7 +6161,7 @@ device_enter_ramdisk() {
|
|||||||
print "* If not sure, just press Enter/Return. This will select the default version."
|
print "* If not sure, just press Enter/Return. This will select the default version."
|
||||||
read -p "$(input 'Enter build version (eg. 10B329): ')" device_rd_build
|
read -p "$(input 'Enter build version (eg. 10B329): ')" device_rd_build
|
||||||
fi
|
fi
|
||||||
device_ramdisk
|
device_ramdisk $1
|
||||||
}
|
}
|
||||||
|
|
||||||
device_ideviceinstaller() {
|
device_ideviceinstaller() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user