Tagged Questions
Cydia is an iOS app for jailbroken iPhones, iPod Touches and iPads. It allows users to find and install software not allowed by Apple.
8
votes
1answer
765 views
Develop an iOS App for Cydia
How can I start developing simple iOS tweaks for Cydia?
What's the difference in compiling an app for the official App Store and Cydia?
6
votes
0answers
744 views
iphone: how to build an IPA file from self-made app? [closed]
I programmed a small app for iOS, and I used Mac OS X 10.6.6, Xcode 3.2.5 and iOS SDK 4.2, all running in a Virtual Box machine 4.0.
now I want the app to run on my iphone and to distribute it to ...
5
votes
3answers
2k views
How to build an app for Cydia store?
I have built an app for Apple's App Store, now I want to submit the app to the Cydia store. How can I do this? Should I just post the app.zip file built for the App Store to the Cydia store?
4
votes
3answers
10k views
how to prevent IAP cracker?
I found out that many of the users used "IAP cracker" instead of purchasing the items in IAP.
I also has been heard that Zynga Poker and Pokerist already detect iAP cracker and prevent the fake IAP.
...
3
votes
2answers
3k views
How do I build apps to my jailbroken iPad?
I have XCode 3.2.2 and am trying to build an app to my jailbroken iPad. I have followed the tutorial to Fake Code Sign Apps here on Multi-Touch forums. On the iPad, I installed AppSync. Still, when I ...
2
votes
0answers
80 views
iPhone app installs through cydia in root folder instead of /Applications
The app is developed in Xcode 4.2, SDK 5.0, tested on an iPhone 4 with 4.2.1 on. As I said in the title, the app installs itself from cydia in the root folder instead of /Applications one. Any ...
2
votes
0answers
162 views
Add Text in Statusbar [iOS Cydia App] [closed]
Possible Duplicate:
Adding view on StatusBar in iPhone
I want to make a Cydia app for iOS. Can anyone tell me how can I add text in the statusbar near the battery icon?
1
vote
1answer
108 views
(cydia dev) Call Answering Screen in iPhone
What would be the class responsible for call answering screen.
I think it's a private framework, or even the SpringBoard.
But the SpringBoard has dozens of classes, and as I have access only to the ...
1
vote
3answers
189 views
How to make a directory iOS?
Okay,
So I have a Cydia app that I need to update. I am aware with Cydia apps that they don't have a Documents folder, so you have to make one. And here's how I made it before in iOS 4 (which doesn't ...
1
vote
1answer
67 views
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, ...
1
vote
0answers
96 views
Tracking memory leak in Cydia
I got my app running on my phone to do some tests since I don't have my mac for the day.
However, I would like to track memory leak. Is there any app in Cydia that allows me to see what's really ...
1
vote
1answer
682 views
Developing Mobile Substrate tweaks
I have a few questions about developing mobile substrate tweaks. First of all, how do you make them? Do you have to use xcode or what? What kind of files are needed, i mean there are no nibs involved ...
1
vote
1answer
1k views
How to develop an app for Cydia and jailbroken iPhones
I am starting to develop apps for iPhone.
There is 1 specific app that I'd like to develop, but Apple will for sure reject it, so I want to do it for Cydia, cause I think it is just useful.
I'm ...
1
vote
1answer
156 views
How do you add the sqlite3 framework for a mobile substrate hack
Im creating a mobile substrate hack and i need to add the sqlite3 framework but i have no idea how to add it to the makefile. I tried adding "sqlite3" to the MyTweak_FRAMEWORKS but that didnt work.
...
1
vote
0answers
400 views
How to make a mobile substrate tweak enabled In a period of time?
I want to enable my tweak in a period of time,just like from 03:00 - 05:00,but i don't know how . I have tried the following way.
I use NSTimer to get the current time every seconds,but when the ...
1
vote
1answer
272 views
Running a terminal command inside an iPhone app
Hey guys.
So, I'm trying to have my iPhone app (jailbreaked) run a terminal command, and show the output. For those who don't see what I mean, I want to do the same thing as Cydia does when installing ...
1
vote
1answer
273 views
Submitting paid package to Cydia Store
I'd like to submit my app to the Cydia Store. It's going to be a paid package. Since I've never done other than free/opensource development, can somebody please explain how to do integration of my app ...
1
vote
0answers
722 views
iPhone Crash Log: how to figure out what is wrong
I'm not a developper, but a user of an iPhone (3GS, iOS 4.1, Jailbroken) which started to crash randomly last week on several app. If I'm right, it crashes randomly when I tap on the keyboard ...
1
vote
7answers
2k views
Is an iPhone app's document directory /var/mobile/Documents or /var/mobile/Library/AppName?
As far as I know (and read everywhere) an application's documents directory should be somewhere in /var/mobile/Library/ on the iPhone but if I'm logging the gotten directory it is ...
1
vote
3answers
3k views
How to create .deb packages on Mac OS X
I am trying to upload my app on Cydia and it requires .deb package. I am unable to figure out how to make .deb packages on mac. I am using 10.6.3 when I write this command on terminal
dpkg-deb -b ...
1
vote
2answers
273 views
Make iPhone app available on both iTunes and Cydia
What are the ramifications of posting an iphone app on both Cydia and iTunes? Does Apple look fondly at that idea? An precedents?
The reason I ask is that I have a very interesting app which might ...
1
vote
3answers
750 views
Schedule multiple, daily events with NSTimer?
I have a schedule cache stored in an NSDictionary.
For the example below, I have a schedule time of January 13, 20120 2:00PM and January 13, 2012 2:05PM. How can I add both of these to a queue to ...
1
vote
2answers
529 views
What is a makefile in iPhone development environment?
i have been developing iPhone apps for a few months now, i have gone through some examples of some iphone open source apps which have "makeFile" file in them. Just like cydia has got here
Cydia Source ...
1
vote
1answer
2k views
ERROR: iPhone Private Frameworks “No such file or directory”
I have added Private Frameworks To my project. When I build in DEVICE | RELEASE everything works fine and I am able to ldid -S the application and it successfully launches on my device.
However, when ...
1
vote
1answer
1k views
Control iPhone Services using Low--Level API or PrivateFrameworks in Xcode
I am trying to make put together a simple application to control the phone services such as WiFi, Bluetooth, 3G, etc. using Private Frameworks or low-level API's. I am able to build the device and ...
0
votes
0answers
20 views
DC/MARVEL ICONS FROM CYDIA, WHAT DO I DO? [closed]
I´ve downloaded the awesome icons theme DC/MARVEL, but i have no idea how to get it to work, anyone else know? do i need som kind om othetr program to get in to the root of the phone to use them ?
0
votes
1answer
48 views
THEOS compilation errors
I just started playing around with THEOS and found it is good to use. But unfortunately I struck at the following errors.
theos/makefiles/common.mk:64: //makefiles/legacy.mk: No such file or ...
0
votes
0answers
14 views
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 ...
0
votes
1answer
88 views
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 ...
0
votes
1answer
77 views
Keeping an app alive in background unlimited (for a Cydia app)
I don't mind using private API's or anything of the kind that Apple doesn't like, but would prefer a quick solution that doesn't stuff like playing silence in the background or swizzling.
Obviously ...
0
votes
0answers
34 views
iPhone Application Localization Strings
I have a jailbroken iPhone 4 with which I am trying to pull of the localization strings for each stock app (maps, iTunes, mail, messages, YouTube etc).
I have accessed the file system and am in the ...
0
votes
1answer
179 views
Duplicate interface declaration errors when I create MobileSubstrate tweaks
I have a problem about making Mobile Substrate tweaks for iOS 5.
Most tutorial about making Cydia tweaks have this step: "Download private framework headers".
So, I downloaded it from : ...
0
votes
0answers
113 views
Theos Lock Screen tweak
I'm developing an iPhone tweak with theos. With this tweak I'd like the user to be able to simply move the lock screen out of the way, similar to the move2unlock tweak. But I'm failing at removing the ...
0
votes
2answers
93 views
Make app on cydia private?
Is there a way to make an app on the cydia repos private so that others cant see it or use it?
Or is there another way to privately push apps to a device without going through something like the ...
0
votes
0answers
46 views
[CYDIA]Add a view to application
I need to show a subview in a tweak, I've been created the view but it only works on Springboard. I can't add this view on the others application. I use this code:
[[[UIApplication sharedApplication] ...
0
votes
2answers
60 views
App should launch on it's own after hitting the home button to pull the phone out of sleep mode
We have built an Cydia app for jailbroken iPhones. Now my client wants the app to launch on it's own after the user hits the home button to pull the phone out of sleep mode. How can I accomplish this?
...
0
votes
2answers
85 views
Is there a way to display text if Cydia is installed?
I am making a mobile website and I want to know if there is a possible way to write text on the page if Cydia is installed? Preferably in Javascript. I'm guessing it would be a variable and an if/else ...
0
votes
1answer
197 views
Can't make deb files work using Theos. Manually copying the dylib - works
I'm having a really weird problem. I've developed my first tweak for the iPhone (intended for Cydia distribution). I'm all done developing the tweak and everything works, but I'm having trouble ...
0
votes
0answers
61 views
playbackState doesn't work
I need to get if iPod is playing something. I'm developing an app for Cydia. I have write that in my code:
playbackState = [musicPlayer playbackState];
if (playbackState == 0 || playbackState == 0) {
...
0
votes
1answer
287 views
Obtaining wifi name in iOS
I'm developing an app for Cydia. Is there a way to get the name of actual connected wifi network?
There seems to be a way with the Apple SDK, any ideas?
This is my action:
...
0
votes
0answers
75 views
How to develop software keyboard for (jailbroken) iOS devices?
I want to develop a software keyboard for jailbroken iOS devices, which will be embedded in the OS. I have seen several apps in Cydia that provide you with software keyboards that override the default ...
0
votes
0answers
67 views
Accessing Cydia Package Versions on a Jailbroken iPhone [closed]
Is it possible to access cydia package versions for installed packages on an iPhone? I was hoping for some sort of cydia list of installed packages with version numbers as my phone isn't saving the ...
0
votes
1answer
208 views
publish an app to cydia from appcelarator?
i'm trying to find a way to publish an app to cydia other than app store from titanium appcelarator so i can test the app before registration for the developer program.
are there any clear steps to ...
0
votes
1answer
92 views
iPhone : Validation fileExistsAtPath
In my app I want to detect if "Cydia" is installed on the device,
so I use:
if ([[NSFileManager defaultManager] fileExistsAtPath:@"/Applications/Cydia.app"]).
It seems to work but I wonder if Apple ...
0
votes
0answers
199 views
Hosting Paid For Apps on My Own Cydia Repo [closed]
I don't know if this is the right place to ask this, but I can't find anywhere on how to do this. I have my Cydia repository (http://cydia.stumpyinc.com) and I'm trying to host paid for apps on it. I ...
0
votes
0answers
67 views
how to block cyder in htaccess
I have a small Cydia repository and I want to block Cyder II which is able to download files to PC. Only Cydia should be able to download. How can I block this? I have found:
SetEnvIfNoCase ...
0
votes
1answer
69 views
How do you add graphics to a dylib?
I just started learning how to write mobile substrate addons, and have successfully been able to create a dylib that hooks into a native iphone app. My question is, how do I go about adding images to ...
0
votes
1answer
142 views
Can we write the action for Home button in iphone
I am going to develop an application which will be posted in cydia. My requirement is after unlocking the iphone when the user clicks the home button then my application need to be popedup(run) ..
is ...
0
votes
0answers
866 views
Python Hello World in PyObjC on iPhone?
I installed the iphone-python package from Cydia, but the HelloPython app closes immediately when I run it from Springboard.
This may be a red herring, but I found the .py file in Terminal and tried ...
0
votes
3answers
208 views
How can I test an iPhone app on my iPhone that is Jailbroken?
Unfortunately I went the route to jailbreak my iPhone in Thailand so I could use the SIM over there, but now that I'm back and in development mode needing to test an iPhone app I truly regret doing ...