jailbreak

Add Twitter.framework to Theos on iPhone

99封情书 提交于 2019-12-05 21:52:55
I'm developing a notification center widget with Theos on my iPhone. In makefile I added "Twitter" framework and in my project I added <Twitter/Twitter.h> . When I compile the widget I get a " Twitter/Twitter.h no such file or directory. ". How can I add this framework? Thanks 剑 张 ##编译 ----------------------------yours----------------------------- your_FILES = your/xxx.m ##连接 ----------------------------framework-------------------------- your_FRAMEWORKS = UIKit QuartzCore Foundation CoreFoundation CoreGraphics MobileCoreServices your_FRAMEWORKS = SystemConfiguration CFNetwork ##连接 -----------

How to do programming after jailbreaking my iPhone?

一笑奈何 提交于 2019-12-05 21:02:44
I need some private frameworks for my app, so I am planning on jailbreaking my iPhone but, I wonder what are the steps for programming after the jailbreaking process. Are they the same for jailbroken and normal iPhones? I know that my app will be rejected by the app store, but that is not my goal now. This is a research thing. Thanks. You can build using Xcode if you wish, but you don't need to. Infact you can build on your iphone itself. All you need is to remote login to your iphone and work from there directly! If you want to go the "open" path of iphone development (ie: not SDK), then get

iOS apps without developer license / app store

好久不见. 提交于 2019-12-05 16:54:00
I'm new to iPhone development and was wondering if there is a good/easy guide I could follow to install an iOS app on a jailbroken phone without joining the developer program. Basically, I don't know if I'm going to have the time to learn everything I need to learn, but would like to make a start and see where it leads. Once I have something decent put together I can make plans to go through official channels. I followed a guide that I found in SO, but when launching the app it immediately dies/crashes back to the springboard. So I can only assume I did something wrong, or the guide is

Why do I get “Cocoa error 513” when write files to “/var/mydir/files” on an jailbroken iPhone?

为君一笑 提交于 2019-12-05 09:09:53
My app will write some files to file system and it is installed in /Application not in /var/mobile/Application, On my develop iPhone, every things goes right.But when distribute to others, They got "Cocoa error 513".The files are written at /var/mydir/files, What's that problem? Where is right place for me to write with full permission? Thank you. Code: NSString *dir = @"/var/mydir/docs/"; NSFileManager *fileManager = [NSFileManager defaultManager]; if(![fileManager fileExistsAtPath:dir]) { NSError *error = nil; BOOL createdDir = [fileManager createDirectoryAtPath:dir

How to deploy test app on iPhone?

天大地大妈咪最大 提交于 2019-12-05 07:48:16
问题 I want to know how to deploy test app on iPhone 4.3.2. with XCode 4.3 but without buying a licence. I have jailbreak on it and installed AppSync4.0+ The reason why I ask this is because I am porting an app from Qt and I want to see it how it behaves under iOS. I have been using Qt4iOS and got everything build when using simulator. Now I want to see it on my device. When I try it I got some key chain error. Provide me with some links or ideas. 回答1: ... everything is possible. It's about the

Failed to build Saurik's ldid utility

一曲冷凌霜 提交于 2019-12-05 07:48:03
问题 I am facing these errors when i execute this command "./make.sh" To build ldid utility for jailbreak tweaks development Bilals-Mac:ldid billy$ ./make.sh + g++ -arch i386 -arch x86_64 -arch ppc -arch armv6 -o ldid ldid.cpp -I. -x c lookup2.c sha1.c Undefined symbols for architecture i386: "SHA1Result(SHA1Context*, unsigned char*)", referenced from: sha1(unsigned char*, unsigned char*, unsigned long) in ldid-6MHU04.o "SHA1Input(SHA1Context*, unsigned char const*, unsigned int)", referenced from

Cannot bind() a socket inside Apple Calendar (dylib injection)

安稳与你 提交于 2019-12-05 03:44:28
问题 I’m trying to inspect iOS 8.1's Apple Calendar ( MobileCal.app ) on Reveal following this guide. For that, I’m injecting libReveal.dylib which launches its own HTTP server to which the OS X Reveal app connects to. This technique works fine with most of iOS system apps (Phone, Notes, Reminders, etc.) but something in Calendar is preventing the HTTP server from being set up. When Calendar is run, libReveal.dylib is properly injected, but then I see this on the log: MobileCal[5110] : ERROR:

Running BASH script from iPhone app?

坚强是说给别人听的谎言 提交于 2019-12-05 01:15:58
问题 Basically I am wondering if it is possible to run a console script (.sh) from an iPhone App. The script is written to download a program from a repository that I set up, respring, then after a set time delete the program and respring again, so it needs root privileges, and is interactive in that the user can set how long the program will be kept. I have the bash script written, and it works fine when called from mobile terminal, but is there any way to do this from within a (jailbroken) app

Reading Serial Port iOS

丶灬走出姿态 提交于 2019-12-05 01:07:42
I have the following code to read and write to serial ports on iOS 10.3.3 Jailbroken iPhone 6S (I used h3lix to jailbreak): Serial.h: // // Serial.h // iOUSB // // Created by Brandon on 2018-05-21. // Copyright © 2018 XIO. All rights reserved. // #if !defined(__cplusplus) //-fmodules -fcxx-modules @import Foundation; #else #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wauto-import" #import <Foundation/Foundation.h> #pragma clang diagnostic pop #endif #define BAUD_RATE 9600 @interface Serial : NSObject + (instancetype)shared; - (bool)setup:(NSString *)filePath; - (bool

Side loading iPhone apps to device without certificate

空扰寡人 提交于 2019-12-05 00:59:05
问题 Is there any way to push apps to an iphone through an iPhone explorer or something else, where you can bundle up the ipa and copy it onto an unlocked device (or non unlocked even)? How can I push an app to my device without putting it on a cydia repo? Are there instructions on how cydia does this, or would this be out of my depth (considering I dont know the intricacies of the iphone). This is a customized app I have developed, I just need a way to push it to the device without worrying about