Tagged Questions

Questions related to the process of gaining root access to a mobile device for the purpose of software and OS modification. This term is generally used in association with iOS devices, but can be used to describe the rooting process for other devices.

learn more… | top users | synonyms

44
votes
5answers
24k views

Determining if an iPhone is Jail broken Programatically

If your interested in this question why not support the Area 51 proposal for a iOS Jailbreaking Development Stack Exchange site How do you determine (programatically) if an iPhone/iPod is: Jail ...
39
votes
3answers
10k views

How do I detect that an SDK app is running on a jailbroken phone?

If I want my app to behave differently on a jailbroken iPhone, how would I go about determining this? I thought someone had asked this question before, but I cannot seem to find it now.
26
votes
6answers
2k views

What does jailbreak do to the iPhone technically?

I am an iPhone developer, and would like to get to know more about the internals of the OS and device. I know HOW to jailbreak, but I want to know specifically what it does to the system. I've been ...
10
votes
2answers
9k views

Attempting to deploy my app on my jailbroken iphone, but the app closes immediately!

I'm trying to develop iphone apps on my jailbroken iphone, and I can't seem to get the process down, for whenever I deploy my app, set all file permissions to 777, and respring, the application closes ...
8
votes
5answers
10k views

can Jailbroken iphone used for development

Hi 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 ...
7
votes
1answer
694 views

Setting iOS background/lockscreen image programatically?

I'd like to be able to set the lockscreen background image programatically. I'm aware that this is only possible for jailbroken iOS devices. Here are some things that I've tried: Place a ...
6
votes
2answers
1k views

How to learn about iPhone jailbroken programming?

I'm interested in learning about what additional features and APIs an app has access to when an iPhone is jailbroken. Can someone provide me with some basic resources to learn about this? I would be ...
6
votes
5answers
971 views

Can I identify a jailbroken phone from the crash logs?

A number of the hardest to track-down problems I've come across with my iPhone application have only exposed themselves on jailbroken handsets. Is there a way to detect these handsets looking only at ...
6
votes
4answers
677 views

Do I have to support jailbroken iPhones?

We're days away from submitting our first app to the appstore and last night I was horrified to hear that it does not work on jailbroken devices. I got a few seconds with the device and saw the OS ...
5
votes
2answers
826 views

Xcode 4.2: Error 0xC002 when trying to use a jailbroken iPhone 3G for development

I have this jailbroken iPhone 3G with iOS version 4.2.1 (the latest supported version). When I connect it to Xcode 4.2, Xcode starts copying the debug symbols. It stops copying towards the end of the ...
4
votes
1answer
410 views

Detect Jailbroken iOS Device by Running Unsigned Executable

Currently, I'm trying to create a reusable objC security library for developers in my company to use. In this library I would like to have a API that detects if their iOS device is jailbroken. I ...
4
votes
5answers
341 views

Developing apps for jailbroken iOS devices?

I know that you need a Mac and Xcode and the SDK. But is it possible to develop apps for jaibroken devices and/or regular devices using Windows/Linux platforms ? Edit Also, what's the lowdown on the ...
4
votes
3answers
211 views

Does Jailbreak have any impacts to iOS development?

It is very easy to jailbreak ios device today, but I am not going to figure out how to do that here. I want to ask , is there any influence for normal ios development if the test devices are ...
4
votes
2answers
623 views

How would I get SMS/Phone events, and act on them before they're sent to the system apps?

I'm trying to develop an application for a jailbroken iPhone similar to Mcleaner or iBlacklist. What I want my app to be able to do is intercept SMS or Phone events and handle them before they're ...
4
votes
2answers
1k views

Resign Cydia App to Install on Non-Jailbroken iPhone

I'm part of the apple developer program so I can code sign and install on my device. Is it possible to take an application from Cydia (it doesn't appear to use mobilesubstrate, it's packaged as a ...
4
votes
4answers
3k views

Is there any way to determine if the iphone is roaming?

I am working on an iPhone application and would really like to determine if the device is roaming so that I can intelligently avoid costing my users expensive connections if out of their home network. ...
3
votes
2answers
210 views

