[android-developers] Seg fault on Emulator startup?

2009-11-23 Thread garycode
Hi,
When I start the emulator with the command
emulator -avd Android2.0
it comes up with
Segmentation fault (core dumped)

if i start it without sound it works
emulator -no-audio -avd Android2.0

I'm using Fedora Core 12 64bit.
If i run
emulator -verbose -avd Android2.0

i get this,

emulator: found SDK root at /home/gary/android-sdk-linux
emulator: root virtual device file at /home/gary/.android/avd/
Android2.0.ini
emulator: virtual device content at /home/gary/.android/avd/
Android2.0.avd
emulator: virtual device config file: /home/gary/.android/avd/
Android2.0.avd/
config.ini
emulator: locking user data image at /home/gary/.android/avd/
Android2.0.avd/userdata-
qemu.img
emulator: locking cache image at /home/gary/.android/avd/
Android2.0.avd/
cache.img
emulator: ignoring non-existing SD Card at /home/gary/.android/avd/
Android2.0.avd/sdcard.img: No such file or
directory
emulator: found skin 'HVGA' in directory: /home/gary/android-sdk-linux/
platforms/android-2.0/
skins
emulator: autoconfig: -skin
HVGA
emulator: autoconfig: -skindir /home/gary/android-sdk-linux/platforms/
android-2.0/
skins
emulator: keyset loaded from: /home/gary/.android/
default.keyset
emulator: trying to load skin file '/home/gary/android-sdk-linux/
platforms/android-2.0/skins/HVGA/
layout'
emulator: skin network speed:
'full'
emulator: skin network delay:
'none'
emulator: registered 'boot-properties' qemud service
emulator: registered 'boot-properties' qemud service
emulator: Adding boot property: 'qemu.sf.lcd_density' = '160'
emulator: Adding boot property: 'dalvik.vm.heapsize' = '16m'
emulator: argv[00] = emulator
emulator: argv[01] = -kernel
emulator: argv[02] = /home/gary/android-sdk-linux/platforms/
android-2.0/images//kernel-qemu
emulator: argv[03] = -initrd
emulator: argv[04] = /home/gary/android-sdk-linux/platforms/
android-2.0/images//ramdisk.img
emulator: argv[05] = -nand
emulator: argv[06] = system,size=0x480,initfile=/home/gary/
android-sdk-linux/platforms/android-2.0/images//system.img
emulator: argv[07] = -nand
emulator: argv[08] = userdata,size=0x420,file=/home/gary/.android/
avd/Android2.0.avd/userdata-qemu.img
emulator: argv[09] = -nand
emulator: argv[10] = cache,size=0x420,file=/home/gary/.android/
avd/Android2.0.avd/cache.img
emulator: argv[11] = -serial
emulator: argv[12] = android-kmsg
emulator: argv[13] = -serial
emulator: argv[14] = android-qemud
emulator: argv[15] = -append
emulator: argv[16] = qemu=1 console=ttyS0 android.checkjni=1
android.qemud=ttyS1 android.ndns=1
emulator: argv[17] = -m
emulator: argv[18] = 96
emulator: argv[19] = -clock
emulator: argv[20] = unix
emulator: mapping 'system' NAND image to /tmp/android/emulator-2nFiaj
emulator: rounding devsize up to a full eraseunit, now 480f000

Segmentation fault (core dumped)

Any idea why the emulator is getting a problem with sound? I'm trying
to write an app that uses sound so really need to get this working but
i'm stumped.

Thanks

Gary

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-10-27 Thread garycode

Hi,
I'm trying to install a platform but when I type android the manager
loads then I click Available Software then select the
https://dl-ssl.google.com/android/repository/repository.xml repository
I get this error.,

Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml,
reason: HTTPS SSL error. You might want to force download through HTTP
in the settings.

So I click the settings tab and select the force through http then
click apply and save then nothing happens it doesn't save it because
if i then close it and reload it the checkbox is unticked so it's not
even using the force through http method. I get the same error if i go
straight back to available software.

I'm using Fedora and wget can download the xml file using ssl so I
don't know why it's getting this https ssl error.

Any ideas anyone?
Thank you

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-10-27 Thread garycode

That worked great stuff thanks.

On Oct 27, 11:31 pm, Xavier Ducrohet x...@android.com wrote:
 ok this is weird. Someone else (running ubuntu) had the same problem on IRC.

 It looks like it fails somehow to create the file containing the
 settings, but I don't know why (it works fine here).

 The file is ~/.android/androidtool.cfg

 try to create it manually and add one line to it:
 sdkman.force.http=true

 we'll try to figure out why it fails.

 Xav



 On Tue, Oct 27, 2009 at 3:58 PM, garycode garyma...@hotmail.com wrote:

  Hi,
  I'm trying to install a platform but when I type android the manager
  loads then I click Available Software then select the
 https://dl-ssl.google.com/android/repository/repository.xmlrepository
  I get this error.,

  Failed to fetch 
  URLhttps://dl-ssl.google.com/android/repository/repository.xml,
  reason: HTTPS SSL error. You might want to force download through HTTP
  in the settings.

  So I click the settings tab and select the force through http then
  click apply and save then nothing happens it doesn't save it because
  if i then close it and reload it the checkbox is unticked so it's not
  even using the force through http method. I get the same error if i go
  straight back to available software.

  I'm using Fedora and wget can download the xml file using ssl so I
  don't know why it's getting this https ssl error.

  Any ideas anyone?
  Thank you

 --
 Xavier Ducrohet
 Android SDK Tech Lead
 Google Inc.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Android 2.0 SDK is here!

2009-10-27 Thread garycode

http://groups.google.com/group/android-developers/browse_thread/thread/63a44163a8d07cd9#

On Oct 28, 1:39 am, dan raaka danra...@gmail.com wrote:
 The https site throws errors and hence used http site, however it shows
 about the Google addon and not the SDK platform android, as seen in the
 screenshot inhttp://developer.android.com/images/sdk_manager_packages.png

 Any ideas .. why ?

 -Dan

 On Tue, Oct 27, 2009 at 6:35 PM, xii stan stan@gmail.com wrote:
  Great Work!

  android 2.0

  But I can not visit this website! I am in Shen Zhen  in China!!!

  Does any one could help me! Thanks a lot

  On Wed, Oct 28, 2009 at 8:44 AM, Bonifaz bonifaz.kaufm...@gmail.comwrote:

  This sounds great. I was fevered waiting for Bluetooth RFCOMM.
  Thanks so much! Multi-touch is also awesome.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---