Questions tagged [jailbreak]

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.

Jailbreak is a term that is used to describe the process of getting root access to a mobile device. This can come in a variety of ways depending on the device, but the purpose is the same. Root access will give the user the ability to install software outside approved methods. It also allows you direct access to OS files that you would not normally have access to.

Questions that should have the jailbreak tag would include:

  • achieving an escalation of privileges or entitlements
  • accessing system file locations
  • creating 'jailbroken' apps or tweaks to other apps

As the iOS platform is locked from user modification and the confines of the App Store, a need arose to allow users to install apps and change the OS to work around and outside the basic offerings of the OS. While some methods can be reused, Apple generally tries to close any open loopholes that allow this to happen. This creates the cycle of closing the holes and finding new ones to gain root access to the device. In the iPhone's short history, access has always been obtained.

While jailbreaking your device is generally regarded as being a safe practice, it is not for the faint of heart. Some methods can be very complicated to achieve a proper jailbreak, and others like the jailbreakme.com exploit can be very easy. It is suggested that before you attempt to jailbreak your device that you back it up and read the proper documentation for your device and OS version.

If you are interested in jailbreaking your device, you can find a wealth of information on these sites, or by using a simple search.

redsn0w - The most popular unlock tool for iOS evasi0n - iOS 6.0-6.1.2 Untethered JB. Cydia - The jailbreak 'App Store' equivalent iOS JB Wiki - Wikipedia page with history, definitions, and general info on jailbreaking

As a disclaimer, jailbreaking will void any warranty you have on your device. If your phone is broken, or bricked as it is referred to, don't expect any help from the Apple Store or Genius Bar. While jailbreaking is almost always reversible with a simple restore in iTunes, it is not 100%. So proceed at your own risk.

1443 questions
-2
votes
1 answer

How to generate the unique identification of iOS apps

Our iosapp has been cracked. Because on some jailbreak machines, hackers have modified UDID, IMEI, IDFA, idfv, serial number and other system information that you can think of. And it looks random. We want to get the unique identification code of…
MustangYM
  • 3
  • 4
-2
votes
2 answers

How to check whether apps that enable off-store download but don’t require full jailbreak are installed: iNoJB, TweakBox, Zestia, Emus4u in Ios device

I am trying to detect the jail break on the application startup and don't know how to check for the application other then the cydia like Tweakbox, iNoJB etc are installed or not. This question is different from other jailbreak question which detect…
Ayush sharma
  • 169
  • 7
-2
votes
2 answers

How to detect JAILBROKEN/ROOTED device in NativeScript?

Is there any way to detect JAILBROKEN/ROOTED device (both in android and ios) through NativeScript? I tried searching but could not find any library. Any help will be appreciated. Update: Basically I wanted to know basic checks that I can put in my…
-2
votes
1 answer

Where to remove iOS updates of iOS latest versions on file system of a rooted iOS device?

I have been trying to remove OTA updates of version 11.4.1 from settings> general> iPad storage but nothing is happening. Moreover, I have a jailbroken device therefore it should be fairly easy to remove updates from system folders is there a…
Prashant
  • 419
  • 5
  • 13
-2
votes
1 answer

I really know nothing about coding and i need someone to help me analyze this crash report to see why my app is crashing

I know thread 0 is crashing so i only posted that part of the log but i can't figure out why it is crashing, aka the problem {"blame":[],"app_name":"Pixel_Car_Racer","timestamp":"2018-04-22 11:42:50.37…
Ethan Olson
  • 5
  • 1
  • 2
-2
votes
1 answer

Are there any problems with jailbreaking my iPhone when I update to iOS 4.2?

I need to clarify one thing. I have a jailbroken iPhone running iOS 4.0, and I need to update it to iOS 4.2. Will there be any problems with jailbreaking when I update to iOS 4.2? Any suggestions will be very much appreciated.
Monish Kumar
  • 2,610
  • 4
  • 34
  • 53
-2
votes
1 answer

How do I start monitor for finger prints using BiometricKit framework in ios 10 theos?

I would like to know how to start monitor for finger prints like this tutorial explains but it is out of date so it doesnt work. Thanks in advance.
-2
votes
2 answers

iPad 1, iOS 5.1.1 jailbroken with redsn0w, works great, but since inetutils installed, getting network timeouts. How to adjust/fix?

I have done a jailbreak on old iPad 1, using redsn0w. Has worked really well. Installed OpenSSH, and I can use Putty on Windows or SSH on Linux to login to my iPad, and of course, pscp or scp to migrate files to/from using Windows or Linux. …
Rusfuture
  • 157
  • 2
  • 10
-2
votes
2 answers

How do I accurately detect the presence and/or absence of a jailbreak in iOS?

After I attended a programming class, one of my friends showed me an app that would not allow him get past the first screen due to his jailbroken iPhone. Since then I have been intrigued as to how the app was able to detect the jailbreak without…
MoralCode
  • 1,645
  • 1
  • 14
  • 36
-2
votes
1 answer

Objective C/iOS: Use Camera Cable's data

I got the idea to use my iPad mini as a field monitor when connected to my Canon EOS 600D. I've done some researching which led me to jailbreak my iPad. There was this app that let you do exactly this. Unfortunately the developer has stopped…
abcdefg
  • 35
  • 1
  • 4
-2
votes
2 answers

How to detect when user exits ios application on jailbroken device

For an unknown reason, when I kill my app in the recent menu and try to launch it again, the last screen where I was appear again and the device is frozen. What I have to do is a hard reboot and after that, launching the app again…
Synny
  • 532
  • 4
  • 18
-2
votes
1 answer

If statement not working with NSNumber?

I'm new to coding and can't find an accurate answer anywhere. I'm trying to make the NSNumber return false if the BOOL is true. Any help? Thanks static BOOL someBOOL; %hook (class I want to hook) -(void)sampleMethod:(NSNumber *)boolNumber { …
Andrew68
  • 1
  • 1
-2
votes
1 answer

jailbreak detection exit App after 5 seconds

i want use this Code in my App: - (void)viewDidLoad { [super viewDidLoad]; // Jailbreak Detection NSString *cydiaFilePath = @"/Applications/Cydia.app"; if ([[NSFileManager defaultManager] fileExistsAtPath:cydiaFilePath]) { // insert…
Tim
  • 3
  • 1
-2
votes
3 answers

How to delete the app with using the passcode?

My aim is when i delete the application i need to ask passcode for security reason. That passcode is correct the application will be deleted or else the application will not delete. how to achieve this, even it is possible for jailbreak iPhone not a…
iSara
  • 879
  • 3
  • 9
  • 24
-2
votes
1 answer

iOSOpendev failed installation - Mac 10.8.3 - Xcode 4.6.2

Here is the error I get: Any ideas? I already agreed to the license terms of xcode and that didn't solve the problem. Xcode version: 4.6.2 Macintosh Version: 10.8.3 iOSOpenDev Version: 1.6 Error log: http://pastebin.com/Fja3cjsj
user2600347
  • 57
  • 1
  • 5