Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Android x86?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 50 of 92 - 91 new - Collapse all  -  Translate all to Translated (View all originals) < Older  Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Filipe Abrantes  
View profile  
 More options Nov 7 2008, 6:53 am
From: Filipe Abrantes <filipe.abran...@gmail.com>
Date: Fri, 07 Nov 2008 11:53:18 +0000
Local: Fri, Nov 7 2008 6:53 am
Subject: Re: [android-porting] Re: Android x86?
Thanks for the clarification Brian. The big app you mention is the
'dalvikvm' binary? Could you point us how we could get, for instance,
the android home app running with this dalvikvm binary? Is it even
possible to do this... I mean we were able to run a simple hello world
java app, but I could not get any of the Android jars (e.g.
out/target/common/obj/APPS/Home_intermediaries/classes.jar) running.

Cheers,
Filipe

Could you help us understand what is required to get, for instance, the
home app running on


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DYChen  
View profile  
 More options Nov 7 2008, 9:40 pm
From: DYChen <dong-yuan.c...@intel.com>
Date: Fri, 7 Nov 2008 18:40:07 -0800 (PST)
Local: Fri, Nov 7 2008 9:40 pm
Subject: Re: Android x86?
Brian,

You mentioned on Oct 21 that Google has done some native x86 port of
Android. Do you know when the code related to the native x86 port will
be released to the Android Open Source Project? We are interested in
getting Android to run on various x86-based devices and are willing to
contiribute toward the native x86 port effort. But it will be better
to base it on top of the native x86 port that Google has done.

Thanks,
Dong-Yuan


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Swetland  
View profile  
 More options Nov 7 2008, 9:42 pm
From: Brian Swetland <swetl...@google.com>
Date: Fri, 7 Nov 2008 18:42:32 -0800
Local: Fri, Nov 7 2008 9:42 pm
Subject: Re: [android-porting] Re: Android x86?
[DYChen <dong-yuan.c...@intel.com>]

> Brian,

> You mentioned on Oct 21 that Google has done some native x86 port of
> Android. Do you know when the code related to the native x86 port will
> be released to the Android Open Source Project? We are interested in
> getting Android to run on various x86-based devices and are willing to
> contiribute toward the native x86 port effort. But it will be better
> to base it on top of the native x86 port that Google has done.

The engineer responsible for this project has been out of the office for
a couple weeks and is travelling this week.  He's working with our team
to get his patches into the open source tree, but I think we're still a
couple weeks away from completion there.  We know people are excited
about building android for x86 targets and will try to get this code
cleaned up and submitted soon.

Brian


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DYChen  
View profile  
 More options Nov 9 2008, 4:01 am
From: DYChen <dong-yuan.c...@intel.com>
Date: Sun, 9 Nov 2008 01:01:45 -0800 (PST)
Local: Sun, Nov 9 2008 4:01 am
Subject: Re: Android x86?

On Nov 7, 6:42 pm, Brian Swetland <swetl...@google.com> wrote:

> The engineer responsible for this project has been out of the office for
> a couple weeks and is travelling this week.  He's working with our team
> to get his patches into the open source tree, but I think we're still a
> couple weeks away from completion there.  We know people are excited
> about building android for x86 targets and will try to get this code
> cleaned up and submitted soon.

Brian,

Thanks for the update. I look forward to the release of x86 patches
that will enable us to run Android natively on x86 devices or PC.

