Skip to content

Instantly share code, notes, and snippets.

@S1ReX
Created December 5, 2012 12:46
Show Gist options
  • Save S1ReX/4215241 to your computer and use it in GitHub Desktop.
Save S1ReX/4215241 to your computer and use it in GitHub Desktop.
Code for No Carrier Name
/************************************************
No Operator Name by Bradley Friedman (Sirex_iOS)
Release - 2012
Uploaded to sirex.net16.net
************************************************/
%hook SBTelephonyManager
-(id)operatorName {
return nil;
}
%end
//Seriously... it's that easy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment