Jump to content

dzcracker

Senior Member
  • Posts

    193
  • Joined

  • Last visited

Everything posted by dzcracker

  1. http://i.imgur.com/y1UQXTq.jpg Got this error DIDA please just make litle tuto!!
  2. Yes The first one got broken when i tryed to make heaxer image
  3. Yes Kuz the first one is brokn i dont know why
  4. export ARCHS = armv7 arm64 export TARGET = iphone:clang:7.1:7.1 include theos/makefiles/common.mk BUNDLE_NAME = SBMultiFunction SBMultiFunction_FILES = SBMultiFunction.mm SBMultiFunction_INSTALL_PATH = /Library/PreferenceBundles SBMultiFunction_FRAMEWORKS = UIKit SBMultiFunction_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/SBMultiFunction.plist$(ECHO_END)
  5. Kuz i copyed it And i dont know wr include PFheaderCell.mm
  6. export ARCHS = armv7 arm64 export TARGET = iphone:clang:7.1:7.1 include theos/makefiles/common.mk BUNDLE_NAME = MegaRunHack MegaRunHack_FILES = MegaRunHack.mm MegaRunHack_INSTALL_PATH = /Library/PreferenceBundles MegaRunHack_FRAMEWORKS = UIKit MegaRunHack_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/MegaRunHack.plist$(ECHO_END)
  7. Get this error http://i.imgur.com/GKRpkYD.jpg Missing seperator in makefile Dida please can u put in my makefile tht i post it?
  8. Thank you so much boss I will try now Where should i add PFHeaderCel.mm? export ARCHS = armv7 arm64 export TARGET = iphone:clang:7.1:7.1 include theos/makefiles/common.mk BUNDLE_NAME = MegaRunHack MegaRunHack_FILES = MegaRunHack.mm MegaRunHack_INSTALL_PATH = /Library/PreferenceBundles MegaRunHack_FRAMEWORKS = UIKit MegaRunHack_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/MegaRunHack.plist$(ECHO_END) This is my makefile
  9. Both I want to make 3 button link Example one for Twitter one for Facebook one for iosgod
  10. I mean i asked before for icon or image And i didnt know this is was a icon http://i.imgur.com/HjXtH7G.jpg How can i add another link to my prefbundle ?
  11. @DIDA IS this a icon ? I tough it was a logo or symbole Sorry
  12. How i can make another link in my preference bundle and a logo Like this http://i.imgur.com/HjXtH7G.jpg Sorry for my english
  13. Its worked castix lol NSLog worked with -(voi) I get -(void)setDisplayLayout:(id)fp8 Not -(id)displayLayout and i make it like tht Its work now thanks man %hook SBAppSwitcherPageViewController -(void)setDisplayLayouts:(id)fp8 { NSDictionary *prefs=[[NSDictionary alloc] initWithContentsOfFile:kPath]; %orig; if([[prefs objectForKey:@"k@"] boolValue]){ %orig(fp8); fp8 = nil; } [prefs release]; return %orig; } -(BOOL)isScrolling { NSDictionary *prefs=[[NSDictionary alloc] initWithContentsOfFile:kPath]; %orig; if([[prefs objectForKey:@"k@"] boolValue]){ return TRUE; } [prefs release]; return %orig; } -(void)handleReachabilityModeDeactivated { NSDictionary *prefs=[[NSDictionary alloc] initWithContentsOfFile:kPath]; %orig; if([[prefs objectForKey:@"k@"] boolValue]){ NSLog(@"Test !"); %orig; ; } [prefs release]; return %orig; } %end
  14. I dont know where should i post it but there is m'y first tweak http://d.pr/f/10p9D Enjoy guys
  15. @castix u r the best Man thank you Im gona make a deb file and post it here Its not a hack but its a nice tweak Can i post it here ? @DIDA i need ur permission
  16. Im making a nice tweak it will have springboard multi function And i wanna share with iosgods Castix NSLog("test !") Is it for void?
×
  • 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