0
votes
1answer
23 views
Restart Springboard without locking screen?
Is there any way to restart the Springboard, but prevent the iPhone from turning on its screen lock following this?
Have tried switching off the screen lock in Settings, but it'll …
0
votes
0answers
17 views
iPhone: Forcibly Update SBFakeTimeString
I want to create a program that displays the clock in hexadecimal (geektime.org format) in place of the current time. I know that it is possible to set a custom string in that loc …
-5
votes
4answers
101 views
How to block all input on iPhone app(for jailbroken devices) ?
I'm trying to block all user input in my app. That includes touch event,sleep button, home button, etc. It's for jailbroken device. So you can use whatever that works.
Thank you!
0
votes
2answers
113 views
Control iPhone Services using Low--Level API or PrivateFrameworks in Xcode
I am trying to make put together a simple application to control the phone services such as WiFi, Bluetooth, 3G, etc. using PrivateFrameworks or low-level API's. I am able to buil …
-5
votes
1answer
244 views
Developing Jailbreak apps in the iPhone SDK [closed]
I am into the iPhone SDK and have been playing nice for about a couple months, but I really want to get into jailbroken app developing. I know that I can develop normal apps in the …
2
votes
3answers
126 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 hands …
1
vote
1answer
89 views
applicationWillTerminate normal exit vs ad exit iPhone question
Is it possible to determine when an app is closing whether it is done by normal means (home button) or because an ad was clicked (admob ad for this example)... Admob doesn't have a …
0
votes
4answers
170 views
How to do programming after jailbreaking my iPhone?
Hey,
I need some private frameworks for my app, so I am planning on jailbreaking my iPhone but, I wonder what are the steps for programming after the jailbreaking process.
Are the …
0
votes
0answers
45 views
Baseband updates on a jailbroken iPhone [closed]
Dev team always recommends not to use the Apple provided IPSW as it might update the baseband which is:
a generic nickname given to the
internal components of the iPhone that …
2
votes
3answers
931 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, th …
0
votes
3answers
181 views
does using try catch block in xcode show error on real device?
my application is running fine in simulator...but not on real device....and i have jailbroken iphone so i am unable to debug through device...if i use try catch something like this …
8
votes
3answers
1k 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 …
5
votes
4answers
300 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 dev …
0
votes
0answers
529 views
iPhone apps crash if debugged on a jailbroken iPhone OS 2.2.1 (libgcc version?)
Hi,
I'm new to iPhone development.
I used a jailbraked iPhone (OS 2.2) for for some time with no problems. Recently I had to upgrade to OS 2.2.1 and after the update I am no longe …
20
votes
3answers
2k views
Determining if an iPhone is Jail broken Programatically
How do you determine (programatically) if an iPhone/iPod is:
Jail broken
Running a cracked copy of your software
Pinch Media can detect if a phone is jail broken or the softw …
