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
2
votes
0 answers

postinst ask to reboot in cydia iOS

I am working on create a .deb install package for iOS, and I need the device to ask to reboot in Cydia after the package installs, how can I add such a function to my postinst script? The following is already in the script (it sets the file…
user1739467
2
votes
2 answers

How do I use the %group feature in Theos / Logos?

I have heard that there is a %group feature in theos. From what I have understood about this I guess it is for applying lots of hooks if a condition is set true or when you want to easily enable or disable it instead of using if(). Is what I am…
iHackerMe
  • 581
  • 2
  • 5
  • 17
2
votes
1 answer

Crashing with Xcode 4.2 when I click on XIB files

I have been using Xcode 4.2 for the past month without incident. Two days ago I went back into my project to add some navbars to my app. When I clicked on .XIB (Either one) xcode came crashing down. I tried launching a new project but it ended up…
digiboom
  • 21
  • 2
2
votes
1 answer

iOS app that uses Keychain Services that is distributed through Cydia

I am currently developing an app for iOS, and I am distributing the app to my phone via a repo I created for Cydia. The app downloads and runs fine, but the login process is not working. When I run the app in the Simulator the login process works…
ipatch
  • 3,933
  • 8
  • 60
  • 99
2
votes
1 answer

How can I make a Cydia tweak that modifies files on install and reverts changes on uninstall?

I have been developing a Cydia tweak called BrightnessControl (I am very new to developing). For now, all it does is use Winterboard to patch var/stash/Applications/Brightness.plist with my modified version. Is there a way, maybe with Theos, that I…
Brian Kieffer
  • 194
  • 4
  • 11
2
votes
1 answer

What is wrong with this Tweak for Cydia?

I wrote a tweak for cydia, but it does not seem to be working. I created the template using Theos. I got a header dump from the iosod tool, and found `$` - (void)searchBarTextDidBeginEditing:(id)searchBarText; inside of the SBSearchController…
user1455332
  • 121
  • 7
2
votes
2 answers

how to prevent your Cydia tweaks from getting cracked?

I'm working on a new Cydia tweak, It'll be paid! The problem that I don't want it to be cracked/pirated/redistributed. Are there any scripts I can use in my tweak? Few examples: A script that will mail you a log securely to know if the user bought…
Majd Alfhaily
  • 23
  • 1
  • 3
1
vote
1 answer

Private APIs used in iPhone screen sharing app

I'm curious about the ScreenSplitr app for jail-broken iPhones. This app allows one to stream the phone's screen to a web browser. I can guess at how this works in general: capture the screen at a certain rate and forward the bytes over a socket to…
SundayMonday
  • 19,147
  • 29
  • 100
  • 154
1
vote
1 answer

Cydia Tweak Development - Header Compile Error

I am building a simple tweak with only the Springboard.h header included. I get this when making with Theos: This is the compile error I get when building: Preprocessing Tweak.xm... Compiling Tweak.xm... In file included from…
George Morgan
  • 669
  • 10
  • 23
1
vote
1 answer

How to pack my iphone app into a deb

I used xcode to write an iPhone "hello world" app, and I would like to package it as a deb for Cydia. I have seen saurik's article on How to Host a Cydia™ Repository, but I do not understand this table: +- MyProgram +- Applications | +-…
tony-zt
  • 11
  • 4
1
vote
1 answer

Cycript from Jay Freeman Saurik I get a strange error while linking it to others programs

I installed cycript, developed by Jay Freeman Saurik, on my device, I installed also all depencies dependencies. I Run my mobileTerminal app on my device and I enter for example this command: ps aux | grep MyProgram I get the ID of the process but…
Usi Usi
  • 2,967
  • 5
  • 38
  • 69
1
vote
1 answer

Own Cydia App crash

I build a simple Iphone App (Hello World) and pack it to a deb with iDeb. In the Simulator it work (why not is only Hello World on a View). I upload it on MyRepoSpace but when I try to download it came so error Code: “Subprocess post-installation…
1
vote
1 answer

What names are generated for property ivars without explicit declarations?

This question is related to hooking with Mobile Substrate, but as long as you know Objective-C you probably can help. I've got this class that I dumped from UIKit. Here is a piece of it: @interface UIStatusBarItem : NSObject { int…
n00neimp0rtant
  • 905
  • 1
  • 8
  • 18
1
vote
0 answers

Index.diff Packages file in a Repository

I've tried googling and couldnt find much on this topic. I have this problem with my repo, I have tons of debian files that each time i scan-packages, it would take a whole lot of time to build the Packages file. I recently stumbled on to this: It…
AlwynIsPat
  • 689
  • 1
  • 8
  • 15
1
vote
1 answer

Undefined symbols for architecture armv6 in Jailbreak Tweak

I followed this tutorial and the source code : http://blog.objectgraph.com/index.php/2010/04/20/encrypting-decrypting-base64-encode-decode-in-iphone-objective-c/ And then, I downloaded the "Sample Code : CryptTest" from the tutorial, it works…
Hiraku
  • 361
  • 3
  • 13