-
Posts
1,481 -
Joined
-
Last visited
Everything posted by Johnkittz
-
There's something called libmuxd it's apparently the drivers I need for my device to be detected by the programs have you ever heard of it?
-
%hook Coins -(int)have { Return 99999; } -(int)fromclean { Return 999; } %end
-
I can install iTunes drivers with winetricks but Posixspwn won't pick up my device
-
Hey bro! Welcome to the greatest forum ever!
-
What's up bro i hope you enjoy iOSGods:)
-
It looks amazing great work guys I've always loved the desktop theme for iOSGods!
-
I've been wondering if Posixspwn can run on Linux with the right tools of course becais I have a iPhone 4s on iOS 6 I'm needing to jailbreak any responses would be amazing
-
Hunters-iPhone:~ mobile$ su Password: Hunters-iPhone:/var/mobile root# cd /var/mobile/Proje cts Hunters-iPhone:/var/mobile/Projects root# make packag e make: *** No rule to make target `package'. Stop. Hunters-iPhone:/var/mobile/Projects root# cd /var/mob ile/Projects/pouhack Hunters-iPhone:/var/mobile/Projects/pouhack root# mak e package /var/mobile/Projects/pouhack/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/Projects/pouhack/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak PouHack... 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:4:137: error: redefinition of '_logos_orig$_ungrouped$Coins$have' ...SEL); static int (*_logos_orig$_ungrouped$Coi... ^ Tweak.xm:4:14: note: previous definition is here static int (*_logos_orig$_ungrouped$Coins$hav... ^ Tweak.xm:9:12: error: redefinition of '_logos_method$_ungrouped$Coins$have' static int _logos_method$_ungrouped$Coins$hav... ^ Tweak.xm:2:12: note: previous definition is here static int _logos_method$_ungrouped$Coins$hav... ^ 2 errors generated. make[2]: *** [obj/Tweak.xm.ea1e550d.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [PouHack.all.tweak.variables] Error 2 Hunters-iPhone:/var/mobile/Projects/pouhack root#
-
Yes I followed the tutorial from iOSGods everything is setup properly I just keep getting errors making the Tweak.xm
-
I've been sitting here wondering if there was a way to get THEOS on android rooted of course I'm wondering this because THEOS on my iPhone refuses to work
-
I'm actually installing Fedora Now Lubuntu had a lot of problems regarding the desktop interface and the resolution
-
I thought so Windows was okay but after spending time on Lubuntu Liinux I'm loving it so much more convenient having the terminal other than CMD on Windows also I've noticed its way easier installing applications & programs aswell
-
I just got my hand on a pc with Lubuntu installed on it fresh since my windows pc hard drive went out in wondering if anybody knows if a Linux OS is better for creating tweak hacks ect...
-
Help/Support Theos '_logos_orig$_ungrouped$Coins$have
Johnkittz replied to Johnkittz's topic in Help & Support
@Chrizk0 do I need to re-download THEOS? -
Help/Support Theos '_logos_orig$_ungrouped$Coins$have
Johnkittz replied to Johnkittz's topic in Help & Support
I have posted my tweak.xm here in help & support everything is correct and i might have too -
Help/Support Theos '_logos_orig$_ungrouped$Coins$have
Johnkittz replied to Johnkittz's topic in Help & Support
I'm trying to figure out the problem has anybody had this happen? I've tried everything I know of my coding in my tweak.xm is all correct I've doubled checked and also asked people on the forum I even tried something KingRalph suggested but nothing -
I've gotten rid of the errors I was having before by signing clang clang++ id strip git perl ect now I'm having these errors Hunters-iPhone:~ mobile$ su Password: Hunters-iPhone:/var/mobile root# cd /var/mobile/Proje cts/pouhack Hunters-iPhone:/var/mobile/Projects/pouhack root# mak e package /var/mobile/Projects/pouhack/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/Projects/pouhack/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak PouHack... 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:4:137: error: redefinition of '_logos_orig$_ungrouped$Coins$have' ...SEL); static int (*_logos_orig$_ungrouped$Coi... ^ Tweak.xm:4:14: note: previous definition is here static int (*_logos_orig$_ungrouped$Coins$hav... ^ Tweak.xm:9:12: error: redefinition of '_logos_method$_ungrouped$Coins$have' static int _logos_method$_ungrouped$Coins$hav... ^ Tweak.xm:2:12: note: previous definition is here static int _logos_method$_ungrouped$Coins$hav... ^ 2 errors generated. make[2]: *** [obj/Tweak.xm.ea1e550d.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [PouHack.all.tweak.variables] Error 2 Hunters-iPhone:/var/mobile/Projects/pouhack root#
-
Yes please @DiDA HELP lol
-
I signed them but these errors pop up now Hunters-iPhone:~ mobile$ su Password: Hunters-iPhone:/var/mobile root# ldid -S strip Hunters-iPhone:/var/mobile root# ldid -S git Hunters-iPhone:/var/mobile root# ldid -S clang Hunters-iPhone:/var/mobile root# ldid -S clang++ Hunters-iPhone:/var/mobile root# ldid -S id Hunters-iPhone:/var/mobile root# ldid -S perl Hunters-iPhone:/var/mobile root# cd /var/mobile/Proje cts/pouhack Hunters-iPhone:/var/mobile/Projects/pouhack root# mak e package /var/mobile/Projects/pouhack/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/Projects/pouhack/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak PouHack... 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:4:137: error: redefinition of '_logos_orig$_ungrouped$Coins$have' ...SEL); static int (*_logos_orig$_ungrouped$Coi... ^ Tweak.xm:4:14: note: previous definition is here static int (*_logos_orig$_ungrouped$Coins$hav... ^ Tweak.xm:9:12: error: redefinition of '_logos_method$_ungrouped$Coins$have' static int _logos_method$_ungrouped$Coins$hav... ^ Tweak.xm:2:12: note: previous definition is here static int _logos_method$_ungrouped$Coins$hav... ^ 2 errors generated. make[2]: *** [obj/Tweak.xm.ea1e550d.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [PouHack.all.tweak.variables] Error 2 Hunters-iPhone:/var/mobile/Projects/pouhack root#
-
Do you know how to sign them? Or is there a tutorial on the forum you could link?
-
Every time I go to make package with my tweak I get this Hunters-iPhone:~ mobile$ su Password: Hunters-iPhone:/var/mobile root# cd /var/mobile/Proje cts/pouhack Hunters-iPhone:/var/mobile/Projects/pouhack root# mak e package /var/mobile/Projects/pouhack/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/Projects/pouhack/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak PouHack... 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... /bin/sh: line 1: 15080 Killed: 9 clang++ -x objective-c++ -c -I"/var/mobile/Projects/pouhack" -DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/pouhack/theos/include -include /var/mobile/Projects/pouhack/theos/Prefix.pch -Wall -Werror -isysroot "/var/mobile/Projects/pouhack/theos/sdks/iPhoneOS8.1.sdk" -arch armv7 -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_3_0 -miphoneos-version-min=3.0 -I/usr/include -include "logos/logos.h" ./obj/Tweak.xm.mm -o obj/Tweak.xm.ea1e550d.o make[2]: *** [obj/Tweak.xm.ea1e550d.o] Error 137 make[1]: *** [internal-library-all_] Error 2 make: *** [PouHack.all.tweak.variables] Error 2 Any fix?
-
Thank you for letting me know I'm inputting it correctly it's my first tweak for a game I'm working on just wanna make sure everything is right
-
I put the Brackets just for a boarder that's not actually in my code my code goes like this %hook Coins -(int)have { Return 99999; } -(int)fromclean { Return 9999; } %end
-
Okay I'm getting into coding slowly i wanna make sure what I am putting is right so here's my code for Pou [ %hook Coins -(int)have { Return 99999; } %end] If hook the class I was told I can add to it like this [ [ %hook Coins -(int)have { Return 99999; } -(int)given { Return 9999; } %end] Again I'm just making sure I'm inputting it correctly thanks for the help
-
I installed Pou from AppCake