Code Monkey home page Code Monkey logo

Comments (7)

adr1anh avatar adr1anh commented on May 9, 2024

There would need to be a new entry to tweak nic to set the binary name as variable. This is a good idea however.

from theos.

DHowett avatar DHowett commented on May 9, 2024

I have a plan for this.
Plan: remove it entirely and insert it into the tweak template's makefile.

from theos.

DHowett avatar DHowett commented on May 9, 2024
bash-3.2$ ~/theos/bin/nic.pl -t iphone/tweak example
NIC 2.0 - New Instance Creator
------------------------------
Package Name [com.yourcompany.example]: 
Author/Maintainer Name [Dustin Howett]: 
[iphone/tweak] MobileSubstrate Bundle filter [com.apple.springboard]: 
[iphone/tweak] List of applications to terminate upon installation (space-separated) [SpringBoard]: SpringBoard CommCenter searchd
Instantiating iphone/tweak in example/...
Done.
bash-3.2$ cat example/Makefile 
include theos/makefiles/common.mk

TWEAK_NAME = example
example_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
    install.exec "killall -9 SpringBoard; killall -9 CommCenter; killall -9 searchd"

from theos.

tyilo avatar tyilo commented on May 9, 2024

Couldn't you just use the preinst or postinst file for that?

from theos.

DHowett avatar DHowett commented on May 9, 2024

No, because when the user installed the package via Cydia, it would
immediately respring without finalizing the installations of any other
packages.

Do not do that.

from theos.

tyilo avatar tyilo commented on May 9, 2024

Of course if you kill the SpringBoard, but if you instead kill a "non-vital" process (eg. an AppStore App), then there is no problem.

from theos.

DHowett avatar DHowett commented on May 9, 2024

Finally resolved to some level of satisfaction by 5d2a700.

from theos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.