mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Dump /usr/local/standalone only for baseband
This commit is contained in:
parent
80dd9f5b9d
commit
865d49e82d
@ -3326,7 +3326,7 @@ device_ramdisk() {
|
|||||||
sleep 2
|
sleep 2
|
||||||
#log "Let's just dump both activation and baseband tars"
|
#log "Let's just dump both activation and baseband tars"
|
||||||
log "Creating baseband.tar"
|
log "Creating baseband.tar"
|
||||||
$ssh -p 2222 root@127.0.0.1 "cd /mnt1; tar -cvf baseband.tar usr/standalone usr/local/standalone"
|
$ssh -p 2222 root@127.0.0.1 "cd /mnt1; tar -cvf baseband.tar usr/local/standalone"
|
||||||
log "Mounting data partition"
|
log "Mounting data partition"
|
||||||
$ssh -p 2222 root@127.0.0.1 "mount.sh pv"
|
$ssh -p 2222 root@127.0.0.1 "mount.sh pv"
|
||||||
#log "Creating activation.tar"
|
#log "Creating activation.tar"
|
||||||
@ -4344,7 +4344,7 @@ device_dump() {
|
|||||||
local dump="../saved/$device_type/$arg.tar"
|
local dump="../saved/$device_type/$arg.tar"
|
||||||
local dmps
|
local dmps
|
||||||
case $arg in
|
case $arg in
|
||||||
"baseband" ) dmps="/usr/standalone /usr/local/standalone";;
|
"baseband" ) dmps="/usr/local/standalone";;
|
||||||
"activation" ) dmps="/private/var/root/Library/Lockdown";;
|
"activation" ) dmps="/private/var/root/Library/Lockdown";;
|
||||||
esac
|
esac
|
||||||
log "Dumping files for $arg: $dmps"
|
log "Dumping files for $arg: $dmps"
|
||||||
|
Loading…
Reference in New Issue
Block a user