Questions tagged [cydia]

Cydia is an iOS app for jailbroken iPhones, iPod Touches and iPads. It allows users to find and install software not allowed by Apple.

Cydia is an iOS app created by Jay Freeman (more commonly known as saurik) for jailbroken iPhones, iPod Touches and iPads. It allows users to find and install software not allowed by Apple.

282 questions
3
votes
2 answers

Detect if iOS App is written in Swift

Im developing a tool that tries to dump header classes for a jailbroken device on an App. I'm using Clutch, but sometimes Clutch fails to some newer apps, I'm thinking of integrating some tools other than Clutch. So, I need to determine at first if…
Vincent Bacalso
  • 2,071
  • 4
  • 23
  • 34
3
votes
1 answer

Symbol redefinition error between libxml2 and theos

I am using libxml2 in a tweak, but I get a symbol redefinition error. Looks like some DataAccess-structs.h from theos uses the same xmlNode struct similar to libxml. Since, both of these are shared libraries that maybe used by other applications, I…
Antony Thomas
  • 3,576
  • 2
  • 34
  • 40
3
votes
0 answers

Register Cydia tweak for push notifications?

The tweak I am developing requires registering for push notifications. I know how to do it with a normal application, but have no clue how to get it to work for a tweak. Would I have to somehow register through SpringBoard? Or perhaps register a…
Garrett
  • 5,580
  • 2
  • 31
  • 47
3
votes
1 answer

Using bundle resource in mobilesubtrate tweak

I am trying to make a tweak which uses plist file to save some data. But the app crashes during launch. Tweak.xm: #define hackBundlePath @"/Library/MobileSubstrate/DynamicLibraries/testBundle.bundle" NSMutableDictionary *modsDict =…
junyi00
  • 792
  • 3
  • 8
  • 28
3
votes
2 answers

Starting app on text message receive using theos tweak

I'm trying to start an app if I receive an text message from an special sender. Currently my Tweak.xm looks like this: #import #import #import #import #import…
PatrickPirker
  • 359
  • 3
  • 15
3
votes
1 answer

Add new UIBackgroundMode to an App-Store app with Jailbreak tweak/script

I made an App-Store app and would like to now make a tweak to let it run in the background using the VoIP UIBackgroundMode (keeping a socket open). The UIBackgroundModes are stored in the Info.plist file. What would be the best way to give my app…
newenglander
  • 2,019
  • 24
  • 55
3
votes
1 answer

Can an app keep running while the screen is locked, on a jailbroken iphone?

I have an idea for an app that I'd like to develop, but before I invest a lot of time learning objective C and the iOS APIs, I'd like to make sure that what I want to do is feasible. The app I want to make is a purely auditory (sound-only) version…
bigblind
  • 12,539
  • 14
  • 68
  • 123
3
votes
1 answer

Issue with class-dump-z "Fail to map * into memory"

I'm using the latest class-dump-z available. Followed this video: https://www.youtube.com/watch?v=HjFeYk_1HH4 iPhone-Pieter:~/dump root# cat class_info /* An exception was thrown while analyzing '/Applications/Calculator.app/' (with sysroot…
Pieter
  • 1,751
  • 3
  • 30
  • 65
3
votes
1 answer

How to use the value in PSLinkListCell in preference bundle?

I would like to make a preference bundle for my jailbreak tweak. I successfully made a preference bundle with a switch that works. But I would like a setting to choose color. Example: Blue Color > Yellow Green So if…
junyi00
  • 792
  • 3
  • 8
  • 28
3
votes
4 answers

Run app "as a service" on iOS / Cydia

I'm currently trying to create a little app that should run in background. It should start with the system or springboard and run until the device shut's down. I searched for tutorials out there but doesn't found anything really useful. It would be…
Lukas
  • 1,346
  • 7
  • 24
  • 49
3
votes
1 answer

Importing does not work

I am making a cydia tweak on Xcode using IOSOpenDev and i tried to import but i'm getting this error! 'AppKit/AppKit.h' file not found' This is my code which changes the flash color when someone tries to take a screenshot #include…
junyi00
  • 792
  • 3
  • 8
  • 28
3
votes
1 answer

IOSOpenDev Installation fails

I Have Xcode 4.3.1 installed and I tried installing the 10.5 package for IOSOpenDev This is the error I got (I copied the entire log and I decided to put it in a pastebin) http://pastebin.com/Qd3fSKgt Please help me.
junyi00
  • 792
  • 3
  • 8
  • 28
2
votes
1 answer

xcode project conversion to iOSOpenDev

I would like to convert a 'regular' xcode project to deploy using iOSOpenDev. From what I can tell, when a new project is created using the iOSOpenDev templates, it has the following in the build…
Abdul Hfuda
  • 1,463
  • 12
  • 25
2
votes
3 answers

iOS Application in Cydia and AppStore

I have an app in Cydia and I want to make the same application but LITE version and put it in AppStore. My question is will Apple reject my app if the check it some how. Actuality my app work with web services so I have real worked domain. And I…
donjordano
  • 346
  • 3
  • 12
2
votes
1 answer

Can PhoneGap be used in apps built with theos?

I want to use PhoneGap to make a Cydia app, however the iOS instructions on their website only show how to use it with Xcode. I don't have a Mac, but I'd like to be able to make my app for Cydia, with theos. Is this possible with PhoneGap, or is it…
kirb
  • 2,033
  • 1
  • 18
  • 28
1 2
3
18 19