
08-31-2008, 06:05 AM
|
|
What's Jailbreak?
|
|
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
|
It definitely seems like system, fork and exec can be used to launch the executable, but can't use UIKit, or other ways to display graphics, similarly with launchctl -- in both approaches, `ps -A` shows that the process is running, but nothing is made visible.
The nearest thing I've managed to do is copy the binary to a new /Applications/Something.app directory with its own icon and Info.plist with a new CFBundleIdentifier, and use UIApplication launchApplicationWithIdentifier:suspended: -- this allows the application to start and display things, but it uses the whole screen, though my UIWindow is much smaller, and you cannot interact with anything 'behind' the application.
So, it's close, but not quite there yet; Does anyone know any apps on 2.0 which can do this? Looking for something similar to Ants, or the screenshot applications.
|
Last edited by iguessitisok; 08-31-2008 at 06:13 AM.
|