-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
Hey, When I say the command: make package, I get error 133 So I did what DiDa said in another post: Make Package messages=yes.. This is what I got: iPhone-van-Joey:/var/mobile/brpa root# make package m essages=yes Making all for tweak brpa... make -f Makefile --no-print-directory --no-keep-going \ internal-library-compile \ _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=brpa _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes make[2]: Nothing to be done for `internal-library-compile'. Making all in brpa... make[1]: Entering directory `/private/var/mobile/brpa/brpa' Making all for bundle brpa... mkdir -p "obj/brpa.bundle/" mkdir -p "obj/brpa.bundle/" mkdir -p "obj/brpa.bundle/" for d in Resources; do \ if [ -d "$d" ]; then \ rsync -a "$d/" "./obj/brpa.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=brpa _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/brpa/brpa' rm -rf "/private/var/mobile/brpa/_" /var/mobile/brpa/theos/bin/fakeroot.sh -p "/private/var/mobile/brpa/.theos/fakeroot" -c mkdir -p "/private/var/mobile/brpa/_" [ -d layout ] && rsync -a "layout/" "/private/var/mobile/brpa/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for tweak brpa... mkdir -p "/private/var/mobile/brpa/_/Library/MobileSubstrate/DynamicLibraries/" cp ./obj/brpa.dylib "/private/var/mobile/brpa/_/Library/MobileSubstrate/DynamicLibraries/" if [ -f brpa.plist ]; then cp brpa.plist "/private/var/mobile/brpa/_/Library/MobileSubstrate/DynamicLibraries/"; fi Making stage in brpa... make[1]: Entering directory `/private/var/mobile/brpa/brpa' [ -d layout ] && rsync -a "layout/" "/private/var/mobile/brpa/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for bundle brpa... mkdir -p "/private/var/mobile/brpa/_/Library/PreferenceBundles/brpa.bundle" rsync -a "./obj/brpa.bundle/" "/private/var/mobile/brpa/_/Library/PreferenceBundles/brpa.bundle" mkdir -p /private/var/mobile/brpa/_/Library/PreferenceLoader/Preferences cp entry.plist /private/var/mobile/brpa/_/Library/PreferenceLoader/Preferences/brpa.plist make[1]: Leaving directory `/private/var/mobile/brpa/brpa' mkdir -p "/private/var/mobile/brpa/_/DEBIAN" sed -e '/^[Vv]ersion:/d' "/private/var/mobile/brpa/control" > "/private/var/mobile/brpa/_/DEBIAN/control" echo "Version: 1.0.0-4" >> "/private/var/mobile/brpa/_/DEBIAN/control" echo "Installed-Size: 328" >> "/private/var/mobile/brpa/_/DEBIAN/control" COPYFILE_DISABLE=1 /var/mobile/brpa/theos/bin/fakeroot.sh -p "/private/var/mobile/brpa/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/brpa/_" "./com.bri.brpa_1.0.0-4_iphoneos-arm.deb" dyld: could not load inserted library '/var/mobile/brpa/theos/bin/libfauxsu.dylib' because no suitable image found. Did find: /var/mobile/brpa/theos/bin/libfauxsu.dylib: mmap() error 22 at address=0x00132000, size=0x00001000 segment=__DATA in Segment::map() mapping /var/mobile/brpa/theos/bin/libfauxsu.dylib /var/mobile/brpa/theos/bin/fauxsu: line 43: 28059 Trace/BPT trap: 5 "$@" make: *** [internal-package] Error 133 iPhone-van-Joey:/var/mobile/brpa root#
-
Help/Support can we make a tweak with thesame Class & Same Methods?
Ted2 replied to Ted2's topic in Help & Support
Oh f**k -
Help/Support can we make a tweak with thesame Class & Same Methods?
Ted2 replied to Ted2's topic in Help & Support
https://www.dropbox.com/s/1cnmd7ehual3ahx/Foto%2011-09-16%2023%2057%2056.png?dl=0 -
Help/Support can we make a tweak with thesame Class & Same Methods?
Ted2 replied to Ted2's topic in Help & Support
oh well, is that 100% sure? bcs I got errors again but if it sure not gonna waste my time more lol -
Help/Support can we make a tweak with thesame Class & Same Methods?
Ted2 replied to Ted2's topic in Help & Support
I think you mena "Why would you want that"? Well then it will mix it together bcs those numbers '40 & 18' are the products what I want to mix together -
Help/Support can we make a tweak with thesame Class & Same Methods?
Ted2 replied to Ted2's topic in Help & Support
Hmm, but then I compile it gives me errors. even with the %end -
Help/Support can we make a tweak with thesame Class & Same Methods?
Ted2 posted a topic in Help & Support
Hey, Didn't know how I had to call the title, lol.. what I want is this: %hook Car -(int) equip { if(getPrefBool(@"key1")) { return 40; } return %orig } -(int) equip { if(getPrefBool(@"key2")) { return 18; } return %orig } is this possible? -
yea well I've never seen this before either, is there a way to get it to see as 32 bit?
-
heyy, I don't know why it says X after a funcion... anyone does? http://imgur.com/xV2dudt
-
intresting
-
downloaded the 'precompiled' version, still not working tho...
-
Just tried it, tells me it can't find pokestops nearby
-
Help/Support Can we sign a binary on pc or non JB phone?
Ted2 replied to Ted2's topic in Help & Support
ah that sucks -
Help/Support Can we sign a binary on pc or non JB phone?
Ted2 replied to Ted2's topic in Help & Support
oh damn, no windows option? -
Heyy! I wanna make a binary hack for my friend but he is non jailbroken, I probably have to sign the binary after I changed some code in it. Can this be done without a jailbroken phone, like on PC or phone itself? ~ xShadowGhostx
-
Oh god, just kill me. iPhone 4s & iPhone 5 here, lmao... shooooot meeeee plssssss -___-
-
Just figured it out: also when I hit on the right down side of the phone it turns off! Weird but yeah whatever...
-
Oh but the case didn't even touched the middle of phone....
-
Haven't installed new tweaks for weeks! It's just ok I guess
-
IPhone 5, iOS 8.4 - Jailbroken.
-
Nope, that's why it's so weird...
-
I put my case in down side first.. & tried it multiply times Not that I know, I've used it for like 8 months
-
Hey! I've like the strange problem in the world... So my phone keeps turning off and rebooting after I put my case on. When I put it off & turn on my phone it works again...? This is like impossible that it works like this so wtf ??? Anyone knows what's wrong??