jailbreak
iOS Caller ID Retrieve
I\'m trying to get the caller number (for jailbroken devices) with this code: extern CFTypeRef CTCallCopyName(void*, CTCall* call);[详细]
2023-03-13 03:09 分类:问答Send sms using core telophony?
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[详细]
2023-03-11 02:56 分类:问答NSFileManager unable to view below certain directories
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[详细]
2023-03-10 23:39 分类:问答Load myApp into Jailbroken iPod Touch 4G
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.[详细]
2023-03-08 10:54 分类:问答How do you add graphics to a dylib?
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[详细]
2023-03-07 19:49 分类:问答Getting accelerometer data from an iPhone, from a command-line program?
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[详细]
2023-03-05 06:04 分类:问答MobileSubstrate: MSHookFunction example
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.[详细]
2023-03-04 14:21 分类:问答Gain root acces in iOS and launch Daemon
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.[详细]
2023-03-04 06:21 分类:问答How Can I Get A Crash report From a Jailbroken App Running In My Device?
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\[详细]
2023-03-04 00:04 分类:问答Return a list of running background apps/processes in iOS
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).[详细]
2023-03-03 20:55 分类:问答