IOS Jailbreak How do intercept SMS / Text Messages

I'm currently trying to write an application that intercepts text messages and reacts depending on the content of that message. I tried to hook into _receivedMessage:(struct __CKSMSRecord *)message ...
3
votes
0answers
225 views

USB communication between iPad and Mac or PC

I would like to write an iPhone/iPad app that can communicate through a USB connection with a Mac or PC program (that I would also write). Does anyone know how I could go about doing this? (I ...
3
votes
1answer
132 views

NSURLRequest hanging SpringBoard

I have a MobileSubstrate addon that hooks springboard (not in the actual objective c code, but with the plist). It contains a UIWebView, which loads a NSURLRequest. This NSURLRequest is here: ...
3
votes
4answers
88 views

How do you access a pointer to a pointer for an id object?

I am dabbling in jailbreak development/tweaks and I already know that this goes against Apple's SDK rights, etc. I am fairly new to objective-c and am unsure how to access a pointer to a pointer to a ...
3
votes
1answer
481 views

How to detect that the app is running on a jailbroken device?

i just have release my app in ios, but i'm not sure how to make my app safe from the jailbrakers. Can i do something to make my app can not be jailbrake? or maybe there are some suggestion for me?? ...
3
votes
1answer
180 views

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 ...
3
votes
1answer
385 views

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't ...
3
votes
2answers
240 views

Compile directly to /Applications from Xcode

First off, I am not publishing this app to the app store and this is a jailbroken phone. Anyone know how to compile apps directly to the /Applications folder with Xcode? Currently, I am having to ...
3
votes
1answer
747 views

how to show iphone apps sniffing HTTP Requests?

i have iphone 3 with OS4 (not jailbreaked) and i want to inspect some apps http request urls , i tried fiddler but its not worked , anyone has idea? is the device must be jail breaked? i got ubuntu / ...
3
votes
2answers
3k views

How do I build apps to my jailbroken iPad?

I have XCode 3.2.2 and am trying to build an app to my jailbroken iPad. I have followed the tutorial to Fake Code Sign Apps here on Multi-Touch forums. On the iPad, I installed AppSync. Still, when I ...
3
votes
3answers
1k views

How do I launch an iOS app upon startup?

I am working on a project where the iPad will be used for a specific purpose, and only run one app. When the device starts up, I want my app to run, and I want to override the home button so that it ...
3
votes
1answer
213 views

Reading iTunesMovies file in iPhone?

In iPhone, the iPod app saves the media files (audio, video) with strange names and in weird folders (F00,F01 etc). There is a file named iTunesMovies in iPhone, which contains all the information ...
3
votes
3answers
909 views

iphone sqlite static linking?

Anyone out there statically linking sqlite (as opposed to using the dynamic linking)? I am having issues with users with jailbroken phones not having the same version of sqlite that the stock ...
2
votes
0answers
63 views

Is it possible to capture touch events in the background on a jailbroken iOS device?

I have an installation project in mind which involves a hacked iPad - I'd like to have a background process running recording all the touch events regardless of what app is running in the foreground, ...
2
votes
1answer
81 views

Location of Documents folder for an app loaded via jailbreak

I'm testing my app on a jailbroken iPhone. In my code I use [NSUserDefaults standardUserDefaults]. I'm putting my app on the phone via SSH, and so it doesn't generate a folder in ...
2
votes
1answer
139 views

Is it possible to enable or disable VoiceOver within an iOS app?

I would like to be able to turn VoiceOver on or off within my iOS app. The reason for this is I am trying to help a person with disabilities which render her unable to read messages (hence the need ...
2
votes
0answers
106 views

Preferred method to automatically start an app on startup/boot?

I'm looking to build a jailbroken device in "kiosk mode" where only my app can run on the device. I'd like to have my app automatically launch when the device boots. There have been a number of ...
2
votes
2answers
177 views

Turn wifi / bluetooth / tethering on from console on a jailbroken iPhone [closed]

I have a jailbroken iPhone with a dead screen. I can ssh into it over USB, but that's all. It has currently turned wifi, bluetooth and tethering off. Is there any way to turn these on just from ...
2
votes
3answers
228 views

Defining Custom iOS Keyboard Key Variant ~ f/w 4.x+

Some Keys on the iOS keyboard, when pressed and held for a second or so, revile Variants to the character being selected (see link) http://i.stack.imgur.com/4Hh4t.jpg I'm curious to know if there is ...
2
votes
0answers
72 views

Installing .deb from MobileSafari

Does anyone know how to make .deb files install directly from MobileSafari on the iPhone/iPod touch/iPad? I know it's possible, as seen with the 'lima' project, but I have no idea what it's supposed ...
2
votes
1answer
72 views

Trying to make App Store loading bar

When an app is downloaded from the app store, it goes directly to the home screen with a nice looking loading bar (to show when the app is downloading/installing). JailbreakMe 3.0 utilizes this. Does ...
2
votes
1answer
41 views

GSEventCreateKeyEvent

I'm new to jailbreak programming. When executing the following code: if ($GSEventCreateKeyEvent != NULL) { string = CFStringCreateWithCharacters(kCFAllocatorDefault, &unicode, 1); event0 ...
2
votes
0answers
160 views

Add Text in Statusbar [iOS Cydia App] [closed]

Possible Duplicate: Adding view on StatusBar in iPhone I want to make a Cydia app for iOS. Can anyone tell me how can I add text in the statusbar near the battery icon?
2
votes
1answer
162 views

Make iPad Single App Device (or startup lock?)

is it possible (trough jailbreaking ?) to lock an ipad into single app modus so when it starts it just starts 1 app and it's impossible to see the springboard homescreen?
2
votes
1answer
115 views

Consequences of Jailbreaking as a Developer [closed]

What would be the consequences of Jailbreaking my iOS device as a developer? What are some of the benefits, and what are some of the issues with Jailbreaking as a developer? How would this effect ...
2
votes
1answer
368 views

Capture incoming Callevent using coretelephony?

I want to create an application for jailbroken iphone (ios 4.0 or greater). I want my application to remain running and whenever my phone starts ringing (for an incoming call), my application should ...
2
votes
1answer
252 views

ipad/iphone disable exit button

Can we disable the exit button of ipad/iphone .Basically i don't want the application to be submitted to apple store and want to functionality as like as soon as the app open user cannot close that ...
2
votes
1answer
371 views

How to access Signal strength in iPhone [closed]

Possible Duplicates: Reading iphone carrier's signal strength. programatically measuring carrier's signal strength in iPhone device I am working on an iPhone project related ...
2
votes
1answer
323 views

Have an iOS signed app execute an unsigned app on a jailbroken device

I came across the following post about iOS jailbreak detection: How do I detect that an SDK app is running on a jailbroken phone? I would like to understand how to do what one poster suggested: ...
2
votes
2answers
604 views

Return a list of running background apps/processes in iOS

I'm working on a jailbreak app, and want to send SIGKILL messages to specific apps that may be running on a user's device (with their permission, of course). Google is not turning up anything for me. ...
2
votes
2answers
491 views

iphone: notification when receiving a call?

I'm developing for a jailbroken device, and I want to create an app that detects a phone call, and presents an alert on top of the call screen. How can I achieve this? What hidden frameworks should I ...
2
votes
2answers
426 views

How to install a .deb file on a jailbroken iphone programmatically?

I'm developing an app with xcode for the iphone (jailbroken). Now I want to install a .deb file programmatically. How can I do this? I could execute a command to install it, but how? Is it enough if I ...
2
votes
5answers
1k views

Writing apps for the Apple TV 2G

My company (a mobile dev house) has a number of HD TVs that we purchased some Apple TV 2Gs for (which are jailbroken). We use them to display slideshows of products, information, etc, as well as video ...
2
votes
1answer
499 views

How to access the Recent call list in the iPhone Phone app?

Assume an iPhone is jailbroke, is there (private/public) API or database to access the recent phone call list? I'd like to delete an individual Recent call entry. Thanks!

1 2 3 4 5 7