Jump to content

mikiyan1978

Member
  • Posts

    27
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 8
  • iOS Version
    9.3.2
  • Location
    Japan

Recent Profile Visitors

737 profile views

mikiyan1978's Achievements

Newbie

Newbie (1/14)

  • Reacting Well
  • Week One Done
  • One Month Later
  • One Year In
  • 2 Years In

Recent Badges

2

Reputation

  1. Please show me the code of Tweak.xm.
  2. %group A %hook onesomeclass - (void)method { //code here } %end %end %group B %hook twosomeclass - (void)method { //more code here } %end %end %ctor { %init(A, onesomeclass = objc_getClass("one.someclass")); %init(B, twosomeclass = objc_getClass("two.someclass")); }
  3. / The capacity of the directory is insufficient. Let's uninstall unnecessary Tweak.
  4. Makefile add xxxxx_FRAMEWORKS = UIKit
  5. Add describe the "xxxxx_FRAMEWORKS = UIKit" to the Makefile.
  6. "killall -9 SpringBoard"
  7. "/etc" Here are the hosts file. Try to turn off if there is a character of "127.0.0.1 iosgods.com" open in the text view.
  8. As a workaround only if you compile on the terminal.
  9. System file "/ var / mobile" Is there a process that you want to copy to, but Do you have the sufficient capacity of the terminal?
  10. BigBoss Recommended Tools installed and you run the "installtheos3" from Cydia
  11. Why, after-install ::install.exec "killall -9 hockeystars" What? Or, try to run the make package messages = yes
  12. Hello. I am a Tweak development. Please tell me the system function to power off at the iOS theos.
  13. Hello. I am a Tweak development. I do not know how to arbitrarily call an existing method in iOS theos. Seen better, please, Professor.
×
  • 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