Hi!
Is there a way to use libdisplaystack fromwithin the usual app? I try to load it via dlopen, I can then get DSDisplayController class and instance, but when I send some messages to it, nothing happens. I try to call activateAppWithDisplayIdentifier:animated:, the log message "From app display identifier is: com.apple.springboard" appears, but nothing happens.
I read sources of open utility, it also uses libdisplaystack, but from theos hooks. Is it the only one way to call it?
Hi!
Is there a way to use libdisplaystack fromwithin the usual app? I try to load it via dlopen, I can then get DSDisplayController class and instance, but when I send some messages to it, nothing happens. I try to call activateAppWithDisplayIdentifier:animated:, the log message "From app display identifier is: com.apple.springboard" appears, but nothing happens.
I read sources of open utility, it also uses libdisplaystack, but from theos hooks. Is it the only one way to call it?