so I\'ve developed an app. Now I manually placed the .app file into the /Applications folder of my iphone (root). Than I did:
I seem to have the same problem as here: NSTask waitUntilExit hanging app on jailbroken iOS Here\'s what I\'ve got via NSNotification (like above), yet the taskEnded: alert(s) aren\'t coming up. The
I\'m developing an app with Xcode for the iPhone (jail开发者_高级运维broken). Now I want to install a .deb file programmatically. How can I do this? I could execute a command to install it, but how? I
My company (a mobile dev house) has a number of HD TVs that we purchased some Apple TV 2Gs for (which are jailbroken). We use them to display slideshows of products, information, etc, as well as video
I want to know if it is possible for iPhone to find the LAC and Cell Idas provided in the android os.
I wanted to develop an application for jailbroken iphone so that I can access SMS database. Can anyone tell me where to get good
Here I am going to ask a non u开发者_开发技巧sual question. I have created one application in iphone. But I do use some things/ codes that are not allowed by apple and hence it has been rejected. I c
So I\'ve got NSTask to run a script which generates a list of something, into a txt, which I read from. But if I use my current code (below), the alert pops up before the NSTask is finished, thus resu
I\'m having trouble installing my application on a jailbroken device without being a paid member of the iPhone Developer Program. It seems like I\'ve tried everything.I\'ve tried:
I have been looking for a way to launch daemons on the iPhone and I created a little test application with Xcode by learning from the ants application\'s source code, which taught me that I should us