sdk

how can i Iphone EAAccessory callback speed modify?

i'am test my bluetooth device connectting and data read. but data read callback time is very slow. callback Interval time 100ms.. how can i read callback time fastest? - (void)openSessionForProtocol { NSString *protocolString = @"com.company.datapath"; NSArray *accessories = [[EAAccessoryManager sharedAccessoryManager] connectedAc...

How to run autoconf in OSX linking to specified OS SDK

Hello! I have written a small command line tool that includes some GPL code. Everything runs smothly. Using os 10.6. The external code used has a config.h header file, made by calling autoconf. I'd like to deploy the tool to different OS versions. Thus config.h could look like // config.h #if MAC_OS_X_VERSION_MAX_ALLOWED == MAC_OS_X_V...

Memory leak problem. iPhone SDK

Hello, i've got a problem, i cannot solve it, just recieving error: Program received signal: “0”. The Debugger has exited due to signal 10 (SIGBUS).The Debugger has exited due to signal 10 (SIGBUS). Here is some method, if i comment it out, problem goes aways - (void)loadTexture { const int num_tex = 10; glGenTextures(num_...

How to start developing for Samsung Omnia II

How should i start to develop for omnia 2? I have poor knowledge in c# and asp.net. ...

API Key Error in Facebook Connect (javascript sdk)

Hi, I am trying to implement Facebook Connect on a website. I am trying to work with Javascript SDK of Facebok. I am new to it and unfortunately most of links provided in Facebook WIKI are out of date... Returning 404 not found. Anyway I added this code before the ending </body>: <script src="http://static.ak.fbcdn.net/connect.php/js/F...

Where can I download the RIM Blackberry 6.0 SDK?

Where can I download the RIM Blackberry 6.0 SDK? ...

iphone social networking sharing functionality sdks

Hey there, I'm looking for an sdk that can be integrated into native iphone apps to add social networking sharing functionality. I'm familiar with AddThis, but it doesn't look like they have anything specifically built for the iphone. Any ideas? Thanks, ward ...

Weird ViewControllers - iPhone SDK

Hello everyone, I have a Tab-Bar Application for this iPhone application I am making. I make a simple button on the 3rd view (3rd tab), and give it an IBAction to give an alert view. When I press build and go, everything works out fine. I go onto the 3rd tab, and I press my button. It simply crashes... Why is this happening? Everything ...

Android: Setting maxSDK version for Android 1.5 app

Hi, I've released an android app with the property <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"/> now my app seems to crash on android 1.5 devices (i guess because i use drawable-mdpi/hdpi,...) so thought it would be good to release the same app just for 1.5 devices (not using the mdpi/hdpi-directories). but whe...

How to change background color in android app

I want to be able to change the background color to white in my android app in the simplest way possible. ...

iphone sdk conditional in switch function

I'm trying to make a random image appear on the press of a button. So it generates a random number, and the switch algorithm swaps the chosen image with the one in the imgview. but I want a switch in the settings app to toggle which set of images to use. I know pretty much how to do it...it's just that it doesn't work. I'm missing some ...

iPhone: Navigation Bar button indefinitely links to it's own view.

Hi there, When I navigate from the root view to another view, it works. However, when I want to get back, the navigation button links to itself. This goes on for about 6 taps, until it eventually goes back to the root view. This only occurs on one view, and the rest are working fine. I have no idea what code is causing this, but if yo...

iPhone SDK Zoom like UITextField

I have noticed in a number of apps they let you see a zoomed in view of where you are dragging just like the way it is on a UITextField (screenshot attached) but it works over images etc.. Does anyone know if there is an easy way to achieve this? Since a number of apps use it I figured that there might be something built in or an easy w...

Data Formatters temporarily unavailable

I'm currently working on an iPhone app. This app has a login screen, also a signup screen. After the user has successfully signed up, I dismiss the signup view, then the app automatically logs in using the created account. After which, the login view is dismissed, showing the main view. I'm trying to modify this by immediately dismis...

How to learn about iPhone jailbroken programming?

I'm interested in learning about what additional features and APIs an app has access to when an iPhone is jailbroken. Can someone provide me with some basic resources to learn about this? I would be most interested in: documentation on the private APIs filesystem layout app configuration, e.g. how did WinterBoard replace SpringBoard? A...

iPhone Notifications is possible to...

Hi to all, I read more post regarding iPhone notification, and I have a simple question.... Where a device receive a notification (so I can display a message contains the message notificatio ti advise the user). I understand that message is managed by the application. The question is: ...when my application receive the notification is...

Blackberry SDK 4.2.1 not available in Eclipse Plug-in 1.1

Hi there, I need to develop an application for Blackberry Java SDK 4.2.1 and above. I'm currently under Eclipse Classic 3.5, and I have installed the BlackBerry Java Plug-in for Eclipse v1.1, with all the Blackberry Java SDK available, versions 4.5 to 5.0. Unfortunately, there isn't any SDK available under 4.5. Is anyone know how to solv...

How do I pass an NSString through 3 ViewControllers?

hey, I'm currently using the iPhone SDK and I'm having trouble passing an NSString through 3 views I am able to pass an NSString between 2 view controllers but I am unable to pass it through another one. My code is as follows... `- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)index`Path { NSStri...

Placing arrow of uipopovercontroller at annotation point on mapkit

I am trying to get a popover to appear at a map kit annotation point but cannot find a "rect" in the annotation view properties to use the rect method of calling uipopovercontroller. If given an annotation on map kit how does one find the appropriate "frame"? To give paul more information, here is my attempt: I have already used: -...

help, Paypal mobile SDK library problem!!

Hi all, i'm attempting to include paypal library in xCode, but i gave only GCC linking errors, as i don't hook the lib in the correct way... i've done the operation described here a lot of times... i'm very confused couse the sample project that is in the package works very well... i hope that someone could help me.. sorry for my poo...