-
Posts
112 -
Joined
-
Last visited
Everything posted by Stay Bizzy
-
@Justin13902 Do you have iFile installed on your iOS device? If so Here's the latest cydia just install this and try again, but think you will need to install all tweaks etc again , tweaks might work but not show up in cydia or settings, so will need to reinstall them http://cache.saurik.com/debs/cydia_1.1.30_iphoneos-arm.deb good luck , Biz
-
@RossDog998 if the options above don't help it might be because you have a free Apple ID and can only install 3 apps via cydia impactor, try uninstall some and try again and if that don't work, either: make sure your using latest cydia impactor and if not update it http://www.cydiaimpactor.com/ or try another Apple ID. last but not least reinstall cydia impactor
-
Mod Menu Hack Bullet Force v1.11 +11 Cheats
Stay Bizzy replied to Joka's topic in Free Jailbreak Cheats
Works 100% thanks bro -
Mod Menu Hack Last Day On Earth: Survival v1.46.0 +36 FREE Hacks
Stay Bizzy replied to Rook's topic in Free Jailbreak Cheats
Ty ? -
@FadexzSome reason every time it carries over .theos/fakeroot when I go to my project in cydia in installed and check file system content it's shows me it's in there but when I make the .deb file in terminal dpkg -b "my project" with only Debian and library in the folder .. I've tried even leaving the link to Theos in the same folder along with the tweak.xm , make file .obj folder and project.plist and still the same im going to post a tweak soon I've made 3 only little tweaks but learning in progress lol see how it goes
-
Ok so I made another tweak and carnt install it on another device along with my old tweaks keeps telling me it fails to overwrite Theos/fake root as it's in another tweak file .?.?.?.?. So question is how can I make tweaks that will run on the same device as they run fine on there own if uninstalling the other tweak I made but both on same device I get errors
-
Hey guys I've got a tiny issue but with me been a newbie at this I need some help so I've made 2 tweaks one for a game and the other for the spring board both work fine not a problem on my device but when I test them on another device they work separately but when both install they clash and gives me this error trying to overwrite '/.theos/fakeroot', which is also in package com.yourcompany.8ballpool 0.0.1-1 dpkg-deb: error: subprocess paste was killed by signal (Broken pipe: 13) so i deleted Theos link in both tweak files and still get the same like I said they work fine when only one is install but not both , I tried and remade the tweaks separately again and still same error lol thanks Biz
-
@2packed @Fadexz so I've done my first little tweak I've tested it on my device iPhone 6s jailbroken, iOS 10.1.1. I've got it into a .deb file tested sent it to email and tested it on iPhone 4s jailbroken 9.3.5 and it works so will try afew more things and let you know thanks again guys and gals ?
-
@2packed Yeh I had to do the same afew time afew install methods for Theos on iOS 10 didn't work as they wasn't full and complete packages but all good and sorted thank you for your reply
-
@Fadexz so after spending all day deleting everything anything to do with installation of Theos and restarting from scratch end line it works I finally added a message to the power off button and it works?? so just doing abit more info searching then will be back thanks for ur time much appreciated thank you ?
-
Last login: Fri Oct 6 14:52:20 on ttys000 Bizzy:~ mobile$ su Password: Bizzy:/var/mobile root# theos NIC 2.0 - New Instance Creator ------------------------------ [1.] iphone/application [2.] iphone/library [3.] iphone/preference_bundle [4.] iphone/tool [5.] iphone/tweak Choose a Template (required): reinstalled so is that Theos @ perl running ??
-
@Fadexz So i deleted some things by mistake lol as it was working as when I run the command I got the 5 options to what to build lol il reinstall thanks
-
@Fadexz @DiDA Right so this error ld: unexpected token: !tapi-tbd-v2 file '/var/mobile/test/theos/sdks/iPhoneOS10.1.sdk/usr/lib/libobjc.tbd' for architecture arm64 is because I had apples framework in with Theos so I deleted it all out then my tweaks started to compile - but - when I get the 2 files the .plist and .dylib and paste them to library then dynamiclibrarys then respringing then try the tweak and nothing is that because I have other tweaks installed ?? But I did delete some but still nothing lol and now when I run Theos command or "Theos" some reason I've lost my NIC bridge link up and get this Can't locate NIC/Bridge/Context.pm in @INC (you may need to install the NIC::Bridge::Context module) (@INC contains: /private/var/theos/bin/lib /usr/local/lib/perl5/site_perl/5.22.0/armv7-apple-darwin /usr/local/lib/perl5/site_perl/5.22.0 /usr/local/lib/perl5/5.22.0/armv7-apple-darwin /usr/local/lib/perl5/5.22.0 /usr/local/lib/perl5/site_perl .) at /var/theos/bin/nic.pl line 20. BEGIN failed--compilation aborted at /var/theos/bin/nic.pl line 20. if some one can tell me what file I need to put where I have all the folders backed up just need to know where to paste them back in lol thanks biz
-
/var/mobile/hello/theos(symlink) to /var/theos/sdks/iPhoneOS10.1.sdk/usr/lib/libojc.tbd ??? this is where I am at I started all again fresh Bizzy:/var/mobile/test root# make package Making all for tweak Test... Preprocessing Tweak.xm... Compiling Tweak.xm... Linking tweak Test... ld: unexpected token: !tapi-tbd-v2 file '/var/mobile/test/theos/sdks/iPhoneOS10.1.sdk/usr/lib/libobjc.tbd' for architecture arm64 clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [obj/Test.dylib.64873355.unsigned] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [Test.all.tweak.variables] Error 2 Bizzy:/var/mobile/test root# --- make file --- TARGET := iphone:clang:10.1:3.7 ARCHS := armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = Test Test_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk Test_FRAMEWORKS = UIKit CFLAGS = -w after-install:: install.exec ---- tweak.xm ---- #import <substrate.h> #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> %hook SBPowerDownController -(void)orderFront{ UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Hello" message:@"Noooo" delegate:self cancelButtonTitle:@"Okay" otherButtonTitles: nil]; [alert show]; } %end i tried it on my iPhone 4s 9.3.5 wouldn't install big boss recommended tools I also tried to install theos on iPhone 6s + 10.2 Yalu portal jailbreak and would t get some packages either ... I'm trying guys ??
-
@Fadexz haha I didn't even know I was doing it there back to drawing board lol thanks for noticing that And yeh /var/theos hahaha
-
Ok scratch that I get this error now hello... Copying resource directories into the application wrapper... Linking application hello... ld: unexpected token: !tapi-tbd-v2 file '/var/mobile/hello/theos/sdks/iPhoneOS10.1.sdk/usr/lib/libobjc.tbd' for architecture armv7 clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [obj/hello.app/hello.64873355.unsigned] Error 1 make[1]: *** [internal-application-all_] Error 2 make: *** [hello.all.application.variables] Error 2 Bizzy:/var/mobile/hello root#
-
@Fadexz @QuasaR does this look like it's picking up the library now ??????? Just I'm getting aload of errors I've been filling in symbols ie ( : ) ( ; ) that the errors as me but stuck on afew errors AVAILABILITY_INTERNAL__IPHONE_9_0 ^ In file included from <built-in>:346: In file included from <command line>:3: In file included from /var/mobile/hello/theos/Prefix.pch:2: In file included from /var/mobile/hello/theos/sdks/iPhoneOS10.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12: In file included from /var/mobile/hello/theos/sdks/iPhoneOS10.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6: /var/mobile/hello/theos/sdks/iPhoneOS10.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:299:1: error: cannot declare variable inside @interface or @protocol NS_AVAILABLE(10_11, 9_0); ^ /var/mobile/hello/theos/sdks/iPhoneOS10.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:249:34: note: expanded from macro 'NS_AVAILABLE' #define NS_AVAILABLE(_mac, _ios) CF_AVAILABLE(_mac, _ios) ^ /var/mobile/hello/theos/sdks/iPhoneOS10.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:59:34: note: expanded from macro 'CF_AVAILABLE' #define CF_AVAILABLE(_mac, _ios) __OSX_AVAILABLE_START... ^ /var/mobile/hello/theos/include/Availability.h:155:50: note: expanded from macro '__OSX_AVAILABLE_STARTING' #define __OSX_AVAILABLE_STARTING(_osx, _ios) __AVA... ^ -----------/ everytime I fix some I get another 20 errors lol
-
@QuasaR hey , ok I tried that and I still get the same result but I couldn't clone it in had to download and unzip it in as I get a certificate problem when trying to clone, thanks for your reply
-
@Fadexz me too. Il try again today if no luck will try on iOS 9.3.5 jailbreak see if any luck on that device , but I'm getting somewhere lol 1step forward 2steps back lol thanks again
-
@Fadexz Yup that's correct iostoolchain, and okey I will stick another load of headers in there haha and see if that works thank you again ?
-
@Joka nice buddy so much easier ?
-
Ok so tried changing name on sdk folder I now get this Compiling Tweak.xm... In file included from <built-in>:351: In file included from <command line>:3: /var/mobile/biztweak/theos/Prefix.pch:2:10: fatal error: 'Foundation/Foundation.h' file not found #import <Foundation/Foundation.h> ^ so i go to var/mobile/biztweak/theos/prefix.pch:2:10:fatal error and I see this ⬇️ #ifdef __OBJC__ #import <Foundation/Foundation.h> #if TARGET_IPHONE || TARGET_IPHONE_SIMULATOR #import <UIKit/UIKit.h> #endif #define CLASS(cls) objc_getClass(#cls) #ifdef DEBUG #define __DEBUG__ #endif #ifdef __DEBUG__ #define CMLog(format, ...) NSLog(@"(%s) in [%s:%d] ::: %@", __PRETTY_FUNCTION__, __FILE__, __LINE__, [NSString stringWithFormat:format, ## __VA_ARGS__]) #define MARK CMLog(@"%s", __PRETTY_FUNCTION__); #define START_TIMER NSTimeInterval start = [NSDate timeIntervalSinceReferenceDate]; #define END_TIMER(msg) NSTimeInterval stop = [NSDate timeIntervalSinceReferenceDate]; CMLog([NSString stringWithFormat:@"%@ Time = %f", msg, stop-start]) #else #define CMLog(format, ...) #define MARK #define START_TIMER #define END_TIMER(msg) //#define NSLog(...) #endif #define NB [NSBundle mainBundle] #define UD [NSUserDefaults standardUserDefaults] #define FM [NSFileManager defaultManager] #endif ~~~~~~~~~~~~~~~~~~~~~ And at the top is #import <Foundation/Foundation.h> ^ so the files is where it said it was but won't pick it up lol And I also have same line in the tweak.xm also so confused.com lol
-
@FadexzIt was auto corrected then sorry lol yeh I tried that And now I get Your current SYSROOT, "/var/mobile/biztweak/theos/sdks/iPhoneOS8.4sdk", appears to be missing. so changed the Export TARGET := iphone:clang:8.4:3.7 To export TARGET :=iPhone:clang:10.1:3.7 to try target the 10.1 sdks and then says same error but not been able to find the 10.1 sdks il try change then name of the folder to iohoneOS10.1sdk and see if that helps locate it apart from that I'm lost lol thanks for ur time helping me and searching thins for me
-
@Fadexz il try it but I've tried a lot of templates and even copied make files and tweak.xm from YouTube running the same Theo's and won't link the library on mine so think later today will try Theo's on my iPhone 4s 9.3.5 jailbreak think Theo's will work on the Phoenix jailbreak 9.3.5 ??