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
1 answer

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 a package (black screen with the command…
user825286
2
votes
1 answer

How to write a cydia app

I was wondering about to create a cydia tweak running on iphone startup and hooking some iphone feature as sms or call. So I wanted to know where should I start: How to write a cydia application (xCode? Toolchain? which toolchain? how to install…
Michele
  • 681
  • 3
  • 16
  • 27
2
votes
1 answer

How to get IPA file from iOS simulator

I have developed two simple apps with Xamarin.Forms and Ionic and need to perform a reverse engineering on the created APK and IPA files for Android and iOS. I need to do this for my study. It's easy to get the APK file from an Android emulator, but…
Pinzi
  • 293
  • 6
  • 18
2
votes
1 answer

Mac OS .deb packaging trouble

I've searched a lot, but didn't find the solution. I need to package my ios app into .deb. I have installed Mac Ports and dpkg, I have control file in DEBIAN folder in MyApp folder I run /opt/local/bin/dpkg-deb -b MyApp and get error. dpkg-deb:…
Eddie
  • 1,436
  • 5
  • 24
  • 42
2
votes
1 answer

Iphone application run in background without backgrounder(Cydia)

Is it possible to write application via cydia to run in background like appsyn? Work with jailbreak device. Without Backgrounder(Cydia) Or is it possible to hide icon form springboard and hide arrow(Corelocation)? i want to run my app like run plist…
teenoy
  • 21
  • 2
2
votes
1 answer

What does `uicache` command do on jailbreak iphone?

I use the command Whenever I install a jailbreak app and the app's icon doesn't show up. What are some of the command's other use cases? What's the mechanism behind the command?
user6872780
2
votes
0 answers

Errors compling command-line apps in iOS

I've installed the GNU C Compiler, libgcc (from the Radare repository), automake, make, and probably some other packages that I've forgot about in an attempt to compile some common command-line apps on my fourth-generation iPod Touch. My success…
bedouin
  • 21
  • 1
2
votes
0 answers

Get incoming call number on iOS 10

I am trying to use private APIs to achieve this. These are the classes I know that can help, but responses to existing questions such as these don't work - Disconnect or connect an iPhone call programmatically Some of the classes have changed since…
mythosn
  • 21
  • 1
2
votes
2 answers

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 have some parts disallowed by Apple. I still want…
John Smith
  • 12,491
  • 18
  • 65
  • 111
2
votes
2 answers

What is the core Difference between Runtime Headers and just "Headers"?

I'm in process of making a new iOS tweak. I grabbed iOS Headers https://github.com/MP0w/iOS-Headers. Later on I figured out another repository on Github named iOS Runtime Headers https://github.com/nst/iOS-Runtime-Headers Now i'm confused. What is…
dani0l
  • 21
  • 2
2
votes
1 answer

iosopendev - preferences framework file not found error

I want to create a preferencesLoader bundle using iOSOpenDev but when I create a new project, in the .h file there is an error : #import //Error: File not found I tried to import the framework manually after downloading…
2
votes
1 answer

How to get IMEI in iOS 7.1.2

I have code that is working fine till 7.0.6 to obtain IMEI on Jailbreak iPhone. But now I am getting null IMEI on my new iPhone 4S with iOS 7.1.2. I have used com.apple.coretelephony.Identity.get entitlement and signing app with ldid. I am using…
Ahad Khan
  • 411
  • 2
  • 18
2
votes
1 answer

Cropping/zooming not working while setting iOS Wallpaper using PhotoLibrary private framework

I have managed (with the help of this post) to open up a PLStaticWallpaperImageViewController from the PhotoLibrary private framework, which allows the direct setting of the wallpaper and lock screen (using same UI as the Photos app). Unfortunately,…
newenglander
  • 2,019
  • 24
  • 55
2
votes
3 answers

Add matching style button/action

It's been over a year looking for an answer to this, How can you add matching-style button to the same area/handler for those buttons Do i need to re-style it to match Do i need to manually set position for the new button ? An example for cydia…
Osa
  • 1,922
  • 7
  • 30
  • 51
2
votes
1 answer

Getting error in writing a background process for iPhone

For my app i want to make a background process so i did. But now when try to load the process by script in postinst like this /Library/LaunchDaemons/com.dev.app. i am getting error msg: Could not open job overrides database at:…
M.Shuaib Imran
  • 1,287
  • 16
  • 29