Re: [android-beginners] Android Emulator Internet Setting

2010-05-21 Thread David Turner
The -http-proxy option was fixed in the emulator binary that comes with SDK 2.2 (it was only broken on Windows, for the record). On Thu, May 20, 2010 at 8:52 AM, Ali Murtaza mralimurt...@gmail.com wrote: The system is using proxy to connect the internet. I have tried to set the proxy by

Re: [android-beginners] ubuntu 10.04 emulator not launching

2010-05-05 Thread David Turner
can you start the emulator from the command line properly (e.g. : $ANDROID_SDK_ROOT/tools/emulator -avd name) Can you try with the -verbose option to see if it dumps useful information, there is also -debug-all which is going to dump a *lot* of stuff. It looks like the emulator has problems

Re: [android-beginners] can't compile opencore

2010-02-26 Thread David Turner
please do not cross post. you should try the android-porting forum instead. On Fri, Feb 26, 2010 at 8:13 AM, zeeshan genx...@gmail.com wrote: Hi Dear, i am trying to compile opencore module separatley at cygwin. downloaded the source code followed steps in startup file

Re: [android-beginners] Unable to configure emulator network

2010-01-27 Thread David Turner
can you send me the output of emulator -proxy yourproxy -debug-proxy -avd youravd so I can look at it ? On Tue, Jan 26, 2010 at 2:28 AM, Pebble malonsolo...@gmail.com wrote: Hi all! I'm using the Android SDK r3 under Windows to develop my application. The problem is that I'm not able to

[android-beginners] Re: Emulator Proxy

2009-08-19 Thread David Turner
There are some proxy-related fixes in Android SDK 1.5_r3, can you test with this and report if yourproblem still persists? If it does, can you start with the -debug-proxy option and show the output here? On Tue, Aug 18, 2009 at 6:20 PM, chengks99 chengk...@gmail.com wrote: I encounter some

[android-beginners] Re: Android SDK 2.0?

2009-08-19 Thread David Turner
Actually, Andy Rubin has now officially declared that: the Donut branch will be used for Android 1.6 releases the Eclair branch will be used for Android 2.0 releases http://www.reuters.com/article/internetNews/idUSTRE56U5XU20090801

[android-beginners] Re: Why so slow

2009-07-22 Thread David Turner
And what does your application exactly? On Tue, Jul 21, 2009 at 7:15 PM, yves yves5...@googlemail.com wrote: Hi, Iam developing on Eclipse and I already set the Emulator Parameter to EDGE-Speed. The Problem is, the application runs fast on my Emulator but very slow on my device. Thanks

[android-beginners] Re: Is it permitted to run GPLv2 programs on Android?

2009-07-14 Thread David Turner
The problem related to what kind of distribution you envision for your program?. If it's a program distributed separately from the Android system image (e.g. through Market, or your own website), then you can do whatever you want as long as you make the sources available under the GPL too. If

[android-beginners] Re: fastboot on emulator

2009-07-10 Thread David Turner
no fastboot doesn't work with the emulator at all. (fastboot is talking to the hardware bootloader that simply doesn't exist on the emulator. Instead, the emulator directly loads a Linux kernel image and starts it directly...) On Thu, Jul 9, 2009 at 3:48 PM, pan.gaoy...@gmail.com

[android-beginners] Re: problem starting emulator from command line

2009-07-06 Thread David Turner
that's pretty weird. Can you tell us what is the output of emulator -avd my_avd -debug-all before the crash? On Mon, Jul 6, 2009 at 5:18 PM, greg sep...@eduneer.com wrote: Although I can reliably start the android emulator from within Eclipse (version 3.4.2), I would like to use some emulator

[android-beginners] Re: Is the emulator good enough for production?

2009-07-02 Thread David Turner
You should definitely try to test on a real device before that. The emulator will never give you more than an approximate experience with regards to physical user experience (e.g. touch screen, track ball, keyboard, etc...) On Thu, Jul 2, 2009 at 6:41 AM, ayush ayushv2...@gmail.com wrote: a

[android-beginners] Re: creating an avd

2009-07-02 Thread David Turner
The command tries to create the file C:\Documents and Settings\Sam\.android\avd\helloIan.ini which contains the AVD's configuration. The error reported is a bit strange but could be implied by the fact that the directory .android or .android\avd could not be created in your HOME directory (which

[android-beginners] Re: How to install and run applications from within another application?

2009-07-02 Thread David Turner
On Wed, Jul 1, 2009 at 6:22 PM, calleandersson calleanders...@hotmail.comwrote: Is there somehow possible to simulate that an application has system rights in the Emulator? No, and very intentionally. --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: G1 vs Emulator

2009-06-24 Thread David Turner
adb -e to talk to the emulator (only works if there is a single emulator instance running) adb -d ...to talk to a real device (only works if there is a single physical device connected) adb -s serial ... to talk to a specific device (where serial is either emulator-5554 or

[android-beginners] Re: Emulator not showing on screen from cmd.

2009-06-09 Thread David Turner
On Sat, Jun 6, 2009 at 3:01 PM, timberwo7ves timberwo7...@gmail.com wrote: Using the emulator -avd testavd command, where 'testavd' is the name of my AVD, a list of the syntax for using the emulator came up in the cmd window, an instance of the JavaFX SDK 1.1 Device Manager started up, but

[android-beginners] Re: android' is not recognized as an internal or external command,

2009-06-09 Thread David Turner
The android tool was added in SDK 1.5, so it's not part of previous releases On Tue, Jun 9, 2009 at 3:25 PM, Yogeshbansal canceryogi1...@gmail.comwrote: Hi Team, I am a newbie to this forum. I am trying to run my first android program. I have set everything as pe the instruction. when I

[android-beginners] Re: Bug in Emulator Data and Time settings?

2009-06-03 Thread David Turner
manual mode. The Select Time Zone window shows all GMT values off by one, as shown here, [img]http://www.pbase.com/3stones/image/113326113.jpg[/img] It's not big deal for me, just very annoying. On Jun 2, 5:53 pm, David Turner di...@android.com wrote: Can you tell us in which exact time zone

[android-beginners] Re: Bug in Emulator Data and Time settings?

2009-06-02 Thread David Turner
Can you tell us in which exact time zone you're located, and which platform you're running on? You can try using -debug-timezone to see what it auto-detected by the emulator. You can also try the -timezone option to correct it (see -help-timezone) Hope this helps On Tue, Jun 2, 2009 at 6:36 PM,

[android-beginners] Re: Android emulator starts with a dialog promoting what is the HOME

2009-05-28 Thread David Turner
emulator @avdname -wipe-data is your friend :-) no need to reinstall On Thu, May 28, 2009 at 10:37 AM, Sean Hodges seanhodge...@googlemail.comwrote: It sounds like you installed an app on the emulator that declares itself as a home app to Android. Usually you have a checkbox at the bottom

[android-beginners] Re: SDL init failure, reason is: No available video device

2009-05-27 Thread David Turner
the emulator in a ubuntu machine (32 bit) . I have installed my sdl libraries properly. please suggest me how to proceed On Wed, May 27, 2009 at 2:25 AM, David Turner di...@android.com wrote: Try unsetting SDL_VIDEODRIVER in your environment before launching the emulator. That should generally fix

[android-beginners] Re: SDL init failure, reason is: No available video device

2009-05-27 Thread David Turner
One possibility is that the emulator is a 32-bit program that expects to use the 32-bit libX11 shared library. You might want to install this if you run on a 64-bit system. On Wed, May 27, 2009 at 11:52 PM, David Turner di...@android.com wrote: then it means the emulator could not find your X11

[android-beginners] Re: SDL init failure, reason is: No available video device

2009-05-26 Thread David Turner
Try unsetting SDL_VIDEODRIVER in your environment before launching the emulator. That should generally fix the issue. If not, please tell me more about your system. On Tue, May 26, 2009 at 7:09 AM, arunjith arunj...@gmail.com wrote: Hi When im trying to run the emulator i have this

[android-beginners] Re: Porting Qt applications on Android

2009-05-18 Thread David Turner
no On Mon, May 18, 2009 at 11:05 AM, Vaidya vaidya...@gmail.com wrote: Hi, Is it possible to port an application (C/C++ platform) developed using Qt on Android? Can the C shared libraries (.so files) be loaded in Android? Regards, Vaidya

[android-beginners] Re: android emulator window hangs when closing window

2009-05-15 Thread David Turner
this is probably to audio. Can you tell me if starting the emulator with emulator -audio none does solve the issue. If is does, can you try the following values instead of none: alsa, oss, sdl and esd and let me know which work, and which do not. Note: in certain cases, the EsounD daemon (or

[android-beginners] Re: -http-proxy can't work in emulator with 1.5 sdk

2009-05-07 Thread David Turner
On 5 mai, 18:23, David Turner di...@android.com wrote: 2009/5/5 stevensli stevens...@gmail.com The version of Windows I am running is XP SP3, 32bit. Can this problem be solved by adjusting the configuation of the emulator? Thanks! I'm just speculating at the moment, but I

[android-beginners] Re: Android 1.5 SDK now available

2009-05-06 Thread David Turner
From the error: org.eclipse.swt.SWTError: Not implemented [multiple displays] It looks like you have multiple displays and that the SWT implementation on your platform doesn't support them yet. Huhu :-( On Tue, May 5, 2009 at 10:23 PM, icedfusion icedfus...@googlemail.comwrote: I am also

[android-beginners] Re: -http-proxy can't work in emulator with 1.5 sdk

2009-05-06 Thread David Turner
06 72 67 ac 10 7c 85 ac 12 . (@...rg..|... 0020 fb 17 09 f7 1f 90 54 49 5a 77 87 19 42 3c 50 10 ..TIZw..BP. 0030 ff ff cf da 00 00 .. On 5 mai, 18:23, David Turner di...@android.com wrote: 2009/5/5 stevensli stevens...@gmail.com

[android-beginners] Re: -http-proxy can't work in emulator with 1.5 sdk

2009-05-05 Thread David Turner
thanks for posting the details, they are helpful. Which exact version of Windows are you running ? XP or Vista, 32 or 64 bit ? thanks in advance On Mon, May 4, 2009 at 12:05 PM, stevensli stevens...@gmail.com wrote: The -http-proxy works fine for emulator with 1.1r1 sdk, but not work for

[android-beginners] Re: -http-proxy can't work in emulator with 1.5 sdk

2009-05-05 Thread David Turner
, the emulator doesn't deal very well with certain networking setups at the moment due to changes in its socket code that happened between 1.1 and 1.5. I suspect some interaction with the IPv6 localhost and a few other things. I could be wrong though, but I'll investigate. On May 5, 11:50 pm, David

[android-beginners] Re: Fetching using http_proxy : 1.5_pre

2009-05-02 Thread David Turner
at home, I just use the home profile and I can browse onAndroid) Thanks mspanduranga On Apr 23, 8:42 pm, David Turner di...@android.com wrote: Hello, can you run 'emulator-debug-proxy-http-proxyyourproxy' and send the output here? this will print the messages exchanged

[android-beginners] Re: Fetching using http_proxy : 1.5_pre

2009-04-23 Thread David Turner
Hello, can you run 'emulator -debug-proxy -http-proxy yourproxy' and send the output here? this will print the messages exchanged between the emulated system and your proxy and might help debug the issue. On Mon, Apr 20, 2009 at 9:47 PM, mspanduranga mspandura...@gmail.comwrote: Hi All, I

[android-beginners] Re: Multicast problem

2009-04-10 Thread David Turner
Sorry, but the emulator currently doesn't support multicast :-( On Wed, Apr 8, 2009 at 1:57 AM, Thiago B. tvbo...@gmail.com wrote: Hi, I'm trying to develop an application that need to send UDP Multicast packets to the local network. There is a few equipments that respond to this packets and

[android-beginners] Re: Problem with Emulator

2009-03-30 Thread David Turner
it looks like there is something fishy in your system image. Try starting with emulator -wipe-data once to see if this solves the issue. If it doesn't, try re-downloading the SDK. If that doesn't solve the issue, let us know by giving us as much detail as possible as to what you do to

[android-beginners] Re: Reconnect adb while emulator is running

2009-03-25 Thread David Turner
Strange, which build are you using exactly ? For the record, adb won't be able to connect to the emulator if the emulated ethernet interface is down. On Tue, Mar 24, 2009 at 8:59 PM, frank frank.yens...@gmail.com wrote: Is there a way to reconnect the adb after an emulator has started. I am

[android-beginners] Re: adb and ddms can't connect to emulator after installing Windows XP driver for G1

2009-03-24 Thread David Turner
that's very strange. To help debug this issue, can you do the following?: 1/ kill any existing adb server (i.e. either do adb kill-server or kill in the task manager's process list any program named 'adb.exe') 2/ restart the server with the following in a command-line window: set ADB_TRACE=all

[android-beginners] Re: Removal / Recovery from Android Emulator on OS X

2009-03-24 Thread David Turner
Hmm. Are you sure this is only caused by the emulator ? If you use -noaudio, the emulator shouldn't even try to generate or record audio. It definitely sounds like flaky hardware. On Tue, Mar 24, 2009 at 8:15 AM, shmeed duncan.osb...@gmail.com wrote: I recently began using the Android SDK on

[android-beginners] Re: using an API not in the SDK

2009-03-20 Thread David Turner
There is no procedure; whatever means you find to achieve this would break when the system is updated over the air with changes that modify/remove the non-public API (and believe me, internal changes between releases are *very* numerous). Then your users will start to hate you and give you 1-star

[android-beginners] Re: How does emulator manage to install all the applications?

2009-03-10 Thread David Turner
application. Thanks, Ramakrishna. On Tue, Mar 10, 2009 at 1:01 AM, David Turner di...@android.com wrote: the applications are pre-installed in the read-only /system partition.the Google Maps source code is not available. the corresponding .apk should be somewhere under / though. On Mon, Mar 9

[android-beginners] Re: How does emulator manage to install all the applications?

2009-03-09 Thread David Turner
the applications are pre-installed in the read-only /system partition.the Google Maps source code is not available. the corresponding .apk should be somewhere under / though. On Mon, Mar 9, 2009 at 6:35 PM, Ramakrishna mramakrishnapra...@gmail.comwrote: Hi everybody, I just wanna

[android-beginners] Re: emulator can not be powered on

2009-03-02 Thread David Turner
Ahh, this is a bit complex to explain, let's cut the details here: - make sdk will not do what you think. Building the SDK should be done on Linux or Darwin with something like make PRODUCT-sdk-sdk. - emulator will not do what you think either. Because you called lunch, the emulator

[android-beginners] Re: How to access Linux using Android SDK?

2009-02-24 Thread David Turner
adb shell perharps? If not, would you care to be more specific? On Tue, Feb 24, 2009 at 5:40 AM, steve68 my6...@gmail.com wrote: Is it a way to access Linux shell command from with the Android SDK? I would like to do it as a root user Thanks,

[android-beginners] Re: Features supported by Android OS

2009-02-17 Thread David Turner
You should definitely try using a search engine, I just made a request and it came up with the following page: http://developer.android.com/guide/appendix/media-formats.html As to what radio feature means, I don't know; that term is too vague, but I encourage you to, hum, search the forums ?

[android-beginners] Re: Emulator suddenly won't load android.

2009-02-16 Thread David Turner
This is suspicious, it seems one of your disk images has been corrupted for some reason. Can you try -wipe-data to see if this resets your system to a workable state ? If not, it looks like your system image was corrupted. Try re-downloading the SDK and overwrite the content of tools/lib/images

[android-beginners] Re: SDL init failure, reason is: No available video device

2009-01-14 Thread David Turner
...@gmail.com wrote: All, Thank you Dave. I guess I did not set SDL_VIDEODRIVER. Could you show me where I can found the instruction to set the building environment? I have no any idea of how to start. 2009/1/14 David Turner di...@android.com hmmm. do you have SDL_VIDEODRIVER defined

[android-beginners] Re: SDL init failure, reason is: No available video device

2009-01-13 Thread David Turner
hmmm. do you have SDL_VIDEODRIVER defined in your environment ? On Tue, Jan 13, 2009 at 1:18 PM, superspider anri...@gmail.com wrote: When I run android-sdk-linux_x86-1.0_r2/tools/emulator on linux-centos it happened. --~--~-~--~~~---~--~~ You received

[android-beginners] Re: Google phone dev 1 keyboard issues

2009-01-09 Thread David Turner
if you're really only touching one of the keys, it definitely sounds like a bad hardware issue since this isn't expected to happen at all. On Thu, Jan 8, 2009 at 8:21 PM, kmatzen kmat...@gmail.com wrote: I have a quick question regarding the functionality of the keyboard on the unlocked

[android-beginners] Re: Removing installed application in Emulator

2009-01-07 Thread David Turner
if you mean the applications that are already part of the system image (i.e. available after a -wipe-data), then you can't uninstall them since the partition is read-only. On Wed, Jan 7, 2009 at 12:10 PM, Apparao Mulpuri apparao.for...@gmail.comwrote: How can we remove the already installed

[android-beginners] Re: emulator: ERROR: you must provide the name of a virtual machine to start the emulator.

2008-12-23 Thread David Turner
this is part of current changes to the SDK and the way multiple configurations are going to be supported concurrently in the near future. if ANDROID_PRODUCT_OUT is defined in your environment, it should pick built system images automatically for you (you need to build these before launching the

[android-beginners] Re: dev phone 1 adb error: device not found

2008-12-23 Thread David Turner
you probably miss installing the USB driver :-) On Sun, Dec 21, 2008 at 11:15 PM, dfabulich d...@fabulich.com wrote: When I plug my Android Dev Phone 1 into my Windows machine and try to run adb, it refuses to detect my device. I made sure USB debugging is enabled in the Application

Re: RES: [android-beginners] Activating dev phone with ATT sim card?

2008-12-23 Thread David Turner
the information that has been given to you looks like to be for WAP only. normally, once you enter the correct APN values, you shouldn't need to do anything more, because the system will detect which network operators are in range and match your SIM card and use just that. I don't know the

[android-beginners] Re: emulator trace wanted

2008-12-19 Thread David Turner
hmmm, try to invoke it with: emulator -show-kernel -logcat '*:v' for the record, the emulator is a fork of QEMU 0.8.2 and, as such, can only be compiled into a correct binary with specific versions of gcc (see the README.ANDROID for details in the sources), and only 32-bit builds are supported.

[android-beginners] Re: Emulator file path?

2008-12-11 Thread David Turner
everything that is written to /data on the emulated device is stored on your host machine in a file named userdata-qemu.img, which is a disk image containing all of /data. It is located in a platform-specific directory. it's normally in $HOME/.android/, and in the local application directory on

[android-beginners] Re: emulator segmentation fault on Mac

2008-12-11 Thread David Turner
Yes, this is a known issue with the emulator. Unfortunately we haven't been able to reproduce it on two distinct machines running different versions of OS X. This makes debugging a bit hard at that point. On Wed, Dec 10, 2008 at 9:47 PM, mikaye mik...@gmail.com wrote: Thanks to Nathan for his

[android-beginners] Re: Android and Windows Host file

2008-12-09 Thread David Turner
your best bet at this point would be to run a DNS cache on your machine that reads your HOSTS file then use the -dns-server option to make the emulated system connect to it. On Tue, Dec 9, 2008 at 7:17 AM, isisagate [EMAIL PROTECTED] wrote: I am trying to develop an Android app that connects

[android-beginners] Re: Emulator is Crashing

2008-12-07 Thread David Turner
Are you talking about the emulator program crashing, or your application ? if the emulator program is crashing, can you give me the output of emulator -debug-all what if you try emulator -audio none ? what is your development machine (CPU, memory, PC/Mac), what OS does it run ? On Sat, Dec 6,

[android-beginners] Re: Emulator touch input vs real phone input--differences?

2008-11-18 Thread David Turner
it will generally send one touch event. the problem is that its exact location is a bit random since your finger is quite large. Also keep in mind that without using the -scale option, the emulator window is likely to be twice bigger than a real phone, so don't make target areas too small (unless

[android-beginners] Re: emulator isn't launching

2008-11-12 Thread David Turner
just a silly question, do you have space left on your hard disk ? the error message seems to indicate that you don't. On Wed, Nov 12, 2008 at 12:04 PM, error404 [EMAIL PROTECTED] wrote: no... It's falling again... When I tried clean emulator with emulator - wipe-data, it's writing same

[android-beginners] Re: STL Standard Template Library Support

2008-11-12 Thread David Turner
First, please note that Android does *not* support native code development at the moment. Even the open source tree doesn't provide a real STL library at this point. While many parts of the system are written in C++, we profiled and avoided using STL there because it easily generates *very*

[android-beginners] Re: Installing Unicode fonts in Emulator