Do you know how the project repositories will be structured to
accommodate the support of various x86 devices or targets? Are we
going to see different branches for x86 port? Are we expect to see
macros (such as #ifdef X86) guarding x86 related code in the source?
I'm looking for some guidelines on how x86 related code should be
integrated with the existing Android source. I haven't seen any
guideline regarding coding style or repository structures for hosting
device or architecture specific code yet. Maybe I haven't looked hard
enough. Any pointer is greatly appreciated.

Thanks,
Dong-Yuan


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Turner  
View profile  
 More options Nov 11 2008, 4:28 am
From: "David Turner" <di...@android.com>
Date: Tue, 11 Nov 2008 10:28:27 +0100
Local: Tues, Nov 11 2008 4:28 am
Subject: Re: [android-porting] Re: Android x86?

Just to make it clear, the x86 Android port, at that point, requires running
an Android kernel on a x86 device with flash storage.
This is very different from running Dalvik under Windows or a pre-existing
Linux installation (though with time these things
will be possible to)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gergely Kis  
View profile  
 More options Nov 13 2008, 3:39 am
From: "Gergely Kis" <gergely....@gmail.com>
Date: Thu, 13 Nov 2008 09:39:28 +0100
Local: Thurs, Nov 13 2008 3:39 am
Subject: Re: [android-porting] Re: Android x86?
Hello,

Why is flash storage necessary? We were able to run Android over NFS,
and others have used ext2 or ext3. So there should be no direct
requirement for using a flash device specific filesystem like yaffs.
As far as I know the only specific requirement is that read-write mmap
has to be possible.

Are there other dependencies on flash storage?

Best Regards,
Gergely

On Tue, Nov 11, 2008 at 10:28 AM, David Turner <di...@android.com> wrote:
> Just to make it clear, the x86 Android port, at that point, requires running
> an Android kernel on a x86 device with flash storage.
> This is very different from running Dalvik under Windows or a pre-existing
> Linux installation (though with time these things
> will be possible to)

> On Sun, Nov 9, 2008 at 10:01 AM, DYChen <dong-yuan.c...@intel.com> wrote:

[...]

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Turner  
View profile  
(1 user)  More options Nov 13 2008, 2:28 pm
From: "David Turner" <di...@android.com>
Date: Thu, 13 Nov 2008 20:28:38 +0100
Local: Thurs, Nov 13 2008 2:28 pm
Subject: Re: [android-porting] Re: Android x86?

I just mean that it's the only option that has really been tested in real
life :-)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
markgross  
View profile  
 More options Nov 13 2008, 8:04 pm
From: markgross <mark.gr...@intel.com>
Date: Thu, 13 Nov 2008 17:04:36 -0800 (PST)
Local: Thurs, Nov 13 2008 8:04 pm
Subject: Re: Android x86?
We have been looking into this and we are in the process of internal
legal review and will be starting an AndroidOnIA project within the
context of the Android open source project soon.

We have a few interesting targets we are working on, but initially we
hope to get a KVM (or your VTx enabled VMM of choice) guest image
build working for people to play with,and then start pushing out
targets for real hardware.

--mgross

On Oct 21, 8:44 am, David Simmons <simm...@davidsimmons.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gang lee  
View profile  
 More options Nov 13 2008, 8:52 pm
From: Gang lee <ligang...@gmail.com>
Date: Thu, 13 Nov 2008 17:52:01 -0800 (PST)
Local: Thurs, Nov 13 2008 8:52 pm
Subject: Re: Android x86?
Hi all:

Although I can compile with the command line:
make -j2  TARGET_ARCH=x86 TARGET_PRODUCT=generic
TARGET_SIMULATOR=true  TARGET_BUILD_TYPE=release TARGET_OS=linux
LOCAL_PRELINK_MODULE=false

but I found lot of modules cannot be compiled with
"TARGET_SIMULATOR=true", if set false,the bionic(libc) met some files
(.h files) missing and compile failed.
Has anyone compiled the bionic successful?

Another question, Does any one knows more detail information about the
official x86 porting? for example:
Does the x86 porting support OpenGL?
Does the x86 porting still use openCore as the Media Framework? and
the openCore can be replaced by others(just like Hilex or GStreamer)?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Turner  
View profile  
(1 user)  More options Nov 14 2008, 6:24 am
From: "David Turner" <di...@android.com>
Date: Fri, 14 Nov 2008 12:24:08 +0100
Local: Fri, Nov 14 2008 6:24 am
Subject: Re: [android-porting] Re: Android x86?

Do not use TARGET_SIMULATOR=true, this flag should only be set when building
the Android simulator,
which doesn't require all system libraries and runs the Android "system"
into a single process on the host
machine.

that's why you have problems when building certain libraries (e.g. the
simulator uses the host's C library, not Bionic)

