
iPeris
Member-
Posts
21 -
Joined
-
Last visited
Everything posted by iPeris
-
Non-Jailbroken Hack FREE MOVIES ON IOS!
iPeris replied to kingseriy's topic in Free Non-Jailbroken IPA Cheats
thanks -
Sorry , I can't contact you... Because i'm asked authors not kurd ...
-
No for iphone 6S plus ios 9.3.2
-
After type make package install Output: make: xcode-select: Command not found After type make package install Output: make: xcode-select: Command not
-
If type : $THEOS/bin/nic.plOutput: sh: bin/nic.pl no such file or directory. If type: cd /var/theos/bin/nic.pl Output: nic.pl not directory The command $THEOS not working And i'm already installed theos3 and theos iosgods , but not working on ios 9.3 , only working on ios 9.0.2
-
Not working on ios 9.3 or later If Type $theos or make package install not working in ios 9.3 or later.Can you tell me what's best way to install on the ios 9.3
-
How to install THEOS for ios 9.3 , Please Any Ways To Install Theos ?
-
I'm installed theos on ios 9.3.2 , after installing , when type $THEOS/bin/nic.pl Output:: sh: bin/nic.pl no such file or directory Please tell me how to fix it Thanks
-
The site iphone.howett.net/sdks is down , how can i download ios 8 or ios 9 sdk , please help me
-
Fixed #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wdeprecated-declarations" system("killall -9 SpringBoard"); #pragma GCC diagnostic pop
-
Yes Please Help
-
I Have Simple Application , But How To Run Full Screen This Is My File codes RootViewController.mm #import "RootViewController.h" @implementation RootViewController - (void)viewDidLoad{ [super viewDidLoad]; self.view.backgroundColor = [UIColor whiteColor]; UIWebView *webView = [[UIWebView alloc]initWithFrame:self.view.frame]; [webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://mysite.com"]]]; [self.view addSubview:webView]; } @[member=end] RootViewController.h #import "AppViewController.h" #import "AppDelegate.h" @interface RootViewController: UIViewController { } @[member=end] myappApplication.mm #import "RootViewController.h" @interface myappApplication: UIApplication <UIApplicationDelegate> { UIWindow *_window; RootViewController *_viewController; } @property (nonatomic, retain) UIWindow *window; @[member=end] @implementation myappApplication @synthesize window = _window; - (void)applicationDidFinishLaunching:(UIApplication *)application { _window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; _viewController = [[RootViewController alloc] init]; [_window addSubview:_viewController.view]; [_window makeKeyAndVisible]; } - (void)dealloc { [_viewController release]; [_window release]; [super dealloc]; } @[member=end] // vim:ft=objc Make.m int main(int argc, char **argv) { NSAutoreleasePool *p = [[NSAutoreleasePool alloc] init]; int ret = UIApplicationMain(argc, argv, @"iPerisToolAppApplication", @"iPerisToolAppApplication"); [p drain]; return ret; } // vim:ft=objc Device Is iPhone 6S Plus Thanks For Help
-
Tweak.xm:137:8: error: 'release' is unavailable: not available in automatic reference counting mode [prefs release];
-
Yes I Want to create New Language
-
Hello , Can Tell Me How To Create iPhone Language And Add To List Languages? Please Help me !!
-
What is need i will be post ? But I want to make deb package Anyone To Help?
-
Hello I want to create preference_bundle package and i will using theos on ip6+ I Have This Problem When Type make package install iPhone:/var/mobile/mypkg root# make package install /var/mobile/mypkg/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/mypkg/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for bundle mypkg... Copying resource directories into the bundle wrapper... make[2]: Nothing to be done for `internal-bundle-compile'. Making stage for bundle mypkg... make: *** [internal-package] Error 2 And This Is My Makefile ARCHS = armv7 arm64 include theos/makefiles/common.mk BUNDLE_NAME = mypkg mypkg_FILES = mypkg.mm mypkg_INSTALL_PATH = /Library/PreferenceBundles mypkg_FRAMEWORKS = UIKit mypkg_PRIVATE_FRAMEWORKS = Preferences include $(THEOS_MAKE_PATH)/bundle.mk internal-stage:: $(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END) $(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/mypkg.plist$(ECHO_END) after-install:: install.exec "killall -9 Preferences" Thanks For Helping Me And sorry for bad english lang