Jump to content

EricLegend

Member
  • Posts

    34
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone Xr
  • iOS Version
    9.3.3
  • Gender
    Not Telling

Recent Profile Visitors

444 profile views

EricLegend's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Doesn't seem to work anymore
  2. 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.
  3. Lmao alright, go head and push the solved button on my post so the admins don't need to
  4. https://ghostbin.com/paste/hmbub
  5. https://ghostbin.com/paste/2qzr2 just wrote this quickly, let me know if it doesn't work or I missed something
  6. 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?
  7. Welp thanks for the infomation. Have a good day/night.
  8. Well that is unfortunate, would I need to look out for a theos update or a logos update?
  9. Can you post your batterylife results using this app from cydia and download this tweak and post that screenshot too?
  10. 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
  11. 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.
  12. Seems I didn't but after importing it correctly and putting the Dylib in its right place, the error still shows up
  13. 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.
×
  • 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