Jump to content

Profq

Senior Member
  • Posts

    319
  • Joined

  • Last visited

Everything posted by Profq

  1. did you follow DiDA's TuT with pc or did you manage to install it with MTerminal on your idevice? if you installed it with MTerminal can you send me a pm or here how you installed it
  2. what kind of Theos did you install? i installed nix.howetts
  3. yeah, when i was on 9.3.3 i used 8.1 SDK but now that i'm on 10.2 it seems to be a problem for me
  4. yes i have tried 8.1 to 9.2 and it seems like 9.3 is the only one that works
  5. Where can I find information about UIAlertController?
  6. if i use a lower one then it shows me "fatal error: #import <pthread.h>"
  7. Hello Again, so when I'm trying to compile my tweak the only thing that doesn't want to compile is the UiAlertView. If I delete the Ui and try to compile the tweak with the cheat then it works but when i try to compile with UiAlertView it shows me an error: G-Eazy-Jr:/var/mobile/raft root# make package install Making all for tweak Raft... 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:15:1: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 [-Werror,-Wdeprecated-declarations] UIAlertView *alert = [[UIAlertView alloc] ini... ^ /var/mobile/raft/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 'UIAlertView' has been explicitly marked deprecated here @interface UIAlertView : UIView ^ Tweak.xm:15:24: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 [-Werror,-Wdeprecated-declarations] UIAlertView *alert = [[UIAlertView alloc] ini... ^ /var/mobile/raft/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 'UIAlertView' has been explicitly marked deprecated here @interface UIAlertView : UIView ^ 2 errors generated. make[2]: *** [obj/Tweak.xm.49b02bef.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [Raft.all.tweak.variables] Error 2 G-Eazy-Jr:/var/mobile/raft root
  8. fixed it by removing libfauxsu.dylib and fauxsu
  9. got it from nix.howett.net/theos/
  10. G-Eazy-Jr:/var/mobile/raftcheat root# make package me ssages=yes Making all for tweak raftcheat... make -f Makefile --no-print-directory --no-keep-going \ internal-library-compile \ _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=raftcheat _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes make[2]: Nothing to be done for `internal-library-compile'. Making all in raftcheat... make[1]: Entering directory `/private/var/mobile/raftcheat/raftcheat' Making all for bundle raftcheat... mkdir -p "obj/raftcheat.bundle/" mkdir -p "obj/raftcheat.bundle/" mkdir -p "obj/raftcheat.bundle/" for d in Resources; do \ if [ -d "$d" ]; then \ rsync -a "$d/" "./obj/raftcheat.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \ else \ echo "Warning: ignoring missing bundle resource directory $d."; \ fi; \ done make -f Makefile --no-print-directory --no-keep-going \ internal-bundle-compile \ _THEOS_CURRENT_TYPE=bundle THEOS_CURRENT_INSTANCE=raftcheat _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes make[3]: Nothing to be done for `internal-bundle-compile'. make[1]: Leaving directory `/private/var/mobile/raftcheat/raftcheat' rm -rf "/private/var/mobile/raftcheat/_" /var/mobile/raftcheat/theos/bin/fakeroot.sh -p "/private/var/mobile/raftcheat/.theos/fakeroot" -c mkdir -p "/private/var/mobile/raftcheat/_" [ -d layout ] && rsync -a "layout/" "/private/var/mobile/raftcheat/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for tweak raftcheat... mkdir -p "/private/var/mobile/raftcheat/_/Library/MobileSubstrate/DynamicLibraries/" cp ./obj/raftcheat.dylib "/private/var/mobile/raftcheat/_/Library/MobileSubstrate/DynamicLibraries/" if [ -f raftcheat.plist ]; then cp raftcheat.plist "/private/var/mobile/raftcheat/_/Library/MobileSubstrate/DynamicLibraries/"; fi Making stage in raftcheat... make[1]: Entering directory `/private/var/mobile/raftcheat/raftcheat' [ -d layout ] && rsync -a "layout/" "/private/var/mobile/raftcheat/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for bundle raftcheat... mkdir -p "/private/var/mobile/raftcheat/_/Library/PreferenceBundles/raftcheat.bundle" rsync -a "./obj/raftcheat.bundle/" "/private/var/mobile/raftcheat/_/Library/PreferenceBundles/raftcheat.bundle" mkdir -p /private/var/mobile/raftcheat/_/Library/PreferenceLoader/Preferences cp entry.plist /private/var/mobile/raftcheat/_/Library/PreferenceLoader/Preferences/raftcheat.plist make[1]: Leaving directory `/private/var/mobile/raftcheat/raftcheat' mkdir -p "/private/var/mobile/raftcheat/_/DEBIAN" sed -e '/^[Vv]ersion:/d' "/private/var/mobile/raftcheat/control" > "/private/var/mobile/raftcheat/_/DEBIAN/control" echo "Version: 1.0.0-2" >> "/private/var/mobile/raftcheat/_/DEBIAN/control" echo "Installed-Size: 328" >> "/private/var/mobile/raftcheat/_/DEBIAN/control" COPYFILE_DISABLE=1 /var/mobile/raftcheat/theos/bin/fakeroot.sh -p "/private/var/mobile/raftcheat/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/raftcheat/_" "./frank_1.0.0-2_iphoneos-arm.deb" dyld: could not load inserted library '/var/mobile/raftcheat/theos/bin/libfauxsu.dylib' because no suitable image found. Did find: /var/mobile/raftcheat/theos/bin/libfauxsu.dylib: required code signature missing for '/var/mobile/raftcheat/theos/bin/libfauxsu.dylib' /var/mobile/raftcheat/theos/bin/fauxsu: line 43: 25071 Abort trap: 6 "$@" make: *** [internal-package] Error 134
  11. tried that now im getting something with error 134 G-Eazy-Jr:/var/mobile/raftcheat root# make package in stall Making all for tweak raftcheat... make[2]: Nothing to be done for `internal-library-compile'. Making all in raftcheat... Making all for bundle raftcheat... Copying resource directories into the bundle wrapper... Linking bundle raftcheat... Stripping raftcheat... Signing raftcheat... Making stage for tweak raftcheat... Making stage in raftcheat... Making stage for bundle raftcheat... make: *** [internal-package] Error 134 G-Eazy-Jr:/var/mobile/raftcheat root#
  12. yup, i have 9.2SDK im getting an error if i use 9.3SDK
  13. Hi, So yesterday I had some problems with terminal but managed to fix it, but now when I'm trying to compile my tweak I'm getting an fatal error: /var/mobile/raftcheat/theos/include/QuartzCore/QuartzCore-Structs.h:10:10: fatal error: pthread.h file not found #include <pthread.h> I have no idea how to fix this so any tips is highly appreciated
  14. fixed the headers but now im getting the same error as i did before /var/mobile/raftcheat/theos/makefiles/targets/Darwin-arm64/iPhone.mk:21: *** first argument to 'word' function must be greater than 0. stop.
  15. Wasn't this posted before?
  16. its sort of working, im now getting fatal error: Preferences/Preferences.h file not found
  17. this is the error im getting http://imgur.com/a/lFrO6 and this is my tweak with everything i had before #import <UIKit/UIKit.h> #import <substrate.h> #import <Foundation/Foundation.h> %Hook SKPaymentTransaction -(long long) transactionState fp8 { fp8 = 1; %orig(fp8); } %end %Hook UnityAppController -(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Test Title" message:@"Test Message" delegate:nil cancelButtonTitle:@"Close Test Pop-Up" otherButtonTitles:nil]; [alert show]; [alert release]; return %orig; } %end
  18. only got this in the tweak %hook SKPaymentTransaction -(void) transactionState:(long long)arg1 { arg1 = 1; %orig; } %end
  19. removed but didn't work ARCHS = armv7 arm64 TARGET = iphone:clang:latest:latest #CFLAGS = -fobjc-arc #THEOS_PACKAGE_DIR_NAME = debs include theos/makefiles/common.mk TWEAK_NAME = raftcheat raftcheat_FILES = Tweak.xm raftcheat_FRAMEWORKS = UIKit raftcheat_LDFLAGS += -Wl,-segalign,4000 include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" SUBPROJECTS += raftcheat include $(THEOS_MAKE_PATH)/aggregate.mk
  20. still getting the same error. this is starting to get frustrating still getting the same error. this is starting to get frustrating
  21. I've downloaded the 9.3 sdk might try a lower one to see if that works installed a lower sdk and now it seems to try to compile it but now I'm getting "tweak.xm:5: error: %orig found outside of hook or subclass"
  22. already done that
  23. %hook SKPaymentTransaction -(void)_setTransactionState:(long long) fp8 { fp8 = 1; %orig(fp8); } %end %Hook SKPaymentTransaction -(long long) transactionState fp8 { fp8 = 1; %orig(fp8); } %end %Hook UnityAppController -(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"Test Title" message:@"Test Message" delegate:nil cancelButtonTitle:@"Close Test Pop-Up" otherButtonTitles:nil]; [alert show]; [alert release]; return %orig; } %end
×
  • 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