emulator

Windows Mobile Emulator For Linux

I was developing Windows Mobile applications on a Windows machine using C#, just to test the platform, but now I'm back to Linux and now developing for Windows CE on it(CeGCC and FPC), but it's very boring to compile and send the executable to the device everytime just to do a simple test, then I want to know where can I find a good emul...

How do I structure the memory map in an N64 emulator?

According to Wikipedia, the N64 only has 4 MB of RDRAM (8 MB with the Expansion Pack), and the other quantities are similarly small (4 KB or so of L1 cache). However, technical documents I have found on Google state that its memory addresses range from $0000:0000 to $FFFF:FFFF -- that's 4 GB! Since existing N64 emulators like Project64 d...

Android MediaPlayer (Emulator and URL)

Hi there! Can anyone tell me if the Android MediaPlayer class is able to play a video stored in a remoted URL? Just for testing purposes, can I use the URL http://localhost/video-name.3gp. Another question is if the MediaPlayer works well on the emulator? Thanks in advance, Best regards! ...

A cellphone emulator

Hi. I want to run a cellphone emulator on Ubuntu. I am not picky about any particular cellphone as I am not using it for mobile development instead just to run a small software to generate keys for my personal purpose; as the software is not compatible for ubuntu but is present for cellphones. Do let me know a suitable emulator source....

Emulator for a WAP?

Is there any stand alone WAP emulator to emulate waop website for Nokia 6600 and Sony Ericsson MIDP handset ? I am creating a WAP portal, and I dont feel like upload all my files on the web every time and then loading it on opera mini demo emulator. I guess there should be something standalone software to emulate these files ? P.S - I...

Are there any good tools for testing websites developed for mobile phones?

I am developing a few webpages designed to be accessed by mobile phone (WAP, 3G) and came accross an emulator at dotMobi. What other tools are there for mobile development? Is there such as thing as ySlow for mobile? I need to use cookies so want a tool that can help debug cookies and check that they work for different phones and mobile ...

Expanding the size of an Android Virtual Device (emulator) instance?

On a relatively new emulator image (AVD) I have about 40mb of free space. How can I expand this? UPDATE: Just to be clear... I'm talking about the "Internal phone storage" size, not the SD Card size. ...

Testing Music Library in the iPhone emulator

I'd like to be able to debug my application in the iPhone emulator. The app uses the Media Library Framework so I'm not really sure whether I'm able to add songs to the emulator and actually try out the app there. Is this possible? Right now I'm just using the iPod directly for this... Thanks, rui ...

ZX Spin emulator, built-in assembly errors

I'm having problems understanding how to get an assembly file to run inside the ZX Spin emulator using the built-in assembler. I'm able to assemble my program but it seems to crash each time I attempt to run the assembled object code. I cannot find any documentation on how this is meant to be set to run. The message I get with version...

Emulator - Loading App

I'm still learning how to use the dev tools. Using MotoDev which is Eclipse, I wrote a basic "hello world" app. When I run the program, the emulator starts up. It took a few restarts of the emulator and Eclipse until my Hello World icon appear in the emulator. I noticed at one point that a status message said it was sending over the ...

html dom implementation in browser or emulator

how html dom implemented in browser . i want to write a code to produce a html dom emulator. can anyone help me? ...

How do I simulate that the emulator has as an SD Card?

Can I simulate an sdcard presence in the android emulator? ...

HttpGet in android, UnresolvedHostException

Hello, I'm quite new to android and try to implement http client to communicate to a REST server. I'm starting with the Get method but I have some problems using android 2.0 on the emulator. String url = "http://www.google.fr/search?q=android" HttpClient client = new DefaultHttpClient(new BasicHttpParams()); HttpGet getMethod = new Htt...

CodeWarrior for FreeScale trying to debug a simple program using the 56800E simulator

I'm just getting started learning FreeScale DSCs (MC56F800x series). I've done some work with AVRs using both AVR Studio on Windows and Eclipse and avr-gcc on Linux. CodeWarrior is just not as intuitive. Right now I'm stuck trying to debug a simple program. I start the debugger using the built-in simulator, but it never reaches the fir...

Can I tweak my android emulator to make it fast?

Hi, I am using the android emulator to run my programs. But its really slow. It takes around 90 seconds to startup and show the home screen. Can I tweak it so that I can reduce this time considerably? Thanks ...

iphone and iPod emulators

is there separate emulator for iPhone and iPod...? in my computer i already installed iPhone emulator, can i install ipod emulator too with out losing iPhone simulator ? ...

How to view console.log output when running javascript app in Palm Pre browser

I'm trying to debug a javascript-heavy webapp running on the Palm Pre browser. There are various useful debugging messages that the app will output to console.log(). This app was not built specifically for the Palm Pre but runs great on other Webkit-based browsers such as Safari. How can I view the output of console.log from the Web a...

How to change emulator screen orientation?

How do we change emulator screen orientation to landscape or portrait? ...

SQL Server - something available to practice dev for beginner

So this might be a ridiculous question, but I don't know so that is why I am asking: I would like to practice some C#, and get some basic familiarity with the IDE for SQL Server. Is there some fake version of SQL server that I can download to practive with?? thanks! ...

Is binding qemu guest cpu like mips/arm/powerpc to x86 host PCI address space possible?

PCI should be architecture independent, so I thought this was possible. Sorry if I've missed anything. ...