Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
11answers
23k views

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 ...
23
votes
4answers
4k views

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 ...
16
votes
2answers
22k views

How to use web camera in android emulator to capture a live image?

As far as i know, Android emulator doesn't have a camera. To capture a live image we have to use the web camera. I have seen code in this web site to use the web camera in the android emulator to ...
14
votes
3answers
1k views

What do I need for development for an ARM processor?

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 ...
12
votes
6answers
2k views

Microcontroller + Verilog/VHDL simulator?

Over the years I've worked on a number of microcontroller-based projects; mostly with Microchip's PICs. I've used various microcontroller simulators, and while they can be very helpful at times, I ...
10
votes
4answers
780 views

How does JetBrains AppCode launch the iOS Simulator?

I just looked at JetBrains's App Code IDE and it seems to be able to launch the iOS Simulator and run applications in it. When I had to automate the deployment of my projects I had to resort to ...
10
votes
8answers
672 views

network simulator

I need to build a device emulator which can communicate over real IP address I need to create as many instances I can for the device. With one IP and MAC address for each emulator instance Can can ...
8
votes
4answers
715 views

Where are iOS 5 simulator screenshots stored?

I have saved some screenshots in the iPhone Simulator running iOS 5, but I can't find them. I had this problem before, and it took me frickin' ages to find them in the file system. Is this so simple ...
8
votes
3answers
719 views

algorithmic trading simulator/benchmark data

