Difference between revisions of "Leftover Strings"

From The iPhone Wiki
Jump to: navigation, search
(Mobile_obliterator)
(BackupAgent)
Line 32: Line 32:
 
end_fakery
 
end_fakery
 
And you will know my name is the Lord when I lay my vengeance upon thee.
 
And you will know my name is the Lord when I lay my vengeance upon thee.
  +
</pre>
  +
  +
==BackupAgent==
  +
<pre>
  +
Dealing with a 5.0-5.2 inner manifest. Mistakes were made, but we're going to do our best to recover
  +
Refusing to backup with a 5.0-5.2 inner manifest. You're going to have to throw this out and do it over again, buddy.
  +
*** REFUSING TO BACKUP USING OLD BACKUP SERVICE. INSTALL THE IPHONE SDK 4.0. ***
  +
The safe harbor data for %@ has overstayed its welcome (%@). Mothballing it
  +
We were handed an encrypted backup but we don't have a password. Throwing out this manifest and creating a fresh, unencrypted one
  +
Backup request received from a new backup protocol version. Let's do the versioning dance. Our version: %@
  +
Talking to an old version. Jumping straight to the action and sending files
  +
Ok, that was fun. Really beginning the backup.
  +
Could not flock the restore running file at %@. This restore may be a bit bumpy...
  +
Looks like this is a magic restore. We'll be keeping all your settings intact for this one...
  +
Thanks for the Memories
  +
%s is being feisty. Sending it a SIGKILL
  +
%s decided it didn't want to play well with others and refused to exit. We're going to continue with the backup/restore anyway and hope for the best.
  +
No help is available for BackupAgent at this time. You probably don't need to pass any arguments anyway.
  +
Could not get the mobile user's passwd struct. We'll try %@ just in case, but things will probably go downhill from here.
  +
 
</pre>
 
</pre>

Revision as of 06:27, 17 August 2010

Apple likes to leave various strings throughout its binaries and libraries in iOS. You can find them by running strings <binary name> on OS X. Some of the more interesting/entertaining ones are posted here.

Lockdownd (4.0)


Really!? Can't determine the device name!? Really!?
Invalid ack! Ack. Ack. Ack.
fetch_me_brains
OkilyDokily
Wakey Wakey Buddy!
HOWDY
Suck it, McBain.
Not waking buddy because wireless sync is not allowed right now
Here's to the crazy ones.
Up shit creek. No paddle.
I am ignoring your unlock code. There is nothing you can do about it.
That being said, I am setting the activation state to Unlocked.
Setting the activation state to MismatchedIMEI. Dude, where's your baseband?
Setting the activation state to MismatchedICCID. Put that other SIM back in.
Setting the activation state to MissingSIM. Put that SIM back in, dude.
Setting the activation state to FactoryActivated. Helloq OQC.
Setting the activation state to SoftActivation. Hello AppleCare.
This is some kinda fpga: %s
DisableHactivation
Disabling activation short-circuit because DisableHactivation is set 

Mobile_obliterator [1]

"buffy_summers", "Could not kill the daemons: %d"
begin_fakery
end_fakery
And you will know my name is the Lord when I lay my vengeance upon thee.

BackupAgent

Dealing with a 5.0-5.2 inner manifest. Mistakes were made, but we're going to do our best to recover
Refusing to backup with a 5.0-5.2 inner manifest. You're going to have to throw this out and do it over again, buddy.
*** REFUSING TO BACKUP USING OLD BACKUP SERVICE. INSTALL THE IPHONE SDK 4.0. ***
The safe harbor data for %@ has overstayed its welcome (%@). Mothballing it
We were handed an encrypted backup but we don't have a password. Throwing out this manifest and creating a fresh, unencrypted one
Backup request received from a new backup protocol version. Let's do the versioning dance. Our version: %@
Talking to an old version. Jumping straight to the action and sending files
Ok, that was fun. Really beginning the backup.
Could not flock the restore running file at %@. This restore may be a bit bumpy...
Looks like this is a magic restore. We'll be keeping all your settings intact for this one...
Thanks for the Memories
%s is being feisty. Sending it a SIGKILL
%s decided it didn't want to play well with others and refused to exit. We're going to continue with the backup/restore anyway and hope for the best.
No help is available for BackupAgent at this time. You probably don't need to pass any arguments anyway.
Could not get the mobile user's passwd struct. We'll try %@ just in case, but things will probably go downhill from here.