Jump to content

iP3S1M

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by iP3S1M

  1. Hello everybody, i want to create language package and show in Select Language I want tell me how to do that
  2. Hello everybody, i want to create an iphone language cydia package and my language is kurdish i want to tell me how to make add this language to iphone languages list , please help me , thanks @@DiDA
  3. Thanks @@DiDA
  4. Special Thanks For You ... Fixed .
  5. Not Working This is my Tweak.xm NSDictionary *Mykey = NULL; %hook PSUISoftwareUpdateController -(id)init { if (!Mykey) { Mykey = [NSDictionary dictionaryWithContentsOfFile:@"/User/Library/Preferences/net.iperis.mypkg.plist"]; } if([[Mykey objectForKey:@"softwareUpdate"] boolValue]){ return %orig(nil); } return %orig(); } %end Output In Terminal iPhone:/var/mobile/projects/mypkg root# make package install Making all for tweak mypkg... Preprocessing Tweak.xm... Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Compiling Tweak.xm... Tweak.xm:37:85: error: too many arguments to function call, expected 2, have 3 ..._logos_orig$_ungrouped$PSUISoftwareUpdateController$init(self, _cmd, nil); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~ /var/mobile/projects/mypkg/theos/sdks/iPhoneOS8.1.sdk/usr/include/MacTypes.h:93:17: note: expanded from macro 'nil' #define nil __DARWIN_NULL ^~~~~~~~~~~~~ /var/mobile/projects/mypkg/theos/sdks/iPhoneOS8.1.sdk/usr/include/sys/_types.h:43:23: note: expanded from macro '__DARWIN_NULL' #define __DARWIN_NULL __null ^~~~~~ 1 error generated. make[2]: *** [obj/Tweak.xm.05f97c77.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [iOSTool.all.tweak.variables] Error 2 iPhone:/var/mobile/projects/iostool root#
  6. Hello Guys i have a problem when importing <SpringBoard/SpringBoard.h> Output In Terminal make package Making all for tweak iP3S1mAdBlocker... Preprocessing Tweak.xm... Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Compiling Tweak.xm... In file included from Tweak.xm:3: In file included from /var/root/ip3s1madblocker/theos/include/SpringBoard/SpringBoard.h:8: In file included from /var/root/ip3s1madblocker/theos/include/SpringBoard/SpringBoard-Structs.h:13: In file included from /var/root/ip3s1madblocker/theos/include/ChatKit/ChatKit.h:41: In file included from /var/root/ip3s1madblocker/theos/include/ChatKit/CKMailComposeRecipient.h:6: In file included from /var/root/ip3s1madblocker/theos/include/MessageUI/ComposeRecipient.h:9: In file included from /var/root/ip3s1madblocker/theos/include/MessageUI/MessageUI-Structs.h:8: In file included from /var/root/ip3s1madblocker/theos/include/UIKit/UIKit2.h:227: /var/root/ip3s1madblocker/theos/include/UIKit/UISearchResultsTableView.h:12:2: error: 'UISearchDisplayController' is deprecated: first deprecated in iOS 8.0 - UISearchDisplayController has been replaced with UISearchController [-Werror,-Wdeprecated-declarations] UISearchDisplayController* _controller; ^ /var/root/ip3s1madblocker/theos/sdks/iPhoneOS8.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchDisplayController.h:18:12: note: 'UISearchDisplayController' has been explicitly marked deprecated here @interface UISearchDisplayController : NSObject ^ In file included from Tweak.xm:3: In file included from /var/root/ip3s1madblocker/theos/include/SpringBoard/SpringBoard.h:8: In file included from /var/root/ip3s1madblocker/theos/include/SpringBoard/SpringBoard-Structs.h:13: In file included from /var/root/ip3s1madblocker/theos/include/ChatKit/ChatKit.h:41: In file included from /var/root/ip3s1madblocker/theos/include/ChatKit/CKMailComposeRecipient.h:6: In file included from /var/root/ip3s1madblocker/theos/include/MessageUI/ComposeRecipient.h:9: In file included from /var/root/ip3s1madblocker/theos/include/MessageUI/MessageUI-Structs.h:8: In file included from /var/root/ip3s1madblocker/theos/include/UIKit/UIKit2.h:227: /var/root/ip3s1madblocker/theos/include/UIKit/UISearchResultsTableView.h:14:30: error: 'UISearchDisplayController' is deprecated: first deprecated in iOS 8.0 - UISearchDisplayController has been replaced with UISearchController [-Werror,-Wdeprecated-declarations] @property(assign, nonatomic) UISearchDisplayController* controller; ^ /var/root/ip3s1madblocker/theos/sdks/iPhoneOS8.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchDisplayController.h:18:12: note: 'UISearchDisplayController' has been explicitly marked deprecated here @interface UISearchDisplayController : NSObject ^ In file included from Tweak.xm:3: In file included from /var/root/ip3s1madblocker/theos/include/SpringBoard/SpringBoard.h:8: In file included from /var/root/ip3s1madblocker/theos/include/SpringBoard/SpringBoard-Structs.h:13: In file included from /var/root/ip3s1madblocker/theos/include/ChatKit/ChatKit.h:41: In file included from /var/root/ip3s1madblocker/theos/include/ChatKit/CKMailComposeRecipient.h:6: In file included from /var/root/ip3s1madblocker/theos/include/MessageUI/ComposeRecipient.h:9: In file included from /var/root/ip3s1madblocker/theos/include/MessageUI/MessageUI-Structs.h:8: In file included from /var/root/ip3s1madblocker/theos/include/UIKit/UIKit2.h:565: /var/root/ip3s1madblocker/theos/include/UIKit/UISearchDisplayTableViewController.h:12:2: error: 'UISearchDisplayController' is deprecated: first deprecated in iOS 8.0 - UISearchDisplayController has been replaced with UISearchController [-Werror,-Wdeprecated-declarations] UISearchDisplayController* _linkedSearchDisplayController; ^ /var/root/ip3s1madblocker/theos/sdks/iPhoneOS8.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchDisplayController.h:18:12: note: 'UISearchDisplayController' has been explicitly marked deprecated here @interface UISearchDisplayController : NSObject ^ 3 errors generated. make[2]: *** [obj/Tweak.xm.3641bcbb.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [iP3S1mAdBlocker.all.tweak.variables] Error 2 if delete #import <Springboard/SpringBoard.h> there is no problem , but i need springboard.h file . Thanks For Help .
×
  • 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