Jump to content

DeSchurk

Member
  • Posts

    16
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 5s

Recent Profile Visitors

246 profile views

DeSchurk's Achievements

Newbie

Newbie (1/14)

  • 2 Years In
  • 3 Years In
  • First Post
  • Collaborator
  • Week One Done

Recent Badges

4

Reputation

  1. Oh yeah, that would be nice to get that PRO features!!
  2. Worked! https://iosgods.com/topic/19415-another-compiling-error-ios-9/ I feel so stupid, it was right under my nose. I even read the post, but I thought it was a different error.. Thanks!
  3. Hi Guys, I'm trying to getting theos to work on my iPhone, but I'm getting a very short error message without any additional info. I can't figure out where to start troubleshooting. I can't find anything about it iPhone:/var/mobile/horizon root# make package /var/mobile/horizon/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/horizon/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 tweak horizon... make[2]: Nothing to be done for `internal-library-compile'. Making stage for tweak horizon... make: *** [internal-package] Error 133 This is the result when I run the command 'make messages=yes' iPhone:/var/mobile/horizon root# make messages=yes /var/mobile/horizon/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/horizon/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 tweak horizon... make -f Makefile --no-print-directory --no-keep-going internal-library-compile THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=horizon _THEOS_CURRENT_OPERATION=compile THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes make[2]: Nothing to be done for `internal-library-compile'. This is the content of my 'makefile': ARCHS = armv7 include theos/makefiles/common.mk TWEAK_NAME = horizon horizon_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" I installed all the tools from cydia (coolstar-repo); - BigBoss Recommended Tools - iOS ToolChains - Perl (/usr/bin) - Theos I'm using the iOS9.3 SDK from https://sdks.website/ SDK is located in /var/theos/sdks Edited the bootstrap.sh line in '/var/theos/bin' " if [[ "$(uname -s)" == "Darwin" && "$(uname -p)" != "arm64" ]] " Renamed the 'Darwin-arm' into 'Darwin-arm64' folder in /var/theos/makefile/targets Renamed the 'Darwin-arm' into 'Darwin-arm64' folder in /var/theos/makefiles/platform I run the following commands in /usr/bin "ldid -s clang" "ldid -s clang++" I succesfully run the nic.pl without any errors, I could really reallly need some help! Any help in the right direction is appreciated! Also tried to removed the line 'ARCHS = armv7' from the 'makefile' file, still no result Any thoughts?
  4. Fixed: %hook LGIIrdetoAVPlayer -(void)jailBreakDetectedNotification:(id)argument{ } %end
  5. Well, nevermind about my last post above. Got that tutorial working so I guess there is nothing wrong with theos or the springboard headers. Should be something in the code. %hook LGllrdetoAVPlayer -(void)jailBreakDetectedNotification:(id)arg1 { arg1 = nil; } %end
  6. I guess so, I just followed this tutorial and it doesn't effect my device at all. Any thoughts? .. Springboard headers?
  7. I tried it. No compiling errors, still doesn't effect the app.. I need to overrule it somehow with the pass-though value don't you think?
  8. Hmm well, it doesn't show any error while compiling using the 'make package' command. I installed the .deb file but it isn't effecting the application In flex 2 the tweak works, but I really want to compile it into a .deb GRRR
  9. Like this?: %hook LGllrdetoAVPlayer -(void)jailBreakDetectedNotification:(id)arg1 { } %end
  10. Hi All, I'm kinda stuck at something. I'm trying to convert a tweak which I created in Flex 2 into a .deb by using theos. I just can't figure out how to use the -void with a return by an argument. %hook LGllrdetoAVPlayer -(void)jailBreakDetectedNotification:(id)arg1 { arg1 = pass-through; } %end Does anyone know what I'm doing wrong here? I would really appreciate some help! See attachment for flex 2 property's which I'm trying convert.
×
  • 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