the x86 port only uses Android's own software OpenGL renderer. There is no
support for hardware-accelerated graphics
yet (and it's not like there is any kind of standard API for that on Linux).
OpenCore is supposed to be portable, so I
assume it runs (but I may be mistaken)

you can't easily replace OpenCore with something else, unless you modify all
the framework code that depends on it.
(this has never been tested internally)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gang lee  
View profile  
 More options Nov 16 2008, 9:05 pm
From: Gang lee <ligang...@gmail.com>
Date: Sun, 16 Nov 2008 18:05:19 -0800 (PST)
Local: Sun, Nov 16 2008 9:05 pm
Subject: Re: Android x86?
Hi David,

Think you for your answer.

I'm sorry for my copy&paste mistake.
I can compile with TARGET_SIMULATOR=true without any problem.
but when set "TARGET_SIMULATOR=false" in compile command, error below
happend
make: *** No rule to make target `out/host/linux-x86/bin/emulator',
needed by `out/host/linux-x86/bin/dexpreopt.py'.  Stop.

Then I want to compile the bionic first.I did as follow.
1. Modify the Android.mk in mydroid/bionic to compile bionic in
simulator target
2. Compile all again with TARGET_SIMULATOR=true
the output as follow:
-------------------output------------------------
target thumb C: linker <= bionic/linker/linker.c
target thumb C: linker <= bionic/linker/dlfcn.c
bionic/linker/linker.c:15:25: error: sys/atomics.h: No such file or
directory
bionic/linker/linker.c:16:21: error: sys/tls.h: No such file or
directory
In file included from bionic/linker/dlfcn.c:18:
bionic/linker/linker.h:20: error: expected specifier-qualifier-list
before 'uintptr_t'
In file included from bionic/linker/linker.c:18:
bionic/linker/linker.h:20: error: expected specifier-qualifier-list
before 'uintptr_t'
bionic/linker/linker.h:50: error: expected specifier-qualifier-list
before 'uintptr_t'
bionic/linker/linker.h:50: error: expected specifier-qualifier-list
before 'uintptr_t'
---------------copy end(firest several lines)------------------

How can I compile bionic and other modules(init etc.)??

On 11月14日, 下午7时24分, "David Turner" <di...@android.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gang lee  
View profile  
 More options Nov 16 2008, 9:27 pm
From: Gang lee <ligang...@gmail.com>
Date: Sun, 16 Nov 2008 18:27:56 -0800 (PST)
Local: Sun, Nov 16 2008 9:27 pm
Subject: Re: Android x86?
Hi David

A few additional information.

when I compiled whit TARGET_SIMULATOR=false, the output said "find:
prebuilt/android-x86: No such file or directory"
the make try to find prebuilt/android-x86 directory, and there is no
such directory,only have linux-x86 directory.
In the mydroid/build/core/envsetup.mk
--------------------------------
envsetup.mk-----------------------------
ifeq ($(TARGET_SIMULATOR),true)
  TARGET_PREBUILT_TAG := $(TARGET_OS)-$(TARGET_ARCH)
else
  TARGET_PREBUILT_TAG := android-$(TARGET_ARCH)
endif
--------------------------------copy end-----------------------------
Say in other words,If I set TARGET_SIMULATOR=false, I cannot use the
prebuild content??

On 11月14日, 下午7时24分, "David Turner" <di...@android.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Filipe Abrantes  
View profile  
 More options Nov 19 2008, 7:28 pm
From: Filipe Abrantes <filipe.abran...@gmail.com>
Date: Thu, 20 Nov 2008 00:28:34 +0000
Local: Wed, Nov 19 2008 7:28 pm
Subject: Re: [android-porting] Re: Android x86?
This would be very interesting. Any word on timing?

Cheers,
Filipe


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
neo  
View profile  
 More options Dec 1 2008, 1:12 am
From: neo <jsf...@gmail.com>
Date: Sun, 30 Nov 2008 22:12:22 -0800 (PST)
Local: Mon, Dec 1 2008 1:12 am
Subject: Re: Android x86?
Good afternoon everyone,
there is a problem during my Android kernel compiling .
I followed the guideline which is
https://sites.google.com/a/android.com/opensource/download
and searched google for the answer, but  still it cannot be solved.

===
Cannot locate File/ Basename.pm in @INC
(   @INC contains: /etc/perl  /usr/local/lib/perl/5.8.8  /usr/local/
share
    /perl/5.8.8  /usr/lib/perl5  /usr/lib/perl/5.8  /usr/share/perl/
5.8  /usr/local
    /lib/site_perl.  )
at external/webkit/JavaScriptCore/pcre/dftables  line 47

BEGIN failed--compilation aborted at external/webkit/JavaScriptCore/
pcre/dftables  line  47

make" ***[out/target/product/generic/obj/STATIC_LIBRARIES/
libkjs_intermediates/chartables.c]Error2
===
Can anyone give me some advice? I'll appreciate u very much.

