Re: [android-developers] Android Emulator: "Unfortunately, camera has stopped" error

2012-03-19 Thread Vladimir Chtchetkine
What does adb logcat say? Also, have you tried fake camera on Mac too? You can disable webcam emulation with -webcam off command line option, or by setting to 'no' Camera in your AVD. On Fri, Mar 16, 2012 at 1:52 PM, Bob wrote: > I have a sample app using PhoneGap that accesses the camera, take

Re: [android-developers] Re: emulator: WARNING: Unable to create sensors port: Unknown error

2012-01-10 Thread Vladimir Chtchetkine
The warning "Unable to create sensors port" doesn't mean that emulator didn't start up properly. This is a warning, not an error. The meaning of this warning is to notify the user that "realistic sensor emulation" that uses sensors on an actual device will be not available. It doesn't affect anythi

Re: [android-developers] emulator: WARNING: Unable to create sensors port: Unknown error

2011-12-27 Thread Vladimir Chtchetkine
This warning is normal. It indicates that emulator was unable to establish connection with an app (running on an actual device) that feeds real sensor values to the emulator. If you don't care about sensors emulation, just ignore this warning. However, if you do care about sensors emulation, this w

Re: [android-developers] simulate hte speed for amdroid phones

2011-12-27 Thread Vladimir Chtchetkine
With r16 SDK you can use sensors emulation as described in here: Sensor emulation On Thu, Dec 22, 2011 at 10:56 AM, poncho wrote: > On 12/21/2011 05:36 AM, Shabnaz wrote: > >> hi >> Iam trying to develop an app for accident detection and notifi

Re: [android-developers] Re: Android 4.0 sensor emulation setup questions

2011-12-27 Thread Vladimir Chtchetkine
Hi Josh, Due to some restrictions, emulator needs to connect to the device running SdkControllerSensor application *before* the emulated system boots. Mostly this is due to the fact that emulator needs to know the list of supported sensors before booting the guest system. You can (indirectly) tell

Re: [android-developers] Android emulator is crashing upon startup

2011-12-08 Thread Vladimir Chtchetkine
Can you please run the emulator with -debug all -show-kernel options, and post the output here? On Wed, Dec 7, 2011 at 7:53 AM, Nadav wrote: > SDK source.properties: #Tue Nov 15 21:14:51 IST 2011.ApiLevel=14 > > I have a SmartCom usb WebCam, when it is plugged in the emulator > crash, when I plu

Re: [android-developers] Problem booting android icecream sandwich on beagle board-xM

2011-12-08 Thread Vladimir Chtchetkine
Can you please start the emulator with -debug all -show-kernel options, and post the output here? On Tue, Dec 6, 2011 at 11:13 PM, Sandy wrote: > Hi, >I'm not able to boot icecream sandwich (ICS) on beagleboard > (prebuilt images) > downloaded from the following site: > http://code.google.co

Re: [android-developers] Emulator seg fault.

2011-10-31 Thread Vladimir Chtchetkine
This should be fixed in SDK R15. On Thu, Oct 27, 2011 at 6:35 PM, Andres Adjimann wrote: > I'm using Android emulator version 14.0 (build_id > ICS_FACTORYROM-205994) on a debian amd64. > It seg faults on startup. If I rename the file /dev/video0 (a > gspca_sonixj webcam) then it start ok. I also

Re: [android-developers] emulator

2011-10-31 Thread Vladimir Chtchetkine
Prior to SDK R14 you were not suppose to have spaces in the path to the folder where you have installed SDK. This should have been fixed in R14 though. 2011/10/28 John Davis > You are not specifying a virtual disk image. In other words, you are > running just the emulator but not an emulator r