I am interested about playing with algorithmic trading strategies. Does anyone know if there exists simulator or benchmark data I could possibly play with offline (without actually making any ...
8
votes
4answers
976 views

Code that compiles for the iPhone Device but not for the Simulator

I am using C++ to develop the algorithmic part of an iPhone application, and I am encountering a strange bug. The code that I have, compiles fine with gcc-4.2 both on Linux, on the Mac, and on the ...
8
votes
3answers
3k views

How do you deploy an iPhone app to the simulator from the command line?

I'm using xcodebuild from the command line to compile several variations of an iPhone app but I've not been able to figure out how to deploy those builds into the iPhone Simulator from the command ...
8
votes
5answers
4k views

Is there a way to simulate multiple iphones using xcode/iphone sim?

I'm planning out a game that requires multiple users and I was wondering if there's a way to fire up multiple instances of the iPhone Simulator. I didn't see anything in menus or in Google search ...
6
votes
6answers
271 views

Getting Started With Traffic Simulation in JavaScript

I am going to be asking a lot of questions in the upcoming months. For my ninth grade science fair project I would like to create a traffic simulator in order to test whether or not interconnected ...
6
votes
3answers
3k views

iOS SDK 4.0 & 4.1 add images to simulator

I've seen many questions asked about how to add images to the simulator and have seen two answers: Click and hold to save in Mobile Safari on the phone Add the files to the 100Apple (or whatever) ...
6
votes
1answer
989 views

How to build a library for both iPhone simulator and device?

I want to build a static library for iphone. I want to give my users the .a library which they can use for both simulator test and device test. Do I have to build two library in simulator mode and ...
6
votes
2answers
341 views

What's a good Robotics Simulator?

So I'm currently doing some robotics research, and we have a custom built arm in the lab that we would like to simulate. I've done a little googling and wikipedia searching, and there seems to be a ...
5
votes
1answer
500 views

“Game Center account services are currently unavailable” on Simulator

I dont know since when this happened, maybe after the upgrade to Mac OS Lion and Xcode 4.1. But I am not sure. I have quite a large project for iOS which is constrained by the Game Center / Game Kit. ...
5
votes
3answers
528 views

Force iPad simulator to open to 100%

No matter what screen I'm on (17" 1920x1200) or 24", my iPad simulator ALWAYS opens to 50%, even if I recently opened and resized (Windows -> Scale -> 100%) on the last execution. I can't find a way ...
5
votes
4answers
10k views

iPhone Development - Simulate Memory Warning

Background: I have a tab bar application. Each tab contains navigation controller allowing the user to transition from one view to the other showing a drill down information of the data (each view is ...
4
votes
1answer
97 views

Compile different files for device/simulator in XCode

I'm including a 3rd party library (sources) with my static library. It it intended for device only (since it includes some ARM assembly routines) and I do not wish to build it for the simulator (I ...
4
votes
3answers
226 views

How to check my app on client's simulator

Is there any way that client can check my app on his simulator what should i do for that...I do not want to send code of my application to him..... I know adhoc is required to test on device but here ...
4
votes
9answers
5k views

CLLocationManager on iPhone Simulator fails with kCLErrorDomain Code=0

CLLocationManager on iPhone Simulator is supposed to fake Cupertino (isn't it?) but it does NOT, it fails with kCLErrorDomain Code=0 instead. LocationManager's delegate receives the message ...
4
votes
8answers
11k views

Sync image from iTunes to the iPhone simulator

I want to know how to sync images from iTunes to the iPhone simulator.
4
votes
4answers
514 views

SIP test platform

I am searching for a tool that tests SIP calls. A platform that makes a call from SIP device A to SIP device B and reports results... Any idea? A simulation platform would be ideal. thnx, cateof
4
votes
2answers
81 views

Way to synchronize two cores in simulation

I have to build a dual-core processor simulator in C (it's actually a multilevel memory simulation, cache L1/L2, block substitution, etc). Thing is, I'm having a hard time figuring a way to ...
4
votes
11answers
9k views

Application not getting deployed on Blackberry simulator

I am tried deploying .cod,.alx.jar files on blackberry simulator 8100;the application is not getting deployed on phone.I am using Blackberry plugin for Eclipse. How can I solve this issue? Please ...
3
votes
3answers
84 views

C: How do I simulate 8086 registers?

Ohai, I'm currently trying to implement an 8086 ASM debugger for learning purposes. Until now, I tried to simulate the 8 and 16 bit registers with char arrays but this approach is driving me nuts, ...
3
votes
1answer
447 views

How to simulate a SIM card for android

I do not have a real android device. I completely depend on emulator. So, for the sim contacts, changing sim cards and other purposes regarding sim, i want a simulator for SIM. I didn't find any thing ...
3
votes
3answers
424 views

Programmatically detect if app is being run on device or simulator

I'd like to know whether my app is being run on device or simulator at run time. Is there a way to detect this? Reason being to test bluetooth api with simulator: ...
3
votes
3answers
1k views

xcode4 “dyld: Symbol not found: _OBJC_CLASS_$_AVCaptureDevice” error

my iphone app runs in IOS 4.3 simulator but not any other IOS 4.0+ simulator. Even though, it shall run there. I got the following errors - GNU gdb 6.3.50-20050815 (Apple version gdb-1518) (Sat ...
3
votes
1answer
646 views

Creating Database in Blackberry phone

please help me out from this I have created a database in Blackberry phone i have also created a table inside the database but on clicking on the database on blackberry simulator it shows UNABLE TO ...
3
votes
3answers
1k views

How can I reset the iOs Simulator from the command line?

I need to reset the iPhone Simulator a lot, and haven't found a way to do it without using the mouse. It's a small thing, but I'm really sick of doing it and would love to have a way to do this using ...
3
votes
4answers
6k views

Could Not Load NIB in bundle: 'NSBundle'

2011-02-23 21:24:12.218 Success[7238:207] * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle (loaded)' with name ...
3
votes
4answers
1k views

iOS Simulator Sound

Is there a way to tell the iOS simulator which audio device connected to your computer you want it to use? The simulator seems to pick whatever audio device is last connected to your machine. I've ...
3
votes
3answers
889 views

Free verilog simulator & compiler

Does anyone know of a free verilog simulators that are available? I already know about GHDL, but I'm taking a course in FPGAs that only uses verilog. I've also already used Modelsim, but I want a ...
3
votes
5answers
259 views

software simulator to practice vhdl

I am learning VHDL. Are there any good software based free software simulator available where I can test my VHDL code? Thanks,
3
votes
4answers
139 views

iPhone Simulator Intermittent Slowdown

Almost every time I use the iPhone Simulator, I get intermittent slowdowns. Everything is running smooth and then the whole UI randomly drops down to 1-5fps. View pushes, animations and everything ...
3
votes
2answers
518 views

C# Programmatic Mouse Movement/Clicks

I want to create... basically a macro program. After you click record, it keeps track of all mouse (and maybe eventually keyboard) activity. Then you can save it, and play it, and the mouse should ...
3
votes
3answers
2k views

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 ...
3
votes
2answers
3k views

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 ...
3
votes
3answers
14k views

/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1 error

I am getting the error Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1 every time I try to run the program on the iPhone device and the ...
3
votes
2answers
479 views

Emulate a slow iPhone

I have an iPhone app (Objective C++). My beta testers - some of them, not all of them - are complaining of slow startup, 7 to 10 seconds. On my device (it's a 3GS), it loads in about 2 sec. On the ...
3
votes
3answers
1k views

Can the UDK be used for non-game projects?

This is a pretty basic question. I am wondering if the Unreal Development Kit can be used for something other than games, specifically a light show simulator and editor. The site says: Unreal ...
3
votes
9answers
1k views

Bouncing ball not conforming to Conservation of Energy Rule!

I am currently busy on writing a small ball physics engine for my programming course in Win32 API and c++. I have finished the GDI backbuffer renderer and the whole GUI (couple of more things to ...
3
votes
3answers
6k views

How to make the keyboard go away in the iphone simulator

I've got one text entry box in my iphone app, when you touch it in the simulator, the keyboard pops up. But there's no way to get rid of it. Other web pages give solutions, without explaining why they ...
3
votes
13answers
6k views

Assembler IDE/Simulator for beginner

I'd like to learn how to program in Assembler. I've done a bit of assembly before (during my A-Level Computing course) but that was very definitely a simplified 'pseudo-assembler'. I've borrowed my ...
2
votes
1answer
261 views

Xcode 4.2 SIGABRT Error

Everytime I run my app on the iPad simulator, it works flawlessly. But, when I run it on the iPhone simulator, when I click the home button, I get an error in Xcode in my main.m file, saying "Thread ...
2
votes
0answers
47 views

How to test tilt effect in iphone simulator?

I am currently making an ios game in a program called istencyl for a contest on there website. The game involves rolling a character around with the accelerometer. Everything would be going fine but ...
2
votes
2answers
102 views

How to get MGSplitViewController working in Monotouch?

I downloaded the MGSplitViewController project here: https://github.com/mattgemmell/MGSplitViewController and the bindings here: ...
2
votes
1answer
83 views

Tools for protocol simulation

My software development team has recently found itself implementing few different communication protocols for our product to achieve integration with various external products. Although each protocol ...

1 2 3 4 5 8