thanks for reading


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lucky-dog  
View profile  
 More options Dec 1 2008, 8:30 am
From: Lucky-dog <Honglian...@gmail.com>
Date: Mon, 1 Dec 2008 05:30:56 -0800 (PST)
Local: Mon, Dec 1 2008 8:30 am
Subject: Re: Android x86?
My ubuntu is 8.10. I try the tips to compile android for x86. But it
seem envsetup.sh does not work. Would you like to help me? Thank you
very much. The log is as below.
thomast@ubuntu:~/mydroid/build$ echo $SHELL
/bin/bash
thomast@ubuntu:~/mydroid/build$ bash --version
GNU bash, version 3.2.39(1)-release (i486-pc-linux-gnu)
Copyright (C) 2007 Free Software Foundation, Inc.
thomast@ubuntu:~/mydroid/build$ ./envsetup.sh lunch 2
thomast@ubuntu:~/mydroid/build$ ./envsetup.sh help
thomast@ubuntu:~/mydroid/build$

On Oct 24, 7:26 am, fadden <thefad...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Urs Grob  
View profile  
 More options Dec 1 2008, 8:38 am
From: "Urs Grob" <grob....@gmail.com>
Date: Mon, 1 Dec 2008 14:38:07 +0100
Local: Mon, Dec 1 2008 8:38 am
Subject: Re: [android-porting] Re: Android x86?
$ . build/envsetup.sh
$ lunch 2

are two separate commands. The first one sets up the environment and
the second one sets which configuration you want to build.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lucky-dog  
View profile  
 More options Dec 3 2008, 9:12 am
From: Lucky-dog <Honglian...@gmail.com>
Date: Wed, 3 Dec 2008 06:12:57 -0800 (PST)
Local: Wed, Dec 3 2008 9:12 am
Subject: Re: Android x86?
hi all
   when i try to compile the source on DEBUG x86. A error is reported
out as below. Would you like to let me know how to fix it? Thank you
very much.
thomast@ubuntu:~/mydroid$ make
build/core/product_config.mk:229: WARNING: adding test OTA key
build/core/main.mk:177: implicitly installing apns-conf_sdk.xml
============================================
TARGET_PRODUCT=sim
TARGET_SIMULATOR=true
TARGET_BUILD_TYPE=debug
TARGET_ARCH=x86
TARGET_OS=linux
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=TC3
============================================
target thumb C++: libkjs <= external/webkit/JavaScriptCore/bindings/
NP_jsobject.cpp
In file included from /usr/include/c++/4.3/bits/stl_pair.h:65,
                 from /usr/include/c++/4.3/utility:68,
                 from external/webkit/JavaScriptCore/wtf/
VectorTraits.h:27,
                 from external/webkit/JavaScriptCore/kjs/
LocalStorage.h:29,
                 from external/webkit/JavaScriptCore/kjs/
JSVariableObject.h:32,
                 from external/webkit/JavaScriptCore/kjs/
JSGlobalObject.h:26,
                 from external/webkit/JavaScriptCore/bindings/
NP_jsobject.cpp:32:
/usr/include/c++/4.3/bits/stl_move.h:80: error: redefinition of
‘template<class _Tp> void std::swap(_Tp&, _Tp&)’
external/webkit/JavaScriptCore/../WebCore/platform/android/stl/
algorithm:65: error: ‘template<class _Tp> void std::swap(_Tp&, _Tp&)’
previously declared here
make: *** [out/debug/host/linux-x86/product/sim/obj/STATIC_LIBRARIES/
libkjs_intermediates/bindings/NP_jsobject.o] Error 1
thomast@ubuntu:~/mydroid$

