-
Posts
34 -
Joined
-
Last visited
Everything posted by EricLegend
-
Doesn't seem to work anymore
-
Well your battery is really bad, 50% for a full charge isn't good. unplug your charger and then take the screenshot so I can see how much it's draining.
-
Lmao alright, go head and push the solved button on my post so the admins don't need to
-
https://ghostbin.com/paste/hmbub
-
https://ghostbin.com/paste/2qzr2 just wrote this quickly, let me know if it doesn't work or I missed something
-
Rasticrac Updated with iOS 9 Support
EricLegend replied to Amuyea's topic in iOSGods Archives's General Cydia
Thank you -
Thank you for your comment. So lets say I'm hookig some.Class it would be %hook AnyRandomNameHere - (id)description { return %orig(); } %end %ctor { %init(AnyRandomNameHere = objc_getClass("some.Class")); } -(void)someMethod { //code here } %end Correct?
-
Welp thanks for the infomation. Have a good day/night.
-
Well that is unfortunate, would I need to look out for a theos update or a logos update?
-
Can you post your batterylife results using this app from cydia and download this tweak and post that screenshot too?
-
Hello everyone, as some of you may know I'm the dev for k8/10 they recently started using Swift instead of objc. So their classnames are kik._______ which theos/logos does not like. Is there a way I can hook these classes anyway? I've tried googing it and nothing seems to give me what I needed. Here is the theos/logos error. Tweak.xm:9:1: error: cannot use dot operator on a type Thanks for the help
-
DIY Hack Fallout Shelter (All Versions) - Free In-App Purchases Hack!
EricLegend replied to EMDamaker's topic in DIY Cheats
Hope this works thx -
I used this one, http://git.pixelfiredev.com/pixelfire/libcolorpicker I can't remember it was too long ago, if I can't figure this out I'll reinstall that one.
-
Seems I didn't but after importing it correctly and putting the Dylib in its right place, the error still shows up
-
Hello, after installing Kirb's Theos using this tutorial https://iosgods.com/topic/18345-tutorial-how-to-setupinstall-kirbs-theos-on-your-idevice/ I am getting this error when compiling. This code worked fine when I was on 9.0.2 using the original those I can't get the original these to compile anymore. So I stuck with Kirb's, Anyone have any idea how to fix this? Here is my Make File Also. Error: [0;33m==> [1;39mLinking tweak Kik8 (armv7)? [m Undefined symbols for architecture armv7: "_LCPParseColorString", referenced from: _logos_method$_ungrouped$KikIncomingTextMessageCell$setupSubviews(KikIncomingTextMessageCell*, objc_selector*) in Tweak.xm.e9b866a7.o _logos_method$_ungrouped$KikOutgoingTextMessageCell$setupSubviews(KikOutgoingTextMessageCell*, objc_selector*) in Tweak.xm.e9b866a7.o _logos_method$_ungrouped$KikOutgoingTextMessageCell$updateSubviews(KikOutgoingTextMessageCell*, objc_selector*) in Tweak.xm.e9b866a7.o _logos_meta_method$_ungrouped$BubbleColors$colorHexFromColorEnum$(objc_class*, objc_selector*, long long) in Tweak.xm.e9b866a7.o ____ZL73_logos_method$_ungrouped$KESettingsViewController$generateSettingsOptionsP24KESettingsViewControllerP13objc_selector_block_invoke in Tweak.xm.e9b866a7.o ____ZL73_logos_method$_ungrouped$KESettingsViewController$generateSettingsOptionsP24KESettingsViewControllerP13objc_selector_block_invoke.1609 in Tweak.xm.e9b866a7.o "_OBJC_CLASS_$_PFColorAlert", referenced from: objc-class-ref in Tweak.xm.e9b866a7.o ld: symbol(s) not found for architecture armv7 clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [/var/mobile/K10/.theos/obj/debug/armv7/Kik8.dylib] Error 1 make[2]: *** [/var/mobile/K10/.theos/obj/debug/armv7/Kik8.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2 make: *** [Kik8.all.tweak.variables] Error 2 Make file: TARGET = iphone::8.1 THEOS_PACKAGE_DIR_NAME = debs ARCHS = armv7 arm64 ifndef BAILEYSMACBOOK # define in shell profile if using a diff theos env export THEOS=/private/var/theos endif include $(THEOS)/makefiles/common.mk TWEAK_NAME = Kik8 Kik8_FILES = Tweak.xm UISwitchRedesign.xm Kik8_FRAMEWORKS = UIKit CoreGraphics # Kik8_LIBRARIES = colorpicker # Make sure to put the latest libcolorpicker.dylib from ios /usr/lib/libcolorpicker.dylib PROJECTNAME_LDFLAGS += -Wl,-segalign,4000 include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 Kik" # No Reason to kill SpringBoard since we're only injecting into kik SUBPROJECTS += kik8sb include $(THEOS_MAKE_PATH)/tweak.mk Thank you. Have a good day/night.
-
TuT [Mac/iOS] How To Easily Install Theos On Any iOS Device! [setuptheos]
EricLegend replied to KingRalph's topic in Tutorials
Thank you for this. -
Hello everyone, I hope you're having a good night/day. I was wondering if someone would help me with something. I'm trying to call a method, while being hooked into another class. I would like it to be called by a message being sent. So I would %hook CoreDataConversationManager - (void) sendTextMessage:(id)command withRenderInstructionSet:(id)arg1 toConversation:(id)arg2 isSuggestedResponse:(BOOL)arg3 withMention:(id)arg4 command being the text the user would put. I asked a similar quesiton on r/jailbreakdevelopers and got this answer, -(void) someString:(NSString *)string { if ([string isEqualToString:@"someString"]) { [self someMethod]; } } Maybe it just isn't clicking, but any help would be great, Thank you. P.S. This is for kik by the way.
-
Hey everyone, I hope you're having a good day/night. I was wondering if there is a way to import other files into my Tweak.xm? Let me explain. I'm going to be using LibColorPicker to customtize lots of elements of Kik. I was wondering if I could code that into another file and then import that into the Tweak.xm. So that way I won't have (pretty much) the same code copy and pasted thoughtout the file. Thanks for the help. Have a good day.
-
Hopefully this works, thanks
-
Tool PasscodeReader-v1.0 read pass four number for Win 32-64bit
EricLegend replied to hoaianh2007's topic in Tools
Intresting. -
thank you
-
TuT How to install trybreakwifi v1.0.5 without error 256
EricLegend replied to hao's topic in Tutorials
Intresting thx -
Tool Flex Converter: Convert your flex patch to tweak code in no time!
EricLegend replied to imp0ss1ble's topic in Tools
hope this works -
TuT Varieties of UIAlertView Types to Use in your Tweaks & Patchers!
EricLegend replied to Chrizk0's topic in Tutorials
Thank you for this. -
Perfect thanks, I'll look in the morning. Thank you for the help.