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

Block sms in Iphone iOS

While using app I want to block all incoming calls and SMS. It should work at least on jailbroken iphone. I have this code that block calls, but not SMS - how can I fix that? importCoreTelephony/CoreTelephonyDefines.h> extern NSString const…
ij_
  • 209
  • 1
  • 3
  • 11
-2
votes
1 answer

How to get name and creation date of all files in a folder in ios?

I am using the following code to get creation date of a file at a given path and it works fine. NSDictionary* attrs = [fm attributesOfItemAtPath:@"/Users/me/Desktop/ios" error:nil]; if (attrs != nil) { NSDate *date = (NSDate*)[attrs…
zzzzz
  • 1,171
  • 2
  • 15
  • 45
-2
votes
1 answer

Running apps in jailbroken phone

This may be a simple and stupid question, but I'm new to developing for apple so sorry for that. Will my app built with newest xcode is going to run the same on jailbroken phones and normal ones? Are there any things i should know to be able to…
Datenshi
  • 1,121
  • 5
  • 18
  • 52
-2
votes
1 answer

downgrade iOS6 to 5 without SHSH Blob

I haven't done jailbreak or downgrade iOS before. My iPhone and iPad have a huge problem with our Unicode Language (Burmese Zawgyi Unicode Font) on iOS6. iOS 5 is fine so I would like to downgrade. I trusted Apple so I upgraded right away when it…
zhtway
  • 283
  • 5
  • 20
-3
votes
1 answer

Create iOS Jailbreak for Rebooting, restarting springboard etc

I've been searching a lot and just cannot find anything. I want to know how I can make an iOS app that has buttons that when clicked execute a terminal command, such as, killall SpringBoard, or Rebbot, or UICache. Does anyone know how to make a…
-3
votes
2 answers

What Ways Are There To Store Passwords in iOS (For Jailbroken Apps)?

I have been looking into this a lot and people only mention the iOS Keychain. However, I have one issue with storing passwords with the keychain: For what I have read, the keychain behaves differently based on how you codesign your application.…
Andy Ibanez
  • 11,317
  • 8
  • 63
  • 94
-3
votes
1 answer

Jailbreak and overclock ipad cpu

Its a pretty simple question. How can I jailbreak and overclock my Ipad 3rd gen. Apple has a system in place to down clock the cpu as the battery gets older. And its gotten pretty bad (20 minute load time on web pages and apps not functioning bad).…
-3
votes
1 answer

Process listing on a jailbroken iPhone

I have jailbroken an iPhone 6 with ios version 9.3.1 by pangu's solution. After install OpenSSH, I tried to list all processes are running by the ps command, and bellow is the result that I got: PID TTY TIME CMD 1925 ttys000 0:00.04…
evp
  • 1
  • 1
-3
votes
1 answer

How to launch the default camera app in my app for iOS

I am a cutup for mobile app development. I have already run the some apps such as safari, sms, ibooks and etc in my app using URL Scheme. It is very easy, but I couldn't run the default CAMERA app. Please help me! I think it is possible. Thank you.
Urban
  • 19
  • 5
-3
votes
1 answer

Is it possible to make my iPhone 4s ping its location to a server every time the volume button is pressed?

I am fine with Jailbreaking the phone if it helps. I'm trying to make my iPhone 4s ping its current location to a server every time the volume is pressed. Here are the main steps for the desired functionality Press the volume button. Ideally, this…
maxple
  • 151
  • 6
-3
votes
1 answer

How to completely remove app from iOS?

There is an app called X in my iPhone which can tell you whether or not you have installed other apps before in this iPhone. Then I installed an app A into my iPhone, and app X tells me A has not been installed before. Then I uninstalled app A and…
Sato
  • 6,682
  • 13
  • 49
  • 91
-3
votes
1 answer

Can't install my own iOS app through vShare or iTunes on my jailbroken iPhone 4

I just recently started to code a simple app for my phone and since I don't have $99 to fork out for a Developers License, I followed some steps online to make my own code-sign. I managed to do everything and export my .app into iTunes, so I plugged…
-3
votes
1 answer

Write to iPhone file system - Jailbreak/Toolchain

so I am working on a jb app that requires writing to the file system (/var/mobile/Library/Downloads specifically), and I tried hard coding it in like someone recommended but I cant seem to make it work, i know how to do so to the Documents directory…
Sj.
  • 574
  • 1
  • 7
  • 20
-3
votes
2 answers

Testing App on my own iPhone without developer program. XCode 4.2 and IOS 5.0 SDK

I've tried many tutorials to try my app on my jailbroken device and none of them have worked out. I am in Xcode 4.2, IOS 5.0 SDK and iPhone 5.1.1 Has anyone archived this with this settings running an app?
gesnazo
  • 19
  • 1
  • 3
-4
votes
2 answers

How to create an iPhone mach-o file?

How can I create a HelloWorld iPhone mach-o file? I want to test it on my jailbreak iPhone. Help me please!!!
1 2 3
96
97