thomast@ubuntu:~/mydroid$ make
build/core/product_config.mk:229: WARNING: adding test OTA key
build/core/main.mk:177: implicitly installing apns-conf_sdk.xml
============================================
TARGET_PRODUCT=sim
TARGET_SIMULATOR=true
TARGET_BUILD_TYPE=debug
TARGET_ARCH=x86
TARGET_OS=linux
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=TC3
============================================
target thumb C++: libkjs <= external/webkit/JavaScriptCore/bindings/
NP_jsobject.cpp
In file included from /usr/include/c++/4.3/bits/stl_pair.h:65,
                 from /usr/include/c++/4.3/utility:68,
                 from external/webkit/JavaScriptCore/wtf/
VectorTraits.h:27,
                 from external/webkit/JavaScriptCore/kjs/
LocalStorage.h:29,
                 from external/webkit/JavaScriptCore/kjs/
JSVariableObject.h:32,
                 from external/webkit/JavaScriptCore/kjs/
JSGlobalObject.h:26,
                 from external/webkit/JavaScriptCore/bindings/
NP_jsobject.cpp:32:
/usr/include/c++/4.3/bits/stl_move.h:80: error: redefinition of
‘template<class _Tp> void std::swap(_Tp&, _Tp&)’
external/webkit/JavaScriptCore/../WebCore/platform/android/stl/
algorithm:65: error: ‘template<class _Tp> void std::swap(_Tp&, _Tp&)’
previously declared here
make: *** [out/debug/host/linux-x86/product/sim/obj/STATIC_LIBRARIES/
libkjs_intermediates/bindings/NP_jsobject.o] Error 1
thomast@ubuntu:~/mydroid$

thomast@ubuntu:~/mydroid$ make
build/core/product_config.mk:229: WARNING: adding test OTA key
build/core/main.mk:177: implicitly installing apns-conf_sdk.xml
============================================
TARGET_PRODUCT=sim
TARGET_SIMULATOR=true
TARGET_BUILD_TYPE=debug
TARGET_ARCH=x86
TARGET_OS=linux
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=TC3
============================================
target thumb C++: libkjs <= external/webkit/JavaScriptCore/bindings/
NP_jsobject.cpp
In file included from /usr/include/c++/4.3/bits/stl_pair.h:65,
                 from /usr/include/c++/4.3/utility:68,
                 from external/webkit/JavaScriptCore/wtf/
VectorTraits.h:27,
                 from external/webkit/JavaScriptCore/kjs/
LocalStorage.h:29,
                 from external/webkit/JavaScriptCore/kjs/
JSVariableObject.h:32,
                 from external/webkit/JavaScriptCore/kjs/
JSGlobalObject.h:26,
                 from external/webkit/JavaScriptCore/bindings/
NP_jsobject.cpp:32:
/usr/include/c++/4.3/bits/stl_move.h:80: error: redefinition of
‘template<class _Tp> void std::swap(_Tp&, _Tp&)’
external/webkit/JavaScriptCore/../WebCore/platform/android/stl/
algorithm:65: error: ‘template<class _Tp> void std::swap(_Tp&, _Tp&)’
previously declared here
make: *** [out/debug/host/linux-x86/product/sim/obj/STATIC_LIBRARIES/
libkjs_intermediates/bindings/NP_jsobject.o] Error 1
thomast@ubuntu:~/mydroid$

thomast@ubuntu:~/mydroid$ make
build/core/product_config.mk:229: WARNING: adding test OTA key
build/core/main.mk:177: implicitly installing apns-conf_sdk.xml
============================================
TARGET_PRODUCT=sim
TARGET_SIMULATOR=true
TARGET_BUILD_TYPE=debug
TARGET_ARCH=x86
TARGET_OS=linux
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=TC3
============================================
target thumb C++: libkjs <= external/webkit/JavaScriptCore/bindings/
NP_jsobject.cpp
In file included from /usr/include/c++/4.3/bits/stl_pair.h:65,
                 from /usr/include/c++/4.3/utility:68,
                 from external/webkit/JavaScriptCore/wtf/
VectorTraits.h:27,
                 from external/webkit/JavaScriptCore/kjs/
LocalStorage.h:29,
                 from external/webkit/JavaScriptCore/kjs/
JSVariableObject.h:32,
                 from external/webkit/JavaScriptCore/kjs/
JSGlobalObject.h:26,
                 from external/webkit/JavaScriptCore/bindings/
