Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

There is a Cydia command line utility called open which will open an iOS application and attach to the SpringBoard.

Is there a corresponding close command which will send the correct signal to the application ? It needs to send the correct signal so that it will do the necessary cleanup before terminating. The kill command cannot be used as the application is not able to catch the signal.

I have been searching high and low for this particular command line tool but yet to find it.

Thank you.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
358 views
Welcome To Ask or Share your Answers For Others

1 Answer

Have you tried using

killall MobileCydia

should work


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...