Hi everyone, I was wondering if there was any way to get the Caller ID of an incoming call on the iPhone, I am currently playing with SBTelephony.h (SpringBoard header) and the CoreTelephony.framework and I am not really seeing how to do this. I am planning on using this for a dylib using WinChain/ToolChain etc. Thank you!
...
I am trying to make put together a simple application to control the phone services such as WiFi, Bluetooth, 3G, etc. using PrivateFrameworks or low-level API's. I am able to build the device and SSH it to my device without a dev account, and I have the include-2.1.SDK headers, but I am looking or some help in adding these PrivateFramew...
Hello everyone,
I've recently made a repo for cydia and posted my application on it. When I download my app it installs perfectly find, but when I launch it, it will suddenly close. It works fine on the simulator, but I don't know whats going wrong. Can anyone pinpoint me to where I have a mistake. BTW I deleted all the DS_Store stuff o...
I have created a settings.bundle and the settings are visible when I debug it on my iPhone. But when I upload it to a repository the users can not see the settings in the Settings.app.
So how do I make the settings appear in Settings.app on jailbroken devices? Is there something I can put in the preinst-script to fix this?
...
Hi there.
i have been developing iPhone apps for a few months now, i have gone through some examples of some iphone open source apps which have "makeFile" file in them. Just like cydia has got here
Cydia Source Code
i googled for it but couldnt get any satisfactory explanation of it. All explanations are somewhat complex.
Can somebody...
Hi Everyone,
I just wanna create a MS plugin to hook SpringBoard. I'm following "gojohnnyboi" tutorial from here "http://www.ipodtouchfans.com/forums/showthread.php?t=103558".
To create a dylib on XCode, I'm following "SkylarEC" tutorial. I mix these two great tutorials and finally got succeed by getting a dylib. But when I placed the ...
What are the ramifications of posting an iphone app on both Cydia and iTunes? Does Apple look fondly at that idea? An precedents?
The reason I ask is that I have a very interesting app which might have some parts disallowed by Apple. I still want (some) people to have access to those parts (call it value-added), so I wanted to release t...
I have XCode 3.2.2 and am trying to build an app to my jailbroken iPad. I have followed the tutorial to Fake Code Sign Apps here on Multi-Touch forums. On the iPad, I installed AppSync. Still, when I tried to build my app, I got
Error Starting Executable
No provisioned iPhone OS device is connected.
I think next, I'll try Cydia'...
Hi!
I wrote an application which uses sqllite via coredata. It works fine on simulator or being installed on a device from xcode.
I need to provide a test version of application to some other people like ui designer or QA. I decided to use Cydia for this task. Although it installs fine it can't initialize persistentStoreCoordinator: add...
Hi, i am creating an iphone app that will installed by cydia , and that app include a LaunchDaemons plist, and a unix executable file , the unix executable file is called from LaunchDaemons's plist , when i manually transfer files to an iphone via SSH that works fine and plist file has root owner and wheel group , but when files are copi...
Hello,
I am trying to upload my app on Cydia and it requires .deb package. I am unable to figure out how to make .deb packages on mac. I am using 10.6.3 when I write this command on terminal
dpkg-deb -b MyProgram
Termina output is
-bash: dpkg-deb: command not found
I've install fink, Mac ports insert Mac DVD to find out but no...