NP_jsobject.cpp:32:
/usr/include/c++/4.3/bits/stl_move.h:80: error: redefinition of
‘template<class _Tp> void std::swap(_Tp&, _Tp&)’
external/webkit/JavaScriptCore/../WebCore/platform/android/stl/
algorithm:65: error: ‘template<class _Tp> void std::swap(_Tp&, _Tp&)’
previously declared here
make: *** [out/debug/host/linux-x86/product/sim/obj/STATIC_LIBRARIES/
libkjs_intermediates/bindings/NP_jsobject.o] Error 1
thomast@ubuntu:~/mydroid$


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lucky-dog  
View profile  
 More options Dec 4 2008, 10:28 am
From: Lucky-dog <Honglian...@gmail.com>
Date: Thu, 4 Dec 2008 07:28:11 -0800 (PST)
Local: Thurs, Dec 4 2008 10:28 am
Subject: Re: Android x86?
hi all
   I fixed it with renaming swap to swapab. But now I have another
question needed your help. I can't let the following command get to be
run.
   dx --dex --output=foo.jar Foo.class
   What is the dx command and where is it?  Would you like to help me
out? Thank you very much.

On Dec 3, 10:12 pm, Lucky-dog <Honglian...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lucky-dog  
View profile  
 More options Dec 5 2008, 6:49 pm
From: Lucky-dog <Honglian...@gmail.com>
Date: Fri, 5 Dec 2008 15:49:41 -0800 (PST)
Local: Fri, Dec 5 2008 6:49 pm
Subject: Re: Android x86?
I got it. it located in out/host/linux-x86/bin. Thanks.

On Dec 4, 10:28 am, Lucky-dog <Honglian...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
squix  
View profile  
 More options Dec 11 2008, 11:53 am
From: squix <dani.eichh...@squix.ch>
Date: Thu, 11 Dec 2008 08:53:19 -0800 (PST)
Local: Thurs, Dec 11 2008 11:53 am
Subject: Re: Android x86?
Hi group

Does anyone have an idea why I get this error?
============================================
TARGET_PRODUCT=generic
TARGET_SIMULATOR=
TARGET_BUILD_TYPE=release
TARGET_ARCH=x86
TARGET_OS=linux
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=TC3
============================================
host C++: simulator <= development/simulator/app/DeviceManager.cpp
In file included from /usr/include/wx-2.6/wx/memory.h:20,
                 from /usr/include/wx-2.6/wx/object.h:25,
                 from /usr/include/wx-2.6/wx/wx.h:16,
                 from development/simulator/app/DeviceManager.cpp:12:
/usr/include/wx-2.6/wx/string.h:771: error: âwxChar& wxString::operator
[](unsigned int)â cannot be overloaded
/usr/include/wx-2.6/wx/string.h:768: error: with âwxChar&
wxString::operator[](size_t)â
In file included from /usr/include/wx-2.6/wx/stream.h:26,
                 from /usr/include/wx-2.6/wx/image.h:24,
                 from /usr/include/wx-2.6/wx/gtk/cursor.h:23,
                 from /usr/include/wx-2.6/wx/cursor.h:24,
                 from /usr/include/wx-2.6/wx/event.h:32,
                 from /usr/include/wx-2.6/wx/wx.h:23,
                 from development/simulator/app/DeviceManager.cpp:12:
/usr/include/wx-2.6/wx/filefn.h:322: error: zero width for bit-field
âwxAssert_323::BadFileSizeTypeâ
In file included from /usr/include/wx-2.6/wx/utils.h:38,
                 from /usr/include/wx-2.6/wx/cursor.h:37,
                 from /usr/include/wx-2.6/wx/event.h:32,
                 from /usr/include/wx-2.6/wx/wx.h:23,
                 from development/simulator/app/DeviceManager.cpp:12:
/usr/include/wx-2.6/wx/longlong.h: In constructor
âwxLongLongNative::wxLongLongNative(long int, long unsigned int)â:
/usr/include/wx-2.6/wx/longlong.h:115: warning: left shift count >=
width of type
/usr/include/wx-2.6/wx/longlong.h: In member function âlong int
wxLongLongNative::GetHi() constâ:
pe
/usr/include/wx-2.6/wx/longlong.h: In constructor
âwxULongLongNative::wxULongLongNative(long unsigned int, long unsigned
int)â:
/usr/include/wx-2.6/wx/longlong.h:333: warning: left shift count >=
width of type
/usr/include/wx-2.6/wx/longlong.h: In member function âlong unsigned
int wxULongLongNative::GetHi() constâ:
/usr/include/wx-2.6/wx/longlong.h:351: warning: right shift count >=
width of type
In file included from development/simulator/app/LogWindow.h:13,
                 from development/simulator/app/MainFrame.h:11,
                 from development/simulator/app/MyApp.h:12,
                 from development/simulator/app/DeviceManager.cpp:17:
development/simulator/app/LogPrefsDialog.h: At global scope:
development/simulator/app/LogPrefsDialog.h:28: warning: âtypedefâ was
ignored in this declaration
make: *** [out/host/linux-x86/obj/EXECUTABLES/simulator_intermediates/
DeviceManager.o] Error 1

Is this maybe a x86_64 specific problem? I followed the description
for x86_64 and could do the "normal" build. But if I try to do the x86
"application-like" build I get that error... I'm trying this on a
Ubuntu 8.10 system...

Thanks, for any help

On Dec 6, 12:49 am, Lucky-dog <Honglian...@gmail.com> wrote:

...

read more »


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Piethein Strengholt  
View profile  
 More options Dec 18 2008, 3:10 pm
From: Piethein Strengholt <pietheinstrengh...@gmail.com>
Date: Thu, 18 Dec 2008 12:10:03 -0800 (PST)
Local: Thurs, Dec 18 2008 3:10 pm
Subject: Re: Android x86?
    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dima Zavin  
View profile  
(2 users)  More options Dec 18 2008, 3:23 pm
From: "Dima Zavin" <d...@android.com>
Date: Thu, 18 Dec 2008 12:23:17 -0800
Local: Thurs, Dec 18 2008 3:23 pm
Subject: Re: [android-porting] Re: Android x86?

Try this (only tested on EeePC 701):

repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake
repo sync
TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make -j8
installer_img
dd if=out/target/product/eee_701/installer.img of=/dev/<usbstick of your
choice> ; sync

Boot from the usb stick. The installer is a bit crude, and needs polishing
and generalizing but it works. Note: It WILL WIPE your EeePC drive. :)

--Dima

On Thu, Dec 18, 2008 at 12:10 PM, Piethein Strengholt <


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dima Zavin  
View profile  
(1 user)  More options Dec 18 2008, 3:25 pm
From: "Dima Zavin" <d...@android.com>
Date: Thu, 18 Dec 2008 12:25:32 -0800
Local: Thurs, Dec 18 2008 3:25 pm
Subject: Re: [android-porting] Re: Android x86?

Argh, forgot to mention that you'll need a local_manifest.xml that looks
something like this:

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <project name="platform/vendor/asus/eee_701" path="vendor/asus/eee_701"/>
</manifest>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris  
View profile  
 More options Dec 18 2008, 3:39 pm
From: Chris <chris.l.elf...@intel.com>
Date: Thu, 18 Dec 2008 12:39:29 -0800 (PST)
Local: Thurs, Dec 18 2008 3:39 pm
Subject: Re: [android-porting] Re: Android x86?
Thanks Dima!

   The most exciting update yet comes the day before I leave for a two
week vacation.   Hopefully I will be able to try it before I leave.  I
have been trying to repo init and repo sync to this since yesterday
but am getting a ton of socket errors.  It could be an issue with our
SOCKs proxies but I have tried a number of different proxy servers in
our company (they do not usually all go down at the same time).  I am
not sure how many others are having similar problems.

Thanks for the details,
Chris Elford
Intel Software Services Group


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Filipe Abrantes  
View profile  
 More options Dec 18 2008, 4:47 pm
From: Filipe Abrantes <filipe.abran...@gmail.com>
Date: Thu, 18 Dec 2008 21:47:26 +0000
Local: Thurs, Dec 18 2008 4:47 pm
Subject: Re: [android-porting] Re: Android x86?
Very cool, thanks for the effort! Can't wait to try it...

Cheers
Filipe


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 26 - 50 of 92 < Older  Newer >
« Back to Discussions « Newer topic

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google