Android :: Emulator - SDK 1.1_r1 For Widndows XP - Crash Using Emulator -data

Apr 20, 2009

I need to run several emulator instances to test my application. When i try to run instances using emulator -data <path> option, the emulator crashes.

I got a MS Visual Studio window informing that emulator throws a "unhandled win32 exception".

The exception message in the debugger (MS Visual Studio 2008) is: "Unhandled exception at 0x77c4706c in emulator.exe: 0xC0000005: Access violation reading location 0x03216848"

The emulator runs normally without "-data" option.

Android :: Emulator - SDK 1.1_r1 for widndows XP - crash using emulator -data


Android :: Emulator - ERROR - User Data Image Is Used By Another Emulator

Apr 13, 2010

Finally strace gave me this:

CODE:................

And several other attempts to call "link" that also fail (sshfs does not support hard links).

Is it possible to change the emulator's behavior to create lock files somewhere in /tmp (using some hash of image path as lock file name)? I am OK to try this myself: which repositories from https://android.git.kernel.org/ are necessary to rebuild the emulator alone, and where in the sources is the code responsible for image locks?

View 4 Replies View Related

Android :: Emulator Error - User Data Image Is Used By Another Emulator

Nov 1, 2010

I am getting the following error when I try running my program in the emulator:

emulator: ERROR: the user data image is used by another emulator. aborting`

View 1 Replies View Related

Android :: App Crash On Phone Consistently But Not On Emulator

Aug 31, 2010

I have an app that uses quite a few graphics in it. When I open and close my app repeatedly on my emulator (1.5 - 2.2) it runs fine and by checking the heap I can see everything is being cleaned and gc'd properly. However, when I run my app on an HTC Aria phone (2.1) the app crashes every time I try to re-open it. When I look at the heap I can see that objects are NOT being cleaned up like they are in the emulator. Does anyone know why this behavior could be happening? I did try it on another HTC Aria (a friends) and it crashed the same way as on my phone so I think it's not just isolated to my particular phone. Any thoughts or ideas would be really appreciated on why things are cleaning up properly on the emulator, but not on my phone. One thing to note, is that I DID have it working and gc'ing fine on my phone a few days ago and I didn't change much and now it's not working on my phone so it's a bit of a mystery to me.

View 1 Replies View Related

Android :: How To Simulate Service Crash In Emulator?

Dec 31, 2009

Does someone know how to simulate service crash in emulator ?

View 2 Replies View Related

Android : MediaPlayer Instance Seems To Crash My Emulator During Configuration

Apr 25, 2010

I'm and android beginner, so go easy on me. I'm trying to play a sequence of video files which I'm downloading from a server. The challenge is that I want to have a smooth transition from one file to another.

My thought is to have two MediaPlayer instances each preparing and then playing in turn. It is not clear to me if they can both share the same SurfaceView?
Or maybe, I should be using different views and swapping between them? Or, the idea is a bad idea all together?

When I try to run configure the MediaPlayer instance with a view that isn't visible it seems to crash my emulator.

View 1 Replies View Related

Android :: SQLite - Works Perfect In 1.6 Emulator - Won't Work On The Phone - 2.2 - Or 2.0 - Emulator

Aug 6, 2010

I created a sqlite database to store playlists for a media player I am developing because of extended feature (rather than using the Content Provider). It works perfectly on the 1.6 emulator but FCs on anything higher than 2.0... what has changed that I need to know about as far as opening databases in SDK 2.0+? Here is the logcat.

CODE:.............

Here is the dbhelper class

CODE:................

why can't stackoverflow just use tags like a normal syntax highlighter.

View 2 Replies View Related

Android :: Unable To Play Youtube Videos On SDK 1.5 Emulator - But Playing Well On SDK 1.0 Emulator

May 19, 2009

Unable to play youtube videos on SDK 1.5 emulator - but playing well on SDK 1.0 emulator. Can you update the source....

View 7 Replies View Related

Android :: Application In Emulator Without Restarting Emulator In Eclipse?

Apr 8, 2009

Is there a way to reload an Android application in the emulator without closing the emulator, saving any code changes, and running the emulator again? If I make even a simple change to the layout, it takes about 30 seconds by time I run it in Eclipse and Android "boots", and I can unlock the emulator to run the application. Is there any way to shorten this time when making changes, or is it something I just have to deal with?

View 3 Replies View Related

Android :: Start-emulator Task Never Gets Emulator Running

Mar 16, 2010

I downloaded the most recent version of Android for linux (android-sdk_r05-linux_86.tgz). I was trying to use the the Android Ant task(s) for packaging, building, and deploying my code. I should mention that I'm running AMD64, but have the 32-bit libraries installed. The Android Ant tasks are all broken.

First, the start-emulator task never gets the emulator running. It does get past starting adb, but then just sits there.

Second, the SDK is missing the aapt binary in the tools directory. So, the example notepad sample application will not even package correctly.

I have all the dependencies configured for Android. I can run it from the command line just fine.I assume the Ant code is out of sync with the recent SDK updates. Can anyone shed some light on this problem? At this point, I'm considering writing my own Python scripts to interact with the Android SDK. Ugh.

View 1 Replies View Related

Android :: Can't Add Data To Sd Card On Emulator

Jul 29, 2010

I can see the sd card in the file explorer with d--rwxr-x permission. When i tried adding any file to it it shows Failed to push the items. It is not adding even very small files. Can you guys suggest how to fix this?

View 1 Replies View Related

Android :: Getting Contact Data Into Emulator

Dec 1, 2009

Do you have steps for me to pull Contact data off a phone and put it into an emulator for test purposes? The device has either the 1.5 or 1.6 SDK. An alternative datasource would a Gmail file export. If I open the Contacts app and use the Accounts menu in a 2.0 emulator the acore process of the emulator crashes. Both contacts and contact group data is needed since I do not have a 2.0 device and I have code that needs the data to run. I thought somebody on this list might easily answer.

View 4 Replies View Related

Android :: Accessing Location Data In Emulator

Mar 20, 2010

I'm trying to access location data in the emulator but always receive null values :( This is the code: final Location Manager location Manager = (Location Manager) getSystemService( Context.LOCATION_SERVICE ); if ( location Manager == null ) { return; }

View 8 Replies View Related

Android :: Sending NMEA Data To Emulator

Mar 31, 2009

I'm writing a Android gps application using locationmanager with locationlistener and I'm only testing with the emulator. This is my problem. - When sending only $GPGGA nmea sentences to emulator by telnet, everything works fine. - When sending only $GPRMC nmea sentences to emulator by telnet, the first location is recognized by locationmanager, the gps provider goes into status 2, next $GPRMC sentence is not recognized.

This happens not only with my application, the Google Maps application and also others show the same behavior: they get only the first $GPRMC location. When sending a $GPGGA sentence after the $GPRMC, the locationlistener gets control and location is shown.

View 3 Replies View Related

Android :: Send MMS From One Emulator To Another Emulator

Sep 24, 2010

In my dummy application i want to send MMS. But i don't know how to check it.I know that we can send SMS from one emulator to another but, is it possible for MMS? If yes then how it can be done.

View 3 Replies View Related

Android :: Want To Connect Emulator To Server And Transfer Data

Oct 5, 2009

I want an android application so that it can connect to emulator and transfer that from it. please let me know how to proceed in that. i have done through the socket but i am getting exception in that.please if u find any code or website let me know.

View 6 Replies View Related

Android :: Create New File In Emulator Path / Data

Oct 13, 2010

I want to create a file in emulator android storage path /data/ but it seems I can't create a new file by programs,I should upload an empty file to /data/ and then write the file,an anyone help here? openFile Output("file.txt", MODE_PRIVATE) seems can create a new file in /data/data/Package/files/.but it can't create in path /data/.

View 2 Replies View Related

Android :: Can't View Device Data Using DDMS / Way To See That Like On Emulator?

Sep 23, 2010

I have just started testing my application on a real device. Why can't I see my application data on the device using DDMS like I can on the emulator?

View 2 Replies View Related

Android :: Check For Files / Data Created In Emulator?

May 4, 2010

Where can I check for the Dir/ files/ data created in Internal Memory/SDCard ?

View 9 Replies View Related

Android :: Updation Of Media Data Base In Emulator Only On Bootup / Mount / Recording?

Feb 6, 2009

When i added a media file to the sdcard an update in the MediaProvider database is not happening. When i bootup the emulator it happens. Is this the expected behaviour?

View 2 Replies View Related

Android :: Android Emulator - Receive SMS Sent From Emulator On Port

Feb 10, 2010

I intend to use the Android Emulator to send/receive SMS. I send SMS to the emulator using the sms send command. I'm aware of emulators being able to converse with each other over SMS but would it possible to receive that the SMS reply sent from an Android Emulator on a external TCP port?

View 1 Replies View Related

Android :: Specify Arguments When Starting Android Emulator In Eclipse To Wipe Data

Jul 31, 2010

I have read that in order to clear data stored in the Android emulator I should start the emulator with the "-wipe-data" arguments. However, I can't see how to specify startup arguments. I have read that it should be possible to specify these in the "Target" tab of the Debug Configurations dialog. However, if I open Debug Configurations from the Eclipse Run menu all I see in the Target tab are radio buttons for "Manual" or "Automatic" Deployment Target Selection Mode, buttons for "Refresh" and "Manager..." and drop-down boxes for "Network Speed" and "Network Latency" options. There are buttons for "Details..." and "Start..." but these are grey. I can't see anywhere where I can enter a "-wipe-data" option. The Run Configurations dialog seems to be identical. (I am using Eclipse SDK 3.5.2)

View 1 Replies View Related

HTC Eris :: Terminal Emulator Or Better Terminal Emulator?

Mar 23, 2010

I know root is new for the eris but what do you guys perfer. The one cost 3.99 in the market and the other is free. Is there a difference?

View 2 Replies View Related

Android :: How To Obtain Crash-data From My Application

Nov 24, 2010

How can I get crash data (stack traces at least) from my Android application? At least when working on my own device being retrieved by cable, but ideally from any instance of my application running on the wild so that I can improve it and make it more solid.

View 7 Replies View Related

Android :: SDK 1.1_r1 Javadoc

Feb 19, 2009

The 1.1 SDK we released last week includes a new design for the documentation. Unfortunately, the new design changed the HTML in a way that made Eclipse unable to parse the files. We've fixed the issue and put up new SDK archives for download.

View 3 Replies View Related

Android :: GlBufferData Crash When Try To Copy Data To Vertex Buffer

Mar 16, 2010

I have experienced some trouble using VBOs, since the method glBufferData crashes when I try to copy data to the vertex buffer. Below is the smallest snippet of code that I found to generate the crash:

int numVert = 32; GL11 gl11 = (GL11)gl; testArray = new int[numVert * 3]; testBuffer = IntBuffer.wrap(testArray); gl11.glGenBuffers(1, testID, 0); gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, testID[0]); final int siz = testBuffer.capacity() * Integer.SIZE; gl11.glBufferData(GL11.GL_ARRAY_BUFFER, siz, testBuffer, GL11.GL_STATIC_DRAW); gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, 0);

testArray, testBuffer and testID are members of the class containing this code, declared as follows:
int[] testArray; IntBuffer testBuffer; int[] testID = {0};

I tried this code in several OpenGL applications which don't show any problem otherwise. The crash occurs specifically at the glBufferData() method call. If numVert is set to zero, then the crash doesn't occur.

View 4 Replies View Related

Android :: New AlertDialog Of Sdk1.1_r1 ?

Feb 13, 2009

Problem about the new AlertDialog of sdk1.1_r1

View 3 Replies View Related

Android :: Get Source Code Of Droid 1.1_r1?

Mar 27, 2009

How do I get the source code of Android 1.1_r1?

repo init -u git://android.git.kernel.org/platform/manifest.git repo sync? Is that the source code of Android 1.1_r1?

View 6 Replies View Related

Android :: MS Dos Emulator For 2.0?

Nov 21, 2009

Is there an MS-DOS emulator for android 2.0? If not, will there ever be?

View 15 Replies View Related

Android :: Not Getting More Than One GPS Fix On 1.5 Emulator

May 21, 2009

I have a GPS app that gets the GPS fixes and prints it in the ADB logs. The app was working fine with 1.1 SDK. WIth 1.5 SDK emulator I see that the app does not receive any location updates after receiveing the 1st location. I have LocationListener as well as GPSStatusListener aded to my code and none of the listeners gets called. SO my app kind of waits forever for the next location or an error. 05-21 23:27:35.554: ERROR/fta_gps(740): gpsTest.java: 438:onGpsStatusChanged, event 3 05-21 23:27:36.564: INFO/fta_gps(740): gpsTest.java: 294:onLocationChanged 05-21 23:27:36.583: INFO/fta_gps(740): gpsTest.java:581:TimeStamp is: Dec 31, Wed 05-21 23:27:36.593: INFO/fta_gps(740): gpsTest.java:551:DateStamp is: 11:59:59pm 1969 05-21 23:27:36.724: INFO/fta_gps(740): gpsTest.java:359:Location changed : Latitude: 38.99941 Longitude: -77.08595 Altitude: 0.0 Speed: 0.0

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved