Jump to content

iPeris

Member
  • Posts

    21
  • Joined

  • Last visited

Everything posted by iPeris

  1. Sorry , I can't contact you... Because i'm asked authors not kurd ...
  2. No for iphone 6S plus ios 9.3.2
  3. After type make package install Output: make: xcode-select: Command not found After type make package install Output: make: xcode-select: Command not
  4. 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
  5. 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
  6. How to install THEOS for ios 9.3 , Please Any Ways To Install Theos ?
  7. Thanks
  8. 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
  9. The site iphone.howett.net/sdks is down , how can i download ios 8 or ios 9 sdk , please help me
  10. Hello Every Body Today I'm Created New Clash Of Clans Account , And My Town Hall Now In Level 4 When I Want To Buy Gems I Will Give This Error "your purchase could not be completed" I'm Already Tested On another devices , and created another account but not fixed !! Thanks For Help .
  11. Fixed #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wdeprecated-declarations" system("killall -9 SpringBoard"); #pragma GCC diagnostic pop
  12. Yes Please Help
  13. 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
  14. Tweak.xm:137:8: error: 'release' is unavailable: not available in automatic reference counting mode [prefs release];
  15. Yes I Want to create New Language
  16. Hello , Can Tell Me How To Create iPhone Language And Add To List Languages? Please Help me !!
  17. What is need i will be post ? But I want to make deb package Anyone To Help?
  18. 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
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines