simulator

Setting Xcode's target to iPhone NOT iPad

I just upgraded to iPhone SDK 3.2 Beta 4. Since doing so, I have not been able to get the app to launch in the iPhone simulator - it keeps launching in the iPad simulator. I have tried option-clicking the drop-down menu in the top left-corner of Xcode and setting 'Active Executable' to iPhone simulator 3.1.3 but it keeps going back to iP...

iPhone images on the simulator and the actual device - different bitsPerPixel values?

Hi there, I have code running in an iPhone application I am developing. Basically, the code needs to load an images and calls: size_t bitsPerPixel = CGImageGetBitsPerPixel(imageRef); I noticed that on the iPhone simulator this call returns 24 and the device itself it returns 32. Is this behavior by design? Is it somethin...

BlackBerry use of the simulators

Hallo, on the BlackBerry homepage you can download different simulators for every different model. There are a lot fo simulators there... My question is, how do you develop BlackBerry applications: do you use the simulators - can you relay on them. If an application works on the simulator, does it works 1:1 on the phone? Do you devel...

sync image from itunes to iphone simulator

hi i want to know how i sync image from itunes to iphone simulator. Thanks ...

didRotateFromInterfaceOrientation does not fire entering PortraitUpsideDown on iPad Simulator

Our application starts in landscape mode ... in the plist Initial Interface Orientation is set to "Landscape (left home button)". When debugging with the iPad simulator, after the application starts, we rotate the simulated iPad using either the menu option Hardware > Rotate Left or using the keyboard command-LeftArrow. By placing a br...

How can I test Xcode Project on iPhone ?

I have developed a view based project in Xcode. It is successfully running in iPhone Simulator. But I want to test this project on real iPhone device to check the behavior of application. Is there any way I can test my application on iPhone device without buying Apple Developer's License? Thanks in advance. ...

Is there iPhone simulator on iPhone SDK 3.2?

I'm considering upgrade SDK 3.1.3 to 3.2 because 3.1.3 disappeared on Apple's website. I used 3.2 SDK beta once, and any project launched iPad simulator only. (even iPhone project) Is there iPhone simulator on SDK 3.2? Or how to test iPhone app on SDK 3.2? PS. I have to check this before install because this is my main workstation, so ...

iPhone SDK simple alert message question

char asd='a'; UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Are you sure?" message:asd delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"OK", nil]; [alert show]; [alert release]; above code not compiling in iPhone simulator. Why is that? :) ...

What do I need for development for an ARM processor?

Hello, I'm familiar with X86[-64] architecture & assembly. I want to start develop for an ARM processor. But unlike desktop processors, I don't have an actual ARM processor. I think I need an ARM simulator. http://www.armtutorial.com/ say An ARM assembly compiler will be required, the most accessible is the ARMulator. I thought o...

Where is the .cod file placed when the BlackBerry Widget is built from Eclipse?

I am experimenting with various mobile platforms, and this is my first day with BB. I am using Web Plug in 2.0.0 with SDK 1.0.0. As I am trying to run one of the samples in the simulator (5.0.0.469, Storem 2 9550) When I run the BB widget, I got the following in the eclipse console, but I could not find the .cod file to be loaded to th...

iPhone Simulator locks up immediately upon Build / Run

I'm having a problem getting my MacBook set up to build iPhone *apps* in xCode. The iPhone Simulator locks up and shows the "spinning circle" busy icon. I've tried everything I can think of, including resetting the simulator tried all of the different hardware options tried the two debug build choices in xCode. uninstalling the SDK a...

iPad Simulator Multitouch Cursors Don't Show Up When Window is Scaled 100%

I have the iPhone SDK 3.2 installed and been working on an iPad application. However, the iPad simulator doesn't show the two gray multitouch "cursors" when I hold down the ALT/OPTION button and move the mouse around. This only happens when the simulator scale size is set to 100%. If I have it set to 50% they show up. When I have it set ...

Deploy application to iPhone Simulator

Hi, I am looking for a way to deploy my application to another users simulator. To be blunt the person needs to show the application on the simulator and is not capable of compiling the source code and I don't have the time to produce the instructions. What I want to do is provide them with the .app (or another) file and have them inst...

Is there any way to make the iPad simulator bigger?

It kind of annoys me how small the iPad simulator is... Some apps I have in mind I have difficulty testing because of the small size of the iPad simulator. Is there anyway to make it larger than it currently is? ...

Universal iPhone/iPad Windows-based app with Core Data crashes on iPhone SDK 4 beta 3

Hi all. I installed iPhone OS 4.0 Beta 3. When I create a new Windows-based universal app with Core Data (File > New Project > Windows-based Application ---> select Universal in drop down and check the "Use Core Data for storage" check box) the app launches fine into the iPhone simulator but crashes in the iPad simulator. The console me...

how can I run the apple Storekit in the simulator?

Normally, this can't be done. I have written a class which wraps around the usual Storekit functionality and will allow an app to behave (while running on the simulator) as if the Storekit transaction had succeeded. I have written a blog post about the design decisions behind the code, which can be read here and includes a download lin...

Blackberry - App don't show any changes after deploy to simulator.

Hi i am new to blackberry and i am developing an app. Suddenly it does not show any changes in the simulator as i change my code. My cod file size 256 kb. What should i do to correct this problem? As i add new class to it, jar and other files get automatically deleted. ...

Documents/Images display fine in Simulator, but not on my device

Hello. My application is running fine on the simulator, but not on the device. Basically, any documents from the web (PDF, Word, M4P videos) are working great on the simulator (and can be accessed from Safari on the iPhone). However, running on the iPhone, they don't display anything. Here's some sample code: // Set up the URL d...

Iphone simulator User Album Photo

Hi, I'm doing image modification on my iphone simulator using pixel value. I created severals photo that I saved in the User Photo Album, and I want to get it back from the simulator to my imac. Where can I found the image? ...

ARM Simulator on Windows

I am studying ARM Processors from a textbook... I thought it will be more useful if I could apply what I learn on an ARM simulator... writing code then watching results and different execution stages would be more fun... I have searched for it, but all I could find was either a freeware on linux or a demo on windows Is there a simulat...