I\'m trying to get the caller number (for jailbroken devices) with this code: extern CFTypeRef CTCallCopyName(void*, CTCall* call);
I want to develop an application like biteSMS (for jailbroken iPhone). I have tried to compile an开发者_运维知识库 open source application iPhone-Delivery-Report but unable to compile it. Does some on
I\'m trying to write some code to inspect or alter (not malicious or anything like that) other iOS apps installed on the user\'s device. Specifically on a Jailbroken device. On the jailbroken device I
I have developed a simple camera based app in Xcode. Since I can\'t run this app in iOS simulator. I would like to transfer this app to my JailBroken iPod touch 4G.
I just started learning how to write mobile substrate addons, and hav开发者_C百科e successfully been able to create a dylib that hooks into a native iphone app. My question is, how do I go about addin
Please view the gist below: https://gist.github.com/969112 Essentially, I am trying to set up a UIAccelerometerDelegate and have it receive data from a command-line iPhone application (i.e. it\'s ja
I am trying to write a MobileSubstrate plugin which hooks into a C-method. I tried to edit the famous \"ExampleHook\", by just writing a demo MSHook and hook it in the Initialize method.
I am an iPhone Developer, now I am making an App that need to run commands (like \"launchctl\") The only way I can launcht is with root privileges, but i dont know how to get root privileges.
My Application is for jailbroken devices. It compiles and works fine in general in the iOS simulator but it crashes instantly the moment I open it in my device. Again, it\'s a Jailbroken app so I can\
I\'m working on a jailbreak app, and want to send SIGKILL messa开发者_Python百科ges to specific apps that may be running on a user\'s device (with their permission, of course).