cydia

Capture iPhone Screen From My App and record Video

纵饮孤独 提交于 2019-12-04 06:14:28
问题 I am just curious to create an app which records video of iphone screen or capture images of iphone screen. I know that Apple doesn't allow such kinds of apps on the app store and I have no intention of doing that. I can upload my app on Cydia if I want, but my current objective is just to develop an app with the capabilities of capturing video of the iphone scree n or taking screen shot of device. Let's say that I am playing a game and I want to record it so I can show my friend how well I

How to take screenshot for the entire screen no matter which app is at front most in iOS 7(Jailbroken)

血红的双手。 提交于 2019-12-03 06:51:13
问题 Before iOS7 I use UIGetScreenImage() function to take the screenshot easily, but in iOS7, it becomes deprecated, now are there any good methods to archive this?Thank you! Addition: I need take screenshot for the entire screen at any view 回答1: I came across the same problem, but have no ideas how to solve it. I tried IOSurface - IOS Private API - Capture screenshot in background , which works well in some apps but returns a black screen in games. Then I tried this app https://github.com/k06a

How to take screenshot for the entire screen no matter which app is at front most in iOS 7(Jailbroken)

和自甴很熟 提交于 2019-12-02 19:26:51
Before iOS7 I use UIGetScreenImage() function to take the screenshot easily, but in iOS7, it becomes deprecated, now are there any good methods to archive this?Thank you! Addition: I need take screenshot for the entire screen at any view cloudycliff I came across the same problem, but have no ideas how to solve it. I tried IOSurface - IOS Private API - Capture screenshot in background , which works well in some apps but returns a black screen in games. Then I tried this app https://github.com/k06a/UIView-FastScreenshot/blob/master/UIView%2BFastScreenshot.m , which works well using private apis

xcode project conversion to iOSOpenDev

筅森魡賤 提交于 2019-12-01 12:00:20
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 settings: EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.gch (*) .DS_Store CVS .svn .git .hg *.xcodeproj *.xcode *.pbproj *.pbxproj HEADER_SEARCH_PATHS = $(iOSOpenDevPath)/include/** IPHONEOS_DEPLOYMENT_TARGET = 5.0 LIBRARY_SEARCH_PATHS = $(iOSOpenDevPath)/lib/** SDKROOT = iphoneos iOSOpenDevInstallOnProfiling = YES iOSOpenDevPath = /opt/iOSOpenDev Is it sufficient to add these to

App for jailbroken iOS device: Consistent background operation

本秂侑毒 提交于 2019-12-01 10:42:52
I am the author of a Cydia tweak called AirFloat. An app that implements the AirPlay audio protocol (previously known as AirTunes), making it possible to stream audio to your iOS device. AirFloat is originally an App Store app, until it got booted by Apple from the App Store. I've since that made it available for free in Cydia. Currently the app stands in Cydia exactly as the previous App Store version. As a result of this I get a lot of requests to make it work in the background. But I cannot get it to work. Basically I am thinking of two approaches. Note: AirFloat displays the currently

How to develop an app for Cydia and jailbroken iPhones

我与影子孤独终老i 提交于 2019-12-01 05:15:32
问题 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 trying to figure out how to use Theos and XCode to create my app, but I can't understand anything. I would be very glad if some of you could help me with this. I have already installed Theos, and the header-dump scripts from Conor Burgess, but I just don't know how to start doint anything. How should I

Theos for armv7 and arm64

蓝咒 提交于 2019-11-30 13:34:33
问题 I'm trying to get theos working on OSX Mavericks. I recently purchased an iPhone 5s and have since then jailbroken it. Now I am trying to get Theos working so I can start working on some tweaks again. I had it working on OSX Lion and for IOS 5 and 6. I have a very simple program which should display a UIAlert when an application launches. The problem is, when i run the make command in an attempt to compile my code i get this error: Making all for tweak test... Preprocessing Tweak.xm...

Keeping an app alive in background unlimited (for a Cydia app)

岁酱吖の 提交于 2019-11-30 07:37:50
问题 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 this isn't for the app store so please no lecturing :) So how do you run in the background without any restrictions like "backgrounder"? I didn't manage to find an answer besides some that point people to different directions, but maybe since then someone managed to dig it up already. 回答1:

How to make a directory iOS?

我们两清 提交于 2019-11-30 06:41:00
问题 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 work on iOS 5): mkdir("/var/mobile/Library/APPNAME", 0755); mkdir("/var/mobile/Library/APPNAME/Documents", 0755); NSString *foofile = @"/var/mobile/Library/APPNAME/Documents/database.db"; BOOL fileExists = [[NSFileManager defaultManager] fileExistsAtPath:foofile]; if (fileExists == TRUE) { NSLog(

How to create .deb packages on Mac OS X

六月ゝ 毕业季﹏ 提交于 2019-11-30 06:37:22
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 MyProgram Terminal output is -bash: dpkg-deb: command not found I've install fink, Mac ports insert Mac DVD to find out but nothing helps. It's available on Homebrew: brew install dpkg If you don't have Homebrew installed, go to brew.sh . It's a simple one-liner to install. Homebrew is less invasive, less complicated, and more popular than Macports or similar. Zeeshan I installed mac ports 1.7 through