jailbreak Questions

17

Solved

If I want my app to behave differently on a jailbroken iPhone, how would I go about determining this?
Brood asked 5/1, 2009 at 14:23

4

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 A...
Indeterminism asked 9/4, 2013 at 5:18

3

Solved

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 ca...
Inchoative asked 8/5, 2011 at 22:10

5

Solved

I'm currently exploring creating a jailbreak tweak. I want to unlock the phone screen. How is this done? What private API can be used to achieve this on iOS 7?
Griceldagrid asked 11/2, 2014 at 15:29

4

Solved

I'm trying to install a jailbreak tweak using make package install but I'm receiving this error from dpkg: dpkg-deb: file `/tmp/_theos_install.deb' contains ununderstood data member data.tar.xz , ...
Doralynn asked 9/1, 2014 at 6:44

2

Solved

I am performing a review on an iOS application for which I do not have the source code. In order to gain more control over the environment, I am running the application on a jailbroken iPad. I'd l...
Braddock asked 15/10, 2012 at 12:58

4

I'm wondering if there is any chance to run Node.JS on iOS to develop as on desktop? I definitely realize I must have jailbroken iPad to install node or mongodb. The only I've found is good code ed...
Diametrically asked 7/10, 2012 at 12:23

2

Solved

I am new to the jailbreak tweak development scene. I am trying to figure out the appropriate method to 'hook' so I can intercept an incoming call (and then run some code). I have dumped the header...
Yorker asked 7/2, 2013 at 18:32

4

Solved

In Android, if you have root, you can access a folder /data/data/<package name> In this folder you can find databases or other files for your project. Is this folder available on iOS if you...
Cassaundra asked 26/5, 2014 at 20:26

2

Solved

I'm reading about some good practices for developing iOS apps and looking at the possibility of monitoring logs of an iOS app installed from App Store using Console.app. So, I was testing here, but...
Syllepsis asked 18/9, 2021 at 0:18

4

I'm trying to make an app which only works on jailbroken iDevices. I already have jailbreak detection code: ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"cydia://"...
Lopes asked 9/9, 2012 at 20:13

3

In iOS devices, all user applications are located in /var/mobile/Applications directory, and each app has a unique random uuid as its directory name, for instance: /var/mobile/Applications/15FD62F...
Materse asked 5/7, 2013 at 5:28

3

Solved

I installed "Class Dump" from Cydia to get application header files. But there is a problem. I can use class-dump in default app. For example, I ran this command: class-dump -H /Applications/Mobil...
Cameo asked 13/3, 2014 at 7:51

3

Solved

I'm in the process of release testing a library. The process requires testing on a Jail Broken iOS device. For that, I use an old iPad 1 running iOS 5.1 jail broken with RedSn0w. RedSn0w does not ...
Coastal asked 3/10, 2015 at 18:12

5

Solved

My friend got a jailbroken iPad. When he installed Business Model Generation App from Installous and tried to use it, the application showed a UIAlertView with the following message: Does anybody...
Rhyme asked 23/7, 2012 at 9:20

1

Is there any way to detect in tvOS app if the apple tv is jailbroken or not ? Tried same method as used in iPhone to detect jailbroken but it does not work as per the reference link - How do I det...
Hillel asked 17/6, 2019 at 11:37

3

Does anyone know if there is something like strace, dtruss, or dtrace for iPhone? tester-iPhone:/tmp root$ apt-cache search dtruss tester-iPhone:/tmp root$ apt-cache search dtrace tester-iPhone:...
Cutty asked 2/2, 2012 at 8:5

1

I know it sounds like this question has a simple answer, but hear me out. Although UIStatusBar is a subclass of UIView, you can't use the addSubview method to add a subview to it because it doesn't...
Bushwhack asked 17/7, 2018 at 19:34

1

Everyone Great God!I really need help~ Before iOS8,I use the PrivateFrameworks SpringBoardServices monitoring the App running in foreground is fine. Like the following code: #define SPRINGBOARDPA...
Immobilize asked 19/9, 2014 at 3:43

1

Solved

I have the following code to read and write to serial ports on iOS 10.3.3 Jailbroken iPhone 6S (I used h3lix to jailbreak): Serial.h: // // Serial.h // iOUSB // // Created by Brandon on 2018-05-2...
Abalone asked 23/5, 2018 at 0:4

2

I’ve modified an .ipa file by unzipping contents, decrypted and modified a few scripts, and re-zipped. How can I test the new app as quickly as possible to see the new changes, without having to go...
Punk asked 26/5, 2018 at 17:16

11

Solved

I have just released my app for iOS, but I'm not sure how to make my app safe from being used by jailbrakers. Can I do something to prevent my app working on jailbroken devices?
Deas asked 30/6, 2011 at 5:35

2

Solved

This is for a tweak, so the target is jailbroken devices, and not the app store. I have tried hooking different methods in the SBWiFiManager but they either are called when the wifi strength change...
Tayyebeb asked 14/2, 2013 at 14:12

2

IOHIDEventSystemCreate always return NULL on iOS6 (work fine on iOS5). Anyone know why? Example on iPhoneDevWiki #include <IOKit/hid/IOHIDEventSystem.h> #include <stdio.h> void han...
Psycholinguistics asked 16/1, 2013 at 8:42

1

I am developing an app targeted at jailbroken iOS devices. It is to assist in automating some tasks. I need to create a simple text file (actually a .lua file) in /private/var/mobile/Library. Obvio...
Derayne asked 24/8, 2016 at 23:13

© 2022 - 2025 — McMap. All rights reserved.