Fix activation record path, update g1lbertJB

This commit is contained in:
LukeZGD 2024-01-07 10:40:16 +08:00
parent 0ba8a76392
commit e2e626fe5d
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -5228,7 +5228,7 @@ device_dump() {
case $arg in
"baseband" ) dmps="/usr/local/standalone";;
"activation" )
dmp2="private/var/root/Library/Lockdown"
dmp2="private/var/root/Library/Lockdown/activation_records"
case $device_vers in
[34567]* ) dmps="/$dmp2";;
8* ) dmps="/private/var/mobile/Library/mad";;