2008-11-11 Thread David Turner
Support for sophisticated scripts like Arabic and Indic is not supported in Android 1.0 (they are planned for a later release, can't tell when). Which means that even if you install an Indic font, chances are that text will not be rendered properly anyway. Also, an application can provide it's

[android-beginners] Re: communicate between two emulators

2008-11-11 Thread David Turner
hmmm, it should be possible to launch up to 16 emulator instances on a single developer machine. what are you doing exactly, and what error messages do you get ? Also, you should read the emulator networking documentation that describes how to connect two distinct emulator instances (or more)

[android-beginners] Re: question about build android

2008-11-04 Thread David Turner
you need to install Sun's JDK, gcj is not supported On Tue, Nov 4, 2008 at 10:43 AM, hunter [EMAIL PROTECTED] wrote: Hi, all: I try to build android on my linux, but failed with following errors: build/core/product_config.mk:229: WARNING: adding test OTA key host C: acp =

[android-beginners] Re: SDK for Mac Powerbook pre-Intel ?

2008-11-03 Thread David Turner
no, this is not supported at the moment. On Sun, Nov 2, 2008 at 10:47 PM, Jim [EMAIL PROTECTED] wrote: Hello, is there any way to run the SDK and eclipse plug in on pre-Intel Powerbook G4 Mac OS X? the requirements mention: Supported Operating Systems: * Windows XP or Vista *

[android-beginners] Re: proxy settings for emulator

2008-11-03 Thread David Turner
which sites the proxy is used for (e.g. don't use a proxy for intranet sites?) Thanks, Dave On Oct 30, 2:17 pm, David Turner [EMAIL PROTECTED] wrote: should be fixed in the next SDK release. Sorry for the annoyance On Tue, Oct 28, 2008 at 2:26 AM, Chihau Chau [EMAIL PROTECTED] wrote

[android-beginners] Re: Android networking

2008-10-31 Thread David Turner
At the moment, the emulator is a 32-bit x86 executable. A later release will support being built as a x86_64 executable, but this shouldn't change anything in terms of usability / speed / etc.. Also, even if the emulator can be built on x86_64, that doesn't mean that the rest of the SDK will

[android-beginners] Re: Copy/paste in browser?

2008-10-31 Thread David Turner
it's not possible yet, but is planned for the future. On Thu, Oct 30, 2008 at 9:55 PM, marstein [EMAIL PROTECTED] wrote: I am trying to copy text from a web page. How would you do that? It doesn't seem to be possible. M --~--~-~--~~~---~--~~ You received

[android-beginners] Re: How to configure android emulator browser work on windows?

2008-10-30 Thread David Turner
the emulator's http proxy support in the latest SDK doesn't work well with all proxies. This should be fixed in the next SDK release. On Thu, Oct 30, 2008 at 10:20 AM, hunter [EMAIL PROTECTED] wrote: Hi, guys: I want to use browser in android emulator to open some website such like

[android-beginners] Re: proxy settings for emulator

2008-10-30 Thread David Turner
should be fixed in the next SDK release. Sorry for the annoyance On Tue, Oct 28, 2008 at 2:26 AM, Chihau Chau [EMAIL PROTECTED] wrote: I want to set a proxy server for my android emulator but the setting doesn't work. I have tried with ./emulator -http-proxy proxy.ucv.cl:8080 but I don't

[android-beginners] Re: Emulator doesn't start in OS X

2008-10-29 Thread David Turner
ok, here are a couple of tips: 1/ start with -noaudio to see if it changes anything 2/ start with -show-kernel -logcat '*;v' 3/ start with -debug-all On Wed, Oct 29, 2008 at 3:44 PM, Preston [EMAIL PROTECTED] wrote: Rebooting also didn't change anything. On Oct 28, 6:28 pm, Preston [EMAIL

[android-beginners] Re: Emulator doesn't start in OS X

2008-10-29 Thread David Turner
for the help. On Oct 29, 9:38 am, David Turner [EMAIL PROTECTED] wrote: ok, here are a couple of tips: 1/ start with -noaudio to see if it changes anything 2/ start with -show-kernel -logcat '*;v' 3/ start with -debug-all On Wed, Oct 29, 2008 at 3:44 PM, Preston [EMAIL PROTECTED] wrote

[android-beginners] Re: Compiling takes hours...

2008-10-29 Thread David Turner
The Dex tool is known to use a *lot* of memory. Your system is probably swapping like mad to try to keep up with the demand... On Fri, Oct 24, 2008 at 12:25 PM, Bicou [EMAIL PROTECTED] wrote: Hi all, I followed the instructions on this page: http://source.android.com/download I use Ubuntu.