jailbreak

Block sms on ios6

怎甘沉沦 提交于 2019-11-28 06:39:29
I'm building for a jail-broken device and I want to block incoming messages. I'm trying to hook _ingestIncomingCTMessage, but it has no result( it seems not working on ios6). How else I can block sms in ios6? This is quite tricky. Apple made major changes in this area. It's very easy on iOS 5 but on iOS 6 I couldn't find easy way to do it yet. First, you need to observer __kIMChatItemsDidChangeNotification notification using CTTelephonyCenter. I'm doing it in dylib injected in SpringBoard. Not sure but this may be important. CTTelephonyCenterAddObserver(CTTelephonyCenterGetDefault(), NULL,

How to gain root privileges for iOS app?

可紊 提交于 2019-11-28 06:36:13
问题 I'm currently building an app for jailbroken device, and I need root privileges for my app so that I can perform some tasks ask root. I found a related question : Gaining root permissions on iOS for NSFileManager (Jailbreak). But I am really new to iOS, I don't understand and unable to complete task from step 4. Can anyone make it more detail please? 回答1: What step 4 is telling you: Open the original executable file and delete its contents (the contents are now stored in the previously copied

(cydia dev) Call Answering Screen in iPhone

≡放荡痞女 提交于 2019-11-28 06:34:44
问题 What would be the class responsible for call answering screen. I think it's a private framework, or even the SpringBoard. But the SpringBoard has dozens of classes, and as I have access only to the header, it is difficult to know what the caller display phone service. Does anyone know what class and method to the caller? 回答1: There are two classes responsible for that (one for Phone call and second for facetime) in /System/Library/SpringBoardPlugins/IncomingCall.servicebundle/IncomingCall

Why SandBox in iOS 6.1.1 still exists for App even after I have jailbreak?

微笑、不失礼 提交于 2019-11-28 06:22:48
问题 My installed App is signed with an Ad-hoc certificate. But it is designed only for jailbreak iPhones. I try to directly read the SMS database in /var/mobile/Library/SMS/sms.db . But I found the app can't read it because the SandBox process denied the action. So my question is whether the SandBox is removed after the iPhone is jailbroken? (And now I think the apps in /var/mobile/Applications/ are still restricted by the SandBox. The process of jailbreaking does not removed the SandBox in this

How add entitlement via ldid

谁说胖子不能爱 提交于 2019-11-28 05:21:08
问题 I have some problems. I want use in my app next function: int SBSLaunchApplicationWithIdentifier(CFStringRef displayIdentifier, Boolean suspended); I add SpringboardServices.framework in my project I add URL Schemes for my app Created the file entitlement.xml with <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>com.apple.springboard.launchapplications</key> <true/> </dict> <

can Jailbroken iphone used for development

北城以北 提交于 2019-11-28 04:24:09
We have paid developer account for iphone development and we have 2 iphones one jail broken and other one non jail broken. We have registered both phones for development and got provisioning profile. We can use non jailbroken phone for development. But we try to use jail broken phone for development we get message Error starting executable no Provisioned iphone device is connected. But We can test application on it using ad hoc profile. Does this means jailbroken devices can not be used for development? Regards, Manish I personally do development/testing on jailbroken devices (I find that it

is there anywhere where I could start MobileSubstrate tweaks programming?

倾然丶 夕夏残阳落幕 提交于 2019-11-28 02:42:23
After a search here on the forum I found a question like that, and it redirected me to a tutorial which gave em some basic instructions on manipulating SpringBoard with CapitainHook. To start I'd like to do it with normal %hooks only. Any hint where I could start? Matoe So, since I (hope I) am far away from a noob with MobileSubstrate programming now, and saw this question as quite popular, I decided to create an answer covering everything you need to know about the subject hopefully briefly. This little introduction is meant for whoever has a minimal knowledge on Objective-C and knows what he

Get GPS without alert view with ROOT permission(jailbreak)

99封情书 提交于 2019-11-28 02:07:15
问题 how can i get gps without alert view (jailbroken iphone) ? NSString *newText; CLLocationManager * locationManager = [[CLLocationManager alloc] init]; [locationManager startUpdatingLocation]; [locationManager setDesiredAccuracy:kCLLocationAccuracyNearestTenMeters]; CLLocation* location = [locationManager location]; CLLocationCoordinate2D coordinate = [location coordinate]; newText = [[NSString alloc] initWithFormat: @"Your Position : %f %f", coordinate.latitude, coordinate.longitude]; NSLog(@"

Will fork() in iOS app likely be rejected by Apple's vetting process?

别来无恙 提交于 2019-11-27 23:13:09
I'm writing a mechanism (in an iOS app) to detect whether a device is jailbroken by checking for App sandbox's integrity by doing a fork(); . Does anyone know if attempting this call would violate App Store guidelines? fork() (and other) will not get you rejected; operations that are denied by the vanilla os cannot be reproduced while in submission. I have applications on the appstore that use fork() and system() calls to check for jailbreak environment and none of them got rejected for this :) You can't create new process in an iOS application on a non jailbroken device (you would get an

How do I build and install applications on a jailbroken iPhone without being in the iPhone Developer Program?

无人久伴 提交于 2019-11-27 22:32:52
I would like to build and install my app on my jailbroken device without paying the $99 required for the iPhone Developer Program. I have Rock and Cydia... what is the easiest way to do it (if it's possible)? Thanks. Here is a guide for making build & go and build & debug work with a jailbroken iPhone/iPod touch. It is written for Xcode 3.2.1 and iPhone OS 3.1.2 so I don't know if it works with the newer versions. http://www.alexwhittemore.com/?p=354 the answer is no longer relevant, you should check out JailCoder I know it's an old topic but somebody might need it: There is an app called