¡@

Home 

2014/10/15 ¤U¤È 10:13:33

iphone Programming Glossary: rtld_lazy

Is there a way to programatically restore my iphone to factory settings?

http://stackoverflow.com/questions/15203001/is-there-a-way-to-programatically-restore-my-iphone-to-factory-settings

pool NSAutoreleasePool alloc init Fetch the SpringBoard server port mach_port_t p void uikit dlopen UIKITPATH RTLD_LAZY int SBSSpringBoardServerPort dlsym uikit SBSSpringBoardServerPort p SBSSpringBoardServerPort dlclose uikit Getting DataReset.. SBSSpringBoardServerPort p SBSSpringBoardServerPort dlclose uikit Getting DataReset proc void sbserv dlopen SBSERVPATH RTLD_LAZY int dataReset mach_port_t port int wipeMode dlsym sbserv SBDataReset dataReset p WIPE_MODE_NORMAL dlclose sbserv pool release..

Accessing & Using the MobileWiFi.framework

http://stackoverflow.com/questions/2018110/accessing-using-the-mobilewifi-framework

void int scan void NSArray void .m libHandle dlopen System Library PrivateFrameworks MobileWiFi.framework MobileWiFi RTLD_LAZY open dlsym libHandle Apple80211Open bind dlsym libHandle Apple80211BindToInterface close dlsym libHandle Apple80211Close..

how to enumerate all available Wifi networks at range?

http://stackoverflow.com/questions/3019336/how-to-enumerate-all-available-wifi-networks-at-range

int bind void NSString int close void libHandle dlopen System Library Frameworks Preferences.framework Preferences RTLD_LAZY open dlsym libHandle Apple80211Open bind dlsym libHandle Apple80211BindToInterface close dlsym libHandle Apple80211Close..

List / Scan for available WiFis iPhone

http://stackoverflow.com/questions/4735426/list-scan-for-available-wifis-iphone

networks NSMutableDictionary alloc init libHandle dlopen System Library Frameworks Preferences.framework Preferences RTLD_LAZY libHandle dlopen System Library PrivateFrameworks Apple80211.framework Preferences RTLD_LAZY libHandle dlopen System Library.. Preferences RTLD_LAZY libHandle dlopen System Library PrivateFrameworks Apple80211.framework Preferences RTLD_LAZY libHandle dlopen System Library SystemConfiguration WiFiManager.bundle WiFiManager RTLD_LAZY open dlsym libHandle Apple80211Open.. Preferences RTLD_LAZY libHandle dlopen System Library SystemConfiguration WiFiManager.bundle WiFiManager RTLD_LAZY open dlsym libHandle Apple80211Open bind dlsym libHandle Apple80211BindToInterface close dlsym libHandle Apple80211Close..

Text-to-speech on iPhone [closed]

http://stackoverflow.com/questions/6347072/text-to-speech-on-iphone

available in real devices. See http arstechnica.com apple 2010 02 iphone voiceservices looking under the hood #define RTLD_LAZY 0x1 #define RTLD_NOW 0x2 #define RTLD_LOCAL 0x4 #define RTLD_GLOBAL 0x8 NSObject voiceSynthesizer void voiceServices void.. @ System Library PrivateFrameworks VoiceServices.framework VoiceServices voiceServices dlopen vsLocation.UTF8String RTLD_LAZY voiceSynthesizer NSClassFromString @ VSSpeechSynthesizer new voiceSynthesizer performSelector @selector startSpeakingString..